|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Public Member Functions | |
| SuperNode (int lhs) | |
Package Attributes | |
| final int | lhs |
| final List< HGNode > | nodes |
Represents a list of items in the hypergraph that have the same left-hand side but may have different LM states.
Constructs a super item defined by a common left-hand side.
| lhs | Left-hand side token |
final int joshua.decoder.chart_parser.SuperNode.lhs [package] |
Common left-hand side state.
final List<HGNode> joshua.decoder.chart_parser.SuperNode.nodes [package] |
List of hypergraph nodes, each of which has its own language model state.