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

List of all members.

Public Member Functions

 PhrasePair (Phrase f_, Phrase e_)
 PhrasePair (Phrase f, Phrase e, Alignment a)
Phrase getF ()
Phrase getE ()
Alignment getAlignment ()
float ratioFtoE ()

Private Attributes

final Phrase f
final Phrase e
final Alignment a

Detailed Description

Phrase-aligned tuple class associating an F phrase, E phrase, and (possibly null) word-alignments. This is primarily for maintaining sentence-alignment.

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


Member Function Documentation

Here is the caller graph for this function:

Here is the call graph for this function:


Member Data Documentation