Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.decoder.chart_parser.SuperNode Class Reference
Collaboration diagram for joshua.decoder.chart_parser.SuperNode:
[legend]

List of all members.

Public Member Functions

 SuperNode (int lhs)

Package Attributes

final int lhs
final List< HGNodenodes

Detailed Description

Represents a list of items in the hypergraph that have the same left-hand side but may have different LM states.

Author:
Zhifei Li

Constructor & Destructor Documentation

Constructs a super item defined by a common left-hand side.

Parameters:
lhsLeft-hand side token

Member Data Documentation

Common left-hand side state.

List of hypergraph nodes, each of which has its own language model state.