【问题标题】:Stanford NLP pos tag PRN斯坦福 NLP pos tag PRN
【发布时间】: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 tagsStanford dependency tags 中都没有找到这样的标签。

【问题讨论】:

标签: nlp stanford-nlp


【解决方案1】:

标签可以覆盖单个单词(词性标签)或短语(短语类别)。 PRN 是括号短语的短语类别。

请参阅What do the abbreviations in POS tagging etc mean?,它将指向一个包含短语和词性标签的full list

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2014-04-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-04-30
    • 2014-04-20
    • 1970-01-01
    相关资源
    最近更新 更多