Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.decoder.chart_parser.SourcePath Class Reference

List of all members.

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

Detailed Description

This class represents information about a path taken through the source lattice.

Note:
This implementation only tracks the source path cost which is assumed to be a scalar value. If you need multiple values, or want to recover more detailed path statistics, you'll need to update this code.

Constructor & Destructor Documentation

Here is the caller graph for this function:


Member Function Documentation

Here is the call graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:


Member Data Documentation