Просмотр исходного кода

Merge pull request #1337 from sjwarner-bp/readme-regen

regenerate readme
FridaTveit 8 лет назад
Родитель
Сommit
fa173bc745
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 4 добавлений и 4 удалений
  1. 4
    4
      exercises/pig-latin/README.md

+ 4
- 4
exercises/pig-latin/README.md Просмотреть файл

@@ -7,10 +7,10 @@ confusing. It obeys a few simple rules (below), but when it's spoken
7 7
 quickly it's really difficult for non-children (and non-native speakers)
8 8
 to understand.
9 9
 
10
-- **Rule 1**: If a word begins with a vowel sound, add an "ay" sound to
11
-  the end of the word.
12
-- **Rule 2**: If a word begins with a consonant sound, move it to the
13
-  end of the word, and then add an "ay" sound to the end of the word.
10
+- **Rule 1**: If a word begins with a vowel sound, add an "ay" sound to the end of the word. Please note that "xr" and "yt" at the beginning of a word make vowel sounds (e.g. "xray" -> "xrayay", "yttria" -> "yttriaay").
11
+- **Rule 2**: If a word begins with a consonant sound, move it to the end of the word and then add an "ay" sound to the end of the word. Consonant sounds can be made up of multiple consonants, a.k.a. a consonant cluster (e.g. "chair" -> "airchay").
12
+- **Rule 3**: If a word starts with a consonant sound followed by "qu", move it to the end of the word, and then add an "ay" sound to the end of the word (e.g. "square" -> "aresquay").
13
+- **Rule 4**: If a word contains a "y" after a consonant cluster or as the second letter in a two letter word it makes a vowel sound (e.g. "rhythm" -> "ythmrhay", "my" -> "ymay").
14 14
 
15 15
 There are a few more rules for edge cases, and there are regional
16 16
 variants too.