From 9f34384f610e512488df4bb0f08e962ad95d6d13 Mon Sep 17 00:00:00 2001 From: graehl Date: Tue, 27 Jul 2010 04:59:37 +0000 Subject: fsa feature templated Accum interface, phrase interface allows exceeding markov order e.g. unigram state, 3gram lm. use Accum,set_value rather than clear,add_value. warning: 3gram fsa lm disagrees with bottom-up in 4th decimal place git-svn-id: https://ws10smt.googlecode.com/svn/trunk@431 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/ff_sample_fsa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'decoder/ff_sample_fsa.h') diff --git a/decoder/ff_sample_fsa.h b/decoder/ff_sample_fsa.h index 6e6ad30e..fb44dade 100755 --- a/decoder/ff_sample_fsa.h +++ b/decoder/ff_sample_fsa.h @@ -1,6 +1,8 @@ #ifndef FF_SAMPLE_FSA_H #define FF_SAMPLE_FSA_H +//TODO: fsa interface changed to include ScanPhrase* Scan*Accum. update these so they compile+work + #include "ff_from_fsa.h" // example: feature val = 1 * # of target words -- cgit v1.2.3