Updated english dictionaries to 2019-10-06 version

This commit is contained in:
Veronica K. B. Olsen
2019-11-05 23:46:05 +01:00
parent d5d58804e1
commit cf1083caeb
4 changed files with 1493 additions and 362 deletions
+12
View File
@@ -0,0 +1,12 @@
## Dictionary Conversion
Source: https://ftp.gnu.org/gnu/aspell/dict/0index.html
```
./configure
make
aspell --dict-dir=. -d en dump master > en.dict
aspell --dict-dir=. -d en_GB-ise-w_accents dump master > en_GB.dict
aspell --dict-dir=. -d en_US-w_accents dump master > en_US.dict
```