Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 300 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 300 Bytes

pungent

Pungent - Cheesy pun generator

Give pungent a target word, and some source text, and it will output a modified text full of puns on the target word. It works by parsing all syllables of the source text and finding the most similar syllables to your target word using levenshtein distance.