Replies: 3 comments 8 replies
-
They are in violation of the CC BY-SA license. I don't think it is a good idea to pretend that they are not. See: https://github.com/crate-ci/typos/blob/master/crates/wikipedia-dict/assets/dictionary.txt |
Beta Was this translation helpful? Give feedback.
-
Also this list of target spelling, could be used to complete the English dictionaries $ cat typos-crate-ci/crates/typos-dict/assets/words.csv | sed 's/.*,//' | sort -u | wc -l
17612 Some are missing in cspell |
Beta Was this translation helpful? Give feedback.
-
In the PR, my approach was to take suggestions that were found in the respective dictionaries: I generated a list of suggestion by looking up each target word in the following dictionaries: en_US, en_GB, and sofwareTerms.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/crate-ci/typos/blob/HEAD/crates%2Ftypos-dict%2Fassets%2Fwords.csv
https://github.com/crate-ci/typos
The project is licensed under MIT license (or Apache 2).
The readme is clear about it, I'll open a PR to fix the way github computes the license.
So this list could be used. It could supersede the current en-common-mispelling dictionary that is released under CC BY-SA license, cf our previous discussions.
Beta Was this translation helpful? Give feedback.
All reactions