DigTheDoug / SyllableCounter

A light and basic dictionary-free Python syllable counter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A light and basic dictionary-free Python syllable counter


Languages

Language:Python 100.0%