ruwex 0.1.0

Fast Rust rewrite of wikiextractor: extract and clean text from Wikimedia XML dumps
Documentation
1
2
3
4
5
6
//! The auxiliary command-line tools shipped alongside `wikiextractor`:
//! `extractPage` (pull a single page's raw XML from a dump) and
//! `cirrus-extract` (extract from CirrusSearch JSON dumps).

pub mod cirrus;
pub mod extract_page;