suriyadeepan / practical_seq2seq

A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
http://suriyadeepan.github.io/2016-12-31-practical-seq2seq/
GNU General Public License v3.0
570 stars 270 forks source link

What kind of word embedding technique in this project use? #67

Open LindaNiu opened 6 years ago

LindaNiu commented 6 years ago

I read the code in data.py but didn't find any word embedding technique? Did you deal with that? Thanks a lot!