Skip to content

Commit

Permalink
Add lingua-go library (#4673)
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl authored Aug 12, 2024
1 parent 0a4b750 commit 940b87b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,7 @@ See also [Text Processing](#text-processing) and [Text Analysis](#text-analysis)
- [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.
- [guesslanguage](https://github.com/endeveit/guesslanguage) - Functions to determine the natural language of a unicode text.
- [lingua-go](https://github.com/pemistahl/lingua-go) - An accurate natural language detection library, suitable for long and short text alike. Supports detecting multiple languages in mixed-language text.
- [whatlanggo](https://github.com/abadojack/whatlanggo) - Natural language detection package for Go. Supports 84 languages and 24 scripts (writing systems e.g. Latin, Cyrillic, etc).

### Morphological Analyzers
Expand Down

0 comments on commit 940b87b

Please sign in to comment.