public final class OptionDescriptions extends Object
SemanticSpace
algorithm are encouraged to use this class to generate option descriptions
for their help messages.
All return strings are formatted to fit in under 80 columns of text and are not terminated with a newline. The descriptions do not contain any option specification (e.g. -g, --compoundWords) themselves; the calling code will need to specify how these behaviors are invoked.
GenericMain
Modifier and Type | Field and Description |
---|---|
static String |
COMPOUND_WORDS_DESCRIPTION
A description of the file used to specify compound words.
|
static String |
FILE_FORMAT_DESCRIPTION
A description of the output file format produced by
SemanticSpaceIO |
static String |
HELP_DESCRIPTION
A description of who to contact for bugs
|
static String |
SVD_DESCRIPTION
A description of the configuration SVD algorithm
|
static String |
TOKEN_FILTER_DESCRIPTION
A description of the use of a
TokenFilter . |
static String |
TOKEN_STEMMING_DESCRIPTION
A description of the use of a
Stemmer . |
public static final String COMPOUND_WORDS_DESCRIPTION
public static final String TOKEN_FILTER_DESCRIPTION
TokenFilter
.public static final String TOKEN_STEMMING_DESCRIPTION
Stemmer
.public static final String FILE_FORMAT_DESCRIPTION
SemanticSpaceIO
public static final String HELP_DESCRIPTION
public static final String SVD_DESCRIPTION
Copyright © 2012. All Rights Reserved.