Mallikarjunarao Kosuri
Mallikarjunarao Kosuri
@cesarandreslopez If you any improvements on this feature please feel free to open this issue.
If it is feasible to add preprocesser i will make PR, otherwise i will add this to [chatterbot-tricks](https://github.com/vkosuri/chatterbot-tricks) ``` Python def translate_text(chatbot, statement, target): """Translates text into the target language....
I think the while loop didn't end because you are trying to get method browser. could you try like this? ``` Python @app.route("/get") def get_bot_response(): user_input = input() bot_response =...
Have you tried flask chatterbot https://github.com/chamkank/flask-chatterbot
@mohitatgithub ``pip install --upgrade chatterbot==0.7.4``
@jasonleehodges Some chatterbot will act weired the amount of training and learning new response are very minor. Can you try this example https://github.com/gunthercox/ChatterBot/blob/master/examples/learning_new_response.py, and let me know your observations.