|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Public Member Functions | |
| LeafVertex (int e, int pos) | |
| int | getEnglish () |
| int | getTargetPosition () |
| String | toString () |
| boolean | equals (Object o) |
Private Attributes | |
| int | english |
| int | targetPosition |
| joshua.ui.hypergraph_visualizer.LeafVertex.LeafVertex | ( | int | e, |
| int | pos | ||
| ) |
| boolean joshua.ui.hypergraph_visualizer.LeafVertex.equals | ( | Object | o | ) |
int joshua.ui.hypergraph_visualizer.LeafVertex.english [private] |