wfcomp(1) — UNIX Programmer’s Manual
NAME
wfcomp − word frequency table compiler
SYNOPSIS
wfcomp [file] name
DESCRIPTION
wfcomp reads word frequency data consisting of one or more lines of the form
word frequency
from file, or from the standard input, and generates (1) a file called name.c defining a word frequency table called name, and (2) a word frequency data file called name.wf containing the same data in a form suitable for consumption by readWFTable(3).
EXAMPLE
wfcomp histogram AmericanEnglish
creates a file called AmericanEnglish.c defining a WFTable structure called AmericanEnglish, and a word frequency data file called AmericanEnglish.wf.
SEE ALSO
NeXT Computer, Inc. — October 18, 1990