Java – implement prosody finder
Want to know if anyone has any tips, or can point me in the right direction, find / create some algorithm to find prosodic words
I especially don't want to use the API, because creating an algorithm just to create it is my ultimate goal
No, it should be important, but I'm coding in Java
thank you
Solution
This seems to be a huge project if you don't want to use an API A challenging step is to determine the phonetics of a word (if the ends of two words are phonetically similar) If you can do this, you can compare the ending of their pronunciation You may find an API that can convert known words into phonetic spelling, but if you don't want to use the API, you must do it yourself. It's not a trivial matter, let alone anyone's imperfection
Another method is to study the Metaphone algorithm, which is explained here: http://www.blackbeltcoder.com/Articles/algorithms/phonetic-string-comparison-with-soundex