mirror of https://github.com/explosion/spaCy.git
Fix typo
This commit is contained in:
parent
d5c78c7a34
commit
05dcab10aa
|
@ -979,8 +979,8 @@ added via [`nlp.add_pipe`](/api/language#add_pipe). When the `nlp` object is
|
||||||
called on a text, it will find matches in the `doc` and add them as entities to
|
called on a text, it will find matches in the `doc` and add them as entities to
|
||||||
the `doc.ents`, using the specified pattern label as the entity label. If any
|
the `doc.ents`, using the specified pattern label as the entity label. If any
|
||||||
matches were to overlap, the pattern matching most tokens takes priority. If
|
matches were to overlap, the pattern matching most tokens takes priority. If
|
||||||
they also happen to be equally long, then the match occuring first in the Doc is
|
they also happen to be equally long, then the match occurring first in the `Doc`
|
||||||
chosen.
|
is chosen.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
### {executable="true"}
|
### {executable="true"}
|
||||||
|
|
Loading…
Reference in New Issue