Franco

Detect the language of text.
Supported languages
Franco supports 175 “languages”. For a complete list, check out languages list
Installation
$ go get github.com/kapsteur/franco
Usage
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}...]Derivation
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].

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

