Create project

This commit is contained in:
Joscha 2022-09-29 19:00:44 +02:00
commit 5d5be23c79
2 changed files with 14 additions and 0 deletions

13
README.md Normal file
View 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`.