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 Solvers29
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6231 Solvers
-
Create a vector whose elements depend on the previous element
680 Solvers
-
The sum of the numbers in the vector
597 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
718 Solvers
-
640 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!