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 

L

LEGAL_BASE - Static variable in class gov.nih.nlm.nls.lvg.Trie.PersistentTrie
 
LEGAL_CATEGORY - Static variable in class gov.nih.nlm.nls.lvg.Trie.PersistentTrie
a number get by using bit-or for legal categories: adj, adv, noun, verb
LEGAL_INFLECTION - Static variable in class gov.nih.nlm.nls.lvg.Trie.PersistentTrie
a number get by using bit-or for legal inflections: base - singular - plural - positive - comparative - superlative - infinitive - pres - past - presPart - pastPart
LETTER - Static variable in class gov.nih.nlm.nls.lvg.Trie.RWildCard
a character symbol for representing a letter [a-z], [A-Z]
LETTER - Static variable in class gov.nih.nlm.nls.lvg.Trie.WildCard
a character symbol for representing a letter [a-z]
LexItem - Class in gov.nih.nlm.nls.lvg.Lib
This class provides the base element of LVG, LexItem.
LexItem() - Constructor for class gov.nih.nlm.nls.lvg.Lib.LexItem
Create a default LexItem object
LexItem(String) - Constructor for class gov.nih.nlm.nls.lvg.Lib.LexItem
Create a default LexItem object, using a specified term
LexItem(String, long) - Constructor for class gov.nih.nlm.nls.lvg.Lib.LexItem
Create a default LexItem object, using a specified term and category
LexItem(String, long, long) - Constructor for class gov.nih.nlm.nls.lvg.Lib.LexItem
Create a default LexItem object, using a specified term, category, and inflection
LexItem(LexItem, boolean) - Constructor for class gov.nih.nlm.nls.lvg.Lib.LexItem
Create a default LexItem object, using a specified LexItem and a flag of inheriting properties from the specified LexItem.
LexItemComparator<T> - Class in gov.nih.nlm.nls.lvg.Lib
This class performs a comparator for LexItems.
LexItemComparator() - Constructor for class gov.nih.nlm.nls.lvg.Lib.LexItemComparator
 
LIGATURES_FILE - Static variable in class gov.nih.nlm.nls.lvg.Lib.Configuration
key for the path of ligatures file defined in configuration file
LoadRTrieTreeFromFile(String) - Method in class gov.nih.nlm.nls.lvg.Trie.RTrieTree
Read in removeS trie rules from a specified file.
LoadRulesFromFile(String, String, boolean, boolean) - Method in class gov.nih.nlm.nls.lvg.Trie.TrieTree
Read in LVG trie rules from a specified rule.
LoadRulesFromFile(String, boolean, boolean) - Method in class gov.nih.nlm.nls.lvg.Trie.TrieTree
Read in LVG trie rules from a specified rule.
LONG_ARGUMENT - Static variable in class gov.nih.nlm.nls.lvg.CmdLineSyntax.Option
an abbreviation of a long argument in an option
LOWER_CASE - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
lower case flow component bit for flow
LOWER_INFLECTIONS - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
All bits for inflection
LOWERCASE - Static variable in class gov.nih.nlm.nls.lvg.Lib.OutputFilter
 
LS_STR - Static variable in class gov.nih.nlm.nls.lvg.Lib.GlobalBehavior
LVG default separator: "|"
LUI_NORMALIZE - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
lui nomalize flow component bit for flow
LuiNormApi - Class in gov.nih.nlm.nls.lvg.Api
This class provides an API for canonical norm (luiNorm).
LuiNormApi() - Constructor for class gov.nih.nlm.nls.lvg.Api.LuiNormApi
Creates an LuiNormApi object and initiate related data (default).
LuiNormApi(String) - Constructor for class gov.nih.nlm.nls.lvg.Api.LuiNormApi
Creates an LuiNormApi object and initiate related data using a specified configuration file.
LuiNormApi(Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lvg.Api.LuiNormApi
Creates an LuiNormApi object and initiate related data with properties to be overwritten in configuration.
LuiNormApi(String, Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lvg.Api.LuiNormApi
Creates an LuiNormApi object and initiate related data using a specified configuration file with properties to be overwritten in configuration.
LuiNormApi(Connection, RamTrie) - Constructor for class gov.nih.nlm.nls.lvg.Api.LuiNormApi
Creates an LuiNormApi object and initiate related data using specified database connection and persistent trie.
LVG_DIR - Static variable in class gov.nih.nlm.nls.lvg.Lib.Configuration
key for the path of LVG directory defined in configuration file
LVG_JAR_FILE - Static variable in class gov.nih.nlm.nls.lvg.Lib.GlobalBehavior
LVG jar string
LVG_ONLY - Static variable in class gov.nih.nlm.nls.lvg.Lib.LvgFlowSpecificOption
options for inflection restriction
LVG_OR_ALL - Static variable in class gov.nih.nlm.nls.lvg.Lib.LvgFlowSpecificOption
 
LVG_PROMPT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Configuration
key for the mark of prompt in configuration file
LVG_RULE - Static variable in class gov.nih.nlm.nls.lvg.Lib.LexItemComparator
 
LvgApi - Class in gov.nih.nlm.nls.lvg.Api
This class provides an LVG API for users to setup flows by calling Mutate( ) method in flow component classes.
LvgApi() - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgApi
Creates an LvgApi object and initiate related data (default).
LvgApi(String) - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgApi
Creates an LvgApi object and initiate related data (default), using a specified configuration file.
LvgApi(Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgApi
Creates an LvgApi object and initiate related data with properties to be overwritten in configuration.
LvgApi(String, Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgApi
Creates an LvgApi object and initiate related data, using a specified configuration file, with properties to be overwritten in configuration
LvgCmdApi - Class in gov.nih.nlm.nls.lvg.Api
This class provides an LVG API for users to setup flows by defining a Lvg command.
LvgCmdApi() - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
Creates an LvgCmdApi object and initiate related data (default).
LvgCmdApi(String) - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
Creates an LvgApi object, initiate related data, using a command string.
LvgCmdApi(String, String) - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
Creates an LvgApi object, initiate related data, using a command string and the path of configuration file.
LvgCmdApi(Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
Creates an LvgCmdApi object and initiate related data with properties to be overwritten in configuration.
LvgCmdApi(String, Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
Creates an LvgApi object, initiate related data, using a command string with properties to be overwritten in configuration.
LvgCmdApi(String, String, Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
Creates an LvgApi object, initiate related data, using a command string and the path of configuration file with properties to be overwritten in configuration.
LvgComparator<T> - Class in gov.nih.nlm.nls.lvg.Util
This class provides a LVG comparator, which compares length, then case insensitive ASCII.
LvgComparator() - Constructor for class gov.nih.nlm.nls.lvg.Util.LvgComparator
 
LvgFlowSpecificOption - Class in gov.nih.nlm.nls.lvg.Lib
This class provides a class for all Lvg Flow specific options.
LvgFlowSpecificOption() - Constructor for class gov.nih.nlm.nls.lvg.Lib.LvgFlowSpecificOption
 
LvgHelp - Class in gov.nih.nlm.nls.lvg.Api
This class prints out all help menu for LVG command line syntax.
LvgHelp() - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgHelp
 
LvgHelp(BufferedWriter, boolean, Out) - Static method in class gov.nih.nlm.nls.lvg.Api.LvgHelp
Print out Lvg system help menu.
LvgLexItemApi - Class in gov.nih.nlm.nls.lvg.Api
This class provides an LVG API for users to setup flows process with Java LexItem class.
LvgLexItemApi() - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgLexItemApi
Creates an LvgLexItemApi object and initiate related data (default).
LvgLexItemApi(String) - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgLexItemApi
Creates an LvgLexItemApi object, initiate related data, using a command string.
LvgLexItemApi(String, String) - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgLexItemApi
Creates an LvgLexItemApi object, initiate related data, using a command string.
LvgLexItemApi(Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgLexItemApi
Creates an LvgLexItemApi object and initiate related data with properties to be overwritten in configuration.
LvgLexItemApi(String, Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgLexItemApi
Creates an LvgLexItemApi object, initiate related data, using a command string with properties to be overwritten in configuration.
LvgLexItemApi(String, String, Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lvg.Api.LvgLexItemApi
Creates an LvgLexItemApi object, initiate related data, using a command string with properties to be overwritten in configuration.
LvgOutputOption - Class in gov.nih.nlm.nls.lvg.Lib
This class provides a class for all Lvg options related variables.
LvgOutputOption() - Constructor for class gov.nih.nlm.nls.lvg.Lib.LvgOutputOption
Create a default LexItem object
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