Some utilities designed to take a wikipedia xml dump and perform analysis.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package]
|
|
name = "wikigraph"
|
|
version = "0.1.0"
|
|
authors = ["Stephen <stephen@stephendownward.ca>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
xml-rs="0.8.3"
|
|
rayon="1.3"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json="1.0"
|
|
regex = "1.3"
|
|
lazy_static = "1.4"
|
|
bincode = "1.3"
|
|
fnv = "1.0"
|
|
crossbeam-queue = "0.2"
|
|
num_cpus = "1.13"
|