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

List of all members.

Classes

class  M2

Public Member Functions

 Alignment (short fLength, short eLength, String alignments)
String toString ()

Private Attributes

short eLength
short fLength
M2 aligned

Detailed Description

A set of word alignments between an F phrase and an E phrase. The implementation uses a two-dimensional bit vector, though for our purposes we could just keep the original string around (which would save lots of time parsing and reconstructing the string).

See also:
joshua.corpus.alignment.Alignments
Author:
UMD (Jimmy Lin, Chris Dyer, et al.)
wren ng thornton wren@.nosp@m.user.nosp@m.s.sou.nosp@m.rcef.nosp@m.orge..nosp@m.net
Version:
$LastChangedDate$

Constructor & Destructor Documentation

joshua.subsample.Alignment.Alignment ( short  fLength,
short  eLength,
String  alignments 
)

Member Function Documentation


Member Data Documentation