Function parse_wiktionary_cs::parse

source ·
pub fn parse<'a>(wiki_text: &'a str, nodes: &[Node<'a>]) -> Output<'a>
Expand description

Parses an article from the Czech language version of Wiktionary into structured data.

wiki_text is the wiki text of the article. nodes is the sequence of nodes obtained by parsing the wiki text with the crate Parse Wiki Text.