stcoats commited on
Commit
dcdaeda
1 Parent(s): 3b2aafd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,9 +26,9 @@ The model was trained using the tag annotations from the FOLK corpus at https://
26
 
27
  Usage example:
28
  ```python
29
- !pip install https://huggingface.co/stcoats/de_pipeline/resolve/main/de_pipeline-any-py3-none-any.whl
30
- import de_pipeline
31
- nlp = de_pipeline.load()
32
  doc = nlp("ach so meinst du wir sollen es jetzt tun")
33
  for token in doc:
34
  print(token.text, token.tag_)
 
26
 
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")
33
  for token in doc:
34
  print(token.text, token.tag_)