edu.stanford.nlp.tagger.maxent
Class ExtractorDistsim

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

public class ExtractorDistsim
extends Extractor

Extractor for adding distsim information

Author:
rafferty
See Also:
Serialized Form

Constructor Summary
ExtractorDistsim(String distSimPath)
           
 
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

ExtractorDistsim

public ExtractorDistsim(String distSimPath)


Stanford NLP Group