Class Lemmatizer

java.lang.Object
  extended by Lemmatizer

 class Lemmatizer
extends Object


Constructor Summary
Lemmatizer(String filename)
           
 
Method Summary
 String lookup(String word, String pos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lemmatizer

Lemmatizer(String filename)
Method Detail

lookup

public String lookup(String word,
                     String pos)