edu.stanford.nlp.tagger.maxent
Class Morpho

java.lang.Object
  |
  +--edu.stanford.nlp.tagger.maxent.Morpho

public class Morpho
extends Object


Constructor Summary
Morpho(String file, String modelFile)
           
 
Method Summary
 void checkCounts()
           
static void main(String[] args)
           
 boolean partition(String word)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Morpho

public Morpho(String file,
              String modelFile)
Method Detail

checkCounts

public void checkCounts()

partition

public boolean partition(String word)

main

public static void main(String[] args)


Stanford NLP Group