"乎" is the archaric irrogative particle in Chinese.

This commit is contained in:
Chen, Chien-ting 2021-08-14 16:59:11 +08:00 committed by GitHub
parent a6fa27b659
commit 0bbec57105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ if __name__ == "__main__":
elif "連体" in token['features'][0]:
prime = ""
elif "疑問符" in token["features"][0]:
prime = "如何?"
prime = "乎?"
result_list.append(hira_to_blank(prime))