wicket 0.1.1

Wikipedia corpus knowledge extractor.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cleaner;
pub mod dump;
pub mod error;
pub mod extractor;
pub mod output;

pub use cleaner::clean_wikitext;
pub use dump::{Article, DumpReader, open_dump};
pub use error::Error;
pub use extractor::{OutputFormat, format_page, make_url, parse_file_size};
pub use output::{OutputConfig, OutputSplitter};