edu.stanford.nlp.mt
Class TPHandlerEtags

java.lang.Object
  |
  +--edu.stanford.nlp.mt.TPHandler
        |
        +--edu.stanford.nlp.mt.TPHandlerEtags

public class TPHandlerEtags
extends TPHandler


Field Summary
 
Fields inherited from class edu.stanford.nlp.mt.TPHandler
cache, tmpPair
 
Constructor Summary
TPHandlerEtags(TTable tTable)
           
 
Method Summary
 double getProb(int i, int j)
           
 void incCount(int i, int j, double val)
          Increment the count for c(fj|ei)
 void init()
          this init is different since we need to cache the tag probs as well
 
Methods inherited from class edu.stanford.nlp.mt.TPHandler
getProb, setPair
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TPHandlerEtags

public TPHandlerEtags(TTable tTable)
Method Detail

init

public void init()
this init is different since we need to cache the tag probs as well

Overrides:
init in class TPHandler

getProb

public double getProb(int i,
                      int j)
Overrides:
getProb in class TPHandler

incCount

public void incCount(int i,
                     int j,
                     double val)
Increment the count for c(fj|ei)

Overrides:
incCount in class TPHandler


Stanford NLP Group