Encodes and decodes silly speech
The file '1000_most_common_english_words.txt' contains the 1000 most common english words as found on: http://www.ef.com/english-resources/english-vocabulary/top-1000-words/
You can either use this as a library or execute the jar directly. In case of the latter, the following commands are available:
- E something something phrase
- encodes the supplied phrase
- D smthng smthng phrs
- decodes the supplied phrase
- LOAD path/to/file.txt
- loads the contents of the supplied file into the dictionary
- STORE path/to/file.txt
- stores the dictionary into the supplied file
- BYE
- exits the application