megantosh commited on
Commit
941b920
1 Parent(s): 2cdbc37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -49,12 +49,16 @@ for entity in sentence.get_spans('pos'):
49
  print(entity)
50
  ```
51
 
52
- # Example
53
 
54
- # Tagset
 
 
 
 
 
 
55
 
56
- # Scores
57
- Expand details below to show class scores
58
  <details>
59
 
60
  | |precision | recall | f1-score | support|
49
  print(entity)
50
  ```
51
 
52
+ <!--# Example
53
 
54
+ # Tagset-->
55
+
56
+ # Scores & Tagset
57
+ - F-score (micro): 0.8974
58
+ - F-score (macro): 0.5188
59
+ - Accuracy (incl. no class): 0.901
60
+ Expand details below to show class scores for each tag. Note that tag compounds (a tag made for multiple agglutinated parts of speech) are considered as separate ones.
61
 
 
 
62
  <details>
63
 
64
  | |precision | recall | f1-score | support|