| Package | Description |
|---|---|
| gov.nih.nlm.nls.lvg.Lib |
Contains LVG general library classes of BitMaskBase, Category, Gender, Inflection, Configuration, CombineRecords, OutputFilter, Flow, GlobalBehavior, LexItem, LexItemComparator.
|
| gov.nih.nlm.nls.lvg.Trie |
Provides the classes necessary to generate inflections, uninflections, and
derivations using LVG rules tries.
|
| Modifier and Type | Method and Description |
|---|---|
static CatInfl |
CatInfl.ConvertToBase(CatInfl in)
Convert inflection of positive in adj & adv, singular in noun,
infinitive in verb to base.
|
| Modifier and Type | Method and Description |
|---|---|
static CatInfl |
CatInfl.ConvertToBase(CatInfl in)
Convert inflection of positive in adj & adv, singular in noun,
infinitive in verb to base.
|
| Modifier and Type | Method and Description |
|---|---|
CatInfl |
PersistentTrie.GetCatInflByRules(java.lang.String term,
long inCat,
long inInfl)
Get all possible categories and inflections for a term from trie rules.
|
CatInfl |
RamTrie.GetCatInflByRules(java.lang.String term,
long inCat,
long inInfl)
Get all possible categories and inflections for a term from trie rules.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<CatInfl> |
PersistentTrie.GetCatInflsByRules(java.lang.String term,
long inCat,
long inInfl)
Get all possible categories and inflections for a term from trie rules.
|
java.util.Vector<CatInfl> |
RamTrie.GetCatInflsByRules(java.lang.String term,
long inCat,
long inInfl)
Get all possible categories and inflections for a term from trie rules.
|
Submit a bug or feature
Copyright © 2013 National Library of Medicine