edu.stanford.nlp.mt
Class SentencePair

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

public class SentencePair
extends Object


Constructor Summary
SentencePair()
           
SentencePair(int count, Sentence e, Sentence f)
           
 
Method Summary
 int getCount()
           
 Sentence getSource()
           
 Sentence getTarget()
           
 void print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SentencePair

public SentencePair()

SentencePair

public SentencePair(int count,
                    Sentence e,
                    Sentence f)
Method Detail

getCount

public int getCount()

getSource

public Sentence getSource()

getTarget

public Sentence getTarget()

print

public void print()


Stanford NLP Group