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, verbose
protected void addExtraOptions(ArgOptions options)
ArgOptions
.addExtraOptions
in class GenericMain
options
- the ArgOptions object which more main specific options can
be added to.GenericMain.handleExtraOptions()
protected SemanticSpace getSpace()
GenericMain
SemanticSpace
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 GenericMain
protected void postProcessing()
GenericMain
SemanticSpace
after the
space has finished processing all of the text.postProcessing
in class GenericMain
protected SemanticSpaceIO.SSpaceFormat getSpaceFormat()
LatentSemanticAnalysis
space.getSpaceFormat
in class GenericMain
Copyright © 2012. All Rights Reserved.