【发布时间】:2014-12-16 04:55:22
【问题描述】:
我正在使用斯坦福大学的 CoreNLP 管道。 我正在关注 TreeAnnotation:
(ROOT (S (NP (PRP I)) (VP (VP (VBP love) (NP (NN hepling))) (PRN (CC and) (ADJP (JJ willing) (S (VP (TO to) (VP (VB help)))))))))
注意:这个句子在语法上是错误的,但这是内涵的。
什么是 TreeAnnotation 中的“PRN”标签?
我在Penn tags 和Stanford dependency tags 中都没有找到这样的标签。
【问题讨论】:
标签: nlp stanford-nlp