|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttml.vectorspace.operations.AbstractOperation<Summary>
tml.vectorspace.operations.summarization.AbstractSummarizationOperation
tml.vectorspace.operations.summarization.LatentSemanticAnalysisSummarization
public class LatentSemanticAnalysisSummarization
LSA based summarization using Steiberger's formula from: INPROCEEDINGS{ author = {Josef Steinberger and Karel Jezek}, title = {Using Latent Semantic Analysis in Text Summarization and Summary Evaluation}, booktitle = {Proceedings of the 7th International Conference ISIM}, year = {2004} }
Constructor Summary | |
---|---|
LatentSemanticAnalysisSummarization()
|
Method Summary | |
---|---|
void |
setCorpus(Corpus corpus)
|
Methods inherited from class tml.vectorspace.operations.summarization.AbstractSummarizationOperation |
---|
start |
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, setMaxResults, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface tml.vectorspace.operations.Operation |
---|
addOperationListener, getBackgroundKnowledgeCorpus, getCorpus, getMaxResults, getName, getResults, getResultsCSVString, getResultsNumber, getResultsStringTable, getResultsTable, getResultsTableHeader, getResultsXML, getTimeElapsed, printResultsCSV, printResultsMatlab, removeOperationListener, setBackgroundKnowledgeCorpus, setMaxResults, start |
Constructor Detail |
---|
public LatentSemanticAnalysisSummarization()
Method Detail |
---|
public void setCorpus(Corpus corpus)
setCorpus
in interface Operation<Summary>
setCorpus
in class AbstractOperation<Summary>
corpus
- sets the Corpus
that will be used for the operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |