Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 396 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 396 Bytes

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