edu.stanford.nlp.tagger.maxent
Class ExtractorLVdist

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

public class ExtractorLVdist
extends Extractor

Author:
Kristina Toutanova
See Also:
Serialized Form

Constructor Summary
ExtractorLVdist()
           
 
Method Summary
 
Methods inherited from class edu.stanford.nlp.tagger.maxent.Extractor
leftContext, precondition, rightContext, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtractorLVdist

public ExtractorLVdist()


Stanford NLP Group