Update README.md
Browse files
README.md
CHANGED
|
@@ -31,6 +31,7 @@ text = "Pan Kowalski, znany jako 'Cichy', mieszka w Warszawie"
|
|
| 31 |
result = ner(text)
|
| 32 |
|
| 33 |
print(result)
|
|
|
|
| 34 |
```
|
| 35 |
|
| 36 |
## License
|
|
|
|
| 31 |
result = ner(text)
|
| 32 |
|
| 33 |
print(result)
|
| 34 |
+
[{'entity_group': 'mask', 'score': 0.6855897, 'word': 'Kowalski ,', 'start': 4, 'end': 13}, {'entity_group': 'mask', 'score': 0.65670776, 'word': 'Cichy', 'start': 26, 'end': 31}]
|
| 35 |
```
|
| 36 |
|
| 37 |
## License
|