commit 5d5be23c798100262358939954587fc999d1f774 Author: Joscha Date: Thu Sep 29 19:00:44 2022 +0200 Create project diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82f0c3a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/data/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..b9f6281 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Wikilyze + +Analyze wikipedia dumps obtained from +. + +## 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`.