1STYLE(1) General Commands Manual STYLE(1)
2
3
4
6 style - analyze surface characteristics of a document
7
9 style [ -ml ] [ -mm ] [ -a ] [ -e ] [ -l num ] [ -r num ] [ -p ] [ -P ]
10 file ...
11
13 Style analyzes the surface characteristics of the writing style of a
14 document. It reports on readability, sentence length and structure,
15 word length and usage, verb type, and sentence openers. Because style
16 runs deroff before looking at the text, formatting header files should
17 be included as part of the input. The default macro package -ms may be
18 overridden with the flag -mm. The flag -ml, which causes deroff to
19 skip lists, should be used if the document contains many lists of non-
20 sentences. The other options are used to locate sentences with certain
21 characteristics.
22
23 -a print all sentences with their length and readability index.
24
25 -e print all sentences that begin with an expletive.
26
27 -p print all sentences that contain a passive verb.
28
29 -lnum print all sentences longer than num.
30
31 -rnum print all sentences whose readability index is greater than num.
32
33 -P print parts of speech of the words in the document.
34
36 deroff(1), diction(1)
37
39 Use of non-standard formatting macros may cause incorrect sentence
40 breaks.
41
42
43
447th Edition April 29, 1985 STYLE(1)