AYLIEN / docnade

TensorFlow implementation of DocNADE
59 stars 26 forks source link

how to make or get the train/valid/test csv files #6

Closed SeekPoint closed 6 years ago

johnglover commented 6 years ago

These files are just one example per line CSVs, so something like:

label1,"this is the text of the document" label2,"this is the text of the second document"

I'm not sure which specific files you are referring to, but 20 newsgroups for example you can get from here: http://qwone.com/~jason/20Newsgroups/

SeekPoint commented 6 years ago

but no any csv files find in http://qwone.com/~jason/20Newsgroups/ or its *.tgz files

johnglover commented 6 years ago

@loveJasmine Yes you will need to convert the data yourself in this instance.