This is Chainer based implemantation for Convolutional Neural Networks for Sentence Classification.
Code is written in Python 3.5 and requires Chainer and Common-ML.
Using the pre-trained word2vec
vectors will also require downloading the binary file from here.
Install the following modules:
pip install chainer
pip install common-ml
To process the raw data, run
python main.py vectorize
To process cross validation, run
python main.py cv
See config.xml.