Workflows¶
Three public workflows are available through both Python APIs and matching CLI subcommands:
- standalone typo generation through
run_typo_generation()andtypo-generationrespectively; - standalone AutoCorrect2 conflict checking through
run_autocorrect2_check()andautocorrect2-checkrespectively; - the composed workflow through
run_full_pipeline()andfull-pipelinerespectively.
The full workflow reuses the first two rather than duplicating their logic.
Typo generation remains independent of AutoCorrect2; the adaptation from a
noisy-word mapping to
AutoCorrect2CandidateHotstring
belongs to the composed pipeline.
See also: Command-line interface for command syntax and shared runtime configuration.