User Tools

Site Tools


programming:multilingual_support

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

programming:multilingual_support [2025/01/06 16:06] – created Multilingual Support page karelkubicekprogramming:multilingual_support [2025/04/18 16:49] (current) – [Language Detection] fasttext repo with more recent updates karelkubicek
Line 7: Line 7:
 ===== Language Detection ===== ===== Language Detection =====
  
-Several libraries can automatically detect the language of input text, such as [[https://github.com/shuyo/language-detection|langdetect]], Google's [[https://github.com/google/cld3|CLD3]], and Facebook's [[https://pypi.org/project/fasttext/|fasttext]]. A useful comparison of these tools, along with code examples, can be found at https://modelpredict.com/language-identification-survey.+Several libraries can automatically detect the language of input text, such as [[https://github.com/shuyo/language-detection|langdetect]], Google's [[https://github.com/google/cld3|CLD3]], and Facebook's [[https://github.com/simon-ging/fasttext-numpy2|fasttext]]. A useful comparison of these tools, along with code examples, can be found at https://modelpredict.com/language-identification-survey.
  
 Key takeaways indicate that the clear winner is fasttext: Key takeaways indicate that the clear winner is fasttext:
programming/multilingual_support.txt · Last modified: 2025/04/18 16:49 by karelkubicek