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

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
akelad committed Oct 17, 2018
2 parents 2ae5127 + 33a6448 commit 8716f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions docs/slotfilling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ We then define stories for each of these cases:
Now we've given Rasa Core a few examples of how to handle the different values
that the ``location_match`` slot can take.
Right now, we still only have four stories, which is not a lot of training data.
:ref:`interactive_learning` is agreat way to explore more conversations
:ref:`interactive_learning` is a great way to explore more conversations
that aren't in your stories already.
The best way to improve your model is to test it yourself, have other people test it,
and correct the mistakes it makes.
Expand All @@ -109,7 +109,7 @@ behind Rasa Core is:

.. pull-quote:: Learning from real conversations is more important than designing hypothetical ones

So don't try to cover every possiblity in your hand-written stories before giving it to testers.
So don't try to cover every possibility in your hand-written stories before giving it to testers.
Real user behavior will always surprise you!


Expand Down Expand Up @@ -214,5 +214,3 @@ like ``MyCustomFormField`` and overriding the ``validate()`` method.


.. include:: feedback.inc


2 changes: 1 addition & 1 deletion rasa_core/actions/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def run(self, dispatcher, tracker, domain):
Args:
dispatcher (Dispatcher): the dispatcher which is used to send
messages back to the user. Use ``dipatcher.utter_message()``
messages back to the user. Use ``dispatcher.utter_message()``
or any other :class:`rasa_core.dispatcher.Dispatcher` method.
tracker (DialogueStateTracker): the state tracker for the current
user. You can access slot values using
Expand Down

0 comments on commit 8716f46

Please sign in to comment.