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
Show
4 older comments
Mark
on 9 Jun 2012
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?
Richard Zapor
on 15 Oct 2012
Count the b's, m's and p's?
eric landiech
on 16 Oct 2012
Yep Richard. It's a part of phonemes that are to be isolated while voice recognition.
Solution Comments
Show commentsProblem Recent Solvers124
Suggested Problems
-
Back to basics 24 - Symbolic variables
143 Solvers
-
Back to basics 25 - Valid variable names
328 Solvers
-
Make a random, non-repeating vector.
9812 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
637 Solvers
-
653 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!