wfcomp(1) — UNIX Programmer’s Manual
NAME
wfcomp − word frequency table compiler
SYNOPSIS
wfcomp [ file ] name
DESCRIPTION
Wfcomp reads word frequency data of the form
word frequency
...
from file, or from the standard input, and generates (1) a C file called name.c containing a word frequency table declaration and (2) a .wf data file, containing the same data suitable for loading by readWFTable().
EXAMPLE
wfcomp histogram AmericanEnglish
creates a file called AmericanEnglish.c containing a WFTable structure called AmericanEnglish, and a data file called AmericanEnglish.wf.
NeXT, Inc. — July 7, 1989