|
Lvg Java 2006p Version |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| InflectionRule | This class creates an object of LVG infelction rule, using a string format of a rule. |
| PersistentExceptionNode | This class creates an object of rule's exception for persistent data. |
| PersistentList | This class provides a mechanism for persistent linked list. |
| PersistentListNode | This class creates an object of persistent list node. |
| PersistentRuleNode | This class creates an object of the rule node for persistent data. |
| PersistentTree | This class provides a mechanism of persistent tree. |
| PersistentTreeNode | This class creates an object of persistent tree node. |
| PersistentTrie | This class provides API for using LVG persistent trie rules. |
| PersistentTrieNode | This class creates an object of persistent trie node. |
| PersistentTrieTree | This class establishes the Persistent files (Random Access File) from a flat file. |
| RamTrie | This class establishes Trie from flat files and put them into Ram. |
| RTrieNode | This class creates object of a reverse trie node. |
| RTrieTree | This class creates an object of a reverse trie tree. |
| RuleException | This class creates an object of exception to a rule. |
| RuleResult | This class creates an object for the result after applying a rule. |
| RuleResultComparator | This class provides methods to compare rule results. |
| RWildCard | This class creates an object of wild cards for reverse trie. |
| TrieNode | This class creates object of a trie node. |
| TrieTree | This class creates an object of a trie tree. |
| WildCard | This class creates an object of wild cards for trie. |
Provides the classes necessary to generate inflections, uninflections, and derivations using LVG rules tries. This package provides a persistent data storing and retrieving mechanism for the application of LVG rules. The original design concept are from previous version of LVG.
Features
Features of this package are described as follows:
Usage
Files
The flat file for these LVG rules are under $LVG_DIR/data/rules/. They are:
Related Documents
|
Lvg Java 2006p Version |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||