abctk.utils.comparative annot [COMMANDS...]
abctk.utils.comparative annot \
load -e {yaml,jsonl,txt} -s {separate,bracketed} [FILEPATH|-] \
write -e {yaml,jsonl,txt} -s {separate,bracketed} [FILEPATH|-]
abctk.utils.comparative annot \
load -e {yaml,jsonl,txt} -s {separate,bracketed} [FILEPATH|-] \
encrypt
write -e {yaml,jsonl,txt} -s {separate,bracketed} [FILEPATH|-]
First, make a cache from the relevant corpus/corpora.
abctk.utils.comparative BCCWJ cache [FOLDER] cache.pickle
Then load this cache file and decrypt:
abctk.utils.comparative annot \
load -e {yaml,jsonl,txt} -s {separate,bracketed} [FILEPATH|-] \
incorp-text BCCWJ cache.pickle \
decrypt
write -e {yaml,jsonl,txt} -s {separate,bracketed} [FILEPATH|-]
poetry run pyinstaller \
--name abctk.utils.comparative_linux_x86-64 \
--onefile \
--copy-metadata abctk.utils.comparative \
abctk/utils/comparative/__main__.py