Terminology. A phoneme is a contrastive unit of sound. The IPA symbols used below denote:
ʃthe "sh" sound (a voiceless post-alveolar fricative),ŋthe velar nasal ("ng" in sing),ʍthe voiceless "wh", andəthe mid-central vowel (schwa). Place of articulation is where the vocal tract is constricted; manner of articulation is how airflow is shaped; voicing is whether the vocal folds vibrate. See../GLOSSARY.mdfor fuller definitions.
Caverphone was developed by David Hood at the University of Otago in New Zealand in 2002. It is specifically designed for matching New Zealand English names, particularly surnames derived from Māori and British sources. Each extracted rule carries a weight in [0, 1] expressing the residual edit cost of treating the two spellings as equivalent.
[id: 2700, name: "cough initial caverphone", weight: 0.10, group: caverphone_initial]
cough -> cof2 / #_;
[id: 2701, name: "rough initial caverphone", weight: 0.10, group: caverphone_initial]
rough -> rof2 / #_;
[id: 2702, name: "tough initial caverphone", weight: 0.10, group: caverphone_initial]
tough -> tof2 / #_;
[id: 2703, name: "enough initial caverphone", weight: 0.10, group: caverphone_initial]
enough -> enof2 / #_;
[id: 2704, name: "gn initial caverphone", weight: 0.10, group: caverphone_initial]
gn -> 2n / #_;
[id: 2705, name: "mb final caverphone", weight: 0.10, group: caverphone_final]
mb -> m2 / _#;
[id: 2710, name: "gh to f caverphone", weight: 0.15, group: caverphone_gh]
gh -> f / [aou]_;
[id: 2711, name: "gh silent caverphone", weight: 0.15, group: caverphone_gh]
gh -> / [ei]_; // night, weight
[id: 2715, name: "tch to 2 caverphone", weight: 0.10, group: caverphone_tch]
tch -> 2;
[id: 2716, name: "ck to k caverphone", weight: 0.10, group: caverphone_ck]
ck -> k;
[id: 2720, name: "c to s caverphone", weight: 0.10, group: caverphone_c]
c -> s / _[eiy]; // soft c
[id: 2721, name: "c to k caverphone", weight: 0.10, group: caverphone_c]
c -> k / _[aou]; // hard c
[id: 2725, name: "dg to 2 caverphone", weight: 0.10, group: caverphone_dg]
dg -> 2 / _[eiy]; // edge, badge
[id: 2730, name: "qu to kw caverphone", weight: 0.10, group: caverphone_qu]
qu -> kw;
[id: 2731, name: "q to k caverphone", weight: 0.10, group: caverphone_qu]
q -> k;
[id: 2735, name: "tio to sio caverphone", weight: 0.15, group: caverphone_tion]
tio -> ʃo; // nation
[id: 2736, name: "tia to sia caverphone", weight: 0.15, group: caverphone_tion]
tia -> ʃa; // spatial
[id: 2737, name: "sio to so caverphone", weight: 0.15, group: caverphone_sion]
sio -> ʃo; // vision
[id: 2738, name: "sia to sa caverphone", weight: 0.15, group: caverphone_sion]
sia -> ʃa; // Asia
[id: 2740, name: "double t caverphone", weight: 0.10, group: caverphone_double]
tt -> t;
[id: 2741, name: "double d caverphone", weight: 0.10, group: caverphone_double]
dd -> d;
[id: 2742, name: "double l caverphone", weight: 0.10, group: caverphone_double]
ll -> l;
[id: 2743, name: "double n caverphone", weight: 0.10, group: caverphone_double]
nn -> n;
[id: 2744, name: "double m caverphone", weight: 0.10, group: caverphone_double]
mm -> m;
[id: 2745, name: "double s caverphone", weight: 0.10, group: caverphone_double]
ss -> s;
[id: 2746, name: "double r caverphone", weight: 0.10, group: caverphone_double]
rr -> r;
[id: 2747, name: "double f caverphone", weight: 0.10, group: caverphone_double]
ff -> f;
[id: 2748, name: "double p caverphone", weight: 0.10, group: caverphone_double]
pp -> p;
[id: 2749, name: "double b caverphone", weight: 0.10, group: caverphone_double]
bb -> b;
[id: 2755, name: "wh to w caverphone", weight: 0.15, group: caverphone_wh]
wh -> w / #_; // NZ pronunciation
[id: 2756, name: "w to vowel caverphone", weight: 0.20, group: caverphone_wh]
w -> / [aeiou]_[aeiou]; // intervocalic
[id: 2760, name: "final e caverphone", weight: 0.10, group: caverphone_final]
e -> / _#; // Silent final e
[id: 2765, name: "ou to u caverphone", weight: 0.15, group: caverphone_vowel]
ou -> u;
[id: 2766, name: "oo to u caverphone", weight: 0.15, group: caverphone_vowel]
oo -> u;
[id: 2767, name: "ea to e caverphone", weight: 0.15, group: caverphone_vowel]
ea -> e;
[id: 2768, name: "ai to e caverphone", weight: 0.15, group: caverphone_vowel]
ai -> e;
[id: 2769, name: "ay to e caverphone", weight: 0.15, group: caverphone_vowel]
ay -> e;
[id: 2775, name: "wh to f maori caverphone", weight: 0.20, group: caverphone_maori]
wh -> f; // Traditional Maori
[id: 2776, name: "ng to ng maori caverphone", weight: 0.05, group: caverphone_maori]
ng -> ŋ; // Maori velar nasal
Key pronunciation differences captured:
| Pattern | British | NZ | Rule |
|---|---|---|---|
| final 'er' | /ə/ | /ə/ | Same |
| 'wh' | /w/ | /ʍ/ or /f/ | 2755, 2775 |
| short 'i' | /ɪ/ | /ə/ | flattening |
| 'air' | /eə/ | /e/ | merger |
Caverphone is particularly effective for:
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |