Added guesslanguage package

This commit is contained in:
Nikita Vershinin 2014-12-16 18:15:19 +06:00
parent e4123b3d33
commit e8807aded0

View File

@ -461,6 +461,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [go-pkg-xmlx](https://github.com/jteeuwen/go-pkg-xmlx) - Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browsing and exposes some simple single/multi-node search functions.
* [GoQuery](https://github.com/PuerkitoBio/goquery) - GoQuery brings a syntax and a set of features similar to jQuery to the Go language.
* [go-runewidth](https://github.com/mattn/go-runewidth) - Functions to get fixed width of the character or string.
* [guesslanguage](https://github.com/endeveit/guesslanguage) - Functions to determine the natural language of a unicode text.
* [slug](https://github.com/gosimple/slug) - URL-friendly slugify with multiple languages support.
* [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection).
* Utility