├── Database └── SogouC │ ├── ClassList.txt │ └── Sample │ ├── C000008 │ ├── 10.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ └── 19.txt │ ├── C000010 │ ├── 10.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ └── 19.txt │ ├── C000013 │ ├── 10.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ └── 19.txt │ ├── C000014 │ ├── 10.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ └── 19.txt │ ├── C000016 │ ├── 10.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ └── 19.txt │ ├── C000020 │ ├── 10.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ └── 19.txt │ ├── C000022 │ ├── 10.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ └── 19.txt │ ├── C000023 │ ├── 10.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ └── 19.txt │ └── C000024 │ ├── 10.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ └── 19.txt ├── NBC.py ├── README.md └── stopwords_cn.txt /Database/SogouC/ClassList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/ClassList.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000008/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000008/10.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000008/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000008/11.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000008/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000008/12.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000008/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000008/13.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000008/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000008/14.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000008/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000008/15.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000008/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000008/16.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000008/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000008/17.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000008/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000008/18.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000008/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000008/19.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000010/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000010/10.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000010/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000010/11.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000010/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000010/12.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000010/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000010/13.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000010/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000010/14.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000010/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000010/15.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000010/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000010/16.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000010/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000010/17.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000010/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000010/18.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000010/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000010/19.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000013/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000013/10.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000013/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000013/11.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000013/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000013/12.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000013/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000013/13.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000013/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000013/14.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000013/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000013/15.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000013/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000013/16.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000013/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000013/17.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000013/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000013/18.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000013/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000013/19.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000014/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000014/10.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000014/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000014/11.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000014/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000014/12.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000014/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000014/13.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000014/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000014/14.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000014/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000014/15.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000014/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000014/16.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000014/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000014/17.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000014/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000014/18.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000014/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000014/19.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000016/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000016/10.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000016/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000016/11.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000016/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000016/12.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000016/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000016/13.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000016/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000016/14.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000016/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000016/15.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000016/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000016/16.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000016/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000016/17.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000016/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000016/18.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000016/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000016/19.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000020/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000020/10.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000020/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000020/11.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000020/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000020/12.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000020/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000020/13.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000020/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000020/14.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000020/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000020/15.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000020/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000020/16.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000020/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000020/17.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000020/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000020/18.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000020/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000020/19.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000022/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000022/10.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000022/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000022/11.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000022/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000022/12.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000022/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000022/13.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000022/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000022/14.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000022/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000022/15.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000022/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000022/16.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000022/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000022/17.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000022/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000022/18.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000022/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000022/19.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000023/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000023/10.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000023/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000023/11.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000023/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000023/12.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000023/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000023/13.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000023/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000023/14.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000023/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000023/15.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000023/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000023/16.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000023/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000023/17.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000023/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000023/18.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000023/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000023/19.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000024/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000024/10.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000024/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000024/11.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000024/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000024/12.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000024/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000024/13.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000024/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000024/14.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000024/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000024/15.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000024/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000024/16.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000024/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000024/17.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000024/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000024/18.txt -------------------------------------------------------------------------------- /Database/SogouC/Sample/C000024/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/Database/SogouC/Sample/C000024/19.txt -------------------------------------------------------------------------------- /NBC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/NBC.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/README.md -------------------------------------------------------------------------------- /stopwords_cn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lining0806/Naive-Bayes-Classifier/HEAD/stopwords_cn.txt --------------------------------------------------------------------------------