Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekzhu/counter
A frequency counter similar to Python's collections.Counter with additional support of other statistics.
https://github.com/ekzhu/counter
counter distinct frequency-counter golang stats
Last synced: about 1 month ago
JSON representation
A frequency counter similar to Python's collections.Counter with additional support of other statistics.
- Host: GitHub
- URL: https://github.com/ekzhu/counter
- Owner: ekzhu
- License: mit
- Created: 2017-01-18T20:31:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T07:29:20.000Z (over 7 years ago)
- Last Synced: 2024-06-21T18:07:04.959Z (5 months ago)
- Topics: counter, distinct, frequency-counter, golang, stats
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# counter
[![Build Status](https://travis-ci.org/ekzhu/counter.svg?branch=master)](https://travis-ci.org/ekzhu/counter)
[![GoDoc](https://godoc.org/github.com/ekzhu/counter?status.svg)](https://godoc.org/github.com/ekzhu/counter)A frequency counter similar to Python's
[`collections.Counter`](https://docs.python.org/dev/library/collections.html#collections.Counter)
with additional support of discrete probabilities and entropy.See [Documentation](https://godoc.org/github.com/ekzhu/counter).