tensorlayer / seq2seq-chatbot

Chatbot in 200 lines of code using TensorLayer

Home Page:https://github.com/tensorlayer/tensorlayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use cornell_corpus?

jbjeong91 opened this issue · comments

Is there any code to use data of cornell_corpus?

how can this program be made to run with cornell_corpus ?

how can this program be made to run with cornell_corpus ?

you need to create a folder raw_data under cornell_corpus directory. within that directory, place movie_conversations and movie_lines .txt files.

run data.py, it will create the required files, and you are good to use cornell corpus