1wf(1)                       General Commands Manual                      wf(1)
2
3
4

NAME

6       wf - Simple word frequency counter
7

SYNOPSIS

9       wf [OPTION]... [FILE]...
10

DESCRIPTION

12       wf  scans  a  text  file  and counts the frequency of words through the
13       whole text. It is intended to be used ( with _a_lot_of_enhancements_  )
14       to correlate text by subject by comparing word frequencies.
15

OPTIONS

17       wf  options  are  in  traditional POSIX one letter options, POSIX style
18       options start with a single '-'.
19
20       -h, --help
21              Will print some help.
22
23       -s, --sort
24              Sorts output.
25
26       -c, --case
27              Ignore case.
28
29       -n, --nocount
30              Don't output frequency count.
31
32       -m, --mincount
33              Minimum frequency output.
34
35       -l, --minlen
36              Minimum fragment length.
37
38       -w, --perword
39              Output words tied to fragment.
40

AUTHORS

42       Marcelo Corbani de Barros - <marcelo@async.com.br>
43
44       Thanks to these people for making this possible:
45              Nicklas  Larsson   <whybill@linux.nu>   for   this   man   page.
46              <clayne@------.com> for many improvements.
47

URL

49       http://www.async.com.br/~marcelo
50
51
52
53wf 0.4                            15-Jan-2008                            wf(1)
Impressum