Skip to content

Commit

Permalink
Update dataformat.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Apr 13, 2018
1 parent be4e82a commit 872877c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dataformat.rst
Expand Up @@ -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::
Expand Down

0 comments on commit 872877c

Please sign in to comment.