Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ text = "Меня зовут Сергей Иванович из Москвы."
|
|
31 |
results = ner_pipe(text)
|
32 |
|
33 |
for result in results:
|
34 |
-
print(f"Word: {result['word']}, Entity: {result['
|
35 |
```
|
36 |
|
37 |
### Limitations and bias
|
|
|
31 |
results = ner_pipe(text)
|
32 |
|
33 |
for result in results:
|
34 |
+
print(f"Word: {result['word']}, Entity: {result['entity']}, Score: {result['score']:.4f}")
|
35 |
```
|
36 |
|
37 |
### Limitations and bias
|