How to split the syllables in a NSString using Objective-c. Is there any API for that? Any help will be appreciated.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
NOOO, It cant be.
As Syllables are not in fixed way. There are no patterns to check.
And programming is done to automate things, even AI is implemented when there are something common, unique in any manner.
Water is to broken into Wa + ter.
Objective-c is to be broken into Ob + jec + tive-c.
This makes no algorithm to perform and automate the task using any of the API of obj-C.
EDIT:
As per your comments, find the code: