📚 textcat - Awesome Go Library for Natural Language Processing

Go package for n-gram based text categorization, with support for utf-8 and raw text
🏷️ Natural Language Processing
📂 Tokenizers
⭐ 0 stars
Detailed Description of textcat
A Go package for n-gram based text categorization, with support for utf-8 and raw text.
To do:
- write documentation
- make it faster
Keywords: text categorization, language detector
Install
go get github.com/pebbe/textcat
go get github.com/pebbe/textcat/textcat
go get github.com/pebbe/textcat/textpat