"乎" is the archaric irrogative particle in Chinese.
This commit is contained in:
parent
a6fa27b659
commit
0bbec57105
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ if __name__ == "__main__":
|
||||||
elif "連体" in token['features'][0]:
|
elif "連体" in token['features'][0]:
|
||||||
prime = "的"
|
prime = "的"
|
||||||
elif "疑問符" in token["features"][0]:
|
elif "疑問符" in token["features"][0]:
|
||||||
prime = "如何?"
|
prime = "乎?"
|
||||||
|
|
||||||
result_list.append(hira_to_blank(prime))
|
result_list.append(hira_to_blank(prime))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue