alanakbik commited on
Commit
7852318
•
1 Parent(s): 18c4e05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -58,11 +58,11 @@ for entity in sentence.get_spans('ner'):
58
 
59
  This yields the following output:
60
  ```
61
- Span [1,2]: "George Washington" [− Labels: PER (0.9968)]
62
- Span [5]: "Washington" [− Labels: LOC (0.9994)]
63
  ```
64
 
65
- So, the entities "*George Washington*" (labeled as a **person**) and "*Washington*" (labeled as a **location**) are found in the sentence "*George Washington went to Washington*".
66
 
67
 
68
  ---
58
 
59
  This yields the following output:
60
  ```
61
+ Span [1,2]: "George Washington" [− Labels: PER (0.9977)]
62
+ Span [5]: "Washington" [− Labels: LOC (0.9895)]
63
  ```
64
 
65
+ So, the entities "*George Washington*" (labeled as a **person**) and "*Washington*" (labeled as a **location**) are found in the sentence "*George Washington ging nach Washington*".
66
 
67
 
68
  ---