Simple Java program that creates senseless Haikus
Created by Lukas Strobel early 2017
Steps:
- Generate an array with a random length, so that all the integer values in the array add up to the desired syllable count
- Randomly search through the dictionary file to find words that fit the generated syllable count
- Print out those words in the 5, 7, 5 order! Voila!