-
### 🔖 Project description
This project involves the development of a chatbot using the punkt_tab tokenizer from the NLTK library. The chatbot will be capable of understanding and responding to user q…
-
No matter what I type,the answer always a letter. And I tried many different corous,please help me!
This is my code:
from chatterbot import ChatBot
from chatterbot.trainers import ChatterBotCorpusT…
-
I can not train the bot with ubuntu corpus.
my code is:
```
# import ChatBot
from chatterbot import ChatBot
# import Trainer
from chatterbot.trainers import UbuntuCorpusTrainer
bot = ChatBot(…
-
I am using chatterbot module to create a chatbot using python. I want to train the corpus using json file instead of yaml file which is default in chatterbot.
Below is my code:
`
from chatterbot im…
-
Hi. I'm developing a chatbot with this library. I was wondering if there's any way to suppress the output to the command line related to **nltk_data** every time I run my program. I am talking about t…
-
whenever i run this, i always got the following error
``` Bash
from chatterbot import ChatBot
chatbot = ChatBot ('Joe')
Traceback (most recent call last):
File "C:\Users\ASUS\AppData\Local\Prog…
-
I have trained my model and all the files are where they should be (I think) but when i run my file (below) nothing happens. I get no errors, but i cant use my chatbot or anything.
import random
i…
-
**Scenario 1:**
#cmd from repo root:
docker build -t deepqa:latest .
**Issue encountered:**
FileNotFoundError: [Errno 2] No such file or directory: '/root/DeepQA/chatbot_website/logs/debug_cha…
-
I'm seeing this problem as below.
no changes from the git repo, git clone, then pip install -r requirements.txt
it looks like a problem within the chatterbot git repo, which is weird.
reporte…
-
How to impliment same word meaning chatbot like
if user ask about discription
and in raw data "a spoken or written account of a person, object, or event."4
this text is present so how to implim…