Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,7 @@ The model was trained using the tag annotations from the FOLK corpus at https://
|
|
27 |
Usage example:
|
28 |
```python
|
29 |
!pip install https://huggingface.co/stcoats/de_STTS2_folk/resolve/main/de_STTS2_folk-any-py3-none-any.whl
|
|
|
30 |
import de_STTS2_folk
|
31 |
nlp = de_STTS2_folk.load()
|
32 |
doc = nlp("ach so meinst du wir sollen es jetzt tun")
|
|
|
27 |
Usage example:
|
28 |
```python
|
29 |
!pip install https://huggingface.co/stcoats/de_STTS2_folk/resolve/main/de_STTS2_folk-any-py3-none-any.whl
|
30 |
+
import spacy
|
31 |
import de_STTS2_folk
|
32 |
nlp = de_STTS2_folk.load()
|
33 |
doc = nlp("ach so meinst du wir sollen es jetzt tun")
|