Hello,
Can anyone tell me if an aplication or snippet has been written that parses a string and returns the number of syllable it contains?
I have seen it done with perl, but i'm after something that will sit on my shared PHP server.
TIA
victim.
"vctim" What's with all these strange names? Is this IRC? 🙂 Anyway, if you have the perl script it should be relatively easy to port to perl.
"vincent",
perhaps you could post some usefull info about porting to perl, ie how to do it or where to start looking?
thanks
V.
How to do it: Analyse just what it is the perl script is doing and find the PHP equivalents for that.
Where to start looking: The manuals! :-)