Skip to content

ricoshin/TextGAN

Repository files navigation

TextGAN

Implementation of TextGAN using Tensorflow

Requirements

  • Python 2.7+, 3.4+
  • Tensorflow 1.1
  • NLTK
  • spaCy
  • parlAI
  • SimpleQuestions
  • Gutenberg
  • GloVe

Troubleshooting

  • ValueError: unknown local: UTF-8
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
  • ValueError: Word vectors set to length 0. This may be because the data is not installed. If you haven't already, run python -m spacy download en to install the data.
python -m spacy download en
  • Resource u'tokenizers/punkt/english.pickle' not found. Please use the NLTK Downloader to obtain the resource:
python3 -m nltk.downloader punkt

About

Baseline for text generation project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages