This is the implement for NARRE, originated from https://github.com/chechongthu/NARRE
- python >= 3.5.0
- Tensorflow >= 1.4.0
- numpy
- pandas
- gensim
Preprocess data for training model
python3 loaddata.py
python3 vocab_and_emb.py
python3 data_pro.py
train model
python3 train.py
./data
: storage for datasets and embeddings./data_pro
: codes for preprocessing data./src/train.py
: codes for training model./src/model.py
: codes for building model