Detail a bit methodology

This commit is contained in:
Théophile Bastian 2019-07-04 12:00:06 +02:00
parent 7e0f0271d5
commit 4c9540afc5
1 changed files with 6 additions and 0 deletions

View File

@ -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`