Display the frequency of words in a text stream.
I made this program after reading "The C Programming Language" by Brian Kernighan. This project is part of a larger series about exploring data structures in C.
Tally uses a hashmap to store the frequency of each word.
git clone https://github.com/mxilinas/tally
cd tally
make
wget https://www.gutenberg.org/cache/epub/100/pg100.txt
./tally pg100.txt
./tally pg100.txt
sword 366
healthy 2
swore 55
Argued 2
threatening 5
hither 305
commenting 2
sworn 138
conclude 28
...