add python script
This commit is contained in:
parent
a6eb51f58f
commit
25458d8bdb
21
para_generator.py
Normal file
21
para_generator.py
Normal file
@ -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
Block a user