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

https://github.com/hecrj/words

words is a simple program that estimates the number of different words that a file contains.
https://github.com/hecrj/words

Last synced: 2 months ago
JSON representation

words is a simple program that estimates the number of different words that a file contains.

Awesome Lists containing this project

README

        

words
==================
words is a simple program that estimates the number of different words that a
file contains. More exactly, it performs a cardinality estimation.

Compiling
------------------
Use the provided Makefile:

`$ make`

Usage
------------------
`words [-M ] [-S ] FILENAME`

Options:

-M Maximum memory to use (in bytes).

-S Seed to use in the random generator.