imvladikon
commited on
Commit
·
d6e95b9
1
Parent(s):
a0b5201
Update README.md
Browse files
README.md
CHANGED
@@ -127,7 +127,7 @@ text = "יו\"ר ועדת הנוער נתן סלובטיק אמר שהשחקני
|
|
127 |
doc = nlp(text)
|
128 |
print([(entity, entity.label_) for entity in doc.ents])
|
129 |
# [(ועדת הנוער, 'ORG'), (נתן סלובטיק, 'PER'), (אירופה, 'GPE')]
|
130 |
-
```
|
131 |
|
132 |
## Training Details
|
133 |
|
|
|
127 |
doc = nlp(text)
|
128 |
print([(entity, entity.label_) for entity in doc.ents])
|
129 |
# [(ועדת הנוער, 'ORG'), (נתן סלובטיק, 'PER'), (אירופה, 'GPE')]
|
130 |
+
```
|
131 |
|
132 |
## Training Details
|
133 |
|