stcoats commited on
Commit
0582518
1 Parent(s): 77709e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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")