1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="UTF-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < title > Help Pages - IPA Transcription Tool</ title >
8+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="../icons/help/apple-touch-icon.png ">
9+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="../icons/help/favicon-32x32.png ">
10+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="../icons/help/favicon-16x16.png ">
11+ < link rel ="icon " href ="../icons/help/favicon.ico ">
12+ < link href ="../css/tacit-css-1.7.1.min.css " rel ="stylesheet ">
13+ < link href ="help.css " rel ="stylesheet ">
14+ </ head >
15+
16+ < body >
17+ < div id ="content ">
18+ < h1 > Help Pages - IPA Transcription Tool</ h1 >
19+
20+ < p > < a href ="../.index.html "> ← Back to main application</ a > </ p >
21+
22+ < h2 > Language-Specific Help Pages</ h2 >
23+
24+ < p > Choose a language below to view its specific help and documentation:</ p >
25+
26+ < div style ="column-count: 2; column-gap: 2rem; margin-top: 1.5rem; ">
27+ < div style ="break-inside: avoid; ">
28+ < h3 style ="margin-top: 0; margin-bottom: 0.5rem; "> Germanic Languages</ h3 >
29+ < ul style ="margin-top: 0; break-inside: avoid; ">
30+ < li > < a href ="german.html "> German IPA Transcription - Help</ a > </ li >
31+ < li > < a href ="icelandic.html "> Icelandic IPA Transcription - Help</ a > </ li >
32+ </ ul >
33+ </ div >
34+
35+ < div style ="break-inside: avoid; ">
36+ < h3 style ="margin-top: 0; margin-bottom: 0.5rem; "> Romance Languages</ h3 >
37+ < ul style ="margin-top: 0; break-inside: avoid; ">
38+ < li > < a href ="french.html "> French IPA Transcription - Help</ a > </ li >
39+ < li > < a href ="spanish.html "> Spanish IPA Transcription - Help</ a > </ li >
40+ < li > < a href ="portuguese.html "> Portuguese IPA Transcription - Help</ a > </ li >
41+ < li > < a href ="latin.html "> Latin IPA Transcription - Help</ a > </ li >
42+ </ ul >
43+ </ div >
44+
45+ < div style ="break-inside: avoid; ">
46+ < h3 style ="margin-top: 0; margin-bottom: 0.5rem; "> Slavic Languages</ h3 >
47+ < ul style ="margin-top: 0; break-inside: avoid; ">
48+ < li > < a href ="russian.html "> Russian IPA Transcription - Help</ a > </ li >
49+ < li > < a href ="belorussian.html "> Belarusian IPA Transcription - Help</ a > </ li >
50+ < li > < a href ="ukrainian.html "> Ukrainian IPA Transcription - Help</ a > </ li >
51+ < li > < a href ="polish.html "> Polish IPA Transcription - Help</ a > </ li >
52+ < li > < a href ="bulgarian.html "> Bulgarian IPA Transcription - Help</ a > </ li >
53+ < li > < a href ="czech.html "> Czech IPA Transcription - Help</ a > </ li >
54+ </ ul >
55+ </ div >
56+
57+ < div style ="break-inside: avoid; ">
58+ < h3 style ="margin-top: 0; margin-bottom: 0.5rem; "> Baltic Languages</ h3 >
59+ < ul style ="margin-top: 0; break-inside: avoid; ">
60+ < li > < a href ="lithuanian.html "> Lithuanian IPA Transcription - Help</ a > </ li >
61+ </ ul >
62+ </ div >
63+
64+ < div style ="break-inside: avoid; ">
65+ < h3 style ="margin-top: 0; margin-bottom: 0.5rem; "> Other Languages</ h3 >
66+ < ul style ="margin-top: 0; break-inside: avoid; ">
67+ < li > < a href ="armenian.html "> Armenian IPA Transcription - Help</ a > </ li >
68+ < li > < a href ="greek.html "> Ancient Greek IPA Transcription - Help</ a > </ li >
69+ < li > < a href ="mongolian.html "> Mongolian IPA Transcription - Help</ a > </ li >
70+ </ ul >
71+ </ div >
72+ </ div >
73+
74+ < h2 > About This Implementation</ h2 >
75+
76+ < p > This IPA transcription tool uses < a href ="https://en.wiktionary.org/wiki/Module:IPA " target ="_blank "
77+ rel ="noopener noreferrer "> Wiktionary pronunciation modules</ a >
78+ to generate phonetic and phonemic transcriptions for multiple languages. Each language implementation is based
79+ on the comprehensive
80+ phonological rules and patterns available in Wiktionary's Lua modules.</ p >
81+
82+ < p > Each help page provides detailed information about:</ p >
83+ < ul >
84+ < li > < strong > Supported dialects and variants</ strong > - Specific pronunciation patterns for different regions or
85+ time periods
86+ </ li >
87+ < li > < strong > Transcription forms</ strong > - Phonetic vs. phonemic transcription options</ li >
88+ < li > < strong > Technical implementation</ strong > - Details about the underlying Wiktionary module and any special
89+ processing
90+ </ li >
91+ < li > < strong > Usage instructions</ strong > - Specific guidance for optimal results with that language</ li >
92+ </ ul >
93+
94+ < h2 > Navigation</ h2 >
95+ < ul >
96+ < li > < a href ="../.index.html "> Main Application</ a > - Access the transcription tool</ li >
97+ < li > < a href ="../../index.html "> Home Page</ a > - Return to the main website</ li >
98+ </ ul >
99+
100+ < hr >
101+ < p > < small > For technical issues or suggestions, please visit our < a
102+ href ="https://github.com/hellpanderrr/hellpanderrr.github.io/tree/main/wiktionary_pron " target ="_blank "
103+ rel ="noopener noreferrer "> GitHub
104+ repository</ a > .</ small > </ p >
105+ </ div >
106+
107+ </ body >
108+ </ html >
0 commit comments