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.
- Host: GitHub
- URL: https://github.com/hecrj/words
- Owner: hecrj
- Created: 2014-01-13T14:57:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T17:45:27.000Z (over 11 years ago)
- Last Synced: 2025-01-10T17:20:31.735Z (4 months ago)
- Language: TeX
- Size: 1.05 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
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.