├── LICENSE ├── README.md ├── test ├── csl.py ├── iflytek.py ├── lcsts.py ├── sentiment.py └── tnews.py └── train.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/WoBERT/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/WoBERT/HEAD/README.md -------------------------------------------------------------------------------- /test/csl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/WoBERT/HEAD/test/csl.py -------------------------------------------------------------------------------- /test/iflytek.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/WoBERT/HEAD/test/iflytek.py -------------------------------------------------------------------------------- /test/lcsts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/WoBERT/HEAD/test/lcsts.py -------------------------------------------------------------------------------- /test/sentiment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/WoBERT/HEAD/test/sentiment.py -------------------------------------------------------------------------------- /test/tnews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/WoBERT/HEAD/test/tnews.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/WoBERT/HEAD/train.py --------------------------------------------------------------------------------