|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
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()) |
| joshua.decoder.ff.PhraseModelFF.PhraseModelFF | ( | final int | featureID, |
| final double | weight, | ||
| final int | owner, | ||
| final int | columnIndex | ||
| ) |
| double joshua.decoder.ff.PhraseModelFF.estimateLogP | ( | final Rule | rule, |
| int | sentID | ||
| ) |
| void joshua.decoder.ff.PhraseModelFF.setColumnIndex | ( | int | columnIndex | ) |
int joshua.decoder.ff.PhraseModelFF.columnIndex [private] |
final Logger joshua.decoder.ff.PhraseModelFF.logger = Logger.getLogger(PhraseModelFF.class.getName()) [static, private] |