Popularity
3.8
Declining
Activity
0.0
Stable
71
7
11

Programming language: Go
Latest version: v1.0.0

textcat alternatives and similar packages

Based on the "Natural Language Processing" category.
Alternatively, view textcat alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of textcat or a related project?

Add another 'Natural Language Processing' Package

README

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