We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi Van der Lee,
Is it possible for any of your functions to return an array of arrays of syllables of each word?
Example: "I am working". Output:
array( 0 => array( 0 => "I" ), 1 => array( 0 => "am" ), 2 => array( 0 => "work", 1 => "ing" ) );