whatlanggo and getlang
These are **competitors** — both implement language detection functionality independently in pure Go, serving the same use case with different approaches and accuracy characteristics.
About whatlanggo
abadojack/whatlanggo
Natural language detection library for Go
This library helps Go developers identify the natural language of a given text string. You input any text, and it outputs the detected language (like English or Spanish) and the script used (like Latin or Cyrillic), along with a confidence score. It's designed for developers building applications that need to process text in multiple languages.
About getlang
rylans/getlang
Natural language detection package in pure Go
Quickly identify the language of any text without needing an internet connection. You provide text in an unknown language, and the system tells you what language it is (like Polish or Spanish) with a confidence score. This is useful for developers building applications that need to process or categorize text from various international sources.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work