Uses of Interface
org.thdl.tib.scanner.SyllableListTree

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.
 

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)
           
 



These API docs were created 02/02/2003 08:19 PM.
Copyright © 2001-2002 Tibetan and Himalayan Digital Library. All Rights Reserved.
Hosted by SourceForge_Logo