├── LICENSE ├── README.md ├── data_sample.json ├── gen_synonyms_test.py ├── retrieval_test.py └── simbert.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/simbert/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/simbert/HEAD/README.md -------------------------------------------------------------------------------- /data_sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/simbert/HEAD/data_sample.json -------------------------------------------------------------------------------- /gen_synonyms_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/simbert/HEAD/gen_synonyms_test.py -------------------------------------------------------------------------------- /retrieval_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/simbert/HEAD/retrieval_test.py -------------------------------------------------------------------------------- /simbert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/simbert/HEAD/simbert.py --------------------------------------------------------------------------------