16 lines
274 B
Python
16 lines
274 B
Python
|
model = "distil-small.en"
|
||
|
|
||
|
replacements = {"gigi": "gg", "heels": "heals", "heeling": "healing", "heel": "heal"}
|
||
|
|
||
|
maximum_pulse = [
|
||
|
"maximum",
|
||
|
"pulse",
|
||
|
"ball",
|
||
|
"remove",
|
||
|
"eliminate",
|
||
|
"murder",
|
||
|
"goon",
|
||
|
"obliterate",
|
||
|
"delete",
|
||
|
"piss",
|
||
|
]
|