From 5d5be23c798100262358939954587fc999d1f774 Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 29 Sep 2022 19:00:44 +0200 Subject: [PATCH] Create project --- .gitignore | 1 + README.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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`.