Registry / utility / abadojack-whatlanggo

abadojack-whatlanggo

JSON →
library1.0.1gogounverified

Detects natural languages and scripts (writing systems) from text.

go get github.com/abadojack/whatlanggo
INSTALL
IMPORT
SIG · ABADOJACK-WHATLANG
A
abadojack-whatlanggo
utilitygov1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

whatlanggo
github.com/abadojack/whatlanggo

Detects the language of a given text string.

package main import ( "fmt" "github.com/abadojack/whatlanggo" ) func main() { info := whatlanggo.Detect("Hello world") fmt.Println("Language:", info.Lang.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
38
OpenAI (training)
1
Resources
abadojack-whatlanggo — go get abadojack-whatlanggo · libregistry