我最近发现了 Textacy,当我浏览 API 参考指南时,我遇到了 Vectorizer 的错误。如果我从 API 参考中添加任何选项,我会得到一个 TypeError: unexpected keyword 参数。除了权重之外,我还收到其他选项的此错误。
我使用 pip 安装了 textacy,我在 Ubuntu 上使用 Python3。任何帮助表示赞赏。谢谢!
vectorizer = textacy.vsm.Vectorizer(weighting='tfidf')
TypeError: __init__() got an unexpected keyword argument 'weighting'