1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > French IPA Transcription - Help</ title >
7+ < link href ="../css/tacit-css-1.7.1.min.css " rel ="stylesheet ">
8+ < link href ="help.css " rel ="stylesheet ">
9+ </ head >
10+ < body >
11+ < div id ="content ">
12+ < h1 > French IPA Transcription - Help</ h1 >
13+
14+ < p > < a href ="../index.html?lang=French "> ← Back to French transcription</ a > </ p >
15+
16+ < h2 > About This Implementation</ h2 >
17+
18+ < p > This < a href ="../index.html?lang=French "> French transcription app</ a > uses the < a
19+ href ="https://en.wiktionary.org/wiki/Module:fr-pron " target ="_blank "> Wiktionary French Pronunciation
20+ Module</ a > to generate phonemic transcriptions for French text.</ p >
21+
22+ < p > The system uses comprehensive Wiktionary data dumps< a
23+ href ="https://kaikki.org/frwiktionary/ "> < sup > [1]</ sup > </ a > < a
24+ href ="https://kaikki.org/dictionary/French/index.html "> < sup > [2]</ sup > </ a > as a lexicon to first retrieve
25+ transcriptions from the dictionary. When a word is not found in the lexicon, it falls back to generating
26+ transcriptions using the pronunciation module's rule-based approach.</ p >
27+
28+ < h2 > Dialects Supported</ h2 >
29+ < ul >
30+ < li >
31+ < strong > Default - Standard French pronunciation</ strong >
32+ < p > This option generates IPA based on a traditional or conservative standard of French. This pronunciation
33+ maintains the historical distinctions between all four of the language's nasal vowels. It is a
34+ pronunciation still widely heard in < strong > Belgian French</ strong > , < strong > Quebecois French</ strong > ,
35+ and is often used in dictionaries for etymological clarity.</ p >
36+ < p > This setting preserves the four-vowel system:</ p >
37+ < ul >
38+ < li > < em > br< strong > un</ strong > </ em > is pronounced < strong > /bʁœ̃/</ strong > .</ li >
39+ < li > < em > br< strong > in</ strong > </ em > is pronounced < strong > /bʁɛ̃/</ strong > .</ li >
40+ < li > < em > bl< strong > anc</ strong > </ em > is pronounced < strong > /blɑ̃/</ strong > .</ li >
41+ < li > < em > b< strong > on</ strong > </ em > is pronounced < strong > /bɔ̃/</ strong > .</ li >
42+ </ ul >
43+ </ li >
44+ < li >
45+ < strong > Parisian (experimental) - Parisian French pronunciation patterns</ strong >
46+ < p > This option implements the major phonological shifts characteristic of modern Parisian and Metropolitan
47+ French. It transforms the traditional four-vowel system into a new three-vowel system through a series
48+ of mergers and shifts. </ p >
49+ < p > This setting applies the following crucial changes in a specific order:</ p >
50+ < ul >
51+ < li >
52+ < strong > The "un/in" Merger:</ strong > The distinction between < code > /œ̃/</ code > (in < em > brun</ em > )
53+ and < code > /ɛ̃/</ code > (in < em > brin</ em > ) is completely lost. Both sounds are merged into a single,
54+ open nasal vowel, transcribed as < code > /ɑ̃/</ code > .
55+ < ul >
56+ < li > < em > brun</ em > : < code > /bʁœ̃/</ code > → < code > /bʁɑ̃/</ code > </ li >
57+ < li > < em > brin</ em > : < code > /bʁɛ̃/</ code > → < code > /bʁɑ̃/</ code > </ li >
58+ < li > < strong > Result: < em > brun</ em > and < em > brin</ em > become perfect homophones.</ strong > </ li >
59+ </ ul >
60+ </ li >
61+ < li >
62+ < strong > The "an/on" Chain Shift:</ strong > This is a two-step process where one vowel shifts, and
63+ another moves into its former place. It is < strong > not a simple merger</ strong > .
64+ < ol >
65+ < li > First, the original vowel < code > /ɔ̃/</ code > (as in < em > b< strong > on</ strong > </ em > ) is
66+ modified to < code > /õ/</ code > . This is a subtle phonetic shift, often involving a change in
67+ vowel height or rounding, and is represented by a different IPA symbol.
68+ </ li >
69+ < li > Then, the original vowel < code > /ɑ̃/</ code > (as in < em > bl< strong > anc</ strong > </ em > ) shifts to
70+ take the now-vacant phonetic space of the original < code > /ɔ̃/</ code > .
71+ </ li >
72+ </ ol >
73+ < ul >
74+ < li > < em > bon</ em > : < code > /bɔ̃/</ code > → < code > /bõ/</ code > </ li >
75+ < li > < em > blanc</ em > : < code > /blɑ̃/</ code > → < code > /blɔ̃/</ code > </ li >
76+ < li > < strong > Result: Crucially, < em > bon</ em > and < em > blanc</ em > remain distinct.</ strong > Their
77+ vowel qualities have shifted, but they have not merged into one sound.
78+ </ li >
79+ </ ul >
80+ </ li >
81+ </ ul >
82+ </ li >
83+ </ ul >
84+ < h2 > Transcription Forms</ h2 >
85+ < ul >
86+
87+ < li > < strong > Phonemic</ strong > : A simplified, broad transcription that shows only the sounds that are essential
88+ for distinguishing meaning (phonemes). It represents the abstract sound system of the language.
89+ </ ul >
90+
91+
92+ < h2 > Technical Information</ h2 >
93+ < p > This implementation combines the < a href ="https://en.wiktionary.org/wiki/Module:fr-pron " target ="_blank "> Wiktionary
94+ French pronunciation module</ a > with a comprehensive lexicon extracted from Wiktionary data dumps, providing
95+ both high accuracy for common words and broad coverage through rule-based generation.</ p >
96+
97+ < hr >
98+ < p > < small > For technical issues or suggestions, please visit our < a
99+ href ="https://github.com/hellpanderrr/hellpanderrr.github.io/tree/main/wiktionary_pron " target ="_blank "> GitHub
100+ repository</ a > .</ small > </ p >
101+ </ div >
102+ </ body >
103+ </ html >
0 commit comments