├── README.MD ├── k.py ├── requirements.txt └── utils.py /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kawadhiya21/python-nltk-chat-bot/HEAD/README.MD -------------------------------------------------------------------------------- /k.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kawadhiya21/python-nltk-chat-bot/HEAD/k.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kawadhiya21/python-nltk-chat-bot/HEAD/requirements.txt -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kawadhiya21/python-nltk-chat-bot/HEAD/utils.py --------------------------------------------------------------------------------