mirror of
https://github.com/bab2min/Kiwi.git
synced 2026-06-17 01:54:27 +00:00
parent
2d85ca73f7
commit
5974830e79
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ TEST(KiwiCpp, AnalyzeError01)
|
|||
res = kiwi.analyze(u"잤는데", Match::all);
|
||||
EXPECT_EQ(res.first[0].str, std::u16string{ u"자" });
|
||||
}
|
||||
TEST(KiwiCpp, AnalyzeError02) {
|
||||
|
||||
TEST(KiwiCpp, NormalizeCoda) {
|
||||
Kiwi& kiwi = reuseKiwiInstance();
|
||||
TokenResult res = kiwi.analyze(u"키윜ㅋㅋ", Match::all);
|
||||
EXPECT_EQ(res.first[1].str, std::u16string{ u"ㅋㅋㅋ" });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue