Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于 Spacy 包,当我尝试使用 pickle 加载 deps、ner 和 pos 的模型文件时,它们会引发无效的加载键或 EOF 错误。
我已经在 windows 和 linux 系统上执行了代码。我认为这不是二进制模式传输问题。我已经详细检查过了。我无法弄清楚这个问题。该文件很可能已损坏,但我不确定。有没有办法使用十六进制编辑器修复它?
非常感谢任何帮助。如果有人能详细解释酸洗,那就太好了。
感谢你的帮助。
Spacy 中的 English() 对象不可选择。见问题#125