Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/y-matsuwitter/minhash

b-bit minhash implementation for golang
https://github.com/y-matsuwitter/minhash

Last synced: 18 days ago
JSON representation

b-bit minhash implementation for golang

Awesome Lists containing this project

README

        

minhash
=======

b-bit minhash implementation for golang

Requirements
------

* golang

Installation
------

```
go get github.com/y-matsuwitter/minhash
```

Usage
------

```
minhash.Minhash([]string{
"21", "歳", "ビール", "飲む", "アサヒ", "リクルート", "連携",
}, []string{
"21", "歳", "ビール", "無料", "アサヒ", "若者", "向け", "企画",
})
```

Author
------
Yuki Matsumoto (@y_matsuwitter)