From 872877c0e330d4b7c0a6fcfba5e8566b1dca2b63 Mon Sep 17 00:00:00 2001 From: Tom Bocklisch Date: Fri, 13 Apr 2018 10:45:15 +0200 Subject: [PATCH] Update dataformat.rst --- docs/dataformat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dataformat.rst b/docs/dataformat.rst index feb0fab9e926..e46e54393ac9 100644 --- a/docs/dataformat.rst +++ b/docs/dataformat.rst @@ -149,7 +149,7 @@ Try to create your regular expressions in a way that they match as few words as instead of ``hey.*``, as the later one might match the whole message whereas the first one only matches a single word. Regex features for entity extraction are currently only supported by the ``ner_crf`` component! Hence, other entity -extractors, like ``ner_mitie`` won't use the generated features and their presence will not improve entity recognition +extractors, like ``ner_mitie`` or ``ner_spacy`` won't use the generated features and their presence will not improve entity recognition for these extractors. Currently, all intent classifiers make use of available regex features. .. note::