Function wiktionary_dump_parser::parser::parse_dump_file
source · pub async fn parse_dump_file(
input_file: impl AsRef<Path>,
output_file: Option<impl AsRef<Path>>,
word_consumer: impl FnMut(Word) -> Result<(), Box<dyn Error + Send + Sync>>,
error_log: impl AsRef<Path>,
output_pretty: bool
) -> Result<()>