edu.stanford.nlp.mt
Class SymbolTable

java.lang.Object
  |
  +--edu.stanford.nlp.mt.SymbolTable

public class SymbolTable
extends Object


Constructor Summary
SymbolTable()
           
 
Method Summary
 WordEx getEntry(int index)
           
 WordEx getEntry(WordEx key)
           
 WordEx getEos()
           
 int getMaxSimpleIds()
           
 String getName(int id)
           
 int getNumAllIds()
           
 int getNumBaseIds()
           
 int getNumTags()
           
 int getNumWords()
           
 void print()
           
 void readDictionary(String filename)
           
 void reorganizeTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolTable

public SymbolTable()
Method Detail

getEntry

public WordEx getEntry(WordEx key)

getEos

public WordEx getEos()

getEntry

public WordEx getEntry(int index)

print

public void print()

getNumBaseIds

public int getNumBaseIds()

getNumAllIds

public int getNumAllIds()

getNumWords

public int getNumWords()

getNumTags

public int getNumTags()

getMaxSimpleIds

public int getMaxSimpleIds()

reorganizeTable

public void reorganizeTable()

getName

public String getName(int id)

readDictionary

public void readDictionary(String filename)


Stanford NLP Group