Gunther Cox
Gunther Cox
No, sorry. The chatterbot-corpus format only supports exact representations of conversations.
I don't have any recommendations I can provide, but I'd be happy to leave this open for a while in case anyone else comes across it and has a suggestion.
Training a chat bot multiple times doesn't remove old data that it has learned or that it has been trained with. Have you tried removing the existing data from your...
In addition to search based algorithms, ChatterBot also uses Bayesian networks for various text classification tasks.
Hi @piyushgohel It looks like you have this implemented correctly. I believe you will need to include an additional parameter called `forecastio_api_key`. Based on the information on the PyPi page...
Hi @BalasubramanyamEvani, this hasn't been resolved yet. Any help in fixing this issue would be greatly appreciated. I apologize that I haven't been able to find the time to thoroughly...
@12ycli Thank you, this looks like a great improvement. It looks like the automated tests are failing for Python 2.7. Could you add the following to the top of `mathparse.py`...
Testing out the changes locally, I noticed that a few tests appear to be failing randomly. This is the output that I received: ``` ====================================================================== FAIL: test_addition_words_large (tests.test_simplified_chinese.SimplifiedChineseTestCase) ---------------------------------------------------------------------- Traceback...
@xiaolitang I have a few questions to try to make sure that my proposed solution will work. Can you give me an example of the following math statements in Mandarin?...
Thank you for this information, this seems like an excellent starting place and it definitely helps. Yes, I2C is actually the majority of the devices that I would be writing...