├── README.md ├── cnn_stacking.py ├── excute.py ├── fasttext_stacking.py ├── function.py ├── model.py ├── sougou_cnn_model.py └── tfidf_stacking.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbnerYang/2016CCF-SouGou/HEAD/README.md -------------------------------------------------------------------------------- /cnn_stacking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbnerYang/2016CCF-SouGou/HEAD/cnn_stacking.py -------------------------------------------------------------------------------- /excute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbnerYang/2016CCF-SouGou/HEAD/excute.py -------------------------------------------------------------------------------- /fasttext_stacking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbnerYang/2016CCF-SouGou/HEAD/fasttext_stacking.py -------------------------------------------------------------------------------- /function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbnerYang/2016CCF-SouGou/HEAD/function.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbnerYang/2016CCF-SouGou/HEAD/model.py -------------------------------------------------------------------------------- /sougou_cnn_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbnerYang/2016CCF-SouGou/HEAD/sougou_cnn_model.py -------------------------------------------------------------------------------- /tfidf_stacking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbnerYang/2016CCF-SouGou/HEAD/tfidf_stacking.py --------------------------------------------------------------------------------