Skip to content

Files

Latest commit

 

History

History
5 lines (3 loc) · 431 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 431 Bytes

SyllableCounter.py

A fairly light and simple Python syllable counter. Created mainly for use with proper names and words that could not be found in a dictionary. It's farily accurate and can work for common defined words by simply passing in an argument, allthough it's accuracy is only very lightly tested.

Based on/modified from Joe Basirico's JS code provided on StackOverflow