Awesome Go

textcat

CategoryNatural Language Processing
SubcategoryTokenizers
Stars0

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

About 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

Frequently Asked Questions

What is textcat?

textcat is a Natural Language Processing library for the Go programming language. Go package for n-gram based text categorization, with support for utf-8 and raw text

How do I install textcat?

Install textcat with the Go module system using `go get pebbe/textcat`. Check the repository for the current installation instructions.

What category does textcat belong to?

textcat is listed under Natural Language Processing, specifically Tokenizers.

← Back to Tokenizers