mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Fixed typo: Added space between "recognize" and "various" (#4600)
This commit is contained in:
parent
828ef27a32
commit
5563c42ef5
|
@ -1,5 +1,5 @@
|
||||||
A named entity is a "real-world object" that's assigned a name – for example, a
|
A named entity is a "real-world object" that's assigned a name – for example, a
|
||||||
person, a country, a product or a book title. spaCy can **recognize**
|
person, a country, a product or a book title. spaCy can **recognize**
|
||||||
[various types](/api/annotation#named-entities) of named entities in a document,
|
[various types](/api/annotation#named-entities) of named entities in a document,
|
||||||
by asking the model for a **prediction**. Because models are statistical and
|
by asking the model for a **prediction**. Because models are statistical and
|
||||||
strongly depend on the examples they were trained on, this doesn't always work
|
strongly depend on the examples they were trained on, this doesn't always work
|
||||||
|
|
Loading…
Reference in New Issue
Block a user