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 744f32e commit 437219cCopy full SHA for 437219c
pythainlp/test/__init__.py
@@ -41,6 +41,10 @@ def test_romanization1(self):
41
self.assertEqual(romanization("แมว"),'mæw')
42
def test_romanization2(self):
43
self.assertEqual(romanization("แมว",engine="royin"),'maeo')
44
+ self.assertEqual(romanization("เดือน",engine="royin"),'duean')
45
+ self.assertEqual(romanization("ดู",engine="royin"),'du')
46
+ self.assertEqual(romanization("ดำ",engine="royin"),'dam')
47
+ self.assertEqual(romanization("บัว",engine="royin"),'bua')
48
def test_number(self):
49
self.assertEqual(numtowords(5611116.50),'ห้าล้านหกแสนหนึ่งหมื่นหนึ่งพันหนึ่งร้อยสิบหกบาทห้าสิบสตางค์')
50
def test_tcc(self):
0 commit comments