lytics / multibayesLinks
Multiclass Naive Bayesian Classification
☆75Updated 7 years ago
Alternatives and similar repositories for multibayes
Users that are interested in multibayes are comparing it to the libraries listed below
Sorting:
- Ngram index for golang☆114Updated 9 years ago
- Counter Data structure for Golang using CountMin Sketch with a fixed amount of memory☆46Updated 7 years ago
- Bayesian text classifier with flexible tokenizers and storage backends for Go☆158Updated 5 years ago
- 💧 In memory dataset filtering☆49Updated 4 years ago
- Go package for abstracting local, in-memory, and remote (Google Cloud Storage/S3) filesystems☆52Updated 7 years ago
- Golang Keyword extraction/replacement Datastructure using Tries instead of regexes☆89Updated 8 years ago
- Self-organizing maps in Go☆74Updated 3 years ago
- Using io.Reader for data transformation in Go☆74Updated 5 years ago
- Brenda is a boolean expression solver for Go AST☆46Updated 6 years ago
- A workerpool that can get expanded & shrink dynamically.☆53Updated 4 years ago
- dmmclust is a package for clustering short texts, based on Yin and Wang (2014)☆26Updated 8 years ago
- Go package to convert natural language strings to numbers☆45Updated 5 years ago
- High Performance Porter2 Stemmer☆47Updated 5 years ago
- An approximate string matching library for the Go programming language.☆182Updated 3 years ago
- A Go (golang) library for managing highly concurrent independent network streams.☆87Updated 7 years ago
- Extensible arithmetic parsing lib for go☆67Updated 6 years ago
- Unicode transliterator in Golang - Replaces non-ASCII characters with their ASCII approximations.☆51Updated 9 years ago
- Twitter like mentions and #hashtags parser for Go(Golang)☆106Updated 5 years ago
- Self-contained API keys via cryptographic signatures☆121Updated 8 years ago
- Persist to disk channel for Go.☆47Updated 8 years ago
- go-pipeline is a Go library to provide some channel "middleware"-like functionality. It can lead to some clean code when processing vario…☆68Updated 8 years ago
- Lightweight key-value interface to a bunch of storage engines with middleware support, organized as a chain of operations; written in Go