Skip to content

Commit e195cfc

Browse files
committed
Fix #181
1 parent 95e9f81 commit e195cfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Kiwi.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ namespace kiwi
375375
(tokens[i - 1].tag == POSTag::so
376376
|| tokens[i - 1].tag == POSTag::sw
377377
|| tokens[i - 1].tag == POSTag::sp
378-
|| tokens[i - 1].tag == POSTag::se)
378+
|| tokens[i - 1].tag == POSTag::se
379+
|| tokens[i - 1].tag == POSTag::sso)
379380
&& tokens[i - 1].endPos() == tokens[i].position
380381
&& tokens[i - 1].position > tokens[i - 2].endPos();
381382
if (nestedSentEnd)

0 commit comments

Comments
 (0)