Problem 200. does it touch ?
given a sentence, tell how much it touches.
input : string
output : how much it touches
touching : a bilabial phoneme does, thinking about the lips
Solution Stats
Problem Comments
-
7 Comments
All posted solutions as of today incorrectly detect "ph", such as in the word "phone" which should return 0. Add a test case for "ph", which would complicate matters?
Count the b's, m's and p's?
Yep Richard. It's a part of phonemes that are to be isolated while voice recognition.
Solution Comments
Show commentsProblem Recent Solvers124
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5698 Solvers
-
Maximum running product for a string of numbers
2201 Solvers
-
Calculate the Levenshtein distance between two strings
1461 Solvers
-
Getting the indices from a matrix
661 Solvers
-
745 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!