#
# load words into TB
#
use tb.readfile
set INPUTFILE ./data/lotr_en.txt
set KEY LOTR_EN
run
set INPUTFILE ./data/lotr_cz.txt
set KEY LOTR_CZ
run
set INPUTFILE ./data/lotr_cz_ascii.txt
set KEY LOTR_CZ_ASCII
run
back
#
# move words from TB to dict DB
#

use crypto.words.upload
set KEY LOTR_EN
set TAG LOTR_EN
run
set KEY LOTR_CZ
set TAG LOTR_CZ
run
set KEY LOTR_CZ_ASCII
set TAG LOTR_CZ_ASCII
run
back
#
# run the analysis
#
use crypto.language
set TAGS LOTR_EN LOTR_CZ
# set LANGS CZ EN CZ_ASCII
run
back
