edu.stanford.nlp.tagger.maxent
Class ExtractorDistsim
java.lang.Object
edu.stanford.nlp.tagger.maxent.Extractor
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
isLocal
public boolean isLocal()
- Overrides:
isLocal
in class Extractor
- Returns:
- Returns true if extractor is not a function of POS tags, and only
depends on current word.
isDynamic
public boolean isDynamic()
- Overrides:
isDynamic
in class Extractor
- Returns:
- Returns true if extractor is a function of POS tags; if it returns false,
features are pre-computed.
Stanford NLP Group