📚 textcat - Awesome Go Library for Natural Language Processing

Go Gopher mascot for textcat

Go package for n-gram based text categorization, with support for utf-8 and raw text

🏷️ Natural Language Processing
📂 Tokenizers
0 stars
View on GitHub 🔗

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

Docs