From 7520e730d47155bb05e1fcf2d69f1ed45b96e876 Mon Sep 17 00:00:00 2001 From: graehl Date: Mon, 26 Jul 2010 05:07:07 +0000 Subject: shorten fsa lm state using contextID git-svn-id: https://ws10smt.googlecode.com/svn/trunk@415 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/ff_lm_fsa.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'decoder/ff_lm_fsa.h') diff --git a/decoder/ff_lm_fsa.h b/decoder/ff_lm_fsa.h index 6a4e8201..55a8b497 100755 --- a/decoder/ff_lm_fsa.h +++ b/decoder/ff_lm_fsa.h @@ -1,7 +1,8 @@ #ifndef FF_LM_FSA_H #define FF_LM_FSA_H -//TODO: use SRI LM::contextBOW, LM::contextID to shorten state +//TODO: use SRI LM::contextID to shorten state +//TODO: expose ScanPhrase interface to achieve > ngram probs (e.g. unigram) with higher order lm - but that wouldn't apply to L->R maximal hook/sharing decoding #include "ff_lm.h" #include "ff_from_fsa.h" -- cgit v1.2.3