edu.stanford.nlp.tagger.maxent
Class ExtractorFollowing2WClass

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

public class ExtractorFollowing2WClass
extends Extractor

See Also:
Serialized Form

Constructor Summary
ExtractorFollowing2WClass()
           
 
Method Summary
 boolean Precondition(String tag)
           
 
Methods inherited from class edu.stanford.nlp.tagger.maxent.Extractor
isPopulated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractorFollowing2WClass

public ExtractorFollowing2WClass()
Method Detail

Precondition

public boolean Precondition(String tag)
Overrides:
Precondition in class Extractor


Stanford NLP Group