This repository was archived by the owner on Feb 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathflair_pos.json
More file actions
158 lines (158 loc) · 3.75 KB
/
flair_pos.json
File metadata and controls
158 lines (158 loc) · 3.75 KB
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name" : "Flair POS tags",
"typeUiName" : null,
"description" : "source from https://chameleonmetadata.com/Education/NLP-3/ref_nlp_nlp4j_pos_tags_list.php",
"language" : "en",
"type" : null,
"type_name" : null,
"type_description" : null,
"tags" : [ {
"tag_name" : "$",
"tag_description" : "dollar"
}, {
"tag_name" : "''",
"tag_description" : "right quote"
}, {
"tag_name" : ",",
"tag_description" : "comma"
}, {
"tag_name" : "-LRB-",
"tag_description" : "left bracket"
}, {
"tag_name" : "-RRB-",
"tag_description" : "right bracket"
}, {
"tag_name" : ".",
"tag_description" : "period"
}, {
"tag_name" : ":",
"tag_description" : "colon"
}, {
"tag_name" : "ADD",
"tag_description" : "email"
}, {
"tag_name" : "AFX",
"tag_description" : "affix"
}, {
"tag_name" : "CC",
"tag_description" : "coordinating conjunction"
}, {
"tag_name" : "CD",
"tag_description" : "cardinal number"
}, {
"tag_name" : "DT",
"tag_description" : "determiner"
}, {
"tag_name" : "EX",
"tag_description" : "existential there"
}, {
"tag_name" : "FW",
"tag_description" : "foreign word"
}, {
"tag_name" : "HYPH",
"tag_description" : "hyphen"
}, {
"tag_name" : "IN",
"tag_description" : "preposition or subordinating conjunction"
}, {
"tag_name" : "JJ",
"tag_description" : "adjective"
}, {
"tag_name" : "JJR",
"tag_description" : "adjective, comparative"
}, {
"tag_name" : "JJS",
"tag_description" : "adjective, superlative"
}, {
"tag_name" : "LS",
"tag_description" : "list item marker"
}, {
"tag_name" : "MD",
"tag_description" : "modal"
}, {
"tag_name" : "NFP",
"tag_description" : "superfluous punctuation"
}, {
"tag_name" : "NN",
"tag_description" : "noun, singular or mass"
}, {
"tag_name" : "NNP",
"tag_description" : "proper noun, singular"
}, {
"tag_name" : "NNPS",
"tag_description" : "proper noun, plural"
}, {
"tag_name" : "NNS",
"tag_description" : "noun, plural"
}, {
"tag_name" : "PDT",
"tag_description" : "predeterminer"
}, {
"tag_name" : "POS",
"tag_description" : "possessive ending"
}, {
"tag_name" : "PRP",
"tag_description" : "personal pronoun"
}, {
"tag_name" : "PRP$",
"tag_description" : "possessive pronoun"
}, {
"tag_name" : "RB",
"tag_description" : "adverb"
}, {
"tag_name" : "RBR",
"tag_description" : "adverb, comparative"
}, {
"tag_name" : "RBS",
"tag_description" : "adverb, superlative"
}, {
"tag_name" : "RP",
"tag_description" : "particle"
}, {
"tag_name" : "SYM",
"tag_description" : "symbol"
}, {
"tag_name" : "TO",
"tag_description" : "to"
}, {
"tag_name" : "UH",
"tag_description" : "interjection"
}, {
"tag_name" : "VB",
"tag_description" : "verb, base form"
}, {
"tag_name" : "VBD",
"tag_description" : "verb, past tense"
}, {
"tag_name" : "VBG",
"tag_description" : "verb, gerund or present participle"
}, {
"tag_name" : "VBN",
"tag_description" : "verb, past participle"
}, {
"tag_name" : "VBP",
"tag_description" : "verb, non-3rd person singular present"
}, {
"tag_name" : "VBZ",
"tag_description" : "verb, 3rd person singular present"
}, {
"tag_name" : "WDT",
"tag_description" : "wh-determiner"
}, {
"tag_name" : "WP",
"tag_description" : "wh-pronoun"
}, {
"tag_name" : "WP$",
"tag_description" : "wh-pronoun, possessive"
}, {
"tag_name" : "WRB",
"tag_description" : "wh-adverb"
}, {
"tag_name" : "XX",
"tag_description" : "unknown"
}, {
"tag_name" : "``",
"tag_description" : "left quote"
} ],
"create_tag" : false
}