[Julius-cvs 815] CVS update: julius4/libsent/include/sent

Zurück zum Archiv-Index

sumom****@users***** sumom****@users*****
2013年 6月 21日 (金) 02:02:29 JST


Index: julius4/libsent/include/sent/config.h.in
diff -u julius4/libsent/include/sent/config.h.in:1.9 julius4/libsent/include/sent/config.h.in:1.10
--- julius4/libsent/include/sent/config.h.in:1.9	Wed Jun 12 18:48:26 2013
+++ julius4/libsent/include/sent/config.h.in	Fri Jun 21 02:02:29 2013
@@ -33,7 +33,7 @@
  * @author Akinobu LEE
  * @date   Thu Feb 10 17:48:32 2005
  *
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
  *
  */
 
@@ -158,4 +158,5 @@
 #undef ENABLE_MSD
 
 /* Define if MBR support is enabled */
+/* MBR Extension by Hiroaki Nanjo and Ryo Furutani (Ryukoku University) */
 #undef USE_MBR
Index: julius4/libsent/include/sent/vocabulary.h
diff -u julius4/libsent/include/sent/vocabulary.h:1.10 julius4/libsent/include/sent/vocabulary.h:1.11
--- julius4/libsent/include/sent/vocabulary.h:1.10	Wed Jun 12 18:48:26 2013
+++ julius4/libsent/include/sent/vocabulary.h	Fri Jun 21 02:02:29 2013
@@ -30,7 +30,7 @@
  * @author Akinobu LEE
  * @date   Sat Feb 12 12:38:13 2005
  *
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
  * 
  */
 /*
@@ -77,22 +77,7 @@
   int		totaltransnum;  ///< Total number of state transitions
   boolean	*is_transparent; ///< TRUE if the word can be treated as transparent [wid]
 #ifdef USE_MBR
-  /**
-    *
-    * Update 7 March 2011
-    *
-    * MBR Expansion Hiroaki NANJO
-    *               Ryo FURUTANI
-    *
-    **/
-  
   float *weight; ///< Word weight (use minimization WWER on MBR)
-
-  /**
-   *
-   * MBR Expansion End
-   *
-   **/
 #endif
   APATNODE	*errph_root; ///< Root node of index tree for gathering error %HMM name appeared when reading the dictionary 
   BMALLOC_BASE *mroot;		///< Pointer for block memory allocation



Julius-cvs メーリングリストの案内
Zurück zum Archiv-Index