public class PLSAMain extends GenericMain
argOptions, EXT, isMultiThreaded, verbose| Constructor and Description |
|---|
PLSAMain() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addExtraOptions(ArgOptions options)
Adds all of the options to the
ArgOptions. |
protected SemanticSpace |
getSpace()
Returns the
SemanticSpace that will be used for processing. |
protected SemanticSpaceIO.SSpaceFormat |
getSpaceFormat()
Returns the format as the default
format of a
LatentSemanticAnalysis space. |
static void |
main(String[] args) |
protected void |
postProcessing()
Allows subclasses to interact with the
SemanticSpace after the
space has finished processing all of the text. |
addCorpusReaderIterators, addDocIterators, addFileIterators, getAlgorithmSpecifics, getDocumentIterator, handleExtraOptions, loadValidTermSet, parseDocumentsMultiThreaded, parseDocumentsSingleThreaded, processDocumentsAndSpace, run, saveSSpace, setupOptions, setupProperties, usage, verbose, verboseprotected void addExtraOptions(ArgOptions options)
ArgOptions.addExtraOptions in class GenericMainoptions - the ArgOptions object which more main specific options can
be added to.GenericMain.handleExtraOptions()protected SemanticSpace getSpace()
GenericMainSemanticSpace that will be used for processing. This
method is guaranteed to be called after the command line arguments have
been parsed, so the contents of GenericMain.argOptions are valid.getSpace in class GenericMainprotected void postProcessing()
GenericMainSemanticSpace after the
space has finished processing all of the text.postProcessing in class GenericMainprotected SemanticSpaceIO.SSpaceFormat getSpaceFormat()
LatentSemanticAnalysis space.getSpaceFormat in class GenericMainCopyright © 2012. All Rights Reserved.