edu.stanford.nlp.mt
Class WordPair

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

public class WordPair
extends Object


Constructor Summary
WordPair()
           
WordPair(Word source, Word target)
           
 
Method Summary
 boolean equals(WordPair wP)
           
 Word getSource()
           
 Word getTarget()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordPair

public WordPair(Word source,
                Word target)

WordPair

public WordPair()
Method Detail

getSource

public Word getSource()

getTarget

public Word getTarget()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(WordPair wP)


Stanford NLP Group