kardosdrur commited on
Commit
d8d3d9a
1 Parent(s): eddb23d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -66,7 +66,7 @@ model-index:
66
  </p>
67
  <br>
68
 
69
- ## Features :mount_fuji:
70
 
71
  - [x] Part of speech tagging
72
  - [x] Lemmatization
@@ -74,7 +74,7 @@ model-index:
74
  - [x] Morphological analysis
75
  - [ ] Named entity recognition (work in progress :construction:)
76
 
77
- ## Installation :sunrise:
78
 
79
  OdyCy models can be directly installed from huggingface:
80
 
@@ -83,7 +83,7 @@ OdyCy models can be directly installed from huggingface:
83
  pip install https://huggingface.co/chcaa/grc_odycy_joint_trf/resolve/main/grc_odycy_joint_trf-any-py3-none-any.whl
84
  ```
85
 
86
- ## Usage :whale:
87
 
88
  [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/centre-for-humanities-computing/odyCy/blob/main/tutorials/01_odycy_getting_started.ipynb#&offline=true&sandboxMode=true)
89
 
@@ -102,7 +102,7 @@ Pipelines can then be used as any other spaCy pipeline.
102
 
103
  Check out our Documentation on [Basic Usage](https://centre-for-humanities-computing.github.io/odyCy/getting_started.html).
104
 
105
- ## Performance :boat:
106
 
107
  odyCy achieves state of the art performance on multiple tasks on unseen test data from the Universal Dependencies Perseus treebank,
108
  and performs second best on the PROIEL treebank’s test set on even more tasks.
 
66
  </p>
67
  <br>
68
 
69
+ ## Features
70
 
71
  - [x] Part of speech tagging
72
  - [x] Lemmatization
 
74
  - [x] Morphological analysis
75
  - [ ] Named entity recognition (work in progress :construction:)
76
 
77
+ ## Installation
78
 
79
  OdyCy models can be directly installed from huggingface:
80
 
 
83
  pip install https://huggingface.co/chcaa/grc_odycy_joint_trf/resolve/main/grc_odycy_joint_trf-any-py3-none-any.whl
84
  ```
85
 
86
+ ## Usage
87
 
88
  [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/centre-for-humanities-computing/odyCy/blob/main/tutorials/01_odycy_getting_started.ipynb#&offline=true&sandboxMode=true)
89
 
 
102
 
103
  Check out our Documentation on [Basic Usage](https://centre-for-humanities-computing.github.io/odyCy/getting_started.html).
104
 
105
+ ## Performance
106
 
107
  odyCy achieves state of the art performance on multiple tasks on unseen test data from the Universal Dependencies Perseus treebank,
108
  and performs second best on the PROIEL treebank’s test set on even more tasks.