{
  "letterCombinations": {
    "辅音组合": {
      "sh": "ʃ",
      "ch": "tʃ",
      "th": ["θ", "ð"],
      "ng": "ŋ",
      "ck": "k",
      "ph": "f",
      "wh": ["w", "h"],
      "gh": ["", "f", "g"]
    },
    "元音组合": {
      "ai": "eɪ",
      "ay": "eɪ",
      "ea": ["iː", "e"],
      "ee": "iː",
      "oa": "əʊ",
      "oo": ["uː", "ʊ"],
      "ou": ["aʊ", "ʌ", "uː"],
      "ow": ["aʊ", "əʊ"],
      "oi": "ɔɪ",
      "oy": "ɔɪ",
      "au": "ɔː",
      "aw": "ɔː"
    },
    "r-colored元音": {
      "ar": "ɑː",
      "er": ["ɜː", "ə"],
      "ir": "ɜː",
      "or": "ɔː",
      "ur": "ɜː",
      "ear": ["ɪə", "ɜː", "eə"],
      "air": "eə",
      "are": "eə"
    },
    "特殊组合": {
      "igh": "aɪ",
      "eigh": "eɪ",
      "augh": "ɔː",
      "ough": ["ɔː", "aʊ", "ʌf", "uː", "ɒf"],
      "tion": "ʃn",
      "sion": ["ʃn", "ʒn"],
      "ture": "tʃə"
    },
    "双写辅音": {
      "bb": "b",
      "cc": "k",
      "dd": "d",
      "ff": "f",
      "gg": "g",
      "ll": "l",
      "mm": "m",
      "nn": "n",
      "pp": "p",
      "rr": "r",
      "ss": "s",
      "tt": "t",
      "zz": "z"
    },
    "不发音字母组合": {
      "kn": "n",
      "wr": "r",
      "mb": "m",
      "gn": "n",
      "ps": "s",
      "pn": "n"
    },
    "其他": {
      "qu": "kw",
      "x": "ks"
    }
  },
  "compoundPhonemes": [
    "ks",
    "kw",
    "dʒ",
    "tʃ",
    "ʃ",
    "ʒ",
    "θ",
    "ð",
    "ŋ",
    "eɪ",
    "aɪ",
    "ɔɪ",
    "aʊ",
    "əʊ",
    "ɪə",
    "eə",
    "ʊə",
    "iː",
    "uː",
    "ɑː",
    "ɔː",
    "ɜː",
    "juː",
    "jə",
    "jɔː"
  ],
  "silentLetterPatterns": {
    "词首不发音": {
      "k": ["knife", "know", "knee", "knight", "knock"],
      "g": ["gnome", "gnat", "gnu"],
      "w": ["write", "wrong", "wrap", "wrist"],
      "p": ["psychology", "pneumonia", "psalm"],
      "h": ["hour", "honest", "honor", "heir"]
    },
    "词尾不发音": {
      "e": ["make", "time", "hope", "like", "name"],
      "b": ["climb", "thumb", "lamb", "comb", "bomb"],
      "n": ["autumn", "column", "hymn"],
      "t": ["castle", "listen", "often", "whistle"]
    },
    "词中不发音": {
      "gh": ["night", "light", "daughter", "thought"],
      "l": ["walk", "talk", "could", "would", "should"],
      "t": ["castle", "listen", "often"],
      "p": ["cupboard", "receipt", "raspberry"],
      "h": ["ghost", "ghetto", "shepherd"]
    }
  },
  "irregularWords": {
    "colonel": {
      "phonetic": "/ˈkɜːnl/",
      "spellArray": ["c", "olo", "n", "e", "l"],
      "phonemeArray": ["ˈk", "ɜː", "n", "", "l"]
    },
    "yacht": {
      "phonetic": "/jɒt/",
      "spellArray": ["y", "a", "ch", "t"],
      "phonemeArray": ["j", "ɒ", "", "t"]
    },
    "island": {
      "phonetic": "/ˈaɪlənd/",
      "spellArray": ["i", "s", "l", "a", "nd"],
      "phonemeArray": ["ˈaɪ", "", "l", "ə", "nd"]
    },
    "debt": {
      "phonetic": "/det/",
      "spellArray": ["d", "e", "b", "t"],
      "phonemeArray": ["d", "e", "", "t"]
    },
    "doubt": {
      "phonetic": "/daʊt/",
      "spellArray": ["d", "ou", "b", "t"],
      "phonemeArray": ["d", "aʊ", "", "t"]
    },
    "receipt": {
      "phonetic": "/rɪˈsiːt/",
      "spellArray": ["r", "e", "c", "ei", "p", "t"],
      "phonemeArray": ["r", "ɪ", "", "ˈsiː", "", "t"]
    },
    "through": {
      "phonetic": "/θruː/",
      "spellArray": ["th", "r", "ough"],
      "phonemeArray": ["θ", "r", "uː"]
    },
    "enough": {
      "phonetic": "/ɪˈnʌf/",
      "spellArray": ["e", "n", "ough"],
      "phonemeArray": ["ɪ", "ˈn", "ʌf"]
    },
    "cough": {
      "phonetic": "/kɒf/",
      "spellArray": ["c", "ough"],
      "phonemeArray": ["k", "ɒf"]
    },
    "though": {
      "phonetic": "/ðəʊ/",
      "spellArray": ["th", "ough"],
      "phonemeArray": ["ð", "əʊ"]
    }
  }
}
