edu.stanford.nlp.tagger.maxent
Class ExtractorParticlesChris

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

public class ExtractorParticlesChris
extends Extractor

A class that detects and provides features for common verb particle pairs.

Author:
Kristina Toutanova
See Also:
Serialized Form

Constructor Summary
ExtractorParticlesChris()
           
ExtractorParticlesChris(int bound)
           
 
Method Summary
 boolean isPartikleTakingVerb(String lastverb, String cWord)
           
 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

ExtractorParticlesChris

public ExtractorParticlesChris()

ExtractorParticlesChris

public ExtractorParticlesChris(int bound)
Method Detail

Precondition

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

isPartikleTakingVerb

public boolean isPartikleTakingVerb(String lastverb,
                                    String cWord)


Stanford NLP Group