From f4461b1f7687eba6ac95e8c995d0e3509adbb30d Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 29 Jan 2018 15:00:42 +0800 Subject: fixes compile --- tests/lookup/test_pinyin_lookup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lookup/test_pinyin_lookup.cpp b/tests/lookup/test_pinyin_lookup.cpp index 6178b85..e3d6d1b 100644 --- a/tests/lookup/test_pinyin_lookup.cpp +++ b/tests/lookup/test_pinyin_lookup.cpp @@ -59,7 +59,7 @@ int main( int argc, char * argv[]){ gfloat lambda = system_table_info.get_lambda(); - PhoneticLookup<3> pinyin_lookup(lambda, &largetable, &phrase_index, + PhoneticLookup<3, 3> pinyin_lookup(lambda, &largetable, &phrase_index, &system_bigram, &user_bigram); /* prepare the prefixes for get_nbest_match. */ -- cgit v1.2.1