From af86feb1fbecbd9d25def761fcca89d2a0494de7 Mon Sep 17 00:00:00 2001 From: redpony Date: Thu, 1 Jul 2010 18:20:39 +0000 Subject: use named features git-svn-id: https://ws10smt.googlecode.com/svn/trunk@89 ec762483-ff6d-05da-a07a-a48fb63a330f --- extools/score_grammar.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extools') diff --git a/extools/score_grammar.cc b/extools/score_grammar.cc index 534b6295..f831ed28 100644 --- a/extools/score_grammar.cc +++ b/extools/score_grammar.cc @@ -338,8 +338,8 @@ int main(int argc, char** argv){ scored_grammar << TD::GetString(cur_key); scored_grammar << " " << TD::GetString(it->first) << " |||"; - scored_grammar << " " << safenlog(pFE_) << " " << safenlog(pEF_); - scored_grammar << " " << safenlog(final_lex_e2f) << " " << safenlog(final_lex_f2e) << endl; + scored_grammar << " FGivenE=" << safenlog(pFE_) << " EGivenF=" << safenlog(pEF_); + scored_grammar << " LexE2F=" << safenlog(final_lex_e2f) << " LexF2E=" << safenlog(final_lex_f2e) << endl; } } } -- cgit v1.2.3