Skip navigation links
Lvg Java
2025 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 

P

PAST_1P_2_3P_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
past (1p_2_3p) bit for inflection: xx (were)
PAST_1P_2_3P_NEG_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
past negative (1p_2_3p) bit for inflection: xx (weren't)
PAST_1S_3S_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
past (1s_3s) bit for inflection: xx (was)
PAST_1S_3S_NEG_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
past negative (1s_3s) bit for inflection: xx (wasn't)
PAST_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
past bit for inflection: xx (verb) + ed
PAST_NEG_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
past negative bit for inflection: xx (couldn't, didn't)
PAST_PART_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
past [articiple bit for inflection: xx (verb) + en
PersistentExceptionNode - Class in gov.nih.nlm.nls.lvg.Trie
This class creates an object of rule's exception for persistent data.
PersistentExceptionNode(long) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentExceptionNode
Create an object of rule's exception, using an address in the binary file.
PersistentExceptionNode(long, long) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentExceptionNode
Create an object of rule's exception, using an address in the binary file and the address of the next exception.
PersistentExceptionNode(String, String) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentExceptionNode
Create an object of rule's exception, using a key value pair.
PersistentList - Class in gov.nih.nlm.nls.lvg.Trie
This class provides a mechanism for persistent linked list.
PersistentList(String) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentList
Create an object of persistent list, using a string for the path of the binary file to be strored.
PersistentListNode - Class in gov.nih.nlm.nls.lvg.Trie
This class creates an object of persistent list node.
PersistentListNode() - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentListNode
Create an object of persistent list node (defualt).
PersistentListNode(long) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentListNode
Create an object of persistent list node, using an address in a random access file.
PersistentListNode(long, long) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentListNode
Create an object of persistent list node, using an address and next address in a random access file.
PersistentRuleNode - Class in gov.nih.nlm.nls.lvg.Trie
This class creates an object of the rule node for persistent data.
PersistentRuleNode(long) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentRuleNode
Create an object of persistent rule node, using an address in a random access file.
PersistentRuleNode(long, long) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentRuleNode
Create an object of persistent rule node, using an address and next address in a random access file.
PersistentRuleNode(String, long) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentRuleNode
Create an object of persistent rule node, using an string representation of a specific rule and the address of a specific exception object.
PersistentTree - Class in gov.nih.nlm.nls.lvg.Trie
This class provides a mechanism of persistent tree.
PersistentTree(String) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentTree
Create an object of persistent tree, using a string for the path of the binary file to be strored.
PersistentTreeNode - Class in gov.nih.nlm.nls.lvg.Trie
This class creates an object of persistent tree node.
PersistentTreeNode() - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentTreeNode
Create an object of persistent tree node (defualt).
PersistentTreeNode(long) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentTreeNode
Create an object of persistent tree node, using an address in a random access file.
PersistentTreeNode(int, long, long, long, long) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentTreeNode
Create an object of persistent tree node, using an address, next address, parent address, child address in a random access file and level at the persistent tree.
PersistentTrie - Class in gov.nih.nlm.nls.lvg.Trie
This class provides API for using LVG persistent trie rules.
PersistentTrie(boolean, int, String) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentTrie
Create an object of LVG persistent trie, using a flag to indicate using inflection or derivation trie.
PersistentTrie(RandomAccessFile, RandomAccessFile, RandomAccessFile, int, boolean) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentTrie
Create an object of LVG persistent trie, using random acccess files of trie, rule, and exception.
PersistentTrieNode - Class in gov.nih.nlm.nls.lvg.Trie
This class creates an object of persistent trie node.
PersistentTrieNode(long) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentTrieNode
Create an object of persistent trie node, using an address in a random access file.
PersistentTrieNode(char, long) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentTrieNode
Create an object of persistent tree node, using key (a character from suffix) and the address of a rule.
PersistentTrieNode(int, long, long, long, long) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentTrieNode
Create an object of persistent trie node, using an address, next address, parent address, child address in a random access file and level at the persistent tree.
PersistentTrieTree - Class in gov.nih.nlm.nls.lvg.Trie
This class establishes the Persistent files (Random Access File) from a flat file.
PersistentTrieTree(String, String, String) - Constructor for class gov.nih.nlm.nls.lvg.Trie.PersistentTrieTree
Creates an object of LVG persistent trie tree, using path names of trie, rules, and exception files.
Platform - Class in gov.nih.nlm.nls.lvg.Util
This class represents character related methods.
PLURAL_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
plural bit for inflection: xx (noun) + s
POSITIVE_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
positive bit for inflection: xx (adjv)
PREP_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Category
Preposition bit for category
PRES_1_2_3P_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
present (1_2_3p) bit for inflection: xx (verb)
PRES_1_2_3P_NEG_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
present negative (1_2_3p) bit for inflection: xx (don't)
PRES_1P_2_3P_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
present (1p_2_3p) bit for inflection: xx (are)
PRES_1P_2_3P_NEG_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
present negative (1p_2_3p) bit for inflection: xx (aren't)
PRES_1S_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
present (1s) bit for inflection: xx (verb, am)
PRES_3S_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
present 3ps bit for inflection: xx (verb) + s
PRES_3S_NEG_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
present negative (3s) bit for inflection: xx (isn't, hasn't)
PRES_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
present bit for inflection: xx (can)
PRES_NEG_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
present negative bit for inflection: xx (can't, cannot)
PRES_PART_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Inflection
present participle bit for inflection: xx (verb) + ing
PreserveCase(String, String) - Static method in class gov.nih.nlm.nls.lvg.Util.Case
Preserve cases
PRESERVED_CASE - Static variable in class gov.nih.nlm.nls.lvg.Lib.OutputFilter
Enumerated type for output case
Print(BufferedWriter, String, boolean, boolean) - Method in class gov.nih.nlm.nls.lvg.Util.Out
Print message to a designated output buffer
PrintInfo() - Method in class gov.nih.nlm.nls.lvg.CmdLineSyntax.OptionFlag
Print detail information for the current OptionFlag
PrintList(String, long) - Static method in class gov.nih.nlm.nls.lvg.Trie.PersistentExceptionNode
Print the detail information of rule's exceptions for a specific file at a specific address.
PrintList(RandomAccessFile, long) - Static method in class gov.nih.nlm.nls.lvg.Trie.PersistentListNode
Print all sub tree (list) for a persistent node at a specific address of a specific binary file.
PrintList(String, String, long) - Static method in class gov.nih.nlm.nls.lvg.Trie.PersistentRuleNode
Print all sub tree (list) for a persistent nule node at a specific address of specific binary files of rules and exceptions.
Println(BufferedWriter, String, boolean, boolean) - Method in class gov.nih.nlm.nls.lvg.Util.Out
Print message and append a linebreaker to a designated output buffer
PrintLvgHelp() - Method in class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
Print out the Lvg help menu.
PrintNode(RandomAccessFile, long) - Static method in class gov.nih.nlm.nls.lvg.Trie.PersistentTreeNode
Print all sub tree (list) for a persistent tree node at a specific address of a specific binary file.
PrintNode(RandomAccessFile, long, String, String) - Static method in class gov.nih.nlm.nls.lvg.Trie.PersistentTrieNode
Print all sub tree (list) for a persistent trie node at a specific address of a specific binary file.
PrintNode() - Method in class gov.nih.nlm.nls.lvg.Trie.RTrieNode
Print out the detail information of a reverse trie node.
PrintNode() - Method in class gov.nih.nlm.nls.lvg.Trie.TrieNode
Print out the detail information of a trie node.
PrintOptionHierachy() - Method in class gov.nih.nlm.nls.lvg.CmdLineSyntax.Option
Print out the hierarchical structure for all options
PrintOptionLeaf() - Method in class gov.nih.nlm.nls.lvg.CmdLineSyntax.Option
Print out the hierarchical structure for all options, including detail option items
PrintPersistentTrieTree() - Method in class gov.nih.nlm.nls.lvg.Trie.PersistentTrieTree
Print the detail information of the current persistent trie tree.
PrintRecord() - Method in class gov.nih.nlm.nls.lvg.Db.AntiNormRecord
Print out the current inflection record in a string format to system output.
PrintRecord() - Method in class gov.nih.nlm.nls.lvg.Db.EuiRecord
Print out the current inflection record in a string format to system output.
PrintRecord() - Method in class gov.nih.nlm.nls.lvg.Db.InflectionRecord
Print out the current inflection record in a string format to system output.
PrintResult(LexItem, int, boolean) - Static method in class gov.nih.nlm.nls.lvg.Flows.Transformation
Print the string representation of the transformation results.
PrintResults(LexItem, Vector<LexItem>) - Static method in class gov.nih.nlm.nls.lvg.Flows.Transformation
Print the input and outputs for the current flow component.
PrintResults(Vector<RuleResult>) - Method in class gov.nih.nlm.nls.lvg.Trie.PersistentTrie
Print out a collection of trie ruleresult.
PrintResults(Vector<RuleResult>) - Method in class gov.nih.nlm.nls.lvg.Trie.RamTrie
Print out a collection of trie ruleresult.
PrintRTrieTree(RTrieNode) - Method in class gov.nih.nlm.nls.lvg.Trie.RTrieTree
Print the detail informatin of reverse trie tree
PrintTrie(boolean, boolean, boolean) - Method in class gov.nih.nlm.nls.lvg.Trie.TrieTree
Print the detail informatin of current trie tree.
ProcessLexItem(LexItem) - Method in class gov.nih.nlm.nls.lvg.Api.LvgLexItemApi
Performs flow mutation by processing the input.
ProcessLexItems(Vector<LexItem>) - Method in class gov.nih.nlm.nls.lvg.Api.LvgLexItemApi
Performs flow mutation by processing the input.
ProcessLexItemsFromFCO(Vector<LexItem>) - Method in class gov.nih.nlm.nls.lvg.Api.LvgLexItemApi
Performs flow mutation by processing the input.
ProcessLine() - Method in class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
Performs flow mutation by processing the input line (term).
ProcessLineLexItem() - Method in class gov.nih.nlm.nls.lvg.Api.LvgLexItemApi
Performs flow mutation by processing the a input from System in.
promptFlag_ - Variable in class gov.nih.nlm.nls.lvg.Api.LvgCmdApi
 
PRON_BIT - Static variable in class gov.nih.nlm.nls.lvg.Lib.Category
Pronoun bit for category
PUNCTUATION - Static variable in class gov.nih.nlm.nls.lvg.Trie.RWildCard
a character symbol for representing punctuations: - (, ,
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
2025 Version



Copyright, 2025, National Library of Medicine