/MyTE_NLP

RNN, RL, NLP libraries built on torch7

Primary LanguageLua

MyTE_NLP

The NLP library built on torch7 used at MyTE. It includes sublibraries for building recurrent neural networks models, reinforcement learning models, and a general use nlp toolkit.

Installation

git clone git@github.com:benglard/MyTE_NLP.git
cd MyTE_NLP
luarocks make

Usage

require 'MyTE_NLP'
print(rnn)
print(rl)
print(nlp)