cjber commited on
Commit
d69bd00
1 Parent(s): 9dc4d19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,12 +41,12 @@ Out gives:
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
  ```
 
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
  ```