Syllabify

public class Syllabify
Author:Panos Ipeirotis Java Code to estimate the number of syllables in a word. Translation of the Perl code by Greg Fast, found at: http://search.cpan.org/author/GREGFAST/Lingua-EN-Syllable-0.251/ For documentation and comments http://search.cpan.org/src/GREGFAST/Lingua-EN-Syllable-0.251/Syllable.pm

Fields

AddSyl

static String[] AddSyl

SubSyl

static String[] SubSyl

Methods

syllable

public static int syllable(String word)