ph_wolof 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. phoneme @ // Schwa, can be stressed
  2. vwl starttype #@ endtype #@
  3. length 140
  4. FMT(vowel/@)
  5. endphoneme
  6. phoneme @:
  7. vwl starttype #@ endtype #@
  8. length 270
  9. FMT(vowel/@)
  10. endphoneme
  11. phoneme i
  12. vwl starttype #i endtype #i
  13. length 140
  14. IfNextVowelAppend(;)
  15. FMT(vowel/ii_6)
  16. endphoneme
  17. phoneme i:
  18. vwl starttype #i endtype #i
  19. length 270
  20. IfNextVowelAppend(;)
  21. FMT(vowel/i)
  22. endphoneme
  23. phoneme e
  24. vwl starttype #e endtype #e
  25. length 140
  26. FMT(vowel/e)
  27. endphoneme
  28. phoneme e:
  29. vwl starttype #e endtype #e
  30. length 270
  31. FMT(vowel/e)
  32. endphoneme
  33. phoneme E
  34. vwl starttype #e endtype #e
  35. length 140
  36. FMT(vowel/ee_5)
  37. endphoneme
  38. phoneme E:
  39. vwl starttype #e endtype #e
  40. length 270
  41. FMT(vowel/ee_5)
  42. endphoneme
  43. phoneme a
  44. vwl starttype #a endtype #a
  45. length 140
  46. FMT(vowel/a#)
  47. endphoneme
  48. phoneme a:
  49. vwl starttype #a endtype #a
  50. length 270
  51. FMT(vowel/a_6)
  52. endphoneme
  53. phoneme O
  54. vwl starttype #o endtype #o
  55. length 140
  56. FMT(vowel/oo)
  57. endphoneme
  58. phoneme O:
  59. vwl starttype #o endtype #o
  60. length 270
  61. FMT(vowel/oo)
  62. endphoneme
  63. phoneme o
  64. vwl starttype #o endtype #o
  65. length 140
  66. FMT(vowel/o)
  67. endphoneme
  68. phoneme o:
  69. vwl starttype #o endtype #o
  70. length 270
  71. FMT(vowel/o)
  72. endphoneme
  73. phoneme u
  74. vwl starttype #u endtype #u
  75. length 140
  76. FMT(vowel/u_2)
  77. endphoneme
  78. phoneme u:
  79. vwl starttype #u endtype #u
  80. length 270
  81. FMT(vowel/u)
  82. endphoneme
  83. // Consonants
  84. phoneme s2 // second part of geminated [s:]
  85. import_phoneme consonants/s2
  86. endphoneme