From 6045023b52f161bb0e6ebd93e5370a6894bb5c11 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 13 Jun 2016 15:38:07 +0800 Subject: update test_pinyin.cpp --- tests/test_pinyin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_pinyin.cpp b/tests/test_pinyin.cpp index f94263b..18ead74 100644 --- a/tests/test_pinyin.cpp +++ b/tests/test_pinyin.cpp @@ -66,7 +66,7 @@ int main(int argc, char * argv[]){ pinyin_parse_more_full_pinyins(instance, linebuf); pinyin_guess_sentence_with_prefix(instance, prefixbuf); - pinyin_guess_full_pinyin_candidates(instance, 0); + pinyin_guess_candidates(instance, 0); guint len = 0; pinyin_get_n_candidate(instance, &len); -- cgit