question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I can’t train the chatterbot when i try i get this error

ai.yml Training: [                    ] 1%Traceback (most recent call last):
  File "...", line 12, in <module>
    trainer.train("chatterbot.corpus.english")
  File "C:\...\chatterbot\trainers.py", line 159, in train
    statement = self.get_or_create(text)
  File "C:\...\chatterbot\trainers.py", line 48, in get_or_create
    statement = self.storage.find(temp_statement.text)
AttributeError: 'ChatBot' object has no attribute 'find'

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Sxigamescommented, Dec 17, 2018

@gunthercox I found the error Before:

from chatterbot import ChatBot
from chatterbot.trainers import ChatterBotCorpusTrainer


chatbot = ChatBot('Robert')


trainer = ChatterBotCorpusTrainer(chatbot)

trainer.train('chatterbot.corpus.english')

Now:

from chatterbot import ChatBot
from chatterbot.trainers import ChatterBotCorpusTrainer


chatbot = ChatBot('Robert')


trainer = ChatterBotCorpusTrainer(chatbot)


chatbot.set_trainer(ChatterBotCorpusTrainer)
chatbot.train("chatterbot.corpus.english")

0reactions
lock[bot]commented, Oct 13, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Delhi Cantonment railway station - Wikipedia
Delhi Cantonment railway station (also known as Delhi Cantt. railway station) is a railway station in Delhi Cantonment, India. The station code is...
Read more >
Delhi Cantt Train Station - Cleartrip
Check trains from Delhi Cantt railway station – find details about fares, available dates, reservation, seat availability, train schedule.
Read more >
Delhi Cantt Railway Station - Train Station in New Delhi
See 27 photos and 7 tips from 557 visitors to Delhi Cantt Railway Station. "By far one of the very good stations. Only...
Read more >
Delhi Cantt (DEC) Railway Station - RailYatri
Get detailed info of Delhi Cantt (DEC) Railway Station with station code, schedule, arrival and departure timing on RailYatri. Check your train routes...
Read more >
Delhi Cantt (DEC) Railway Station Trains Schedule - Ixigo
train no. train name from to 54418 Running Status Re Dli Passenger Rewari Old Delhi 54419 Running Status Dli Re Passenger Old Delhi Rewari 14705 Running...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found