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
File "......\Python38\lib\site-packages\pkuseg\__init__.py", line 241, in __init__
self.feature_extractor = FeatureExtractor.load()
File "pkuseg/feature_extractor.pyx", line 625, in pkuseg.feature_extractor.FeatureExtractor.load
FileNotFoundError: [Errno 2] No such file or directory: 'pre_model/pkuseg/default_v2.zip\\unigram_word.txt'
The text was updated successfully, but these errors were encountered:
使用
导入下载的预训练模型“default_v2”时,导入失败,显示没有“unigram_word.txt”文件
The text was updated successfully, but these errors were encountered: