Skip to content

Commit

Permalink
Update test_tokenize.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Sep 17, 2022
1 parent 4c69dd4 commit 7284ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tokenize.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ def test_nercut(self):
self.assertEqual(nercut.segment("ทันแน่ๆ"), ['ทัน', 'แน่ๆ'])
self.assertEqual(nercut.segment("%1ครั้ง"), ['%', '1', 'ครั้ง'])
self.assertEqual(nercut.segment("ทุ๊กกโคนน"), ['ทุ๊กกโคนน'])
self.assertEqual(nercut.segment("อือหือ"), ['อือหือ'])
self.assertIsNotNone(nercut.segment("อือหือ"))
self.assertEqual(
nercut.segment("อย่าลืมอัพการ์ดนะจ๊ะ"),
['อย่าลืมอัพการ์ดนะจ๊ะ']
Expand Down

0 comments on commit 7284ac0

Please sign in to comment.