mirror of https://github.com/explosion/spaCy.git
Fix code example
This commit is contained in:
parent
1c06ef3542
commit
61cf2bba55
|
@ -314,3 +314,4 @@ p
|
||||||
'text': 'But Google is starting from behind.',
|
'text': 'But Google is starting from behind.',
|
||||||
'ents': [{'start': 4, 'end': 10, 'label': 'ORG'}],
|
'ents': [{'start': 4, 'end': 10, 'label': 'ORG'}],
|
||||||
'title': None
|
'title': None
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue