Update README.md
Browse files
README.md
CHANGED
|
@@ -97,6 +97,8 @@ example = "Em dic Lluïsa i visc a Santa Maria del Camí."
|
|
| 97 |
|
| 98 |
ner_results = nlp(example)
|
| 99 |
pprint(ner_results)
|
|
|
|
|
|
|
| 100 |
```
|
| 101 |
|
| 102 |
## Limitations and bias
|
|
|
|
| 97 |
|
| 98 |
ner_results = nlp(example)
|
| 99 |
pprint(ner_results)
|
| 100 |
+
|
| 101 |
+
[{'entity_group': 'person-other', 'score': 0.90749526, 'word': ' George Smith Patton', 'start': 0, 'end': 19}, {'entity_group': 'organization-other', 'score': 0.9260813, 'word': ' Ejército de los Estados Unidos', 'start': 39, 'end': 69}, {'entity_group': 'location-other', 'score': 0.992481, 'word': ' Europa', 'start': 73, 'end': 79}, {'entity_group': 'event-attack/terrorism/militaryconflict', 'score': 0.99319077, 'word': ' Segunda Guerra Mundial', 'start': 91, 'end': 113}]
|
| 102 |
```
|
| 103 |
|
| 104 |
## Limitations and bias
|