edu.stanford.nlp.tagger.maxent
Class ExtractorMorpho

java.lang.Object
  |
  +--edu.stanford.nlp.tagger.maxent.Extractor
        |
        +--edu.stanford.nlp.tagger.maxent.ExtractorMorpho
All Implemented Interfaces:
Serializable

public class ExtractorMorpho
extends Extractor

See Also:
Serialized Form

Constructor Summary
ExtractorMorpho(int num, int t1)
           
ExtractorMorpho(int num, int t1, int t2)
           
 
Method Summary
 boolean isPopulated(BinaryFeature f)
           
 
Methods inherited from class edu.stanford.nlp.tagger.maxent.Extractor
isPopulated, Precondition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractorMorpho

public ExtractorMorpho(int num,
                       int t1)

ExtractorMorpho

public ExtractorMorpho(int num,
                       int t1,
                       int t2)
Method Detail

isPopulated

public boolean isPopulated(BinaryFeature f)


Stanford NLP Group