Chinese POS tag incorrect? #6885
bokailong
started this conversation in
Language Support
Replies: 1 comment
-
Hi, the statistical models are not going be 100% correct, especially on data that's different from the training data, which for Chinese is mostly news/newspaper text. See the top post in #3052 for a longer explanation, and a similar issue related to colors is #4744. |
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.
-
New to spaCy. I have been fooling with it and it seems great. But, my first time implementing a POS tag for Chinese identified the word red 紅色 as a VERB ROOT. I changed it to blue 蓝色 and it was identified correctly as ADJ ROOT. The sentence was My car is red 我的車是紅色的. I am using python 3.9 and spaCy 3.0 on linux.
Beta Was this translation helpful? Give feedback.
All reactions