A console application for counting the syllables of user-supplied words.
After cloning the repository, you'll need to install the Newtonsoft.Json NuGet package. Should then run in Visual Studio.
Alternatively, you can download the Release.zip file, unzip it, and run "SyllableCounter.exe". If you are not on a Windows machine, you'll need to use Mono to run the .exe file.
App counts words using the "Written Method" (basically, it counts groups of contiguous vowels).
See if a machine-learning approach can outperform the Written Method.
Training data is copyright Irvine Phonotactic Online Dictionary (IPhOD). See folder IPhODv2.0_REALS for copyright and license information.
Aside from IPhOD data, project is open source under MIT License.