GitHub - pebbe/textcat: A Go package for n-gram based text categorization, with support for utf-8 and raw text (original) (raw)
- Notifications You must be signed in to change notification settings
- Fork11
- Star 73
A Go package for n-gram based text categorization, with support for utf-8 and raw text
License
73 stars 11 forks Branches Tags Activity
Notifications You must be signed in to change notification settings
Additional navigation options
Folders and files
| Name | Name | Last commit message | Last commit date |
|---|---|---|---|
| Latest commitHistory54 Commits | |||
| bootstrap | bootstrap | ||
| java | java | ||
| samples-raw | samples-raw | ||
| samples-utf8 | samples-utf8 | ||
| samples | samples | ||
| textcat | textcat | ||
| textpat | textpat | ||
| v2 | v2 | ||
| .gitignore | .gitignore | ||
| LICENSE.txt | LICENSE.txt | ||
| README.md | README.md | ||
| data.go | data.go | ||
| doc.go | doc.go | ||
| go.mod | go.mod | ||
| go.sum | go.sum | ||
| patterns.go | patterns.go | ||
| textcat.go | textcat.go |
Repository files navigation
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
About
A Go package for n-gram based text categorization, with support for utf-8 and raw text
Resources
License
Stars
Watchers
Forks
Releases10
Packages
No packages published
Languages
- Go 99.7%
- Other 0.3%