Skip to content

Generates a list of pun suggestions for some input token.

Notifications You must be signed in to change notification settings

Turnsole/Punerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Punerator

It provides a list of pun suggestions for some input token. Example, for "pun":

  • prePUNderance (preponderance)
  • sPUNtaneous (spontaneous)

To build:

mvn package

To run on the word "pun":

mvn exec:java "-Dexec.args=pun"

Run with multiple words:

mvn exec:java "-Dexec.args=beard turtle"

Provide more suggestions (searches a larger dictionary), use --v:

mvn exec:java "-Dexec.args=--v beard turtle"

About

Generates a list of pun suggestions for some input token.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages