Character frequency counter
This program counts characters and gives their respective frequencies in a text sample.
-
Accepting UTF-8 text sample of any length
-
Effective exclusion of BOM
-
Optional filter of spaces, all punctuation marks or all non-alphabetical characters
-
Optional case sensitivity
-
Optional sorting method
-
Automatic counter resize
Linux: Run compile.sh
.
Windows: Install MSYS2 and GCC. Run compile.bat
.
-
Explicit UTF-8 reading algorithm (so as to enhance portability)
-
UTF-16 support
-
Passing command-line arguments
-
Manual page