From 4c9540afc5df4fd10a69ad63a61c4357f6b8509a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Thu, 4 Jul 2019 12:00:06 +0200 Subject: [PATCH] Detail a bit methodology --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6751f11..3e2ad7f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ used. The result (not much updated, though) can be found [here](https://tobast.fr/files/trumprank.txt). +## Methodology + +A word is considered to be a contiguous sequence of letters and quotes (`'`) +only. Words that have less than four occurrences are removed (considered +irrelevant — probably some random name). + ## Install Clone this reopsitory with submodules: `git clone --recurse-submodules`