Datasets:
Tasks:
Other
Modalities:
Text
Sub-tasks:
part-of-speech
Languages:
Polish
Size:
10K - 100K
Tags:
structure-prediction
License:
Update README.md (#3)
Browse files- Update README.md (c03bf2ed0a8f13aa2170a0eca0564fa626ea0ab3)
- Update README.md (0c8fe802ea42abc2aa568846c52f48864800ff72)
Co-authored-by: Albert Sawczyn <[email protected]>
README.md
CHANGED
@@ -34,11 +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 |
-
|
|
|
|
|
|
|
|
|
42 |
|
43 |
## Data splits
|
44 |
|
|
|
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 |
|
47 |
## Data splits
|
48 |
|