oswaldoludwig / Seq2seq-Chatbot-for-Keras

This repository contains a new generative model of chatbot based on seq2seq modeling.
Apache License 2.0
331 stars 98 forks source link

creating vocabulary file for different context #4

Closed jld23 closed 7 years ago

jld23 commented 7 years ago

@oswaldoludwig, can you share how you created your vocabulary file? I see it is a pickled object but my use case is quite different and I wondered how it was created.

Thanks!

jld23 commented 7 years ago

Nevermind I found it commented out in get_train_data.py