Browse Source

Merge remote-tracking branch 'Christianlm/master'

master
Reece H. Dunn 8 years ago
parent
commit
0bbc9e9730
3 changed files with 10 additions and 4 deletions
  1. 5
    1
      dictsource/it_list
  2. 4
    2
      dictsource/it_listx
  3. 1
    1
      src/libespeak-ng/tr_languages.c

+ 5
- 1
dictsource/it_list View File

 
// This file is UTF-8 encoded // This file is UTF-8 encoded
// Updated 2017 march 31 by Christian Leo M, <[email protected]>
// Updated 2017 april 28 by Christian Leo M, <[email protected]>


// $alt change [e] or [o] in the stressed syllable to [E] or [O] // $alt change [e] or [o] in the stressed syllable to [E] or [O]
// $alt2 change [E] or [O] in the stressed syllable to [e] or [o] // $alt2 change [E] or [O] in the stressed syllable to [e] or [o]


(in balia) in||bal'i:a (in balia) in||bal'i:a
(presidi sanitari) p@-*ez'idi||sanit'aRI (presidi sanitari) p@-*ez'idi||sanit'aRI
(con principi) kon||p@-*intS'ipi
(principi attivi) p@-*intS'i:pI||at:'ivI (principi attivi) p@-*intS'i:pI||at:'ivI
(principi fondamentali) p@-*intS'i:pI||fondament'a:lI (principi fondamentali) p@-*intS'i:pI||fondament'a:lI
(principi morali) p@-*intS'i:pI||moR'alI (principi morali) p@-*intS'i:pI||moR'alI
reimpieghino $3 reimpieghino $3
reintegr @-*e'integ@-* reintegr @-*e'integ@-*
reinterpretano $3 reinterpretano $3
reinterpret $3
reinvio @-*einv'i:o reinvio @-*einv'i:o
remano $1 $alt2 remano $1 $alt2
rendano $1 rendano $1
immergiti $2 immergiti $2
importal $2 importal $2
impostaci $2 impostaci $2
impostal $2
impostomi $2 impostomi $2
indirizziamoci indiRi_tsj'amotSI // $5 indirizziamoci indiRi_tsj'amotSI // $5
indirizziamol indiRi_tsj'amol // $5 indirizziamol indiRi_tsj'amol // $5
indirizzati indiRits2:'ati indirizzati indiRits2:'ati
indossal $2
informaci $2 $alt2 informaci $2 $alt2
informati $2 $alt2 $atstart informati $2 $alt2 $atstart
insediatisi $3 insediatisi $3

+ 4
- 2
dictsource/it_listx View File

bol $alt bol $alt
bolgheri $1 bolgheri $1
bolgia $1 $alt bolgia $1 $alt
boll $alt2
boll $alt2
bollicine $3
bolsceviche $3 bolsceviche $3
bom $alt bom $alt
bon $alt bon $alt
gamete $alt gamete $alt
ganglio g'anglio ganglio g'anglio
gangliom gangli'om gangliom gangli'om
ganz g'andz
garanzia $3 garanzia $3
gardenia $alt gardenia $alt
garibaldine $4 garibaldine $4
turgovia $alt turgovia $alt
turold $alt turold $alt
tuttor $alt2 tuttor $alt2
tuttosport $3
ubbia ,ub:'ia
ubbriac $3 ubbriac $3
ubbriache ub:@-*I'ake ubbriache ub:@-*I'ake
ubold $alt ubold $alt

+ 1
- 1
src/libespeak-ng/tr_languages.c View File

break; break;
case L('i', 't'): // Italian case L('i', 't'): // Italian
{ {
static const short stress_lengths_it[8] = { 165, 140, 150, 165, 0, 0, 218, 305 };
static const short stress_lengths_it[8] = { 160, 140, 150, 165, 0, 0, 218, 305 };
static const unsigned char stress_amps_it[8] = { 17, 15, 18, 16, 20, 22, 22, 22 }; static const unsigned char stress_amps_it[8] = { 17, 15, 18, 16, 20, 22, 22, 22 };
SetupTranslator(tr, stress_lengths_it, stress_amps_it); SetupTranslator(tr, stress_lengths_it, stress_amps_it);
tr->langopts.length_mods0 = tr->langopts.length_mods; // don't lengthen vowels in the last syllable tr->langopts.length_mods0 = tr->langopts.length_mods; // don't lengthen vowels in the last syllable

Loading…
Cancel
Save