Skip to content

Commit

Permalink
Update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AMR-KELEG committed Jul 21, 2020
1 parent 16efaee commit f397c42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/nlu/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,8 @@ DIETClassifier
You can find the detailed description of the :ref:`diet-classifier` under the section
`Combined Entity Extractors and Intent Classifiers`.

.. _EntityExtractors:

Entity Extractors
-----------------

Expand Down Expand Up @@ -905,7 +907,7 @@ EntitySynonymMapper

:Short: Maps synonymous entity values to the same value.
:Outputs: Modifies existing entities that previous entity extraction components found.
:Requires: Nothing
:Requires: An extractor from :ref:`EntityExtractors`
:Description:
If the training data contains defined synonyms, this component will make sure that detected entity values will
be mapped to the same value. For example, if your training data contains the following examples:
Expand Down

0 comments on commit f397c42

Please sign in to comment.