imvladikon commited on
Commit
d6e95b9
1 Parent(s): a0b5201

Update README.md

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