diff options
Diffstat (limited to 'decoder/oracle_bleu.h')
-rwxr-xr-x | decoder/oracle_bleu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/oracle_bleu.h b/decoder/oracle_bleu.h index 932378e5..c5ca2fcf 100755 --- a/decoder/oracle_bleu.h +++ b/decoder/oracle_bleu.h @@ -149,7 +149,7 @@ struct OracleBleu { order=(loss==IBM_BLEU_3)?3:4; std::ostringstream param; param<<"-o "<<order; - pff=global_ff_registry->Create("BLEUModel",param.str()); + pff=ff_registry.Create("BLEUModel",param.str()); } bool is_null() const { |