tml.vectorspace.operations.results
Class LexiconAnalysisResult
java.lang.Object
tml.vectorspace.operations.results.AbstractResult
tml.vectorspace.operations.results.LexiconAnalysisResult
public class LexiconAnalysisResult
- extends AbstractResult
The result of a LexiconAnalysis
operation.
- Author:
- Jorge Villalon
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LexiconAnalysisResult
public LexiconAnalysisResult()
getDocument
public java.lang.String getDocument()
- Returns:
- the document
setDocument
public void setDocument(java.lang.String document)
- Parameters:
document
- the document to set
getTerms
public int getTerms()
- Returns:
- the terms
setTerms
public void setTerms(int terms)
- Parameters:
terms
- the terms to set
getNewTerms
public int getNewTerms()
- Returns:
- the newTerms
setNewTerms
public void setNewTerms(int newTerms)
- Parameters:
newTerms
- the newTerms to set
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object