Fixed typo: Added space between "recognize" and "various" (#4600)

This commit is contained in:
walterhenry 2019-11-06 23:06:36 +01:00 committed by Ines Montani
parent 828ef27a32
commit 5563c42ef5

View File

@ -1,5 +1,5 @@
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,
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