Add dictionaries to repo for easier maintenance

This commit is contained in:
Ben Edgington
2025-04-17 11:13:44 +01:00
parent 488474b9e6
commit d2e2009336
4 changed files with 6 additions and 2 deletions

View File

@@ -6,8 +6,9 @@
# with the spellcheck_prep.pl script.
export LANG=en_GB.UTF-8
here=$(cd $(dirname "$0") && pwd)
$(dirname "$0")/spellcheck_prep.pl $1 \
| aspell --home-dir . -p $2 --dont-suggest pipe -d en_GB-ise-w_accents \
$here/spellcheck_prep.pl $1 \
| aspell --home-dir . -p $2 --dont-suggest pipe --dict-dir=$here/../dicts -d en_GB-ise-w_accents \
| tail -n +2 \
| awk 'BEGIN {n=1} /^$/{n++} /^..+$/{print "Line " n ": "$2}'

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,3 @@
# Generated with Aspell Dicts "proc" script version 0.60.4
add en-common.rws
add en_GB-ise-w_accents-only.rws