edu.stanford.nlp.mt
Class AlHandlerHMM2EQSG

java.lang.Object
  |
  +--edu.stanford.nlp.mt.AlHandler
        |
        +--edu.stanford.nlp.mt.AlHandlerHMM2EQSG

public class AlHandlerHMM2EQSG
extends AlHandler


Constructor Summary
AlHandlerHMM2EQSG()
           
AlHandlerHMM2EQSG(StayGoTables sg, int mask, ATableHMMHolder aHolder, ATable a)
           
 
Method Summary
 double getProb(int i, int j, int[] alignment)
           
 void incCount(int i, int j, int[] alignment, double val)
           
 void init()
           
 void setEmpty()
           
 void setPair(SentencePair sent)
           
 
Methods inherited from class edu.stanford.nlp.mt.AlHandler
getProb, incCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlHandlerHMM2EQSG

public AlHandlerHMM2EQSG()

AlHandlerHMM2EQSG

public AlHandlerHMM2EQSG(StayGoTables sg,
                         int mask,
                         ATableHMMHolder aHolder,
                         ATable a)
Method Detail

setPair

public void setPair(SentencePair sent)
Overrides:
setPair in class AlHandler

init

public void init()
Overrides:
init in class AlHandler

getProb

public double getProb(int i,
                      int j,
                      int[] alignment)
Overrides:
getProb in class AlHandler

setEmpty

public void setEmpty()

incCount

public void incCount(int i,
                     int j,
                     int[] alignment,
                     double val)
Overrides:
incCount in class AlHandler


Stanford NLP Group