correct Esperanto dictionary

This commit is contained in:
Laurent Mazet 2020-06-15 23:02:12 +02:00
parent 31a99c0cf4
commit 3cbcda3811
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
ROOT_DICT = ../public/dict
LANGS = bg br ca cy da de el en eo es et fr it nl no pl pt sv uk
# to add: ar cs eu fi? ga he hr hu hy is lv ro ru sk sl
# to add: ar cs fi? ga he hr hu hy is lv ro ru sk sl
#LANGS = af ar bg br ca cs cy da de el en eo es et eu fi fr ga he hr hu hy is it la lv ms nl no pl pt ro ru sk sl sv tr uk xk
ASPDICT = https://ftp.gnu.org/gnu/aspell/dict/0index.html
@ -205,7 +205,7 @@ $(ROOT_DICT)/eo.dict: eo.low $(DEPEND)
echo Building $@ from $<
cat $< | \
grep -v '^.$$' | \
grep -v "[.'-]" | \
grep -v "[.'qQwWxXyY-]" | \
tr '[a-zĉĝĥĵŝŭ]' '[A-ZĈĜĤĴŜŬ]' | \
sort | \
uniq > $@
@ -372,7 +372,7 @@ check-el:$(ROOT_DICT)/el.dict
$(call CHECKER,$<,ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ,~)
check-eo:$(ROOT_DICT)/eo.dict
$(call CHECKER,$<,ABCDEFGHIJKLMNOPQRSTUVWXYZĈĜĤĴŜŬ,~)
$(call CHECKER,$<,ABCDEFGHIJKLMNOPRSTUVZĈĜĤĴŜŬ,~)
check-es:$(ROOT_DICT)/es.dict
$(call CHECKER,$<,ABCDEFGHIJKLMNOPQRSTUVWXYZÑ,~)