getlang icon indicating copy to clipboard operation
getlang copied to clipboard

Natural language detection package in pure Go

Results 4 getlang issues
Sort by recently updated
recently updated
newest added

Hello, I've added support for a czech language as well as support for dynamic weight for scripts (`scriptCountFactor`). The reason for that is that in a czech alphabet, there are...

Can add support for this language by its script. Add this to the scripts variable (defined on line 42 of getlang.go) `"kn": []*unicode.RangeTable{unicode.Kannada},`

enhancement
good first issue