mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
fix typo
This commit is contained in:
parent
866d0e83b0
commit
55a94b417c
@ -48,7 +48,7 @@ class FullSegment: public SegmentBase {
|
|||||||
void Cut(RuneStrArray::const_iterator begin,
|
void Cut(RuneStrArray::const_iterator begin,
|
||||||
RuneStrArray::const_iterator end,
|
RuneStrArray::const_iterator end,
|
||||||
vector<WordRange>& res) const {
|
vector<WordRange>& res) const {
|
||||||
// resut of searching in trie tree
|
// result of searching in trie tree
|
||||||
LocalVector<pair<size_t, const DictUnit*> > tRes;
|
LocalVector<pair<size_t, const DictUnit*> > tRes;
|
||||||
|
|
||||||
// max index of res's words
|
// max index of res's words
|
||||||
|
Loading…
x
Reference in New Issue
Block a user