|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttml.vectorspace.operations.AbstractOperation<LexiconAnalysisResult>
tml.vectorspace.operations.LexiconAnalysis
public class LexiconAnalysis
LexiconAnalysis returns the accumulated lexicon per passage used in the document. It is important to consider that stopwords are removed and words that are kept are stemmed, therefore this doesn't correspond to the actual total number of different words.
Constructor Summary | |
---|---|
LexiconAnalysis()
|
Method Summary | |
---|---|
void |
start()
Starts the operation execution |
Methods inherited from class tml.vectorspace.operations.AbstractOperation |
---|
addOperationListener, getBackgroundKnowledgeCorpus, getCorpus, getMaxResults, getName, getRepository, getResults, getResultsCSVString, getResultsNumber, getResultsString, getResultsStringTable, getResultsTable, getResultsTableHeader, getResultsXML, getTimeElapsed, printResults, printResultsCSV, printResultsMatlab, removeOperationListener, setBackgroundKnowledgeCorpus, setCorpus, setMaxResults, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LexiconAnalysis()
corpus
- Method Detail |
---|
public void start() throws java.lang.Exception
Operation
start
in interface Operation<LexiconAnalysisResult>
start
in class AbstractOperation<LexiconAnalysisResult>
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |