Uses of Class
org.thdl.tib.scanner.Token

Packages that use Token
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 Token in org.thdl.tib.scanner
 

Subclasses of Token in org.thdl.tib.scanner
 class PunctuationMark
          Right now, it only used by LocalTibetanScanner to separate "paragraphs"; eventually it will be one of many tokens representing grammatical parts of the sentences that will be interpreted by the parser.
 class Word
          Tibetan word with its corresponding definitions.
 

Methods in org.thdl.tib.scanner that return Token
 org.thdl.tib.scanner.Token[] LocalTibetanScanner.getTokenArray()
           
 org.thdl.tib.scanner.Token[] RemoteTibetanScanner.getTokenArray()
           
 org.thdl.tib.scanner.Token[] TibetanScanner.getTokenArray()
           
 

Methods in org.thdl.tib.scanner with parameters of type Token
 void DictionaryTableModel.newSearch(org.thdl.tib.scanner.Token[] token)
           
 



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