mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
make load_test test time longer
This commit is contained in:
parent
a3671ab252
commit
11b041ed52
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
using namespace CppJieba;
|
using namespace CppJieba;
|
||||||
|
|
||||||
void cut(size_t times = 20)
|
void cut(size_t times = 50)
|
||||||
{
|
{
|
||||||
MixSegment seg("../dict/jieba.dict.utf8", "../dict/hmm_model.utf8");
|
MixSegment seg("../dict/jieba.dict.utf8", "../dict/hmm_model.utf8");
|
||||||
vector<string> res;
|
vector<string> res;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user