edu.stanford.nlp.tagger.maxent
Class ExtractorParticlesChris

java.lang.Object
  |
  +--edu.stanford.nlp.tagger.maxent.Extractor
        |
        +--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.

See Also:
Serialized Form

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

ExtractorParticlesChris

public ExtractorParticlesChris()
Method Detail

Precondition

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

isPartikleTakingVerb

public boolean isPartikleTakingVerb(String lastverb,
                                    String cWord)


Stanford NLP Group