edu.stanford.nlp.tagger.maxent
Class ExtractorParticles

java.lang.Object
  extended by edu.stanford.nlp.tagger.maxent.Extractor
      extended by edu.stanford.nlp.tagger.maxent.ExtractorParticles
All Implemented Interfaces:
java.io.Serializable

public class ExtractorParticles
extends Extractor

See Also:
Serialized Form

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

Constructor Detail

ExtractorParticles

public ExtractorParticles()
Method Detail

Precondition

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