From dd456888d9648ff8a79c0eee36c03a4dc5558b1c Mon Sep 17 00:00:00 2001 From: graehl Date: Wed, 21 Jul 2010 22:09:50 +0000 Subject: disabled TD reserved stuff - debug init assertion later git-svn-id: https://ws10smt.googlecode.com/svn/trunk@364 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/tdict.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'decoder/tdict.h') diff --git a/decoder/tdict.h b/decoder/tdict.h index 26e94edf..e0b4b5f0 100644 --- a/decoder/tdict.h +++ b/decoder/tdict.h @@ -9,21 +9,23 @@ class Vocab; struct TD { + /* // disabled for now static const int reserved_begin=10; // allow room for SRI special tokens e.g. unk ss se pause. tokens until this get "" static const int n_reserved=10; // 0...n_reserved-1 get token '' static inline WordID reserved(int i) { assert(i>=0 && i"; static char const* const se_str; //=""; static char const* const unk_str; //=""; static WordID ss,se,unk; // x=Convert(x_str) - static inline WordID begin() { - return reserved(n_reserved); - } static WordID end(); // next id to be assigned; [begin,end) give the non-reserved tokens seen so far static Vocab dict_; static void ConvertSentence(std::string const& sent, std::vector* ids); -- cgit v1.2.3