blob: 92ef4dca5cf0e6943ea0208ddf6e90bc2e5852d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# wiktionary
Various miscellaneous scripts for parsing [wiktionary data dumps](https://dumps.wikimedia.org/enwiktionary/).
Some outputs from this tool which you may find useful: <https://s.pommicket.com/wiktionary/index.html>.
## Acknowledgments
Thanks to the `xml` Rust crate (aka `xml-rs`): <https://crates.io/crates/xml>
And of course to the many contributors to and maintainers of Wiktionary.
## License
Do whatever with this.
|