Created
August 5, 2013 01:00
-
-
Save caseysoftware/6152784 to your computer and use it in GitHub Desktop.
The Harvard Sentences serve as a standardized test for speech quality measurements within telecommunication systems. Each combination of ten sentences represents all of the phonetics within the English language and uses them at a similar frequency.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $items = array( | |
| 'Oak is strong and also gives shade.', | |
| 'Cats and dogs each hate the other.', | |
| 'The pipe began to rust while new.', | |
| "Open the crate but don't break the glass.", | |
| 'Add the sum to the product of these three.', | |
| 'Thieves who rob friends deserve jail.', | |
| 'The ripe taste of cheese improves with age.', | |
| 'Act on these orders with great speed.', | |
| 'The hog crawled under the high fence.', | |
| 'Move the vat over the hot fire.' | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment