[Julius-cvs 860] CVS update: julius4/libsent/src/util

Back to archive index

sumom****@users***** sumom****@users*****
2013年 6月 21日 (金) 14:24:27 JST


Index: julius4/libsent/src/util/confout.c
diff -u julius4/libsent/src/util/confout.c:1.11 julius4/libsent/src/util/confout.c:1.12
--- julius4/libsent/src/util/confout.c:1.11	Fri Jun 21 02:14:25 2013
+++ julius4/libsent/src/util/confout.c	Fri Jun 21 14:24:26 2013
@@ -12,7 +12,7 @@
  * @author Akinobu LEE
  * @date   Thu Feb 17 15:34:39 2005
  *
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
  * 
  */
 /*
@@ -88,14 +88,16 @@
 #else
   fprintf(strm, "    class N-gram support    : no\n");
 #endif
+#ifdef USE_MBR
+  fprintf(strm, "    MBR weight support      : yes\n");
+#else
+  fprintf(strm, "    MBR weight support      : no\n");
+#endif
 #ifdef WORDS_INT
   fprintf(strm, "    word id unit            : integer (%d bytes)\n", sizeof(WORD_ID));
 #else
   fprintf(strm, "    word id unit            : short (%d bytes)\n", sizeof(WORD_ID));
 #endif
-#ifdef USE_MBR
-  fprintf(strm, "    MBR weight support      : yes\n");
-#endif
 }
 
 /** 



Julius-cvs メーリングリストの案内
Back to archive index