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 

R

RamTrie - Class in gov.nih.nlm.nls.lvg.Trie
This class establishes Trie from flat files and put them into Ram.
RamTrie(boolean, int, String, int) - Constructor for class gov.nih.nlm.nls.lvg.Trie.RamTrie
Create an object of LVG trie, using a flag to indicate using inflection or derivation trie.
ReadData(RandomAccessFile) - Method in class gov.nih.nlm.nls.lvg.Trie.PersistentExceptionNode
Read the matching and changing string partterns from a specific binary file.
ReadData(RandomAccessFile) - Method in class gov.nih.nlm.nls.lvg.Trie.PersistentListNode
Read data from the random access file.
ReadData(RandomAccessFile) - Method in class gov.nih.nlm.nls.lvg.Trie.PersistentRuleNode
Read the string representation data from a specified random access file and assigned this data to the current rule node.
ReadData(RandomAccessFile) - Method in class gov.nih.nlm.nls.lvg.Trie.PersistentTreeNode
Read data from the random access file.
ReadData(RandomAccessFile) - Method in class gov.nih.nlm.nls.lvg.Trie.PersistentTrieNode
Read data from the random access file.
RECURSIVE_DERIVATIONS - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
generate derivations recursively flow component bit for flow
RECURSIVE_FACTOR - Static variable in class gov.nih.nlm.nls.lvg.Lib.CoreNormObj
 
RECURSIVE_SYNONYMS - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
generate synonyms recursively flow component bit for flow
REMOVE_GENITIVE - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
remove genitive flow component bit for flow
REMOVE_S - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
removeS flow component bit for flow
REMOVE_S_FILE - Static variable in class gov.nih.nlm.nls.lvg.Lib.Configuration
key for the path of remove (s) rule file defined in conf file
Replace(String, String, String) - Static method in class gov.nih.nlm.nls.lvg.Util.Str
Replace a source subString with a target string in an input string.
REPLACE_PUNCTUATION_WITH_SPACE - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
replace punctuation with space flow component bit for flow
ReplacePunctuationWithSpace(String) - Static method in class gov.nih.nlm.nls.lvg.Flows.ToReplacePunctuationWithSpace
 
ResetOutString() - Method in class gov.nih.nlm.nls.lvg.Util.Out
Reset the output string
RESTORE_D - Static variable in class gov.nih.nlm.nls.lvg.Util.StrTokenObject
token type: delimiters will be kept while restoring
RESTORE_D_STR - Static variable in class gov.nih.nlm.nls.lvg.Util.StrTokenObject
delimiter string: restore it after tokenizing
RestrictOption(Vector<LexItem>, Vector<LexItem>, int) - Static method in class gov.nih.nlm.nls.lvg.Lib.LvgFlowSpecificOption
Restrict option used for inflections and derivations.
RETRIEVE_CAT_INFL - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
retrieve Category and inflection flow component bit for flow
RETRIEVE_CAT_INFL_BEGIN - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
retrieve category and inflection for term begin with a given pattern flow component bit for flow
RETRIEVE_CAT_INFL_DB - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
retrieve category and inflectin from LVG flow component bit for flow
RETRIEVE_EUI - Static variable in class gov.nih.nlm.nls.lvg.Lib.Flow
retrieve EUI flow component bit for flow
Reverse() - Method in class gov.nih.nlm.nls.lvg.Trie.InflectionRule
Reverse entities for inputs and outputs for a inflection rule.
Reverse() - Method in class gov.nih.nlm.nls.lvg.Trie.RuleException
Reverse the exception string.
ROOT - Static variable in class gov.nih.nlm.nls.lvg.CmdLineSyntax.Option
The name of the root in an option structure tree
RTrieNode - Class in gov.nih.nlm.nls.lvg.Trie
This class creates object of a reverse trie node.
RTrieNode() - Constructor for class gov.nih.nlm.nls.lvg.Trie.RTrieNode
Create an object of reversed trie node (default).
RTrieNode(char, int) - Constructor for class gov.nih.nlm.nls.lvg.Trie.RTrieNode
Create an object of reversed trie node (default).
RTrieNode(char, int, Vector<RTrieNode>) - Constructor for class gov.nih.nlm.nls.lvg.Trie.RTrieNode
Create an object of reversed trie node (default).
RTrieTree - Class in gov.nih.nlm.nls.lvg.Trie
This class creates an object of a reverse trie tree.
RTrieTree() - Constructor for class gov.nih.nlm.nls.lvg.Trie.RTrieTree
Create an object of trie tree (default).
RTrieTree(String) - Constructor for class gov.nih.nlm.nls.lvg.Trie.RTrieTree
Create an object of trie tree by specifying pattern rule file anme.
RuleException - Class in gov.nih.nlm.nls.lvg.Trie
This class creates an object of exception to a rule.
RuleException(String) - Constructor for class gov.nih.nlm.nls.lvg.Trie.RuleException
Create an object of rule exception, using a string to define the exception.
RuleResult - Class in gov.nih.nlm.nls.lvg.Trie
This class creates an object for the result after applying a rule.
RuleResult(String, String, String) - Constructor for class gov.nih.nlm.nls.lvg.Trie.RuleResult
Create an object for representing the result after applying a rule, using input term, output term, and the string format of a rule.
RuleResultComparator<T> - Class in gov.nih.nlm.nls.lvg.Trie
This class provides methods to compare rule results.
RuleResultComparator() - Constructor for class gov.nih.nlm.nls.lvg.Trie.RuleResultComparator
 
runFlag_ - Variable in class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
 
RWildCard - Class in gov.nih.nlm.nls.lvg.Trie
This class creates an object of wild cards for reverse trie.
RWildCard() - Constructor for class gov.nih.nlm.nls.lvg.Trie.RWildCard
private constructor to make sure no one use it (since all public methods in this class are static)
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