Count frequency of single, 2-word and 3-word clusters in a text
The program can read a text file and count the occurrences of single
words and clusters of 2 and 3 words. The resulting list will be sorted in
descending order (highest frequency on top).
Want to count the number of syllables in a word? Want to create a random haiku? This Java application can do both. Just add the JAR file to your project for access to these basic classes. We use CMU's pronunciation dictionary to count each syllable.