├── .idea ├── encodings.xml ├── github.iml ├── misc.xml ├── modules.xml ├── vcs.xml └── workspace.xml └── README.md /.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesTensor/Comment_Classification/HEAD/.idea/encodings.xml -------------------------------------------------------------------------------- /.idea/github.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesTensor/Comment_Classification/HEAD/.idea/github.iml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesTensor/Comment_Classification/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesTensor/Comment_Classification/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesTensor/Comment_Classification/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesTensor/Comment_Classification/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## 我将商品内容/评论分类项目视作一路召回,整理合并入Recall仓库。感兴趣的可以去https://github.com/jiajiewang0326/Recall/tree/master/Content_Classification 2 | 3 | --------------------------------------------------------------------------------