Update README.md
Browse files
README.md
CHANGED
|
@@ -68,8 +68,8 @@ These metrics were gotten using the `spacy evaluate` CLI
|
|
| 68 |
|
| 69 |
### USAGE:
|
| 70 |
* Download with `pip install https://huggingface.co/Kola9INE/yordep/resolve/main/yo_yordep-0.1.0.tar.gz` into your virtual environment.
|
| 71 |
-
*
|
| 72 |
-
* Load model with `yor_nlp = spacy.load(yo_yordep)`
|
| 73 |
|
| 74 |
### CAVEAT!!!
|
| 75 |
* This model was initialized in the following pipelines as displayed in the `Components` or `Default Pipelines`. It is not trained in the `lemmatizer` pipeline and therefore cannot lemmatize!
|
|
|
|
| 68 |
|
| 69 |
### USAGE:
|
| 70 |
* Download with `pip install https://huggingface.co/Kola9INE/yordep/resolve/main/yo_yordep-0.1.0.tar.gz` into your virtual environment.
|
| 71 |
+
* `import spacy`.
|
| 72 |
+
* Load model with `yor_nlp = spacy.load("yo_yordep")`
|
| 73 |
|
| 74 |
### CAVEAT!!!
|
| 75 |
* This model was initialized in the following pipelines as displayed in the `Components` or `Default Pipelines`. It is not trained in the `lemmatizer` pipeline and therefore cannot lemmatize!
|