Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pebbe/textcat
- Owner: pebbe
- Created: 2012-09-21T15:04:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T13:40:48.000Z (almost 4 years ago)
- Last Synced: 2024-07-31T20:52:34.391Z (4 months ago)
- Language: Go
- Homepage:
- Size: 1.49 MB
- Stars: 72
- Watchers: 7
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-go - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text. (Natural Language Processing / Tokenizers)
- zero-alloc-awesome-go - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text. (Natural Language Processing / Tokenizers)
- awesome-cobol - textcat - A Cobol package for n-gram based text catecobolrization, with support for utf-8 and raw text (Natural Language Processing / Middlewares)
- awesome-go - textcat - A Go package for n-gram based text categorization, with support for utf-8 and raw text - ★ 58 (Natural Language Processing)
- awesome-go-extra - textcat - gram based text categorization, with support for utf-8 and raw text|67|10|1|2012-09-21T15:04:45Z|2021-02-20T13:40:48Z| (Bot Building / Tokenizers)
- awesome-go-zh - textcat - gram为基础的文本分类,支持UTF-8和原始文本. (自然语言处理 / 交流)
README
A Go package for n-gram based text categorization, with support for utf-8 and raw text.
To do:
* write documentation
* make it fasterKeywords: 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)