edu.stanford.nlp.mt
Class Reports

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

public class Reports
extends Object


Constructor Summary
Reports()
           
 
Method Summary
static void printAlignToFile(SentencePair sent, PrintStream of2, int[] viterbi_alignment, int pair_no, double alignment_score)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reports

public Reports()
Method Detail

printAlignToFile

public static void printAlignToFile(SentencePair sent,
                                    PrintStream of2,
                                    int[] viterbi_alignment,
                                    int pair_no,
                                    double alignment_score)


Stanford NLP Group