[CN DateTimeV2] Traditional Chinese support? #1844
Voileexperiments
started this conversation in
General
Replies: 1 comment
-
@Voileexperiments, you are right that the current implementation mostly supports ZH-CN (https://github.com/microsoft/Recognizers-Text#supported-entities-across-cultures). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The pattern for
CN DateTimeV2
is namedChinese
but it's actually for simplified Chinese only, so it's misleading. If it's intended then the naming is inconsistent: Language codes likeEN
are the first part (likeen-us
anden-gb
) whileCN
is the second part (as inzh-cn
andzh-tw
). Also, Chinese, if not specified, includes both Simplified Chinese and Traditional Chinese (HK and TW).Adding support for Traditional Chinese based on the existing Simplified Chinese file doesn't seem too difficult: most things can be converted by a Simplified Chinese -> Traditional Chinese converter, and the rest is adding the Traditional Chinese only phrases.
Beta Was this translation helpful? Give feedback.
All reactions