Merge branch 'master' into spacy.io

This commit is contained in:
Ines Montani 2019-11-06 23:07:25 +01:00
commit b6534d7875

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