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

List of all members.

Public Member Functions

 LatticeInput (String input, int id)
Lattice< Integer > intLattice ()
Lattice< String > stringLattice ()

Detailed Description

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),),)

Author:
Matt Post post@.nosp@m.jhu..nosp@m.edu
Version:
$LastChangedDate$

Constructor & Destructor Documentation


Member Function Documentation

Reimplemented from joshua.decoder.segment_file.Sentence.

Here is the call graph for this function:

Here is the call graph for this function: