|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Public Member Functions | |
| LatticeInput (String input, int id) | |
| Lattice< Integer > | intLattice () |
| Lattice< String > | stringLattice () |
This class represents lattice input. The lattice is contained on a single line and is reprented in PLF (Python Lattice Format), e.g.,
((('ein',0.1,1),('dieses',0.2,1),('haus',0.4,2),),(('haus',0.8,1),),)
| joshua.decoder.segment_file.LatticeInput.LatticeInput | ( | String | input, |
| int | id | ||
| ) |
| Lattice<Integer> joshua.decoder.segment_file.LatticeInput.intLattice | ( | ) |
| Lattice<String> joshua.decoder.segment_file.LatticeInput.stringLattice | ( | ) |