wf - Man Page
Simple word frequency counter
Synopsis
wf [OPTION]... [FILE]...
Description
wf scans a text file and counts the frequency of words through the whole text. It is intended to be used ( with _a_lot_of_enhancements_ ) to correlate text by subject by comparing word frequencies.
Options
wf options are in traditional POSIX one letter options, POSIX style options start with a single '-'.
- -h, --help
Will print some help.
- -s, --sort
Sorts output.
- -c, --case
Ignore case.
- -n, --nocount
Don't output frequency count.
- -m, --mincount
Minimum frequency output.
- -l, --minlen
Minimum fragment length.
- -w, --perword
Output words tied to fragment.
Authors
Marcelo Corbani de Barros - <marcelo@async.com.br>
- Thanks to these people for making this possible:
Nicklas Larsson <whybill@linux.nu> for this man page. <clayne@------.com> for many improvements.
URL
Info
15-Jan-2008 wf 0.4