initial commit

This commit is contained in:
Oleg Belyaev 2025-03-21 14:14:03 +03:00
parent cee3efab31
commit 71219733bd
31 changed files with 9242 additions and 0 deletions

View file

@ -0,0 +1,30 @@
# Generate the lookup entries and the English and Russian
# standardized TEI
OPEN abaevdict
OPTIMIZE ALL
# the directory in parse-langnames
# may be incorrectly determined, check
RUN ../xq/parse-langnames.xq
RUN ../xq/make-lookup.xq
RUN ../xq/gen-lng-entries.xq
CLOSE
# Generate the HTML for faster page generation
RUN ../xq/gen-lng-html.xq
# Optimize the generated databases
OPEN abaevdict_en
OPTIMIZE ALL
CLOSE
OPEN abaevdict_ru
OPTIMIZE ALL
CLOSE
# Create mentioned indices
RUN ../xq/gen-mentioned-index.xq
# Optimize the index database
OPEN abaevdict_index
OPTIMIZE ALL
CLOSE