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.
我想在与文本挖掘相关的项目中使用照应解析。我在 Linux 平台上做这个项目,我正在使用 Python。我在网上搜索过,但没有合适的工具包可以在 Python 中执行回指解析。请建议一些可以这样做的工具包。
我想找到代词的名词。例如
乔伊正在吃午饭。他太饿了。
我希望将下一句中的“He”替换为“Joey”。
查看NLTK-DRT的文档。