From 938be01277acf6f1652794dc141e86e213ce1a5f Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 29 Aug 2011 16:40:14 +0800 Subject: add test phrase --- src/pinyin.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pinyin.cpp') diff --git a/src/pinyin.cpp b/src/pinyin.cpp index 93ddff5..2f439a7 100644 --- a/src/pinyin.cpp +++ b/src/pinyin.cpp @@ -328,9 +328,9 @@ bool pinyin_clear_constraints(pinyin_context_t * context){ return retval; } -bool phrase_segment(pinyin_context_t * context, - const char * sentence, - TokenVector tokens){ +bool pinyin_phrase_segment(pinyin_context_t * context, + const char * sentence, + TokenVector tokens){ const glong num_of_chars = g_utf8_strlen(sentence, -1); glong utf16_len = 0; -- cgit