This commit is contained in:
byronhe 2019-09-04 20:50:11 +08:00 committed by GitHub
parent 866d0e83b0
commit 55a94b417c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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