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.
22 lines
930 B
22 lines
930 B
2 years ago
|
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
|