diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-20 15:24:31 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-22 01:14:20 +0700 |
commit | 9c7adf157333a16fbb7c911c510cee0ab2bb0f3a (patch) | |
tree | e3d0c86f714a3c89cf10d933feeb568fbe36b961 /office/diction/README | |
parent | afb285cb6084f7b03c7b724d8550995764ef231b (diff) | |
download | slackbuilds-9c7adf157333a16fbb7c911c510cee0ab2bb0f3a.tar.gz |
office/diction: Added (grammar checker)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/diction/README')
-rw-r--r-- | office/diction/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/office/diction/README b/office/diction/README new file mode 100644 index 0000000000..18d9a3c566 --- /dev/null +++ b/office/diction/README @@ -0,0 +1,11 @@ +diction (grammar checker) + +GNU diction and style are free implementations of old standard +UNIX commands, that are not available on many modern systems, +because they have been unbundled. Diction prints wordy and commonly +misused phrases. Style analyses surface characteristics of a document, +e.g. sentence length and various readability measures, but unlike the +original code, it lacks sentence type, word usage and most sentence +beginning processing. + +Both commands support Dutch, English and German documents. |