diff --git a/taibun/data/words.json b/taibun/data/words.json index 204a7af..2641976 100644 --- a/taibun/data/words.json +++ b/taibun/data/words.json @@ -10,7 +10,6 @@ "唷": "--ioh", "喔": "--ooh", "嘖": "--tsheh", - "的": "--ê", "亞": "a", "腌": "a", "鴉": "a", @@ -3409,6 +3408,7 @@ "啞鐘": "é-tsing", "矮": "é/ué", "个": "ê", + "的": "ê", "鞋仔帶": "ê-á-tuà/uê-á-tuà", "鞋仔": "ê-á/uê-á", "鞋抿仔": "ê-bín-á/uê-bín-á", diff --git a/taibun/taibun.py b/taibun/taibun.py index e86b2f5..530e6bb 100644 --- a/taibun/taibun.py +++ b/taibun/taibun.py @@ -47,7 +47,7 @@ class Converter(object): tt = '[ТŊ_ТКŊ]' DEFAULT_DELIMITER = object() DEFAULT_SANDHI = object() - __suffixes = ['啊','矣','喂','欸','唅','嘿','諾','乎','唷','喔','嘖','的'] + __suffixes = ['啊','矣','喂','欸','唅','嘿','諾','乎','唷','喔','嘖'] __no_sandhi = ['這','彼','遮','遐'] __location = ['頂','跤','外','內']