edu.stanford.nlp.lexgram
Class SimpleLexiconFileReader

java.lang.Object
  |
  +--edu.stanford.nlp.lexgram.SimpleLexiconFileReader

public final class SimpleLexiconFileReader
extends Object

A simple class to read lexicons.


Constructor Summary
SimpleLexiconFileReader(File file)
           
SimpleLexiconFileReader(String filename)
           
 
Method Summary
 void addAllToLexicon(SimpleLexicon lexicon)
           
 Label readTagging(SimpleLexicon lexicon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLexiconFileReader

public SimpleLexiconFileReader(File file)
                        throws FileNotFoundException

SimpleLexiconFileReader

public SimpleLexiconFileReader(String filename)
                        throws FileNotFoundException
Method Detail

readTagging

public Label readTagging(SimpleLexicon lexicon)

addAllToLexicon

public void addAllToLexicon(SimpleLexicon lexicon)


Stanford NLP Group