• Stars
    star
    71
  • Rank 427,492 (Top 9 %)
  • Language
    Go
  • Created over 11 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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