sumom****@users*****
sumom****@users*****
2009年 2月 10日 (火) 17:15:48 JST
Index: julius4/libjulius/include/julius/jconf.h diff -u julius4/libjulius/include/julius/jconf.h:1.7 julius4/libjulius/include/julius/jconf.h:1.8 --- julius4/libjulius/include/julius/jconf.h:1.7 Thu Sep 25 14:00:05 2008 +++ julius4/libjulius/include/julius/jconf.h Tue Feb 10 17:15:48 2009 @@ -23,7 +23,7 @@ * @author Akinobu Lee * @date Fri Feb 16 13:42:28 2007 * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * */ /* @@ -335,6 +335,11 @@ char wordrecog_silence_context_name[MAX_HMMNAME_LEN]; /** + * Name string of Unknown word for N-gram + */ + char unknown_name[UNK_WORD_MAXLEN]; + + /** * Pointer to next instance * */