Module:rad-IPA/documentation: Difference between revisions
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary Tags: Mobile edit Mobile web edit |
||
Line 1: | Line 1: | ||
{{documentation subpage}} | {{documentation subpage}} | ||
This module is used to get the pronunciation estimation of a Radestrian word from a single parameter. | This module is used to get the pronunciation estimation of a Radestrian word from a single parameter. The base generation runs backwards, due to Radestrian's 'latter bias' regarding vocalic polygraphs. | ||
<code><nowiki>{{#invoke:rad-IPA|generate|</nowiki>{{l|rad|aies}}<nowiki>}}</nowiki></code> will generate <b>{{#invoke:rad-IPA|generate|aies}}</b>, not <b>*{{#invoke:rad-IPA|generate|aiès}}</b>, which would be spelt <i>*aiès</i>. | <code><nowiki>{{#invoke:rad-IPA|generate|</nowiki>{{l|rad|aies}}<nowiki>}}</nowiki></code> will generate <b>{{#invoke:rad-IPA|generate|aies}}</b>, not <b>*{{#invoke:rad-IPA|generate|aiès}}</b>, which would be spelt <i>*aiès</i>. | ||
Line 18: | Line 18: | ||
<code><nowiki>{{#invoke:rad-IPA|generate|</nowiki>{{l|rad|hjas}}|true}}<nowiki>}}</nowiki></code> will generate <b>{{#invoke:rad-IPA|generate|hjas|true}}</b>. | <code><nowiki>{{#invoke:rad-IPA|generate|</nowiki>{{l|rad|hjas}}|true}}<nowiki>}}</nowiki></code> will generate <b>{{#invoke:rad-IPA|generate|hjas|true}}</b>. | ||
The generation runs in 6 ‘stages’: | |||
# <b>Base generation</b> (one-to-one grapheme to phoneme conversion, adhering to the observed orthographical finality bias, but may still contain pseudo-phonemes) | |||
# <b>Vowel resolution</b> (vowel alternations and combinations are resolved) | |||
# <b>Consonant resolution</b> | |||
# <b>Syllabification</b> | |||
# <b>Stress assignment</b> | |||
# <b>Syllable resolution</b> |
Revision as of 01:20, 19 August 2023
This module is used to get the pronunciation estimation of a Radestrian word from a single parameter. The base generation runs backwards, due to Radestrian's 'latter bias' regarding vocalic polygraphs.
{{#invoke:rad-IPA|generate|aies}}
will generate ˈa.ies, not *ˈai.ɛs, which would be spelt *aiès.
Irregular spellings are recognised in data:
{{#invoke:rad-IPA|generate|heņrecjes}}
will generate ˈhɛŋɡrɛtʃɛs.
It can also handle multiple words, but they must be in the same parameter.
{{#invoke:rad-IPA|generate|ryņles u aieg}}}}
will generate ˈriŋɡlɛs u ˈa.ieɡ.
If you would like the hjádvanþs standard, add true
as the second parameter.
{{#invoke:rad-IPA|generate|hjas}}}}
will generate ʃas.
{{#invoke:rad-IPA|generate|hjas|true}}}}
will generate ʃas.
The generation runs in 6 ‘stages’:
- Base generation (one-to-one grapheme to phoneme conversion, adhering to the observed orthographical finality bias, but may still contain pseudo-phonemes)
- Vowel resolution (vowel alternations and combinations are resolved)
- Consonant resolution
- Syllabification
- Stress assignment
- Syllable resolution