|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyllableListTree | |
org.thdl.tib.scanner | Provides the classes to take Tibetan language passages and divide the passages up into their component phrases and words, and display corresponding dictionary definitions. |
Uses of SyllableListTree in org.thdl.tib.scanner |
Classes in org.thdl.tib.scanner that implement SyllableListTree | |
class |
CachedSyllableListTree
Provides recommended implementation of the SyllableListTree
(currently most efficient memory-speed combination) loading
from file into memory only the "trunk" of the tree,
and resorting to the disk when searching the rest of the tree. |
class |
FileSyllableListTree
Searches the words directly in a file; not the preferred implementation. |
class |
MemorySyllableListTree
Loads the whole dictionary into memory; not the preferred implementation. |
Fields in org.thdl.tib.scanner declared as SyllableListTree | |
(package private) org.thdl.tib.scanner.SyllableListTree[] |
CachedSyllableListTree.syllables
|
private org.thdl.tib.scanner.SyllableListTree |
LocalTibetanScanner.raiz
|
private org.thdl.tib.scanner.SyllableListTree |
LocalTibetanScanner.silActual
|
private org.thdl.tib.scanner.SyllableListTree |
LocalTibetanScanner.lastCompSil
|
private org.thdl.tib.scanner.SyllableListTree |
LocalTibetanScanner.silAnterior
|
Methods in org.thdl.tib.scanner that return SyllableListTree | |
org.thdl.tib.scanner.SyllableListTree |
CachedSyllableListTree.lookUp(String silStr)
|
org.thdl.tib.scanner.SyllableListTree |
FileSyllableListTree.lookUp(String silStr)
|
org.thdl.tib.scanner.SyllableListTree |
MemorySyllableListTree.lookUp(String silStr)
|
org.thdl.tib.scanner.SyllableListTree |
SyllableListTree.lookUp(String silStr)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |