├── README.md ├── char.txt ├── demo.py ├── dict.txt ├── img └── query_error.png └── pinyin2word.model /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liuhuanyong/QueryCorrection/HEAD/README.md -------------------------------------------------------------------------------- /char.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liuhuanyong/QueryCorrection/HEAD/char.txt -------------------------------------------------------------------------------- /demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liuhuanyong/QueryCorrection/HEAD/demo.py -------------------------------------------------------------------------------- /dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liuhuanyong/QueryCorrection/HEAD/dict.txt -------------------------------------------------------------------------------- /img/query_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liuhuanyong/QueryCorrection/HEAD/img/query_error.png -------------------------------------------------------------------------------- /pinyin2word.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liuhuanyong/QueryCorrection/HEAD/pinyin2word.model --------------------------------------------------------------------------------