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

List of all members.

Public Member Functions

 PhraseModelFF (final int featureID, final double weight, final int owner, final int columnIndex)
double estimateLogP (final Rule rule, int sentID)
int getColumnIndex ()
void setColumnIndex (int columnIndex)

Private Attributes

int columnIndex

Static Private Attributes

static final Logger logger = Logger.getLogger(PhraseModelFF.class.getName())

Detailed Description

Author:
Zhifei Li, zhife.nosp@m.i.wo.nosp@m.rk@gm.nosp@m.ail..nosp@m.com
Version:
$LastChangedDate$

Constructor & Destructor Documentation

joshua.decoder.ff.PhraseModelFF.PhraseModelFF ( final int  featureID,
final double  weight,
final int  owner,
final int  columnIndex 
)

Member Function Documentation

double joshua.decoder.ff.PhraseModelFF.estimateLogP ( final Rule  rule,
int  sentID 
)

Here is the call graph for this function:


Member Data Documentation

final Logger joshua.decoder.ff.PhraseModelFF.logger = Logger.getLogger(PhraseModelFF.class.getName()) [static, private]