|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Public Member Functions | |
| SourcePath () | |
| float | getPathCost () |
| SourcePath | extend (Arc< Integer > srcEdge) |
| SourcePath | extendNonTerminal () |
| String | toString () |
Private Member Functions | |
| SourcePath (float cost) | |
Private Attributes | |
| final float | pathCost |
This class represents information about a path taken through the source lattice.
| joshua.decoder.chart_parser.SourcePath.SourcePath | ( | float | cost | ) | [private] |
| SourcePath joshua.decoder.chart_parser.SourcePath.extend | ( | Arc< Integer > | srcEdge | ) |
final float joshua.decoder.chart_parser.SourcePath.pathCost [private] |