You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from spacy import displacy
from tabulate import tabulate
import zh_core_web_sm
nlp = zh_core_web_sm.load()
when I try this, it gives me the following error:
ValueError: Can't read file: D:\Anaconda\lib\site-packages\zh_core_web_sm\zh_core_web_sm-0.1.0\tokenizer\cfg
And I check the 'zh_core_web_sm-0.1.0' file, there is no file called 'tokenizer’. I try to reinstall but giving me the same error.
Do you know why this happened?
The text was updated successfully, but these errors were encountered:
The official Chinese model of SpaCy has been launched (https://spacy.io/models/zh), the task of "promoting the development of Chinese model of SpaCy" of this project has been completed, this project will enter the maintenance state, and the subsequent updates will only be bug fixed, thanks Long-term attention and support from all users.
from spacy import displacy
from tabulate import tabulate
import zh_core_web_sm
nlp = zh_core_web_sm.load()
when I try this, it gives me the following error:
ValueError: Can't read file: D:\Anaconda\lib\site-packages\zh_core_web_sm\zh_core_web_sm-0.1.0\tokenizer\cfg
And I check the 'zh_core_web_sm-0.1.0' file, there is no file called 'tokenizer’. I try to reinstall but giving me the same error.
Do you know why this happened?
The text was updated successfully, but these errors were encountered: