Problem 2502. Filter British English into American English
Given a sentence written with British spelling, return the sentence with the offending word(s) replaced with the American spelling.
This basic spelling filter should focus on "or" vs "our," "re" vs "er," and "ce" vs "se" word endings, though there are several other pedantic differences: http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers30
Suggested Problems
-
Which values occur exactly three times?
5163 Solvers
-
Set the array elements whose value is 13 to 0
1389 Solvers
-
Sum the numbers on the main diagonal
594 Solvers
-
532 Solvers
-
Create a two dimensional zero matrix
505 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!