public class TopicWordsiMain extends GenericWordsiMain
argOptions, EXT, isMultiThreaded, verbose| Constructor and Description |
|---|
TopicWordsiMain() |
| Modifier and Type | Method and Description |
|---|---|
protected ContextExtractor |
getExtractor()
Returns a
ContextExtractor, which will be responsible for
creating context vectors for documents. |
protected SemanticSpaceIO.SSpaceFormat |
getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
static void |
main(String[] args) |
addExtraOptions, contextExtractorFromGenerator, getAcceptedWords, getDocumentIterator, getPseudoWordMap, getSpace, loadObject, openLoadFile, openSaveFile, saveObject, windowSizeaddCorpusReaderIterators, addDocIterators, addFileIterators, getAlgorithmSpecifics, handleExtraOptions, loadValidTermSet, parseDocumentsMultiThreaded, parseDocumentsSingleThreaded, postProcessing, processDocumentsAndSpace, run, saveSSpace, setupOptions, setupProperties, usage, verbose, verboseprotected ContextExtractor getExtractor()
ContextExtractor, which will be responsible for
creating context vectors for documents.getExtractor in class GenericWordsiMainprotected SemanticSpaceIO.SSpaceFormat getSpaceFormat()
format in which the
finished SemanticSpace should be saved. Subclasses should
override this function if they want to specify a specific format that is
most suited for their space, when one is not manually specified by the
user.getSpaceFormat in class GenericMainCopyright © 2012. All Rights Reserved.