public class Flow
extends java.lang.Object
History:
| Modifier and Type | Field and Description |
|---|---|
static int |
ACRONYMS
generate acronyms flow component bit for flow
|
static int |
ANTINORM
antiNorm flow component bit for flow
|
static int |
ANTONYM_SUBSTITUTION
generate antonym substitution flow component bit for flow
|
static int |
ANTONYMS
generate antonyms flow component bit for flow
|
static int |
BASE_SPELLING_VARIANTS
generate base spelling variants flow component bit for flow
|
static int |
CANONICALIZE
canonicalize flow component bit for flow
|
static int |
CITATION
citation term flow component bit for flow
|
static int |
CONVERT_OUTPUT
convert output flow component bit for flow
|
static int |
DERIVATION
generate derivation flow component bit for flow
|
static int |
DERIVATION_BY_CATEGORY
generate derivation by category flow component bit for flow
|
static int |
EXPANSIONS
generate expansions flow component bit for flow
|
static int |
FILTER
filter flow component bit for flow
|
static int |
FILTER_ACRONYM
filter out acronym flow component bit for flow
|
static int |
FILTER_PROPER_NOUN
filter out proper nouns flow component bit for flow
|
static int |
FRUITFUL_ENHANCED
enhanced fruitful variants flow component bit for flow
|
static int |
FRUITFUL_VARIANTS
fruitful variants flow component bit for flow
|
static int |
FRUITFUL_VARIANTS_DB
fruitful variants by database flow component bit for flow
|
static int |
FRUITFUL_VARIANTS_LEX
fruitful variants known to Lexicon flow component bit for flow
|
static int |
GENERATE_SPELLING_VARIANTS
generate spelling variants flow component bit for flow
|
static int |
GET_UNICODE_NAME
get symbol name flow component bit for flow
|
static int |
GET_UNICODE_SYNONYM
get synonyms of symbol name flow component bit for flow
|
static int |
INFLECTION
inflection flow component bit for flow
|
static int |
INFLECTION_BY_CAT_INFL
derivation by category and inlfection flow component bit for flow
|
static int |
INFLECTION_SIMPLE
inflection simple flow component bit for flow
|
static int |
LOWER_CASE
lower case flow component bit for flow
|
static int |
LUI_NORMALIZE
lui nomalize flow component bit for flow
|
static int |
MAP_SYMBOL_TO_ASCII
punctuation Symbol mapping flow component bit for flow
|
static int |
MAP_UNICODE_TO_ASCII
unicdoe mapping flow component bit for flow
|
static int |
METAPHONE
metaphone flow component bit for flow
|
static int |
NO_OPERATION
no operatin flow component bit for flow
|
static int |
NOMINALIZATION
nominalization flow component bit for flow
|
static int |
NONE
None bit for flow
|
static int |
NORM_UNICODE
normalize characters in a string flow component bit for flow
|
static int |
NORM_UNICODE_WITH_SYNONYM
normalize characters with symbol synonyms flow component bit for flow
|
static int |
NORM_UNINFLECT_WORDS
normalize uninflected words flow component bit for flow
|
static int |
NORMALIZE
normalize flow component bit for flow
|
static int |
RECURSIVE_DERIVATIONS
generate derivations recursively flow component bit for flow
|
static int |
RECURSIVE_SYNONYMS
generate synonyms recursively flow component bit for flow
|
static int |
REMOVE_GENITIVE
remove genitive flow component bit for flow
|
static int |
REMOVE_S
removeS flow component bit for flow
|
static int |
REPLACE_PUNCTUATION_WITH_SPACE
replace punctuation with space flow component bit for flow
|
static int |
RETRIEVE_CAT_INFL
retrieve Category and inflection flow component bit for flow
|
static int |
RETRIEVE_CAT_INFL_BEGIN
retrieve category and inflection for term begin with a given pattern
flow component bit for flow
|
static int |
RETRIEVE_CAT_INFL_DB
retrieve category and inflectin from LVG flow component bit for flow
|
static int |
RETRIEVE_EUI
retrieve EUI flow component bit for flow
|
static int |
SIMPLE_INFLECTIONS
simple inflection flow component bit for flow
|
static int |
SORT_BY_WORD_ORDER
sort by word order flow component bit for flow
|
static int |
SPLIT_LIGATURES
splite ligature flow component bit for flow
|
static int |
STRIP_AMBIGUITY_TAGS
strip ambiguity tags flow component bit for flow
|
static int |
STRIP_DIACRITICS
strip diacritics flow component bit for flow
|
static int |
STRIP_MAP_UNICODE
Unicode strip or mapping flow component bit for flow
|
static int |
STRIP_NEC_NOS
strip NEC and NOS flow component bit for flow
|
static int |
STRIP_PUNCTUATION
strip punctuation flow component bit for flow
|
static int |
STRIP_PUNCTUATION_ENHANCED
strip punctuation, enhanced, flow component bit for flow
|
static int |
STRIP_STOP_WORDS
strip stop word flow component bit for flow
|
static int |
SYNONYMS
generate synonyms flow component bit for flow
|
static int |
SYNTACTIC_UNINVERT
syntactic uninvert flow component bit for flow
|
static int |
TOKENIZE
tokenize flow component bit for flow
|
static int |
TOKENIZE_KEEP_ALL
tokenize, keep all flow component bit for flow
|
static int |
TOKENIZE_NO_HYPHENS
tokenize without hyphens flow component bit for flow
|
static int |
UNICODE_CORE_NORM
Unicode coreNorm flow component bit for flow
|
static int |
UNINFLECT_TERM
uninflect term flow component bit for flow
|
static int |
UNINFLECT_WORDS
uninflect words flow component bit for flow
|
static int |
UNINVERT
uninvert flow component bit for flow
|
static int |
WORD_SIZE
word size filter flow component bit for flow
|
| Modifier and Type | Method and Description |
|---|---|
static int |
GetIndexByName(java.lang.String nameStr)
Get the long value for one name.
|
static java.lang.String |
GetNameByIndex(int flowIndex)
Get the name (first in the name list) by index.
|
static java.lang.String |
GetNameByIndex(int flowIndex,
int nameIndex)
Get the flow name by flow index and name index.
|
static void |
main(java.lang.String[] args)
Test driver for this Flow class
|
public static final int NONE
public static final int INFLECTION
public static final int STRIP_STOP_WORDS
public static final int REMOVE_GENITIVE
public static final int REPLACE_PUNCTUATION_WITH_SPACE
public static final int STRIP_PUNCTUATION
public static final int STRIP_PUNCTUATION_ENHANCED
public static final int SORT_BY_WORD_ORDER
public static final int UNINFLECT_WORDS
public static final int NORMALIZE
public static final int CANONICALIZE
public static final int LUI_NORMALIZE
public static final int STRIP_NEC_NOS
public static final int UNINFLECT_TERM
public static final int GENERATE_SPELLING_VARIANTS
public static final int NO_OPERATION
public static final int ACRONYMS
public static final int EXPANSIONS
public static final int DERIVATION
public static final int DERIVATION_BY_CATEGORY
public static final int INFLECTION_BY_CAT_INFL
public static final int TOKENIZE
public static final int TOKENIZE_NO_HYPHENS
public static final int BASE_SPELLING_VARIANTS
public static final int RETRIEVE_EUI
public static final int RETRIEVE_CAT_INFL
public static final int RETRIEVE_CAT_INFL_DB
public static final int RETRIEVE_CAT_INFL_BEGIN
public static final int SYNONYMS
public static final int FILTER
public static final int FILTER_PROPER_NOUN
public static final int FILTER_ACRONYM
public static final int STRIP_AMBIGUITY_TAGS
public static final int UNINVERT
public static final int CONVERT_OUTPUT
public static final int RECURSIVE_SYNONYMS
public static final int RECURSIVE_DERIVATIONS
public static final int LOWER_CASE
public static final int CITATION
public static final int NORM_UNINFLECT_WORDS
public static final int STRIP_DIACRITICS
public static final int METAPHONE
public static final int FRUITFUL_VARIANTS
public static final int TOKENIZE_KEEP_ALL
public static final int SYNTACTIC_UNINVERT
public static final int FRUITFUL_VARIANTS_LEX
public static final int FRUITFUL_VARIANTS_DB
public static final int ANTINORM
public static final int WORD_SIZE
public static final int FRUITFUL_ENHANCED
public static final int SIMPLE_INFLECTIONS
public static final int INFLECTION_SIMPLE
public static final int SPLIT_LIGATURES
public static final int GET_UNICODE_NAME
public static final int GET_UNICODE_SYNONYM
public static final int NORM_UNICODE
public static final int NORM_UNICODE_WITH_SYNONYM
public static final int NOMINALIZATION
public static final int REMOVE_S
public static final int MAP_SYMBOL_TO_ASCII
public static final int MAP_UNICODE_TO_ASCII
public static final int UNICODE_CORE_NORM
public static final int STRIP_MAP_UNICODE
public static final int ANTONYMS
public static final int ANTONYM_SUBSTITUTION
public static java.lang.String GetNameByIndex(int flowIndex)
flowIndex - index of a flowpublic static java.lang.String GetNameByIndex(int flowIndex,
int nameIndex)
flowIndex - index of a flownameIndex - index of the name in FLOW_LIST[]public static int GetIndexByName(java.lang.String nameStr)
nameStr - name for finding it's long valuepublic static void main(java.lang.String[] args)
args - arguments