public class Flow extends BitMaskBase
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 |
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
|
MASK, MAX_BIT| Constructor and Description |
|---|
Flow()
Create a Flow object
|
Flow(int intValue)
Create a Flow object, using an integer value
|
| Modifier and Type | Method and Description |
|---|---|
static long |
Enumerate(java.lang.String valueStr)
Get the long value for one single name (no combine names of bits).
|
static java.lang.String |
GetBitName(int bitValue)
Get the name (first in the name list) of a specified bit (single).
|
static java.lang.String |
GetBitName(int bitValue,
int index)
Get the name at index order of a specified bit (single).
|
static void |
main(java.lang.String[] args)
Test driver for this Flow class
|
static java.lang.String |
ToName(long value)
Convert a long gender value to a combined string (abbreviation).
|
static long |
ToValue(java.lang.String valueStr)
Convert a combined value string to a long gender value.
|
Contains, Contains, Enumerate, GetBitFlag, GetBitIndex, GetBitName, GetBitValue, GetName, GetValue, SetBitFlag, SetValue, ToName, ToValue, ToValuespublic 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 Flow()
public Flow(int intValue)
intValue - number for finding it's combined namepublic static long ToValue(java.lang.String valueStr)
valueStr - combined name in String formatpublic static java.lang.String ToName(long value)
value - number for finding it's combined namepublic static java.lang.String GetBitName(int bitValue)
bitValue - bit nubmer for finding it's namepublic static java.lang.String GetBitName(int bitValue,
int index)
bitValue - bit nubmer for finding it's nameindex - the order index of the name in BIT_STR[]public static long Enumerate(java.lang.String valueStr)
valueStr - name of a bit for finding it's long valuepublic static void main(java.lang.String[] args)
args - arguments Submit a bug or feature
Copyright © 2020 National Library of Medicine