This python script aims to create a dictionary of Greek synonymous (or semantic constellations) based on retroversion. It is not perfect, but it has the merit to exist.
We created a list of english words by selecting the key word of the JSON file of S. C. Woodhouse, English-Greek Dictionary (1910), accessible online on Perseids Project, the JSON file is accessible on this Github repository
We search each word on the English-to-Greek Word Search of the Perseus Project. On the basis of the result we selected each greek work which has the english word in its Short Definition. As the encodage of this dictionary is aproximative (for example the Greek word πατήρ has "pitṛ[snull ]u" as Short Definition), we also selected all results attested between 2000 and 100000 occurences. These values can be changed through the respective constants occur_min
and occur_max
.
pip install -r requirements.txt
python3 main.py
activate virtual environment
source venv/bin/activate