From 279bc261148978c4ac3e5e4e8e9ef689ca0c25ca Mon Sep 17 00:00:00 2001 From: graehl Date: Sun, 25 Jul 2010 02:52:58 +0000 Subject: cleaned up kbest, new USE_INFO_EDGE 1 logs per edge, --show_derivation (needs work; handle kbest deriv, viterbi deriv, sort hg exposing viterbi?) git-svn-id: https://ws10smt.googlecode.com/svn/trunk@405 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/ff_factory.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'decoder/ff_factory.h') diff --git a/decoder/ff_factory.h b/decoder/ff_factory.h index 12e768aa..93681c5e 100644 --- a/decoder/ff_factory.h +++ b/decoder/ff_factory.h @@ -1,7 +1,14 @@ #ifndef _FF_FACTORY_H_ #define _FF_FACTORY_H_ -//TODO: use http://www.boost.org/doc/libs/1_43_0/libs/functional/factory/doc/html/index.html? +/*TODO: register state identity separately from feature function identity? as + * in: string registry for name of state somewhere, assert that same result is + * computed by all users? or, we can just require that ff sharing same state + * all be mashed into a single ffunc, which can just emit all the fid scores at + * once. that's fine. + */ + +//TODO: use http://www.boost.org/doc/libs/1_43_0/libs/functional/factory/doc/html/index.html ? #include #include -- cgit v1.2.3