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
Post a Comment