Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge 0fd4ce0 into 6a33a55
Browse files Browse the repository at this point in the history
  • Loading branch information
akelad committed Jul 25, 2018
2 parents 6a33a55 + 0fd4ce0 commit 555fe50
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/domains.rst
Expand Up @@ -152,13 +152,12 @@ parameter to the intent in your domain file like this:
.. code-block:: yaml
intents:
- greet:
use_entities: false
- greet: {use_entities: false}
This means that entities for those intents will be unfeaturized and therefore
will not impact the next action predictions. This is useful when you have
an intent where you don't care about the entities being picked up. If you list
your intents as normal without this flag, the entities will be featurized as normal.
your intents as normal without this parameter, the entities will be featurized as normal.

.. note::

Expand Down

0 comments on commit 555fe50

Please sign in to comment.