├── README.md ├── data └── stopWord.json ├── douban_NLP_envs.ipynb └── image ├── example.png └── 数据样式.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XuekaiChen/text_classification/HEAD/README.md -------------------------------------------------------------------------------- /data/stopWord.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XuekaiChen/text_classification/HEAD/data/stopWord.json -------------------------------------------------------------------------------- /douban_NLP_envs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XuekaiChen/text_classification/HEAD/douban_NLP_envs.ipynb -------------------------------------------------------------------------------- /image/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XuekaiChen/text_classification/HEAD/image/example.png -------------------------------------------------------------------------------- /image/数据样式.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XuekaiChen/text_classification/HEAD/image/数据样式.png --------------------------------------------------------------------------------