Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit d0aa09c

Browse files
author
Cipher
committed
Update Readme
1 parent 4caf9cb commit d0aa09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ print(BestResponse)
7575

7676
In experimental phase but included in 0.0.15 and above, the 'ResponseGenerator' function can absorb the response chosen by your response comparer from your intents.json file, and then modify it, replacing words with synonyms, to give it a more unscripted response.
7777

78-
For this to be used, you will need to separately download the 'thesaurus.json' file from the Janex Github Repo, and place it into the folder which your chatbot is in, giving it a dataset to modify your response from.
78+
For this to be used, if you haven't got a thesaurus.json file already, the IntentMatcher will automatically download the pre-written example directly from Github and into your chatbot folder.
7979

8080
After doing so, you may include the feature in your code like this.
8181

0 commit comments

Comments
 (0)