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

List of all members.

Public Member Functions

 SourcePathFF (final int featureID, final double weight)
double transitionLogP (Rule rule, List< HGNode > antNodes, int spanStart, int spanEnd, SourcePath srcPath, int sentID)
double estimateLogP (final Rule rule, int sentID)

Detailed Description

Author:
Chris Dyer, redpo.nosp@m.ny@u.nosp@m.md.ed.nosp@m.u
Version:
LastChangedDate:
2009-05-11 11:31:33 -0400 (Mon, 11 May 2009)

Constructor & Destructor Documentation

joshua.decoder.ff.SourcePathFF.SourcePathFF ( final int  featureID,
final double  weight 
)

Member Function Documentation

double joshua.decoder.ff.SourcePathFF.estimateLogP ( final Rule  rule,
int  sentID 
)
double joshua.decoder.ff.SourcePathFF.transitionLogP ( Rule  rule,
List< HGNode antNodes,
int  spanStart,
int  spanEnd,
SourcePath  srcPath,
int  sentID 
)

Reimplemented from joshua.decoder.ff.DefaultStatelessFF.

Here is the call graph for this function: