Originate from path CIKMAnalytiCup2018/MatchZoo/examples/toy_example/generate_classification_data.sh Status: https://github.com/NTSC-Community/awaresome-neural-models-for-semantic-match
cd CIKMAnalytiCup2018/MatchZoo/examples/toy_example/
python test_preparation_for_classify.py
wget http://nlp.stanford.edu/data/glove.6B.zip
unzip glove.6B.zip
mv glove.6B.50d.txt ../../data/toy_example/classification/
python gen_w2v.py ../../data/toy_example/classification/glove.6B.50d.txt ../../data/toy_example/classification/word_dict.txt ../../data/toy_example/classification/embed_glove_d50
python norm_embed.py ../../data/toy_example/classification/embed_glove_d50 ../../data/toy_example/classification/embed_glove_d50_norm
- norm_embed.py can be skipped for the first phase
python test_binsum_generator.py 'classification'
$ python matchzoo/main.py --phase train --model_file examples/toy_example/config/anmm_classify.config