【发布时间】:2016-09-19 18:08:26
【问题描述】:
我是 NLP 遍历的新手。 enter image description here
例如句子:滚动条也不是最好的。 我想使用 DFS 方法查找 VP 子树以找到子树中最深的动词。你能帮我得到这些动词吗?非常感谢
【问题讨论】:
标签: python python-2.7 tree nlp tree-traversal
我是 NLP 遍历的新手。 enter image description here
例如句子:滚动条也不是最好的。 我想使用 DFS 方法查找 VP 子树以找到子树中最深的动词。你能帮我得到这些动词吗?非常感谢
【问题讨论】:
标签: python python-2.7 tree nlp tree-traversal
你可以使用 stanford cornlp 来获得三元组
【讨论】: