Skip navigation links
Lvg Java
2024 Version
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

T

Tag - Class in gov.nih.nlm.nls.lvg.Lib
This Tag class extends BitMaskBase class and performs as a tagger in LexItem.
Tag() - Constructor for class gov.nih.nlm.nls.lvg.Lib.Tag
Creates a default tag object
Tag(long) - Constructor for class gov.nih.nlm.nls.lvg.Lib.Tag
Creates a default tag object, using a long value
TAIL - Static variable in class gov.nih.nlm.nls.lvg.Lib.OutputFilter
 
TargetsToSources(Vector<LexItem>) - Static method in class gov.nih.nlm.nls.lvg.Lib.LexItem
This method change Vector of lexItem of target (outputs from a flow component) to Vector of LexItem of source (inputs for a flow component).
TargetToSource(LexItem) - Static method in class gov.nih.nlm.nls.lvg.Lib.LexItem
This method change a target LexItem (output from a flow component) to a source LexItem (input for a flow component).
TERM - Static variable in class gov.nih.nlm.nls.lvg.Lib.LexItemComparator
 
TERM_CAT - Static variable in class gov.nih.nlm.nls.lvg.Lib.LexItemComparator
 
TERM_CAT_INFL - Static variable in class gov.nih.nlm.nls.lvg.Lib.LexItemComparator
 
TermCatCatKey - Class in gov.nih.nlm.nls.lvg.Lib
This class provides key for derivational LexItem used in recursively derivational flow.
TermCatCatKey(String, int, int) - Constructor for class gov.nih.nlm.nls.lvg.Lib.TermCatCatKey
Create a key object, using a specified term and categories
TermCatInflKey - Class in gov.nih.nlm.nls.lvg.Lib
This class provides key for LexItem using term, category, and inflections This overrides the hashcode() and equals() for using hashtable and hashSet.
TermCatInflKey(String, int, long) - Constructor for class gov.nih.nlm.nls.lvg.Lib.TermCatInflKey
Create a key object, using a specified term, category, inflection
TermCatKey - Class in gov.nih.nlm.nls.lvg.Lib
This class provides key for derivational LexItem used in recursively derivational flow.
TermCatKey(String, int) - Constructor for class gov.nih.nlm.nls.lvg.Lib.TermCatKey
Create a key object, using a specified term and category
termFieldNum_ - Variable in class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
 
ToAcronyms - Class in gov.nih.nlm.nls.lvg.Flows
This class provides features of generating known acronyms for a specified acronym expansion.
ToAcronyms() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToAcronyms
 
ToAntiNorm - Class in gov.nih.nlm.nls.lvg.Flows
This class returns reversed norm of lexicon terms for the input.
ToAntiNorm() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToAntiNorm
 
ToAntonyms - Class in gov.nih.nlm.nls.lvg.Flows
This class generates antonyms from a specified term.
ToAntonyms() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToAntonyms
 
ToAntonymSubstitution - Class in gov.nih.nlm.nls.lvg.Flows
This class is used for antonym substitution.
ToAntonymSubstitution() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToAntonymSubstitution
 
ToArray(Vector<Long>) - Static method in class gov.nih.nlm.nls.lvg.Util.Vec
 
ToAsciiApi - Class in gov.nih.nlm.nls.lvg.Api
This class provides an API for ToAscii, convert UTF-8 to pure ASCII.
ToAsciiApi() - Constructor for class gov.nih.nlm.nls.lvg.Api.ToAsciiApi
Creates a ToAsciiApi object and initiate related data (default).
ToAsciiApi(String) - Constructor for class gov.nih.nlm.nls.lvg.Api.ToAsciiApi
Creates a ToAsciiApi object and initiate related data using a specified configuration file.
ToAsciiApi(Configuration) - Constructor for class gov.nih.nlm.nls.lvg.Api.ToAsciiApi
Creates a ToAsciiApi object and initiate related data using a specified configuration file.
ToAsciiApi(Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lvg.Api.ToAsciiApi
Creates a ToAsciiApi object and initiate related data with properties needs to be overwritten
ToAsciiApi(String, Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lvg.Api.ToAsciiApi
Creates a ToAsciiApi object and initiate related data using a specified configuration file with properties to be wverwritten.
ToBaseSpellingVariants - Class in gov.nih.nlm.nls.lvg.Flows
This class provides features of generating the uninflected spelling variants.
ToBaseSpellingVariants() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToBaseSpellingVariants
 
ToBoolean(String) - Method in class gov.nih.nlm.nls.lvg.CmdLineSyntax.SystemOption
 
ToCanonicalize - Class in gov.nih.nlm.nls.lvg.Flows
This class retrieves a pre-computed canonical form from a specified input term which is assumed to be an uninflected form.
ToCanonicalize() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToCanonicalize
 
ToCitation - Class in gov.nih.nlm.nls.lvg.Flows
This class gets the lexical name (citation form) for a specified term.
ToCitation() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToCitation
 
ToConvertOutput - Class in gov.nih.nlm.nls.lvg.Flows
This class converts the output of the Xerox Parc stochastic tagger to lvg style pipe delimited format.
ToConvertOutput() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToConvertOutput
 
ToDerivation - Class in gov.nih.nlm.nls.lvg.Flows
This class provides features of generating derivational variants.
ToDerivation() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToDerivation
 
ToDerivationByCategory - Class in gov.nih.nlm.nls.lvg.Flows
This class provides features of generating derivational variants for specified categories.
ToDerivationByCategory() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToDerivationByCategory
 
ToExpansions - Class in gov.nih.nlm.nls.lvg.Flows
This class provides features of generating known acronym expansions for a specified acronym.
ToExpansions() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToExpansions
 
ToFilter - Class in gov.nih.nlm.nls.lvg.Flows
This class filters out terms which are not in lexicon (Lvg DB).
ToFilter() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToFilter
 
ToFilterAcronym - Class in gov.nih.nlm.nls.lvg.Flows
This class filters out terms if they are Acronyms and Abbreviations.
ToFilterAcronym() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToFilterAcronym
 
ToFilterProperNoun - Class in gov.nih.nlm.nls.lvg.Flows
This class filters out terms if they are proper nouns.
ToFilterProperNoun() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToFilterProperNoun
 
ToFloatArray(Vector<String>) - Method in class gov.nih.nlm.nls.lvg.CmdLineSyntax.SystemOption
 
ToFruitfulEnhanced - Class in gov.nih.nlm.nls.lvg.Flows
This class generates fruitful variants with enhanced performance.
ToFruitfulEnhanced() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToFruitfulEnhanced
 
ToFruitfulVariants - Class in gov.nih.nlm.nls.lvg.Flows
This class generates all fruitful variants.
ToFruitfulVariants() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToFruitfulVariants
 
ToFruitfulVariantsDb - Class in gov.nih.nlm.nls.lvg.Flows
This class provides features of generating all fruitful variants known to lexicon from precomputed data.
ToFruitfulVariantsDb() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToFruitfulVariantsDb
 
ToFruitfulVariantsLex - Class in gov.nih.nlm.nls.lvg.Flows
This class generates fruitful variants known to lexicon.
ToFruitfulVariantsLex() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToFruitfulVariantsLex
 
ToGetUnicodeNames - Class in gov.nih.nlm.nls.lvg.Flows
This class converts characters from a term into Unicode names.
ToGetUnicodeNames() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToGetUnicodeNames
 
ToGetUnicodeSynonyms - Class in gov.nih.nlm.nls.lvg.Flows
This class convert Unicode characters to the base of its synonym.
ToGetUnicodeSynonyms() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToGetUnicodeSynonyms
 
ToInflection - Class in gov.nih.nlm.nls.lvg.Flows
This class provides features of generating inflectional variants.
ToInflection() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToInflection
 
ToInflectionByCatInfl - Class in gov.nih.nlm.nls.lvg.Flows
This class generates inflectional variants with specifying categories and inflections.
ToInflectionByCatInfl() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToInflectionByCatInfl
 
ToInflectionSimple - Class in gov.nih.nlm.nls.lvg.Flows
This class provides features of inflect a term and show the result with simple inflections.
ToInflectionSimple() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToInflectionSimple
 
ToIntArray(Vector<String>) - Method in class gov.nih.nlm.nls.lvg.CmdLineSyntax.SystemOption
 
TOKEN - Static variable in class gov.nih.nlm.nls.lvg.Util.StrTokenObject
token type: it is a token, not a delimiter
TOKENIZE - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
tokenize flow component bit for flow
Tokenize(String) - Static method in class gov.nih.nlm.nls.lvg.Util.StripToken
Tokenize a string and assigned token type to each token.
Tokenize(String, String, String, String, String) - Static method in class gov.nih.nlm.nls.lvg.Util.StripToken
Tokenize a string and assigned token type to each token.
Tokenize(String, String, String, String) - Static method in class gov.nih.nlm.nls.lvg.Util.StripToken
Tokenize a string and assigned token type to each token.
TOKENIZE_KEEP_ALL - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
tokenize, keep all flow component bit for flow
TOKENIZE_NO_HYPHENS - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
tokenize without hyphens flow component bit for flow
ToLowerCase - Class in gov.nih.nlm.nls.lvg.Flows
This class lowercases the input term.
ToLowerCase() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToLowerCase
 
ToLuiNormalize - Class in gov.nih.nlm.nls.lvg.Flows
This class provides features of generating luiNorm for a specified term.
ToLuiNormalize() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToLuiNormalize
 
ToMapSymbolToAscii - Class in gov.nih.nlm.nls.lvg.Flows
This class converts Unicode punctuation and symbols to ASCII by table mapping.
ToMapSymbolToAscii() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToMapSymbolToAscii
 
ToMapUnicodeToAscii - Class in gov.nih.nlm.nls.lvg.Flows
This class converts Unicode characters to ASCII by table mapping.
ToMapUnicodeToAscii() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToMapUnicodeToAscii
 
ToMetaphone - Class in gov.nih.nlm.nls.lvg.Flows
This class transforms the input to a metaphone code.
ToMetaphone() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToMetaphone
 
ToName(long, long, ArrayList<Vector<String>>) - Static method in class gov.nih.nlm.nls.lvg.Lib.BitMaskBase
Get the combined bit string (abbreviation) of a specified value.
ToName(long) - Static method in class gov.nih.nlm.nls.lvg.Lib.Category
Convert a long category value to a combined string (abbreviation).
ToName(long) - Static method in class gov.nih.nlm.nls.lvg.Lib.Gender
Convert a long gender value to a combined string (abbreviation).
ToName(long) - Static method in class gov.nih.nlm.nls.lvg.Lib.Inflection
Convert a long inflection value to a combined string (abbreviation).
ToName(long) - Static method in class gov.nih.nlm.nls.lvg.Lib.Tag
Convert a long tag value to a combined string (abbreviation).
ToNominalization - Class in gov.nih.nlm.nls.lvg.Flows
This class gets the lexical name for a specified term.
ToNominalization() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToNominalization
 
ToNoOperation - Class in gov.nih.nlm.nls.lvg.Flows
This class makes no operation on the input term.
ToNoOperation() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToNoOperation
 
ToNormalize - Class in gov.nih.nlm.nls.lvg.Flows
This class provides features of the normalize flow component.
ToNormalize() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToNormalize
 
ToNormUnicode - Class in gov.nih.nlm.nls.lvg.Flows
This class normalizes Unicode characters to ASCII in a term.
ToNormUnicode() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToNormUnicode
 
ToNormUnicodeWithSynonym - Class in gov.nih.nlm.nls.lvg.Flows
This class normalizes Unicode characters to ASCII with synonym option.
ToNormUnicodeWithSynonym() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToNormUnicodeWithSynonym
 
ToNormUninflectWords - Class in gov.nih.nlm.nls.lvg.Flows
This class gets normalized uninflected variants (citation forms) of all words of a specified term and returns every combination of lexical names.
ToNormUninflectWords() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToNormUninflectWords
 
ToOptionList(String) - Static method in class gov.nih.nlm.nls.lvg.CmdLineSyntax.OptionUtility
Convert an Option object from string format to option list format
ToOptionString(OptionList<OptionFlag>) - Static method in class gov.nih.nlm.nls.lvg.CmdLineSyntax.OptionUtility
Convert an option from OptionList format to string format
ToRecursiveDerivations - Class in gov.nih.nlm.nls.lvg.Flows
This class generates derivations from the input term, recursively, until there are no more, or until a cycle is detected.
ToRecursiveDerivations() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToRecursiveDerivations
 
ToRecursiveSynonyms - Class in gov.nih.nlm.nls.lvg.Flows
This class generates synonyms from the input term, recursively, until there are no more, or until a cycle is detected.
ToRecursiveSynonyms() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToRecursiveSynonyms
 
ToRemoveGenitive - Class in gov.nih.nlm.nls.lvg.Flows
This class removes possessives from the input term.
ToRemoveGenitive() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToRemoveGenitive
 
ToRemoveS - Class in gov.nih.nlm.nls.lvg.Flows
This class remove (s), (es), and (ies) from the input term.
ToRemoveS() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToRemoveS
 
ToReplacePunctuationWithSpace - Class in gov.nih.nlm.nls.lvg.Flows
This class replaces punctuations with spaces for the input term.
ToReplacePunctuationWithSpace() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToReplacePunctuationWithSpace
 
ToRetrieveCatInfl - Class in gov.nih.nlm.nls.lvg.Flows
This class retrieves categories and inflections for a specified term.
ToRetrieveCatInfl() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToRetrieveCatInfl
 
ToRetrieveCatInflBegin - Class in gov.nih.nlm.nls.lvg.Flows
This class retrieves categories and inflections for all terms that begin with a specified word.
ToRetrieveCatInflBegin() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToRetrieveCatInflBegin
 
ToRetrieveCatInflDb - Class in gov.nih.nlm.nls.lvg.Flows
This class retrieves categories and inflections for a specified term from Lvg database.
ToRetrieveCatInflDb() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToRetrieveCatInflDb
 
ToRetrieveEui - Class in gov.nih.nlm.nls.lvg.Flows
This class retrieves the unique EUI's for a specified term.
ToRetrieveEui() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToRetrieveEui
 
ToSimpleInflections - Class in gov.nih.nlm.nls.lvg.Flows
This class changes the inflection to simple inflections.
ToSimpleInflections() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToSimpleInflections
 
ToSortWordsByOrder - Class in gov.nih.nlm.nls.lvg.Flows
This class sorts words of a specified term in an ascending ASCII order.
ToSortWordsByOrder() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToSortWordsByOrder
 
ToSpellingVariants - Class in gov.nih.nlm.nls.lvg.Flows
This class generates known spelling variants.
ToSpellingVariants() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToSpellingVariants
 
ToSplitLigatures - Class in gov.nih.nlm.nls.lvg.Flows
This class splits ligature characters from a term.
ToSplitLigatures() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToSplitLigatures
 
ToString() - Method in class gov.nih.nlm.nls.lvg.Db.AntonymRecord
Get the string representation of antonym record object.
ToString() - Method in class gov.nih.nlm.nls.lvg.Db.SynonymRecord
Get the string representation of synonym record object.
ToString() - Method in class gov.nih.nlm.nls.lvg.Lib.LexItem
This method returns a string of all data members of the current LexItem.
ToString() - Method in class gov.nih.nlm.nls.lvg.Lib.TermCatCatKey
 
ToStringArray(Vector<String>) - Method in class gov.nih.nlm.nls.lvg.CmdLineSyntax.SystemOption
 
ToStringDetail() - Method in class gov.nih.nlm.nls.lvg.Lib.LexItem
This method returns a detail string representation of all data members of the current LexItem.
ToStripAmbiguityTags - Class in gov.nih.nlm.nls.lvg.Flows
This class strips ambiguity tags from a specified input.
ToStripAmbiguityTags() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToStripAmbiguityTags
 
ToStripDiacritics - Class in gov.nih.nlm.nls.lvg.Flows
This class strips diacritics characters from a term.
ToStripDiacritics() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToStripDiacritics
 
ToStripMapUnicode - Class in gov.nih.nlm.nls.lvg.Flows
This class strips or maps non-ASCII Unicode characters.
ToStripMapUnicode() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToStripMapUnicode
 
ToStripNecNos - Class in gov.nih.nlm.nls.lvg.Flows
This class strips NEC and NOS from a specified term.
ToStripNecNos() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToStripNecNos
 
ToStripPunctuation - Class in gov.nih.nlm.nls.lvg.Flows
This class strips punctuations from a specified term.
ToStripPunctuation() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToStripPunctuation
 
ToStripPunctuationEnhanced - Class in gov.nih.nlm.nls.lvg.Flows
This class performs an enhanced function of stripping punctuations from a specified term.
ToStripPunctuationEnhanced() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToStripPunctuationEnhanced
 
ToStripStopWords - Class in gov.nih.nlm.nls.lvg.Flows
This class strips stop words from a specified term.
ToStripStopWords() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToStripStopWords
 
ToSynonyms - Class in gov.nih.nlm.nls.lvg.Flows
This class generates synonyms from the specified term.
ToSynonyms() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToSynonyms
 
ToSyntacticUninvert - Class in gov.nih.nlm.nls.lvg.Flows
This class syntactic uninverts phrases.
ToSyntacticUninvert() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToSyntacticUninvert
 
TOTAL_BITS - Static variable in class gov.nih.nlm.nls.lvg.Lib.Category
All bits for category
TOTAL_BITS - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
 
ToTokenize - Class in gov.nih.nlm.nls.lvg.Flows
This class breaks up a term into tokens by delimiters (tokenize).
ToTokenize() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToTokenize
 
ToTokenizeKeepAll - Class in gov.nih.nlm.nls.lvg.Flows
This class breaks up a term into tokens by delimiters (tokenize).
ToTokenizeKeepAll() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToTokenizeKeepAll
 
ToTokenizeNoHyphens - Class in gov.nih.nlm.nls.lvg.Flows
This class breaks up a term into tokens by delimiters.
ToTokenizeNoHyphens() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToTokenizeNoHyphens
 
ToUnicodeCoreNorm - Class in gov.nih.nlm.nls.lvg.Flows
This class normalize Unicode characters by recursively performing Map Unicode symbols and punctuation to ASCII Map Unicode characters to ASCII Split ligatures Strip diacritics until the character is ASCII or no further normalized result are obtained.
ToUnicodeCoreNorm() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToUnicodeCoreNorm
 
ToUninflectTerm - Class in gov.nih.nlm.nls.lvg.Flows
This class gets the uninflected variants for a specified term.
ToUninflectTerm() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToUninflectTerm
 
ToUninflectWords - Class in gov.nih.nlm.nls.lvg.Flows
This class gets uninflected variants of all words of a specified term and returns every combination of uninflected words.
ToUninflectWords() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToUninflectWords
 
ToUninvert - Class in gov.nih.nlm.nls.lvg.Flows
This class uninverts phrases of a specified term around commas.
ToUninvert() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToUninvert
 
ToValue(String, ArrayList<Vector<String>>) - Static method in class gov.nih.nlm.nls.lvg.Lib.BitMaskBase
Convert a combined value string to a long value.
ToValue(String) - Static method in class gov.nih.nlm.nls.lvg.Lib.Category
Convert a combined value string to a long category value.
ToValue(String) - Static method in class gov.nih.nlm.nls.lvg.Lib.Gender
Convert a combined value string to a long gender value.
ToValue(String) - Static method in class gov.nih.nlm.nls.lvg.Lib.Inflection
Convert a combined value string to a long inflection value.
ToValue(String) - Static method in class gov.nih.nlm.nls.lvg.Lib.Tag
Convert a combined value string to a long tag value.
ToValues(long, int) - Static method in class gov.nih.nlm.nls.lvg.Lib.BitMaskBase
Get a Vector of Long - includes all values from the combined value.
ToValues(long) - Static method in class gov.nih.nlm.nls.lvg.Lib.Category
Get a Vector of Long includes all values from the combined value.
ToValues(long) - Static method in class gov.nih.nlm.nls.lvg.Lib.Inflection
Get a Vector of Long includes all values from the combined value.
ToValuesArray(long) - Static method in class gov.nih.nlm.nls.lvg.Lib.Category
Get an array includes all values from the combined value.
ToValuesArray(long) - Static method in class gov.nih.nlm.nls.lvg.Lib.Inflection
Get an array includes all values from the combined value.
ToWordSize - Class in gov.nih.nlm.nls.lvg.Flows
This class drops words with less size than the specified word size from the input term.
ToWordSize() - Constructor for class gov.nih.nlm.nls.lvg.Flows.ToWordSize
 
Transformation - Class in gov.nih.nlm.nls.lvg.Flows
This class provides the base class for lvg flow components.
Transformation() - Constructor for class gov.nih.nlm.nls.lvg.Flows.Transformation
 
TrieNode - Class in gov.nih.nlm.nls.lvg.Trie
This class creates object of a trie node.
TrieNode() - Constructor for class gov.nih.nlm.nls.lvg.Trie.TrieNode
Create an object of trie node (default).
TrieNode(char, int) - Constructor for class gov.nih.nlm.nls.lvg.Trie.TrieNode
Create an object of trie node, using key and level for the node.
TrieNode(char, int, Vector<InflectionRule>, Vector<TrieNode>) - Constructor for class gov.nih.nlm.nls.lvg.Trie.TrieNode
Create an object of trie node, using key, level, rules and child of the node.
TrieTree - Class in gov.nih.nlm.nls.lvg.Trie
This class creates an object of a trie tree.
TrieTree() - Constructor for class gov.nih.nlm.nls.lvg.Trie.TrieTree
Create an object of trie tree (default).
TrieTree(boolean) - Constructor for class gov.nih.nlm.nls.lvg.Trie.TrieTree
Create an object of trie tree, using a boolean flag of wild card.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
Lvg Java
2024 Version



Copyright, 2024, National Library of Medicine