edu.stanford.nlp.tagger.maxent
Class ExtractorLVdist

java.lang.Object
  |
  +--edu.stanford.nlp.tagger.maxent.Extractor
        |
        +--edu.stanford.nlp.tagger.maxent.ExtractorLVdist
All Implemented Interfaces:
Serializable

public class ExtractorLVdist
extends Extractor

See Also:
Serialized Form

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

Constructor Detail

ExtractorLVdist

public ExtractorLVdist()


Stanford NLP Group