有没有办法列出所有类型的斯坦福依赖项?
http://nlp.stanford.edu/software/stanford-dependencies.shtml
有没有办法列出所有类型的斯坦福依赖项?
http://nlp.stanford.edu/software/stanford-dependencies.shtml
你认为缺少什么?对于基本的依赖关系,手册中的列表应该是完整的。如果没有,那是一个错误。
对于折叠的依赖项,基本上同样适用,但它更复杂,因为两个依赖项(prep_* 和 conj_*)确实有一个开放的插槽。虽然介词和连词通常被认为是封闭的词性,但没有任何预先生成的填充词列表。解析器分析为介词或连词的任何内容都将填充该位置。
我知道这有点晚了,但我一直在寻找同样的东西并找到了列表:http ://wiki.opencog.org/w/Dependency_relations#Standard_list_of_dependency_relations
这也可以在斯坦福依赖手册的后面找到。
Take a look at the Stanford Dependencies Manual. It lists all dependencies with short explanations and examples. Be aware that newer versions of the Stanford Parser might use slightly different dependencies (usually more specialized ones)