Update README.md
Browse files
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.
|
62 |
-
Span [5]: "Washington" [− Labels: LOC (0.
|
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
|
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 |
---
|