Add Language Detection API Go client (#2874)

This commit is contained in:
Laurynas Butkus 2020-01-02 23:29:26 +02:00 committed by Ceriath
parent 67107a3d7e
commit 1458173d80

View File

@ -1194,6 +1194,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for working with human languages.*
* [detectlanguage](https://github.com/detectlanguage/detectlanguage-go) - Language Detection API Go Client. Supports batch requests, short phrase or single word language detection.
* [getlang](https://github.com/rylans/getlang) - Fast natural language detection package.
* [go-i18n](https://github.com/nicksnyder/go-i18n/) - Package and an accompanying tool to work with localized text.
* [go-localize](https://github.com/m1/go-localize) - Simple and easy to use i18n (Internationalization and localization) engine - used for translating locale strings.