Command Line Interface
Warning: This is an alpha feature. APIs and behaviors may change; use in production with care.
Examples
cltk analyze --lang lati1261 --backend stanza --out conllu --text "Gallia est omnis divisa..." > out.conllu
cltk analyze --lang grc --backend openai --out readers-guide --text-file input.txt --out-file guide.md
cltk compare --lang grc --text-file input.txt --backends stanza,openai --out-dir reports/ --basename plato_apology
Notes
- Stdout redirection is supported for single-output commands; use
> out.fileto capture results. - Batch mode: use
--input-dirwith--out-dirand optional--globto process a directory and preserve subdirectories.