-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstituency_tags.json
110 lines (110 loc) · 3.21 KB
/
constituency_tags.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"HYPH": "hyphen",
"-LRB-": "left parenthesis",
"-RRB-": "right parenthesis",
".": "punctuation",
",": "punctuation",
":": "colon",
";": "semicolon",
"``": "quotation",
"''": "quotation",
"NML" : "nominal modifiers",
"INTJ" : "interjection",
"SBAR" : "subordinate clause",
"SBARQ" : "direct question",
"SINV" : "inverted declarative",
"SQ" : "inverted yes/no question",
"ADJP" : "adjective phrase",
"ADVP" : "adverbial phrase",
"CONJP" : "conjunction phrase",
"FRAG" : "fragment",
"LST" : "list marker",
"NAC" : "not a constituent",
"WHADJP": "wh-adjectival phrase",
"WHADVP": "wh-adverbial phrase",
"WHNP" : "wh-noun phrase",
"WHPP" : "wh-adjectival phrase",
"NX" : "head of noun phrase in complex NPs",
"PP" : "prepositional phrase",
"PRN" : "parenthetical",
"PRT" : "particle",
"QP" : "quantifier phrase",
"RRC" : "reduced relative clause",
"UCP" : "unlike coordinated phrase",
"CC": "coordinating conjunction",
"CD": "cardinal number",
"DT": "determiner",
"EX": "existential there",
"FW": "foreign word",
"IN": "subordinating conjunction",
"JJ": "adjective",
"JJR": "adjective, comparative",
"JJS": "adjective, superlative",
"LS": "list item marker",
"MD": "modal",
"NNS": "plural noun",
"NNPS":"plural proper noun",
"PDT": "predeterminer",
"POS": "possessive ending",
"PRP": "personal pronoun",
"PRP$":"possessive pronoun",
"RB": "adverb",
"RBR": "comparative adverb",
"RBS": "superlative adverb",
"RP": "particle",
"SYM": "symbol",
"TO": "to",
"UH": "interjection",
"VBD": "past tense verb",
"VBG": "gerund verb",
"VBN": "past participle verb",
"VBP": "non-3rd person singular present verb",
"VBZ": "3rd person singular present verb",
"WDT": "wh-determiner",
"WP": "wh-pronoun",
"WP$": "possessive wh-pronoun",
"WRB": "wh-adverb",
"S": "sentence",
"NP": "noun phrase",
"PP": "postposition phrase",
"VP": "verb phrase",
"ADJP": "adjective phrase",
"ADVP": "adverbial phrase",
"CONJP": "conjunction phrase",
"NN": "general noun",
"NNP": "proper noun",
"NPR": "pronoun",
"NV": "verbal noun",
"NADJ": "adjective noun",
"NADV": "temporal noun",
"NNF": "general formal noun",
"NNFV": "adverbial formal noun",
"PX": "prefix",
"SX": "suffix",
"NUM": "numeral",
"CL": "classifier",
"VB": "verb",
"ADJ": "adjective",
"ADNOM": "adnominal adjective",
"ADV": "adverb",
"PCS": "case particle",
"PBD": "binding particle",
"PADN": "adnominal particle",
"PCO": "parallel particle",
"PCJ": "conjunctive particle",
"PEND": "sentence-ending particle",
"P": "other particle",
"AUX": "auxiliary verb",
"CONJ": "conjunction",
"PNC": "punctuation",
"PAR": "parenthesis",
"SYM": "symbol",
"FIL": "filler",
"IP": "inflectional phrase",
"IP-MAT": "matrix clause",
"IP-ADV": "adverb claus",
"IP-REL": "gapping relative claus",
"IP-ADN": "non-gapping adnominal claus",
"CP": "complementizer phras",
"CP-THT": "sentential complemen"
}