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.
我知道 Python 中有CoNLL-U解析器。我只是想确认NLTK没有本地例程来解析 CoNLL-U(或其他具有依赖语法的 CoNLL 格式)。
查看代码,似乎 HEAD 和 DEP 不在conll的允许列类型中。这是非常出乎意料的,因为 CoNLL-U 现在非常流行,从大约 15 年以来,依赖语法一直是许多 CoNLL 格式的核心特性,而这种差距在任何地方都没有记录,所以我很确定我忽略了一些东西。
Python 库conllu可以。
礼貌:这个回答“为什么我不能用 Python 读入 .conll 文件(混淆解析错误)? ”