nglk
2 years ago
1 changed files with 21 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||
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 |
Loading…
Reference in new issue