Datasets:

Tasks:
Other
Languages:
Polish
Multilinguality:
monolingual
Size Categories:
unknown
Language Creators:
other
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
structure-prediction
License:
asawczyn commited on
Commit
c03bf2e
1 Parent(s): c436860

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
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
- ***example**:*
38
 
39
- ['Najwyraźniej', 'źle', 'ocenił', 'odległość', ',', 'bo', 'zderzył', 'się', 'z', 'jadącą', 'z', 'naprzeciwka', 'ciężarową', 'scanią', '.'] → ['qub', 'adv', 'praet', 'subst', 'interp', 'comp', 'praet', 'qub', 'prep', 'pact', 'prep', 'burk', 'adj', 'subst', 'interp']
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