rnnlm-python is a python wrapper module for RNNLM Toolkit. RNNLM Toolkit is developed by Tomas Mikolov.
Detailed information of RNNLM Toolkit can be found at http://rnnlm.org/
Install rnnlm-python:
% pip install rnnlm-python
Install rnnlm-python (without pip):
% git clone https://github.com/chantera/rnnlm-python % cd rnnlm-python % make % sudo make install
See 'scripts/main.py' as a sample program.
MIT License