diff options
author | Chris Dyer <redpony@gmail.com> | 2009-12-06 23:14:43 -0500 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2009-12-06 23:14:43 -0500 |
commit | 0485712e2ccf98efe50f97963438df53af76964c (patch) | |
tree | d89b8c0cbecf1ef066911df6563cf271876aeb03 /src/ff_csplit.cc | |
parent | 2a18010e255810cc2b5bcbe688f3db8eabda23ca (diff) |
minor fixes, better logging
Diffstat (limited to 'src/ff_csplit.cc')
-rw-r--r-- | src/ff_csplit.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ff_csplit.cc b/src/ff_csplit.cc index 5d8dfefb..e24d7d1d 100644 --- a/src/ff_csplit.cc +++ b/src/ff_csplit.cc @@ -165,7 +165,7 @@ struct ReverseCharLMCSplitFeatureImpl { } // cerr << " END sp=" << sp << endl; sc[sp] = Vocab_None; - const double startprob = -ngram_.wordProb(kEOS, sc); + const double startprob = ngram_.wordProb(kEOS, sc); // cerr << " PROB=" << startprob << endl; return startprob; } |