Mallikarjunarao Kosuri

Results 56 comments of Mallikarjunarao Kosuri

@sbxn14 there might several issues that will pop up red lines. if you installed ``pip3 install --upgrade chatterbot`` if you installed successfully please copy and paste the lines into python...

It's working on Edge browser, not on Firefox, Not sure why? ```bash ❯ mdbook-admonish --version mdbook-admonish 1.18.0 ```

Yes it is possible, you have to write your own pre processer to block such words https://chatterbot.readthedocs.io/en/stable/preprocessors.html

Yes you could do by using preprocessers https://chatterbot.readthedocs.io/en/stable/preprocessors.html

For if i use clearn white spacess, it will removed unwanted spaces between charecters ```Python from chatterbot import ChatBot from chatterbot.trainers import ListTrainer from chatterbot import preprocessors # Create a...

It's all about you how you are going to apply your application and usecase. [Tensorflow](https://www.tensorflow.org/) is all about google products for example Gmail replay suggestions, YouTube recommended videos, Google Photos...

I think this can turned into questions **bot-user**, 1. If user repeating same questions asking **Are you a robot?** 2. Restrict users flooding with chat message other than corpus data

If you want more specific about your app create your new logic adapter If you want restric a specific adapter override [can_process](http://chatterbot.readthedocs.io/en/stable/logic/create-a-logic-adapter.html#chatterbot.logic.LogicAdapter.can_process) method.