Datasets:
Tasks:
Other
Modalities:
Text
Sub-tasks:
part-of-speech
Languages:
Polish
Size:
10K - 100K
Tags:
structure-prediction
License:
Update README.md
Browse files
README.md
CHANGED
@@ -34,10 +34,15 @@ Part-of-speech tagging (POS tagging) - tagging words in text with their correspo
|
|
34 |
|
35 |
**Output** ('*pos_tags'* column): sequence of predicted tokens’ classes (35 possible classes, described in detail in the annotation guidelines)
|
36 |
|
37 |
-
|
38 |
|
39 |
-
|
40 |
|
|
|
|
|
|
|
|
|
|
|
41 |
Measurements:
|
42 |
|
43 |
## Data splits
|
|
|
34 |
|
35 |
**Output** ('*pos_tags'* column): sequence of predicted tokens’ classes (35 possible classes, described in detail in the annotation guidelines)
|
36 |
|
37 |
+
**Measurements**: F1-score (seqeval)
|
38 |
|
39 |
+
**Example***:*
|
40 |
|
41 |
+
Input: `['Zarejestruj', 'się', 'jako', 'bezrobotny', '.']`
|
42 |
+
|
43 |
+
Input (translated by DeepL): `Register as unemployed.`
|
44 |
+
|
45 |
+
Output: `['impt', 'qub', 'conj', 'subst', 'interp']`
|
46 |
Measurements:
|
47 |
|
48 |
## Data splits
|