hunkim / word-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.
MIT License
1.3k stars 493 forks source link

Fix Spelling #35

Closed normanheckscher closed 7 years ago

normanheckscher commented 7 years ago

Signed-off-by: Norman Heckscher norman.heckscher@gmail.com

hunkim commented 7 years ago

Looks very good. Thanks!