We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4a56e commit d4ecdccCopy full SHA for d4ecdcc
1 file changed
test/test_kiwipiepy.py
@@ -1007,5 +1007,5 @@ def test_dialect():
1007
assert tokens[1].tagged_form == "ᄒᆞᆫ/MM"
1008
assert tokens[2].tagged_form == "잔/NNG"
1009
assert tokens[3].tagged_form == "드시/VV"
1010
- assert tokens[4].tagged_form == "엇/EP"
+ assert tokens[4].tagged_form in ("엇/EP", "었/EP")
1011
assert tokens[5].tagged_form == "수과/EF"
0 commit comments