gpt4 book ai didi

python - Spacy 法语给出了 NoneType 错误

转载 作者:行者123 更新时间:2023-12-04 09:32:02 25 4
gpt4 key购买 nike

这是代码:

import spacy
nlp = spacy.load('fr_core_news_sm')
doc = nlp('Demain je travaille à la maison')
for token in doc:
print(token.text)
它给出了错误:

File "c:\users\ab\appdata\local\programs\python\python37\lib\site-packages\spacy\lang\fr\lemmatizer.py", line 49, in call if self.is_base_form(univ_pos, morphology):TypeError: 'NoneType' object is not callable


如果我将 'fr_core_news_sm' 更改为 'en_core_web_sm',它运行良好。
我的 python 版本是 3.7.7。
Spacy 版本是 2.3.1。

最佳答案

这似乎是 spaCy 2.3.1 的一个错误:https://github.com/explosion/spaCy/issues/5728
降级到 2.3.0,它应该可以工作:pip install spacy==2.3.0

关于python - Spacy 法语给出了 NoneType 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62796437/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com