Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Can I convert Chatterbot-corpus trainer .yml file to something like .tsv files?

I'm fairly new to Python and machine learning, I followed this tutorial on how to create a self learning chat bot using ChatterBot-Corpus, as far as I can tell, all the data it uses to train is in .yml files. I've found huge conversational data, but most of them are stored in something like a .tsv file. Is there any way I could A) Tell my bot how to read .tsv files, or B) convert the .tsv files into .yml?

Comments