Function parse_wiktionary_de::parse

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

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

title is the title of the article. 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.