parse_wiktionary_de 0.1.0

Parse dictionary pages from the German language edition of Wiktionary into structured data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.parse_wiki_text]
version = "0.1"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[package]
authors = ["Fredrik Portström <fredrik@portstrom.com>"]
description = "Parse dictionary pages from the German language edition of Wiktionary into structured data"
license-file = "LICENSE"
name = "parse_wiktionary_de"
readme = "readme.md"
repository = "https://github.com/portstrom/parse_wiktionary_de"
version = "0.1.0"