Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
src/joshua/decoder/ff/lm/kenlm/lm/word_index.hh
00001 // Separate header because this is used often.
00002 #ifndef LM_WORD_INDEX__
00003 #define LM_WORD_INDEX__
00004 
00005 namespace lm {
00006 typedef unsigned int WordIndex;
00007 } // namespace lm
00008 
00009 typedef lm::WordIndex LMWordIndex;
00010 
00011 #endif