Skip to content

Commit

Permalink
Replace 'long' with 'lng'.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Jan 28, 2017
1 parent cc154be commit 2418605
Show file tree
Hide file tree
Showing 18 changed files with 160 additions and 161 deletions.
2 changes: 1 addition & 1 deletion phsource/ph_english_rp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ endphoneme

phoneme i:
vwl starttype #i endtype #i
length 175 long
length 175 lng
IfNextVowelAppend(;)
IF prevPh(w) THEN
VowelStart(w/wi2)
Expand Down
8 changes: 4 additions & 4 deletions phsource/ph_estonian
Original file line number Diff line number Diff line change
Expand Up @@ -200,21 +200,21 @@ endphoneme
phoneme &i
vwl starttype #a endtype #i
length 315
long
lng
FMT(vdiph/&i)
endphoneme

phoneme Yi
vwl starttype #@ endtype #i
length 305
long
lng
FMT(vdiph/@i)
endphoneme

phoneme yi
vwl starttype #u endtype #i
length 285
long
lng
FMT(vdiph/yi)
endphoneme

Expand All @@ -237,7 +237,7 @@ endphoneme
//phoneme 8u
// vwl starttype #@ endtype #u
// length 310
// long
// lng
// FMT(vdiph/8u)
//endphoneme

Expand Down
36 changes: 18 additions & 18 deletions phsource/ph_finnish
Original file line number Diff line number Diff line change
Expand Up @@ -103,129 +103,129 @@ endphoneme
phoneme ai
vwl starttype #a endtype #i
length 310
long
lng
FMT(vdiph/aai_3)
endphoneme

phoneme &i
vwl starttype #a endtype #i
length 290
long
lng
FMT(vdiph/&i)
endphoneme

phoneme oi
vwl starttype #o endtype #i
length 280
long
lng
FMT(vdiph/ooi)
endphoneme

phoneme ei
vwl starttype #e endtype #i
length 280
long
lng
FMT(vdiph/eei_2)
endphoneme

phoneme Yi
vwl starttype #@ endtype #i
length 270
long
lng
FMT(vdiph/y#i)
endphoneme

phoneme ui
vwl starttype #u endtype #i
length 270
long
lng
FMT(vdiph/ui_4)
endphoneme

phoneme yi
vwl starttype #u endtype #i
length 270
long
lng
FMT(vdiph/yi)
endphoneme


phoneme au
vwl starttype #a endtype #u
length 300
long
lng
FMT(vdiph/aau)
endphoneme

phoneme ou
vwl starttype #o endtype #u
length 280
long
lng
FMT(vdiph/ou)
endphoneme

phoneme eu
vwl starttype #e endtype #u
length 280
long
lng
FMT(vdiph/eu_2)
endphoneme

phoneme iu
vwl starttype #i endtype #u
length 280
long
lng
FMT(vdiph2/iu_2)
endphoneme


phoneme &y
vwl starttype #a endtype #u
length 280
long
lng
FMT(vdiph/&y)
endphoneme

phoneme ey
vwl starttype #e endtype #u
length 280
long
lng
FMT(vdiph/eey)
endphoneme

phoneme Yy
vwl starttype #@ endtype #u
length 270
long
lng
FMT(vdiph/y#y)
endphoneme

phoneme iy
vwl starttype #i endtype #u
length 260
long
lng
FMT(vdiph2/iy)
endphoneme


phoneme uo
vwl starttype #u endtype #o
length 280
long
lng
FMT(vdiph2/uo)
endphoneme

phoneme ie
vwl starttype #i endtype #e
length 280
long
lng
FMT(vdiph2/ie)
endphoneme

phoneme yY
vwl starttype #u endtype #@
length 280
long
lng
FMT(vdiph2/y-y#)
endphoneme

Expand Down
18 changes: 9 additions & 9 deletions phsource/ph_gujarati
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
// This inherits from ph_hindi

phoneme aI
vwl long starttype #@ endtype #i
vwl lng starttype #@ endtype #i
length 240
long
lng
FMT(vdiph/@i_4)
endphoneme

phoneme aI~
vwl long starttype #@ endtype #i
vwl lng starttype #@ endtype #i
length 270
long
lng
FMT(vnasal/ai_n)
endphoneme


phoneme aU
vwl long starttype #a endtype #u
vwl lng starttype #a endtype #u
length 240
long
lng
FMT(vdiph/a#u)
endphoneme

phoneme aU~
vwl long starttype #a endtype #u
vwl lng starttype #a endtype #u
length 300
long
lng
FMT(vnasal/au_n)
endphoneme

Expand Down Expand Up @@ -73,7 +73,7 @@ phoneme V
endphoneme

phoneme o:
vwl long starttype #o endtype #o
vwl lng starttype #o endtype #o
length 227
FMT(vowel/o)
endphoneme
Expand Down
Loading

0 comments on commit 2418605

Please sign in to comment.