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-21 05:11:04 +0100 |
| commit | 7bcd33dba38209753e441217536cc9bde1929f9a (patch) | |
| tree | 195257c723124e41539d6222a11b6184b431ed0a /content/html/gemfeed/.gramma.json | |
| parent | 8c2fce29739692816ad67eaa315e30db9316c129 (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 |
