-
Currently the meta examples are failing on windows build do the the fact that the relative path is not correct in all the meta examples, see for example:
https://github.com/shogun-toolbox/shogun/blo…
-
the error:
src/interfaces/python/CMakeFiles/_interface_python.dir/build.make:73: recipe for target 'src/interfaces/python/CMakeFiles/_interface_python.dir/shogunPYTHON_wrap.cxx.o' failed
make[2]: **…
-
When I deployed flask chatterbot app to heroku it was working fine then after some time an application error came.
-
I'm study the lib and I had a error in my first test, return o character as response.
the code:
```
from chatterbot import ChatBot
from chatterbot.trainers import ListTrainer
import os
bot…
-
-
I'm sure I've had this basic example of chatterbot corpus working previously. Following examples from
https://chatterbot.readthedocs.io/en/latest/training.html#training-with-corpus-data
and
https:…
-
##### Text version
0.5.2
##### Orange version
3.21.0
##### Expected behavior
Crate a "Preprocess Text"
##### Actual behavior
The program encountered an unexpected error.
…
-
from chatterbot import ChatBot
from chatterbot.trainers import ChatterBotCorpusTrainer
import os
bot = ChatBot('Bot')
trainer = ChatterBotCorpusTrainer(ChatBot)
trainer.train("chatterbot.corp…
-
runfile('C:/Users/gnane/OneDrive/Documents/PhD/phd2018 Implementation/GGBot/reflexivemodel.py', wdir='C:/Users/gnane/OneDrive/Documents/PhD/phd2018 Implementation/GGBot')
Training the Reflexi…
ggkar updated
4 years ago
-
I am struggling to train from my own custom YML files since the update. It was working in 0.8.7
Is there an example to allow training this way?
Here is my current code:
from chatterbot impor…