ChatterBot icon indicating copy to clipboard operation
ChatterBot copied to clipboard

Parts of speech classification problem.

Open SunPodder opened this issue 3 years ago • 0 comments

I'm just playing with chatterbot. I trained a model with chatterbot list trainer using the data of a conversation with a real person.

I was discovering how it works by seeing the contents of the sqlite database(which i used as the storage adapter). When I runned SELECT * FROM statement in sqlite shell, I saw that it classifies the strings in NOUN, PRONOUN, VERB etc. But most of the classifications were wrong. The input data was in Bengali language.

SunPodder avatar May 12 '22 13:05 SunPodder