From 9d5ff177c4de8564b0abb1257f61606b99e44fb6 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 11 Nov 2019 17:12:08 +0100 Subject: [PATCH] Work around Markdown rendering issue surfaced in #4600 [ci skip] --- website/docs/usage/101/_named-entities.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/website/docs/usage/101/_named-entities.md b/website/docs/usage/101/_named-entities.md index 0e8784187..0dfee8636 100644 --- a/website/docs/usage/101/_named-entities.md +++ b/website/docs/usage/101/_named-entities.md @@ -1,9 +1,10 @@ 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** -[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 -_perfectly_ and might need some tuning later, depending on your use case. +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 _perfectly_ and might need some tuning later, depending on +your use case. Named entities are available as the `ents` property of a `Doc`: