-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I point to the custom corpus within Django project? #522
Comments
You could more documentation from here http://chatterbot.readthedocs.io/en/stable/django/training.html#training python manage.py train |
@vkosuri Nope still it's not picking my Django project corpus file. Can you replicate my above setup and give me solution |
Hi, the ability to specify a path currently isn't available in ChatterBot.
There are plans to add the ability to do so and there is currently a ticket
open that requests this feature (
#467).
This will be a relatively simple feature to add and it should be possible
to add it in one of the upcoming releases.
|
Hi @rajasimon The ability to specify custom corpus paths has been added in #549 and it will be available to use in the next release. I will update the documentation as well. |
Thanks @gunthercox |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm planning to create corpus directory inside my Django project, say I have the project called
funstuff
I like to modify the settings.py file like this
Finally I want
./manage.py train
should pick those corpus file and start the training!The text was updated successfully, but these errors were encountered: