edu.stanford.nlp.tagger.maxent
Class TemplateHash
java.lang.Object
edu.stanford.nlp.tagger.maxent.TemplateHash
public class TemplateHash
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateHash
public TemplateHash(MaxentTagger maxentTagger)
addPositions
protected void addPositions(int start,
int end,
FeatureKey fK)
getPositions
protected int[] getPositions(FeatureKey s)
release
protected void release()
add
protected void add(int nFeatFrame,
History history,
int number)
addPrev
protected void addPrev(int nFeatFrame,
History history)
getXValues
protected int[] getXValues(Pair<Integer,String> key)
Stanford NLP Group