Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -129,6 +129,28 @@ Changes in version 1.1:
|
|
129 |
|
130 |
3. Balto-Slavic languages, Germanic languages and Romance languages were tagged by classifier trained only on the respective group of languages. Other languages were tagged by a classifier trained on all available languages. The "c7" combination from version 1.0 is no longer used.
|
131 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
|
133 |
## Citation
|
134 |
```
|
|
|
129 |
|
130 |
3. Balto-Slavic languages, Germanic languages and Romance languages were tagged by classifier trained only on the respective group of languages. Other languages were tagged by a classifier trained on all available languages. The "c7" combination from version 1.0 is no longer used.
|
131 |
|
132 |
+
Universal POS tags as defined by the Universal Dependencies project.
|
133 |
+
For more information, see http://universaldependencies.org/.
|
134 |
+
|
135 |
+
VERB - content verbs (all forms)
|
136 |
+
AUX - auxiliary verbs (all forms)
|
137 |
+
NOUN - common nouns
|
138 |
+
PROPN - proper nouns
|
139 |
+
PRON - pronouns
|
140 |
+
ADJ - adjectives
|
141 |
+
ADV - adverbs
|
142 |
+
ADP - adpositions (prepositions and postpositions)
|
143 |
+
CONJ - coordinating conjunctions
|
144 |
+
SCONJ - subordinating conjunctions
|
145 |
+
DET - determiners
|
146 |
+
NUM - cardinal numbers
|
147 |
+
PART - particles
|
148 |
+
INTJ - interjections
|
149 |
+
SYM - symbols
|
150 |
+
X - other: foreign words, typos, unknown
|
151 |
+
PUNC - punctuation
|
152 |
+
|
153 |
+
|
154 |
|
155 |
## Citation
|
156 |
```
|