Create project
This commit is contained in:
commit
5d5be23c79
2 changed files with 14 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
/data/
|
||||||
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Wikilyze
|
||||||
|
|
||||||
|
Analyze wikipedia dumps obtained from
|
||||||
|
<https://dumps.wikimedia.org/backup-index.html>.
|
||||||
|
|
||||||
|
## Structure
|
||||||
|
|
||||||
|
This project has two main parts, `sift` and `brood`.
|
||||||
|
|
||||||
|
`sift` is written in Python and sifts through the wikipedia dump, parsing and
|
||||||
|
analyzing individual articles and printing interesting data.
|
||||||
|
|
||||||
|
`brood` is written in Rust and analyzes the data obtained by `sift`.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue