pub fn build_lexicon(input: &Path, output: &Path) -> Result<()>Expand description
Builds a lexicon using the text file at input and writes it to output.
ยงErrors
Returns an error if any failure occurs during reading the input or writing to the output.