Update README.md
Browse files
README.md
CHANGED
|
@@ -91,8 +91,6 @@ results = ner_pipeline(text)
|
|
| 91 |
for entity in results:
|
| 92 |
print(entity)
|
| 93 |
|
| 94 |
-
|
| 95 |
-
|
| 96 |
# {'entity_group': 'ORG', 'score': 0.951569, 'word': 'Сбербанка', 'start': 21, 'end': 30}
|
| 97 |
# {'entity_group': 'PER', 'score': 0.9922959, 'word': 'Герман Греф', 'start': 31, 'end': 42}
|
| 98 |
# {'entity_group': 'LOC', 'score': 0.60198957, 'word': 'Москве', 'start': 60, 'end': 66}
|
|
|
|
| 91 |
for entity in results:
|
| 92 |
print(entity)
|
| 93 |
|
|
|
|
|
|
|
| 94 |
# {'entity_group': 'ORG', 'score': 0.951569, 'word': 'Сбербанка', 'start': 21, 'end': 30}
|
| 95 |
# {'entity_group': 'PER', 'score': 0.9922959, 'word': 'Герман Греф', 'start': 31, 'end': 42}
|
| 96 |
# {'entity_group': 'LOC', 'score': 0.60198957, 'word': 'Москве', 'start': 60, 'end': 66}
|