mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
someone forget to assign value for maxWordLen in QuerySegment
This commit is contained in:
parent
496e593d53
commit
d9880feb03
@ -47,6 +47,7 @@ namespace CppJieba
|
||||
LogError("_fullSeg init");
|
||||
return false;
|
||||
}
|
||||
_maxWordLen = maxWordLen;
|
||||
return _setInitFlag(true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user