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: 7 months 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 13 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T13:40:48.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T20:52:34.391Z (over 1 year 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-cn - textcat - gram的文本分类,支持utf-8和原始文本。 [![godoc][D]](https://godoc.org/github.com/pebbe/textcat) (自然语言处理 / 分词器)
- 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 - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text. (Natural Language Processing / Tokenizers)
- fucking-awesome-go - :octocat: textcat - A Go package for n-gram based text categorization, with support for utf-8 and raw text :star: 41 :fork_and_knife: 7 (Natural Language Processing / Advanced Console UIs)
- fucking-awesome-go - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text. (Natural Language Processing / Tokenizers)
- awesome-go - textcat - gram based text categorization, with support for utf-8 and raw text. | 62 | 8 | 0 | (Natural Language Processing / Strings)
- awesome-go - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text. (Natural Language Processing / Tokenizers)
- awesome-go-plus - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text.  (Natural Language Processing / Tokenizers)
- awesome-go-with-stars - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text. (Natural Language Processing / Tokenizers)
- awesome-go - pebbe/textcat - gram based text categorization, with support for utf-8 and raw text ☆`72` (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 - Go package for n-gram based text categorization, with support for utf-8 and raw text. (Natural Language Processing / Tokenizers)
- awesome-go-cn - textcat - gram的文本分类,支持utf-8和原始文本。 [![近三年未更新][Y]](https://github.com/pebbe/textcat) [![godoc][D]](https://godoc.org/github.com/pebbe/textcat) (自然语言处理 / 分词器)
- awesome-go - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text. - :arrow_down:6 - :star:41 (Natural Language Processing / Strings)
- awesome-go - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text. (Natural Language Processing / Strings)
- awesome-go-cn - textcat - gram `的 `Go` 语言文本分类软件包,支持`utf-8` 和原始文本 (自然语言处理 / 暂未分类)
- awesome-go-zh - textcat - gram为基础的文本分类,支持UTF-8和原始文本. (自然语言处理 / 交流)
- 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 - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text. (Natural Language Processing / Tokenizers)
- awesome-go - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text. (<span id="自然语言处理-natural-language-processing">自然语言处理 Natural Language Processing</span> / <span id="高级控制台用户界面-advanced-console-uis">高级控制台用户界面 Advanced Console UIs</span>)
- awesome-go-cn - textcat - gram的文本分类,支持utf-8和原始文本。 (Go package for n-gram based text categorization, with support for utf-8 and raw text.) (自然语言处理 / Advanced Console UIs)
- 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-go - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text. (Natural Language Processing / Advanced Console UIs)
- awesome-go - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text. (Natural Language Processing / Tokenizers)
- awesome-Char - textcat - Go package for n-gram based text categorization, with support for utf-8 and raw text. (Natural Language Processing / Uncategorized)
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)