wfcomp
Section: User Commands (1)
Updated: October 18, 1990
Index
Return to Main Contents
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
readWFTable(3)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- EXAMPLE
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 01:00:15 GMT, September 26, 2024