例如,我们有一句话说"I just played the biggest event in the world"
。这里的谓词是"played"
。
我知道我应该标记该句子,然后使用nltk查找其对每个单词的依存关系。但是,我不知道如何识别哪个谓词。
另一个例子
"I played football with friends and I hit a goal"
。这里的谓词是"played"
和"hit"
。有没有办法找到它?我试图使用依赖树。我以某种方式得到了这样的想法,即树的头部应该是谓词,但是当涉及到两个或多个谓词时。我应该找到哪一个?