We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e9f81 commit e195cfcCopy full SHA for e195cfc
src/Kiwi.cpp
@@ -375,7 +375,8 @@ namespace kiwi
375
(tokens[i - 1].tag == POSTag::so
376
|| tokens[i - 1].tag == POSTag::sw
377
|| tokens[i - 1].tag == POSTag::sp
378
- || tokens[i - 1].tag == POSTag::se)
+ || tokens[i - 1].tag == POSTag::se
379
+ || tokens[i - 1].tag == POSTag::sso)
380
&& tokens[i - 1].endPos() == tokens[i].position
381
&& tokens[i - 1].position > tokens[i - 2].endPos();
382
if (nestedSentEnd)
0 commit comments