summaryrefslogtreecommitdiff
path: root/lib/voices/finnish/suo_fi_lj_diphone/festvox/finnish_phones.scm
blob: 9315bdd0f735a14d1790cf4541111486a8c09664 (plain)
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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;                                                                       ;;
;;;          Department of General Linguistics / Suopuhe project          ;;
;;;                      University of Helsinki, FI                       ;;
;;;                     Copyright (c) 2000,2001,2002                      ;;
;;;                        All Rights Reserved.                           ;;
;;;                                                                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;                                                                       ;
; Authors:                                                              ;
;                                                                       ;
;          Martti Vainio                                                ;
;  e-mail: martti.vainio@helsinki.fi                                    ;
; address:                                                              ;
;                                                                       ;
;          Nicholas Volk                                                ;
;  e-mail: nvolk@ling.helsinki.fi                                       ;
; address: Department of General Linguistics                            ;
;          PL 9 (Siltavuorenpenger 20A)                                 ;
;          00014 University of Helsinki                                 ;
;          FINLAND                                                      ;
;                                                                       ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Phoneset definition 
;;;
;;; Finnish phonemes according to a simplified WorldBet alphabet


; This program is distributed under Gnu Lesser General Public License (cf. the
; file LICENSE in distribution).
 
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your option) any later version.
 
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
; GNU Lesser General Public License for more details.

(defPhoneSet finnish
  (
   (vc + - 0)               ;; vowel/consonant
   (vlng s l 0)             ;; vowel length
   (vheight 1 2 3 0)        ;; vowel height
   (vfront 1 2 3 0)         ;; vowel frontness
   (vrnd + - 0)             ;; vowel rounding
   (ctype s f a n l r 0)    ;; articulation type
   (cplace l a p b d v g 0) ;; articulation place
   (cvox + - 0)             ;; consonant voicing
   (nasaali + - 0)          ;; nasal
   (klusiili + - 0)         ;; plosive
   (frikatiivi + - 0)       ;; fricative
   (sibilantti + - 0)       ;; sibilant
   (likvida + - 0)          ;; liquid
   (lateraali + - 0)        ;; lateral
   (puolivokaali + - 0)     ;; semivowel
   (clng s l 0)             ;; consonant length
   (cplace2 l a r 0)        ;; Lips Alveolar Rest 0
   )
  (
   ;; VOWELS
   (a   +   s   3   3   -   0   0   0 0 0 0 0 0 0 0 0 0) ;; ei-worldbet
   (e   +   s   2   1   -   0   0   0 0 0 0 0 0 0 0 0 0)
   (i   +   s   1   1   -   0   0   0 0 0 0 0 0 0 0 0 0)
   (o   +   s   2   3   +   0   0   0 0 0 0 0 0 0 0 0 0)
   (u   +   s   1   3   +   0   0   0 0 0 0 0 0 0 0 0 0)
   (y   +   s   1   1   +   0   0   0 0 0 0 0 0 0 0 0 0)
   (@   +   s   3   1   -   0   0   0 0 0 0 0 0 0 0 0 0) ;; �
   (7   +   s   2   1   +   0   0   0 0 0 0 0 0 0 0 0 0) ;; � 
   (&   +   s   2   2   -   0   0   0 0 0 0 0 0 0 0 0 0);; schwa
   (a:  +   l   3   3   -   0   0   0 0 0 0 0 0 0 0 0 0) ;; ei-worldbet
   (e:  +   l   2   1   -   0   0   0 0 0 0 0 0 0 0 0 0)
   (i:  +   l   1   1   -   0   0   0 0 0 0 0 0 0 0 0 0)
   (o:  +   l   2   3   +   0   0   0 0 0 0 0 0 0 0 0 0)
   (u:  +   l   1   3   +   0   0   0 0 0 0 0 0 0 0 0 0)
   (y:  +   l   1   1   +   0   0   0 0 0 0 0 0 0 0 0 0)
   (@:  +   l   3   1   -   0   0   0 0 0 0 0 0 0 0 0 0) ;; �
   (7:  +   l   2   1   +   0   0   0 0 0 0 0 0 0 0 0 0) ;; � 
   ;; stops
   (p   -   0   0   0   0   s   l   - - + - - - - - s l) 
   (t   -   0   0   0   0   s   a   - - + - - - - - s a)  
   (k   -   0   0   0   0   s   v   - - + - - - - - s r) 
;;   (?   -   s   0   0   0   s   g   -) ;; glottaaliklusiili
   (b   -   0   0   0   0   s   l   + - + - - - - - s l)
   (d   -   0   0   0   0   s   a   + - + - - - - - s a) 
   (g   -   0   0   0   0   s   v   + - + - - - - - s r) 
   ;; fricatives
   (f   -   0   0   0   0   f   b   - - - + - - - - s l)
   (T   -   0   0   0   0   f   d   - - - + - - - - s a) ;; th
;;   (D   -   s   0   0   0   f   d   +)	
   (s   -   0   0   0   0   f   a   - - - + + - - - s a)
;;   (z   -   s   0   0   0   f   a   +)
   (S   -   0   0   0   0   f   p   - - - + + - - - s a) ;; sh
;;   (Z   -   s   0   0   0   f   p   +) ;; zh
   (h   -   0   0   0   0   f   g   - - - + - - - - s r)
   (v   -   0   0   0   0   f   b   + - - + - - - - s l)
   ;; nasals
   (m   -   0   0   0   0   n   l   + + - - - - - - s l)
   (n   -   0   0   0   0   n   a   + + - - - - - - s a)
   (N   -   0   0   0   0   n   v   + + - - - - - - s r) ;; ng
   ;; approximants and liquids
   (l   -   0   0   0   0   l   a   + - - - - + + - s a)
   (L   -   0   0   0   0   l   a   + - - - - + + - s a)
   (r   -   0   0   0   0   r   a   + - - - - + - - s a)
   (j   -   0   0   0   0   r   p   + - - - - - - + s r)
   (w   -   0   0   0   0   r   l   + - - - - - - + s r)
   ;;;;;;;;;;;;;;;
   ;;; long phones
   ;; stops
   (p:   -   0   0   0   0   s   l   - - + - - - - - l l) 
   (t:   -   0   0   0   0   s   a   - - + - - - - - l a) 
   (k:   -   0   0   0   0   s   v   - - + - - - - - l r) 
   (b:   -   0   0   0   0   s   l   + - + - - - - - l l)
   (d:   -   0   0   0   0   s   a   + - + - - - - - l a) 
   (g:   -   0   0   0   0   s   v   + - + - - - - - l r) 
   ;; fricatives
   (f:   -   0   0   0   0   f   b   - - - + - - - - l l)
   (T:   -   0   0   0   0   f   d   - - - + - - - - l a) ;; th
   (D:   -   0   0   0   0   f   d   + - - + - - - - l a) ;; th voiced
   (s:   -   0   0   0   0   f   a   - - - + + - - - l a)
   (z:   -   0   0   0   0   f   a   + - - + + - - - l a)
   (S:   -   0   0   0   0   f   p   - - - + + - - - l a) ;; sh
   (Z:   -   0   0   0   0   f   p   + - - + + - - - l a) ;; zh
   (h:   -   0   0   0   0   f   g   - - - + - - - - l r)
   (v:   -   0   0   0   0   f   b   + - - + - - - - l l)
   ;; nasals
   (m:   -   0   0   0   0   n   l   + + - + - - - - l l)
   (n:   -   0   0   0   0   n   a   + + - + - - - - l a)
   (N:   -   0   0   0   0   n   v   + + - + - - - - l r) ;; ng
   ;; approximants and liquids
   (w:   -   0   0   0   0   r   l   + - - - - - - + l r)
   (l:   -   0   0   0   0   l   a   + - - + - + + - l a)
   (L:   -   0   0   0   0   l   a   + - - + - + + - l a)
   (r:   -   0   0   0   0   r   a   + - - + - + - - l a)
   (j:   -   0   0   0   0   r   p   + - - + - - - + l r)
   ;; pauses
   (##   0   0   0   0   0   0   0   0 0 0 0 0 0 0 0 0 0) ;; phrase break
   (#    0   0   0   0   0   0   0   0 0 0 0 0 0 0 0 0 0)))
  

(PhoneSet.silences '(#))
(provide 'finnish_phones)