edu.stanford.nlp.mt
Class Perplexity

java.lang.Object
  |
  +--edu.stanford.nlp.mt.Perplexity

public class Perplexity
extends Object


Constructor Summary
Perplexity()
           
 
Method Summary
static double getProb(int m, int l)
           
 void initTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Perplexity

public Perplexity()
Method Detail

getProb

public static double getProb(int m,
                             int l)

initTable

public void initTable()


Stanford NLP Group