Repo for A Tune In workshop by amy, Aggeliki and Cristina for the Any One Day The Future Died conference.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

21 lines
930 B

wordmord = {
'kollisa' :
{
'para-etymology' : ['kelossi', 'attachment', 'virus', 'friendship', 'obsession', 'crash', 'petrified'],
'demonic-etymology' : ['disease', 'infection', 'τον κόλησαν'],
'pira-etymology' : ['ευθύνη', 'πήρα την ευθύνη', 'συναίνεση']
},
'monster' :
{
'para-etymology' : ['κούκλα', 'queen', 'tsoula', 'περήφανη', 'τρελλή', 'τσουλάρα', '', 'chic'],
'demonic-etymology' : ['τέρας', 'φρικιό', 'πούστης', 'αδελφή', 'τέτοιος', 'ληστής', 'πρεζόνι'],
'pira-etymology' : ['είμαι τσούλα', 'είμαι τσουλάρα']
}
}
print(wordmord[1])
# Recipe:
# Give one setence as input
# Choose which word you want to replace
# Python selects random word from the dictionary
# It returns the sentence paraphrased