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.
175 stars. No commits in the last 6 months.
Use this if you are a Go developer building an application that needs to automatically detect the language of text input offline.
Not ideal if you need to detect languages outside of the 29 supported, or if you are not working in the Go programming language.
Stars
175
Forks
23
Language
Go
License
MIT
Category
Last pushed
Dec 27, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/rylans/getlang"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ikawaha/kagome-dict
Dictionary Library for Kagome v2
aaaton/golem
A lemmatizer implemented in Go
habeanf/yap
Yet Another (natural language) Parser
clipperhouse/uax29
A tokenizer based on Unicode text segmentation (UAX #29), for Go. Split graphemes, words, sentences.
abadojack/whatlanggo
Natural language detection library for Go