NLTK的pos_tag含义和Dependency Labels_依存分析标签

1.NLTK的pos_tag含义

CC     coordinatingconjunction 并列连词 :and, or, but, if

CD     cardinaldigit  纯数  基数 

DT     determiner  限定词(置于名词前起限定作用,如 the、some、my 等) :

EX     existentialthere (like:"there is"... think of it like "thereexists")   存在句;存现句 :there

FW     foreignword  外来语;外来词;外文原词 

IN     preposition/subordinating conjunction介词/从属连词;主从连词;从属连接词 :in, on, under

JJ     adjective    'big'  形容词 

JJR    adjective, comparative 'bigger' (形容词或副词的)比较级形式 

JJS    adjective, superlative 'biggest'  (形容词或副词的)最高级 

LS     listmarker  1) :A B C A. B. C.

MD     modal (could, will) 形态的,形式的 , 语气的;情态的 :can, could

NN     noun, singular 'desk' 名词单数形式 

NNS    nounplural  'desks'  名词复数形式 

NNP    propernoun, singular     'Harrison' 专有名词 

NNPS  proper noun, plural 'Americans'  专有名词复数形式 

PDT    predeterminer      'all the kids'  前位限定词 :all, both, half, many

POS    possessiveending  parent's   属有词  结束语 :'s

PRP    personalpronoun   人称代词  : I, he, she 

PRP$  possessive pronoun   物主代词 :my, his, hers

RB     adverb  副词  :very, silently,

RBR    adverb,comparative better   (形容词或副词的)比较级形式 

RBS    adverb,superlative best    (形容词或副词的)最高级 

RP     particle     虚词 : aboard about across along apart

TO     to    go 'to' the store. 

UH     interjection errrrrrrrm  感叹词;感叹语 :Goodbye Goody Gosh Wow

VB     verb, baseform    take   动词 

VBD    verb, pasttense   took   动词   过去时;过去式  : +ed

VBG    verb,gerund/present participle taking 动词  动名词/现在分词  : +ing

VBN    verb, pastparticiple     taken 动词  过去分词 :+en

VBP    verb,sing. present, non-3d     take 动词  现在 :原形

VBZ    verb, 3rdperson sing. present  takes   动词  第三人称 :+s

WDT    wh-determiner      which 限定词(置于名词前起限定作用,如 the,some,my 等):who, which, when, what, where, how

WP     wh-pronoun   who, what 代词(代替名词或名词词组的单词) :who, what, whatever

WP$    possessivewh-pronoun     whose  所有格;属有词 :whose

WRB    wh-abverb    where, when 副词 

 

2.依存分析标签 ClearNLP Dependency Labels

ClearNLP Dependency Labels

Current Labels

LabelDescriptionSince
ACLClausal modifier of noun3.1.0
ACOMPAdjectival complement1.0.0
ADVCLAdverbial clause modifier1.0.0
ADVMODAdverbial modifier1.0.0
AGENTAgent1.0.0
AMODAdjectival modifier1.0.0
APPOSAppositional modifier1.0.0
ATTRAttribute1.0.0
AUXAuxiliary1.0.0
AUXPASSAuxiliary (passive)1.0.0
CASECase marker3.1.0
CCCoordinating conjunction1.0.0
CCOMPClausal complement1.0.0
COMPOUNDCompound modifier3.1.0
CONJConjunct1.0.0
CSUBJClausal subject1.0.0
CSUBJPASSClausal subject (passive)1.0.0
DATIVEDative3.1.0
DEPUnclassified dependent1.0.0
DETDeterminer1.0.0
DOBJDirect Object1.0.0
EXPLExpletive1.0.0
INTJInterjection1.0.0
MARKMarker1.0.0
METAMeta modifier1.0.0
NEGNegation modifier1.0.0
NOUNMODModifier of nominal3.1.0
NPMODNoun phrase as adverbial modifier3.1.0
NSUBJNominal subject1.0.0
NSUBJPASSNominal subject (passive)1.0.0
NUMMODNumber modifier3.1.0
OPRDObject predicate1.0.0
PARATAXISParataxis1.0.0
PCOMPComplement of preposition1.0.0
POBJObject of preposition1.0.0
POSSPossession modifier1.0.0
PRECONJPre-correlative conjunction1.0.0
PREDETPre-determiner1.0.0
PREPPrepositional modifier1.0.0
PRTParticle1.0.0
PUNCTPunctuation1.0.0
QUANTMODModifier of quantifier1.0.0
RELCLRelative clause modifier3.1.0
ROOTRoot1.0.0
XCOMPOpen clausal complement1.0.0

Deprecated Labels

LabelDescriptionSinceNotes
COMPLMComplementizer3.0.0Replaced to mark
INFMODInfinitival modifier3.0.0Replaced to acl
PARTMODParticipal modifier3.0.0Replaced to acl
HMODModifier in hyphenation3.1.0Replaced to compound
HYPHHyphen3.1.0Replaced to punct
IOBJIndirect object3.1.0Replaced to dative
NUMNumber modifier3.1.0Replaced to nummod
NUMBERNumber compound modifier3.1.0Replaced to compound
NMODModifier of nominal3.1.0Replaced to nounmod
NNNoun compound modifier3.1.0Replaced to compound
NPADVMODNoun phrase as adverbial modifier3.1.0Replaced to npmod
POSSESSIVEPossessive modifier3.1.0Replaced to case
RCMODRelative clause modifier3.1.0Replaced to relcl

Subjects

Nominal subject

A nominal subject (nsubj) is a non-clausal constituent in the subject position of an active verb.

Nominal subject (passive)

A nominal passive subject (nsubjpass) is a non-clausal constituent in the subject position of a passive verb.

Clausal subject

A clausal subject (csubj) is a clause in the subject position of an active verb.

Clausal subject (passive)

A clausal passive subject (csubjpass) is a clause in the subject position of a passive verb.

Agent

An agent (agent) is the complement of a passive verb that is the surface subject of its active form.

Expletive

An expletive (expl) is an existential there in the subject position.

Objects

Direct object

A direct object (dobj) is a noun phrase that is the accusative object of a (di)transitive verb.

Dative

A dative (dative) is a nominal or prepositional object of dative-shifting verb.

Attribute

An attribute (attr) is a noun phrase that is a non-VP predicate usually following a copula verb.

Object predicate

An object predicate (oprd) is a non-VP predicate in a small clause that functions like the predicate of an object.

Complements

Clausal complement

A clausal complement (ccomp) is a clause with an internal subject that modifies the head of an ADJP|ADVP|NML|NP|WHNP|VP|SINV|SQ.

Open clausal complement

An open clausal complement (xcomp) is a clause without an internal subject that modifies the head of an ADJP|ADVP|VP|SINV|SQ.

Adjectival complement

An adjectival complement (acomp) is an adjective phrase that modifies the head of a VP|SINV|SQ, that is usually a verb.

Nominals

Appositional modifier

An appositional modifier (appos) of an NML|NP is a noun phrase immediately preceded by another noun phrase, which gives additional information to its preceding noun phrase.

Clausal modifier

A finite or non-finite clausal modifier (acl) is either an infinitival modifier is an infinitive clause or phrase that modifies the head of a noun phrase, or a participial modifier is a clause or phrase whose head is a verb in a participial form (e.g., gerund, past participle) that modifies the head of a noun phrase, or a complement.

Releative clause modifier

A relative clause modifier (relcl) is a either relative clause or a reduced relative clause that modifies the head of an NML|NP|WHNP.

Determiner

A determiner (det) is a word token whose pos tag is DT|WDT|WP that modifies the head of a noun phrase.

Pre-determiner

A predeterminer (predet) is a word token whose pos tag is PDT that modifies the head of a noun phrase.

Numeric modifier

A numeric modifier (nummod) is any number or quantifier phrase that modifies the head of a noun phrase.

Adjectival modifier

An adjectival modifier (amod) is an adjective or an adjective phrase that modifies the meaning of another word, usually a noun.

Possession modifier

A possession modifier (poss) is either a possessive determiner (PRP$) or a NML|NP|WHNP containing a possessive ending that modifies the head of a ADJP|NML|NP|QP|WHNP.

Modifier of nominal

A modifier of nominal (nmod) is any unclassified dependent that modifies the head of a noun phrase.

Adverbials

Adverbial modifier

An adverbial modifier (advmod) is an adverb or an adverb phrase that modifies the meaning of another word.

Adverbial clause modifier

An adverbial clause modifier (advcl) is a clause that acts like an adverbial modifier.

Negation modifier

A negation modifier (neg) is an adverb that gives negative meaning to its head.

Noun phrase as adverbial modifier

An adverbial noun phrase modifier (npmod) is a noun phrase that acts like an adverbial modifier.

Prepositions

Object of a preposition

An object of a preposition (pobj) is a noun phrase that modifies the head of a prepositional phrase, which is usually a preposition but can be a verb in a participial form such as VBG.

Complement of a preposition

A complement of a preposition (pcomp) is any dependent that is not a pobj but modifies the head of a prepositional phrase.

Coordination

Conjunct

A conjunct (conj) is a dependent of the leftmost conjunct in coordination.

Coordinating conjunction

A coordinating conjunction (cc) is a dependent of the leftmost conjunct in coordination.

Pre-correlative conjunction

A pre-correlative conjunction (preconj) is the first part of a correlative conjunction that becomes a dependent of the first conjunct in coordination.

Prepositional modifier

A prepositional modifier (prep) is any prepositional phrase that modifies the meaning of its head.

Auxiliaries

Auxiliary

An auxiliary (aux) is an auxiliary or modal verb that gives further information about the main verb (e.g., tense, aspect).

Auxiliary (passive)

A passive auxiliary (auxpass) is an auxiliary verb, be, become, or get, that modifies a passive verb.

Compund words

Compound

A compound (compound) is either a noun modifying the head of noun phrase, a number modifying the head of quantifier phrase, or a hyphenated word (or a preposition modifying the head of the prepositioanl phrase).

Particle

A particle (prt) is a preposition in a phrasal verb that forms a verb-particle construction.

Case marker

A case marker (case) is either a possessive marker, ...

Marker

A marker (mark) is either a subordinating conjunction (e.g., although, because, while) that introduces an adverbial clause modifier, or a subordinating conjunction, if, that, or whether, that introduces a clausal complement.

Miscellaneous

Unclassified dependent

An unclassified dependent (dep) is a dependent that does not satisfy conditions for any other dependency.

Meta modifier

A meta modifier (meta) is code (1), embedded (2), or meta (3) information that is randomly inserted in a phrase or clause.

Parenthetical modifier

A parenthetical modifier (parataxis) is an embedded chunk, often but not necessarily surrounded by parenthetical notations (e.g,. brackets, quotes, commas, etc.), which gives side information to its head.

Punctuation

Any punctuation (punct) is assigned the dependency label PUNCT.

Root

A root (root) is the root of a tree that does not depend on any node in the tree but the artificial root node.

  • 3
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值