File: ph_german

package info (click to toggle)
espeakedit 1.48.03-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,208 kB
  • sloc: cpp: 41,098; ansic: 191; makefile: 40
file content (484 lines) | stat: -rwxr-xr-x 6,586 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484


//=========================================================
// German
//=========================================================



phoneme @   //  Schwa
  vowel starttype #@ endtype #@
  unstressed
  length 120
  IF nextPh(r) THEN
    IF next2Ph(isVowel) THEN
    ELSE
      ChangePhoneme(3)
    ENDIF
  ENDIF
  FMT(vowel/@_4)
endphoneme


phoneme 3   //  open Schwa+r
  vowel starttype #@ endtype #@
  unstressed flag1
  length 160
  IF thisPh(isFinalVowel) THEN
    Length 210
  ENDIF
  FMT(vowel/a#_3)   // in eSpeak 1.44, this used vowel/V_3 at end-of-word
endphoneme


phoneme a
  vowel starttype #a endtype #a
  length 110
  IF nextPh(isRhotic) THEN
    length 125
  ENDIF
  FMT(vowel/a)
endphoneme


phoneme E
  vowel starttype #e endtype #e
  length 120
  IF nextPh(*) THEN
    length 135
  ENDIF
  FMT(vowel/e_mid2)
endphoneme


phoneme E2    //  as[E] but reduces to @ if unstressed
  vowel starttype #e endtype #e
  length 120
  ChangeIfDiminished(@)
  IF nextPh(*) THEN
    length 135
  ENDIF
  FMT(vowel/e_mid2)
endphoneme


phoneme I
  vowel starttype #i endtype #i
  length 120
  IF nextPh(*) THEN
    length 135
  ENDIF
  IfNextVowelAppend(;)
  FMT(vowel/ii)
endphoneme


phoneme I:
  vowel starttype #i endtype #i
  length 190
  FMT(vowel/ii)
endphoneme


phoneme O
  vowel starttype #o endtype #o
  length 120
  IF nextPh(*) THEN
    length 135
  ENDIF
  FMT(vowel/oo)
endphoneme


phoneme U
  vowel starttype #u endtype #u
  length 120
  IF nextPh(*) THEN
    length 135
  ENDIF

  IF nextPh(r) AND next2Ph(isNotVowel) THEN
    ChangePhoneme(UR)
  ENDIF
  FMT(vowel/uu_2)
endphoneme


phoneme A:
  vowel starttype #a endtype #a
  length 250
  FMT(vowel/aa_6)
endphoneme


phoneme A   // reduces to [a] if not stressed
  vowel starttype #a endtype #a
  length 250
  ChangeIfUnstressed(a)
  FMT(vowel/aa_6)
endphoneme


phoneme i:
  vowel starttype #i endtype #i
  length 180
  IF prevPh(w) THEN
    VowelStart(w/wi2)
  ENDIF
  
//  IF nextPh(r) AND next2Ph(isNotVowel) THEN
//    ChangePhoneme(iR)
//  ENDIF
  FMT(vowel/i_2)
endphoneme


phoneme i2
  vowel starttype #i endtype #i
  length 180
  ChangeIfNotStressed(I)
  IF prevPh(w) THEN
    VowelStart(w/wi2)
  ENDIF
  FMT(vowel/i_2)
endphoneme


phoneme u:
  vowel starttype #u endtype #u
  length 190
  FMT(vowel/u)
endphoneme


phoneme aU
  vowel starttype #a endtype #u
  length 220
  FMT(vdiph/aau_6)
endphoneme


phoneme aI
  vowel starttype #a endtype #i
  length 210
  FMT(vdiph/ai_5)
endphoneme


phoneme EI
  vowel  starttype #e  endtype #i
  length 210
  FMT(vdiph/eei)
endphoneme



phoneme OY
  vowel starttype #o endtype #i
  length 220
  FMT(vdiph/oi)
endphoneme


phoneme E:
  vowel starttype #e endtype #e
  length 200
  FMT(vowel/e_8)
endphoneme


phoneme e:
  vowel starttype #e endtype #e
  length 200
  FMT(vowel/e_2)
endphoneme


phoneme o:
  vowel starttype #o endtype #o
  length 210
  FMT(vowel/o)
endphoneme


phoneme y:
  vowel starttype #u endtype #u
  length 200
  FMT(vowel/y)
endphoneme


phoneme y
  vowel starttype #u endtype #u
  ipa ʏ
  length 110
  IF nextPh(*) THEN
    length 115
  ENDIF
  FMT(vowel/yy_4)
endphoneme


phoneme Y:
  vowel starttype #@ endtype #@
  length 180
  FMT(vowel/y#)
endphoneme


phoneme W
  vowel starttype #@ endtype #@
  length 150
  IF nextPh(*) THEN
    length 160
  ENDIF
  FMT(vowel/oe)
endphoneme



// CONSONANTS
//===========

phoneme ts
  import_phoneme consonants/ts
endphoneme


phoneme pF
  vls blb afr
  ipa pf
  Vowelout f1=0  f2=1000 -500 -350  f3=-200 80
  lengthmod 2
  WAV(ufric/f)    // could replace this with a [pf] wav file
endphoneme


phoneme g#    // for "ig" -> [IC] or [Ig]
  vls pal frc palatal
  lengthmod 3

  IF nextPhW(isVoiced) THEN
    ChangePhoneme(g)
  ELSE
    ChangePhoneme(C)
  ENDIF
endphoneme



phoneme l/    // used for [l] when not before a vowel
  liquid
  lengthmod 7

  IF nextPh(isVowel) THEN
    ChangePhoneme(l)
  ENDIF

  PrevVowelEndings
    VowelEnding(l/L1_@L, -60)
    VowelEnding(l/L1_aL, -40)
    VowelEnding(l/L1_eL, -30)
    VowelEnding(l/L1_iL, -30)
    VowelEnding(l/L1_oL, -40)
    VowelEnding(l/L1_uL, -40)
  EndSwitch

  FMT(l/l_3)
endphoneme


phoneme j
  liquid palatal
  lengthmod 7

  IF nextPh(isVowel) THEN
    NextVowelStarts
      VowelStart(j/j@)
      VowelStart(j/ja)
      VowelStart(j/je)
      VowelStart(j/ji)
      VowelStart(j/jo)
      VowelStart(j/ju)
    EndSwitch

    VowelEnding(j/xj, -30)

    IF prevPh(isPause) THEN
      FMT(j/_j_short)          // difference from base/j
    ENDIF
  ELSE
    // no vowel follows
    Vowelout len=70
    FMT(j/j_)
  ENDIF
endphoneme


phoneme r
  vcd alv flp rhotic
  lengthmod 6

  IF prevPhW(@-) THEN
  ELSE
    IF nextPhW(isVowel) THEN
      IF prevPhW(isVowel) THEN
        ChangePhoneme(R)
      ELSE
        IF prevPhW(t) THEN
        ELSE
          InsertPhoneme(@-)
        ENDIF
      ENDIF
   ENDIF
  ENDIF

  IF prevPh(isFlag1) THEN
      ChangePhoneme(NULL)   // 'r' is already included in the previous vowel
  ENDIF

  CALL base/*
endphoneme



phoneme iR  // TEST "vier" = [f'iR] not successful
  vowel starttype #i endtype #@
  ipa iɐ
  flag1
  length 240
  FMT(vdiph2/i@_3)
endphoneme


phoneme UR
  vowel starttype #u endtype #@
  ipa ʊɐ
  flag1
  length 180
  FMT(vwl_de/uu_@)
endphoneme




phoneme oU  // for English words
  import_phoneme en-us/oU
endphoneme

phoneme A~
  vowel  starttype #a endtype #a
  length 260
  FMT(vnasal/aa_n4)
endphoneme


phoneme l2  // as [l] but devoice previous phoneme
  liquid lengthmod 7
  ChangePhoneme (l)
endphoneme

phoneme b
  vcd alv frc sibilant
  voicingswitch p
  IF nextPh(l2) THEN
    ChangePhoneme(p)
  ENDIF
  CALL base/b
endphoneme

phoneme d
  vcd alv stop
  voicingswitch t
  IF nextPh(l2) THEN
    ChangePhoneme(t)
  ENDIF
  CALL base/d
endphoneme

phoneme g
  vcd vel stop
  voicingswitch k
  IF nextPh(l2) THEN
    ChangePhoneme(k)
  ENDIF
  CALL base/g
endphoneme


// translate from English to German phonemes
equivalents NULL   // disable this table
0	O
3	3
3:	W :
@	@
@-	@-
@2      @
@5      @
@L      U l
a       a
a#      a
A:      A:
A@      A: r
aa      a
aI      aI
aI@     aI 3
aU      aU
aU@     aU 3
A~	A~
E       E
e:      e:
e@      E: r
eI      e j
i       I
I       I
I2      I
i:      i:
i@      i: 3
i@3     i: r
O       O
O:      O :
o:      o:
O@      O : r
o@      O : r
OI      OY
oU      oU
O~ 	O n
U       U
u:      u:
U@      U r
V       W
IR	I r
VR	W r
b	b
C	C
d	d
D       D
dZ	dZ
f	f
g	g
h	h
j	j
k	k
l	l
l#	l#
m	m
n	n
N	N
n^	n^
p	p
Q	Q
r	r
r-      r
s	s
S	S
t	t
T       T
t2      t
tS	tS
v	v
w	w
x	x
z	z
Z	Z
endphoneme