Skip to content

HebrewPhilology/GreekSynonymousParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greek Synonymous Parser

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.

Method

1. Creation of a list of english words

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

2. Creating the semantic constellation (more than synonyms)

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.

Install requirements

pip install -r requirements.txt

Launch the script

python3 main.py

activate virtual environment source venv/bin/activate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages