Gunther Cox

Results 71 comments of Gunther Cox

I recently tried out the `gradio` library which might be a really easy way to support sharing live examples of running ChatterBot instances. Here's the one I created with a...

I haven't had an opportunity to work on the survey model architecture or plans for it.

I think I see the issue here, it looks like the training code is defaulting to use the sequential order of the training data to determine the previous statement instead...

Alright, version `1.2.6` is out if you want to give that a try when you have a moment. Thank you again for noting the issues here, I'm happy to make...

@iamhssingh Sorry about the wait, these changes look good and I'll merge them in shortly.

Actually, I just realized that this is missing unit tests. Is there any additional tests cases that can be added to cover these changes?

Hi @alex-dh, this is an interesting question. Normally I would recommend just training the chat bot based on the available data but it sounds like you data source is something...

Sure, statements can be deleted using the `remove` method on the storage adapter: http://chatterbot.readthedocs.io/en/latest/storage/index.html#chatterbot.storage.JsonFileStorageAdapter.remove

@kodeine I haven't had an opportunity to conduct any work towards this yet.