Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pebbe/textcat

A Go package for n-gram based text categorization, with support for utf-8 and raw text
https://github.com/pebbe/textcat

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

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

* [package help](http://godoc.org/github.com/pebbe/textcat)