Run the lexsync pipeline for one design
Usage
run_pipeline(
design_path,
schema_path = "config/schema.yaml",
outdir = NULL,
reference_words = NULL,
verbose = TRUE
)Arguments
- design_path
Path to a design configuration (YAML).
- schema_path
Path to the global schema (YAML).
- outdir
Output directory supplied by the caller (subdirectories
stimuli,reports,experimentsare created). It must be supplied; lexsync does not choose a default output location.- reference_words
Optional reference word list for neighbourhood computation; defaults to the whole lexicon.
- verbose
Logical; print progress.