edu.stanford.nlp.tagger.maxent
Class ExtractorLastVerb

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

public class ExtractorLastVerb
extends Extractor

See Also:
Serialized Form

Constructor Summary
ExtractorLastVerb()
           
ExtractorLastVerb(int bound)
           
 
Method Summary
 boolean Precondition(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

ExtractorLastVerb

public ExtractorLastVerb()

ExtractorLastVerb

public ExtractorLastVerb(int bound)
Method Detail

Precondition

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


Stanford NLP Group