|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
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