Detect the language of text.
Franco supports 175 “languages”. For a complete list, check out languages list
$ go get github.com/kapsteur/franco
res := franco.DetectOne("Votre temps est limité, ne le gâchez pas en menant une existence qui n’est pas la vôtre.")
// res == {Code:"fra" Count:1}
res := franco.Detect("Votre temps est limité, ne le gâchez pas en menant une existence qui n’est pas la vôtre.")
// res == [{Code:"fra" Count:1},{spa 0.7709821779068855},{cat 0.7656434011148622},{src 0.7274083379131664}...]
Franco is a derivative work from Franc (Js, MIT). Franc is a derivative work from [guess-language][] (Python, LGPL), [guesslanguage][] (C++, LGPL), and [Language::Guess][language-guess] (Perl, GPL). Their creators granted me the rights to distribute franc under the MIT license: respectively, [Kent S. Johnson][grant-3], [Jacob R. Rideout][grant-2], and [Maciej Ceglowski][grant-1].