Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/y-matsuwitter/minhash
- Owner: y-matsuwitter
- License: mit
- Created: 2014-01-02T09:06:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-06T14:50:22.000Z (about 11 years ago)
- Last Synced: 2024-06-20T09:10:39.101Z (7 months ago)
- Language: Go
- Size: 139 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)