├─data
│ ├─test
│ │ test.tsv
│ │
│ ├─test_raw
│ │ Test_Raw_0-8
│ └─train
│ trainx.txt
└─web
│ test_view.py
│
├─static
│ └─js
│ jquery.min.js
│
└─templates
test_index.html
data 太大自己将数据按照框架放入 test_raw 可用代码生成,还未整理完毕
fwwb_textcnn 中已经实现了简单的textcnn模型,可以参考