Gherman commited on
Commit
78144cc
·
verified ·
1 Parent(s): 3b54312

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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['entity_group']}, Score: {result['score']:.4f}")
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