diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-25 02:52:58 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-25 02:52:58 +0000 |
commit | 279bc261148978c4ac3e5e4e8e9ef689ca0c25ca (patch) | |
tree | 7d99bfd1206b6630b9caaca44ae0696b617ae21f /decoder/ff_factory.h | |
parent | 06b857aacaa491229e7c4a430a752b20ba0d2367 (diff) |
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
Diffstat (limited to 'decoder/ff_factory.h')
-rw-r--r-- | decoder/ff_factory.h | 9 |
1 files changed, 8 insertions, 1 deletions
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 <iostream> #include <string> |