tensorflow / models

Models and examples built with TensorFlow
Other
77.21k stars 45.75k forks source link

textsum: Is there any suggestion to generate my own vocab #400

Closed wangliangguo closed 8 years ago

wangliangguo commented 8 years ago

I didn't have the Gigaword dataset, so i want to run the model on some other dataset i found on the internet. After reading issues posted by other guys, i successfully switch my data to the data format. But nobody talked about the vocab, i wonder how to generate the vocab from the weird data format? any suggestion will be appreciated.

aselle commented 8 years ago

Since this issue is not a bug or feature request, please ask this type of question on stackoverflow with the tag #tensorflow. Thank you.