Update README.md
Browse files
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 |
---
|