izardy commited on
Commit
a310e4c
·
verified ·
1 Parent(s): d647b12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -7
README.md CHANGED
@@ -100,11 +100,4 @@ for ent in doc.ents:
100
  ```
101
 
102
  ---
103
- usage_example: |
104
- import spacy
105
- nlp = spacy.load("your-username/your-model-name")
106
- doc = nlp("Your text here")
107
- for ent in doc.ents:
108
- print(ent.text, ent.label_)
109
-
110
  ---
 
100
  ```
101
 
102
  ---
 
 
 
 
 
 
 
103
  ---