Update README.md
Browse files
README.md
CHANGED
@@ -41,12 +41,12 @@ Out gives:
|
|
41 |
```python
|
42 |
[{'entity_group': 'location',
|
43 |
'score': 0.94054973,
|
44 |
-
'word': '
|
45 |
'start': 16,
|
46 |
'end': 25},
|
47 |
{'entity_group': 'location',
|
48 |
'score': 0.99520856,
|
49 |
-
'word': '
|
50 |
'start': 29,
|
51 |
'end': 37}]
|
52 |
```
|
|
|
41 |
```python
|
42 |
[{'entity_group': 'location',
|
43 |
'score': 0.94054973,
|
44 |
+
'word': 'liverpool',
|
45 |
'start': 16,
|
46 |
'end': 25},
|
47 |
{'entity_group': 'location',
|
48 |
'score': 0.99520856,
|
49 |
+
'word': 'waterloo',
|
50 |
'start': 29,
|
51 |
'end': 37}]
|
52 |
```
|