Skip to content

Commit 181b0c1

Browse files
authored
Merge pull request RasaHQ#5494 from RasaHQ/no-chatito
remove chatito reference
2 parents 336bc8b + ee1682b commit 181b0c1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/nlu/training-data-format.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -223,17 +223,3 @@ Alternatively, you can add an "entity_synonyms" array to define several synonyms
223223
.. note::
224224
Please note that adding synonyms using the above format does not improve the model's classification of those entities.
225225
**Entities must be properly classified before they can be replaced with the synonym value.**
226-
227-
228-
Generating More Entity Examples
229-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
230-
231-
It is sometimes helpful to generate a bunch of entity examples, for
232-
example if you have a database of restaurant names. There are a couple
233-
of tools built by the community to help with that.
234-
235-
You can use `Chatito <https://rodrigopivi.github.io/Chatito/>`__ , a tool for generating training datasets in rasa's format using a simple DSL or `Tracy <https://yuukanoo.github.io/tracy>`__, a simple GUI to create training datasets for rasa.
236-
237-
However, creating synthetic examples usually leads to overfitting,
238-
it is a better idea to use :ref:`lookup-tables` instead if you have a large number
239-
of entity values.

0 commit comments

Comments
 (0)