diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-02 16:41:28 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-02 16:41:28 +0100 |
| commit | 0e67807efaf43e6803e3625b4c91abe95e170dc8 (patch) | |
| tree | 7755ffce3a6841ee1d944d7e8aefa2ac1b18f91c /content/html/gemfeed/.gramma.json | |
| parent | 5666c5aab8c930712c5bc0e946123a303b5d4ed8 (diff) | |
Use an AI to correct some of the grammar
Diffstat (limited to 'content/html/gemfeed/.gramma.json')
| -rw-r--r-- | content/html/gemfeed/.gramma.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/content/html/gemfeed/.gramma.json b/content/html/gemfeed/.gramma.json new file mode 100644 index 00000000..3a29657c --- /dev/null +++ b/content/html/gemfeed/.gramma.json @@ -0,0 +1,26 @@ +{ + "api_url": "inherit", + "api_key": "", + "dictionary": [ + "Buetow" + ], + "language": "en-US", + "rules": { + "casing": true, + "colloquialisms": true, + "compounding": true, + "confused_words": true, + "false_friends": true, + "gender_neutrality": true, + "grammar": true, + "misc": true, + "punctuation": true, + "redundancy": true, + "regionalisms": true, + "repetitions": true, + "semantics": true, + "style": true, + "typography": true, + "typos": true + } +}
\ No newline at end of file |
