[Tomoe-cvs 1199] CVS update: tomoe/recognizer

Back to archive index

Kouhei Sutou kous****@users*****
2006年 11月 27日 (月) 18:11:10 JST


Index: tomoe/recognizer/tomoe-recognizer-simple-logic.c
diff -u tomoe/recognizer/tomoe-recognizer-simple-logic.c:1.33 tomoe/recognizer/tomoe-recognizer-simple-logic.c:1.34
--- tomoe/recognizer/tomoe-recognizer-simple-logic.c:1.33	Mon Nov 27 17:59:22 2006
+++ tomoe/recognizer/tomoe-recognizer-simple-logic.c	Mon Nov 27 18:11:09 2006
@@ -17,7 +17,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-recognizer-simple-logic.c,v 1.33 2006/11/27 08:59:22 kous Exp $
+ *  $Id: tomoe-recognizer-simple-logic.c,v 1.34 2006/11/27 09:11:09 kous Exp $
  */
 
 #include <stdlib.h>
@@ -87,7 +87,7 @@
     g_return_val_if_fail (dict, NULL);
 
     sparse_writing = create_sparse_writing (input);
-    input_stroke_num = tomoe_writing_get_number_of_strokes (sparse_writing);
+    input_stroke_num = tomoe_writing_get_n_strokes (sparse_writing);
     g_return_val_if_fail (input_stroke_num > 0, NULL);
 
     target_chars = tomoe_dict_search_by_n_strokes (dict, input_stroke_num, -1);
@@ -590,7 +590,7 @@
 {
     int pj = 100;
     gint adapted_num;
-    int d_stroke_num = tomoe_writing_get_number_of_strokes (tomoe_char_get_writing (chr));
+    int d_stroke_num = tomoe_writing_get_n_strokes (tomoe_char_get_writing (chr));
 
     if (!adapted)
         return -1;


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