Purpose: to scrape Biblehub for words in Greek, get their definitions (if available) and examples (if available)
Usage:
- place a .csv file titled "greek_words.csv" with a list of the New Testament words about which you want to collect data in the same folder as the script.
- run the script
-
THE ESSENTIAL is to be able to normalize the words out of their accents and get their lemmas
-
refactor code to submit functions to class instead of the other way around
-
return some sort of warning if the word that is returned by the scraper is not exactly the word
-
return some error or work around it if no word is found
- like a list of words that had no return
-
Insert also the name of the book, the chapter and the versicle for each example.