[Julius-cvs 367] CVS update: julius4/libsent/src/ngram

アーカイブの一覧に戻る

sumom****@users***** sumom****@users*****
2009年 1月 22日 (木) 00:39:41 JST


Index: julius4/libsent/src/ngram/ngram_read_arpa.c
diff -u julius4/libsent/src/ngram/ngram_read_arpa.c:1.11 julius4/libsent/src/ngram/ngram_read_arpa.c:1.12
--- julius4/libsent/src/ngram/ngram_read_arpa.c:1.11	Wed Jan 21 00:40:44 2009
+++ julius4/libsent/src/ngram/ngram_read_arpa.c	Thu Jan 22 00:39:41 2009
@@ -20,7 +20,7 @@
  * @author Akinobu LEE
  * @date   Wed Feb 16 16:52:24 2005
  *
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
  * 
  */
 /*
@@ -30,7 +30,7 @@
  * All rights reserved
  */
 
-/* $Id: ngram_read_arpa.c,v 1.11 2009/01/20 15:40:44 sumomo Exp $ */
+/* $Id: ngram_read_arpa.c,v 1.12 2009/01/21 15:39:41 sumomo Exp $ */
 
 /* words should be alphabetically sorted */
 
@@ -55,7 +55,7 @@
   char *p;
   int n;
   int maxn;
-  unsigned int entry_num;
+  unsigned long entry_num;
 
   maxn = 0;
 
@@ -263,7 +263,7 @@
 {
   WORD_ID w[2], wtmp;
   LOGPROB prob;
-  unsigned int bi_count = 0;
+  NNID bi_count = 0;
   NNID n2;
   boolean ok_p = TRUE;
   char *s;



Julius-cvs メーリングリストの案内
アーカイブの一覧に戻る