diff --git a/README.md b/README.md index 322130b..25de229 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,32 @@ print(detect_language("你好,世界!")) For text splitting based on language, please refer to the [split-lang](https://github.com/DoodleBears/split-lang) repository. -## Accuracy 🎯 +## Benchmark 📊 For detailed benchmark results, refer -to [zafercavdar/fasttext-langdetect#benchmark](https://github.com/zafercavdar/fasttext-langdetect#benchmark). \ No newline at end of file +to [zafercavdar/fasttext-langdetect#benchmark](https://github.com/zafercavdar/fasttext-langdetect#benchmark). + +## References 📚 + +[1] A. Joulin, E. Grave, P. Bojanowski, T. Mikolov, Bag of Tricks for Efficient Text Classification + +```bibtex +@article{joulin2016bag, + title={Bag of Tricks for Efficient Text Classification}, + author={Joulin, Armand and Grave, Edouard and Bojanowski, Piotr and Mikolov, Tomas}, + journal={arXiv preprint arXiv:1607.01759}, + year={2016} +} +``` + +[2] A. Joulin, E. Grave, P. Bojanowski, M. Douze, H. Jégou, T. Mikolov, FastText.zip: Compressing text classification +models + +```bibtex +@article{joulin2016fasttext, + title={FastText.zip: Compressing text classification models}, + author={Joulin, Armand and Grave, Edouard and Bojanowski, Piotr and Douze, Matthijs and J{\'e}gou, H{\'e}rve and Mikolov, Tomas}, + journal={arXiv preprint arXiv:1612.03651}, + year={2016} +} +``` \ No newline at end of file