-
Notifications
You must be signed in to change notification settings - Fork 2
/
label_POS.feats
189 lines (145 loc) · 8.17 KB
/
label_POS.feats
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
;; --------------------------------------------------------------- ;;
;; The HMM-Based Speech Synthesis System (HTS) ;;
;; HTS Working Group ;;
;; ;;
;; Department of Computer Science ;;
;; Nagoya Institute of Technology ;;
;; and ;;
;; Interdisciplinary Graduate School of Science and Engineering ;;
;; Tokyo Institute of Technology ;;
;; Copyright (c) 2001-2007 ;;
;; All Rights Reserved. ;;
;; ;;
;; Permission is hereby granted, free of charge, to use and ;;
;; distribute this software and its documentation without ;;
;; restriction, including without limitation the rights to use, ;;
;; copy, modify, merge, publish, distribute, sublicense, and/or ;;
;; sell copies of this work, and to permit persons to whom this ;;
;; work is furnished to do so, subject to the following conditions: ;;
;; ;;
;; 1. The code must retain the above copyright notice, this list ;;
;; of conditions and the following disclaimer. ;;
;; ;;
;; 2. Any modifications must be clearly marked as such. ;;
;; ;;
;; NAGOYA INSTITUTE OF TECHNOLOGY, TOKYO INSITITUTE OF TECHNOLOGY, ;;
;; HTS WORKING GROUP, AND THE CONTRIBUTORS TO THIS WORK DISCLAIM ;;
;; ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL ;;
;; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;;
;; SHALL NAGOYA INSTITUTE OF TECHNOLOGY, TOKYO INSITITUTE OF ;;
;; TECHNOLOGY, HTS WORKING GROUP, NOR THE CONTRIBUTORS BE LIABLE ;;
;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY ;;
;; DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, ;;
;; WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ;;
;; ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ;;
;; PERFORMANCE OF THIS SOFTWARE. ;;
;; ;;
;; --------------------------------------------------------------- ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SEGMENT
;; {p, c, n}.name
p.name ; 1
name ; 2
n.name ; 3
;; position in syllable (segment)
pos_in_syl ; 4
;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SYLLABLE
;; {p, c, n}.stress
R:SylStructure.parent.R:Syllable.p.stress ; 5
R:SylStructure.parent.R:Syllable.stress ; 6
R:SylStructure.parent.R:Syllable.n.stress ; 7
;; {p, c, n}.accent
R:SylStructure.parent.R:Syllable.p.accented ; 8
R:SylStructure.parent.R:Syllable.accented ; 9
R:SylStructure.parent.R:Syllable.n.accented ; 10
;; {p, c, n}.length (segment)
R:SylStructure.parent.R:Syllable.p.syl_numphones ; 11
R:SylStructure.parent.R:Syllable.syl_numphones ; 12
R:SylStructure.parent.R:Syllable.n.syl_numphones ; 13
;; position in word (syllable)
R:SylStructure.parent.R:Syllable.pos_in_word ; 14
;; position in phrase (syllable)
R:SylStructure.parent.R:Syllable.syl_in ; 15
R:SylStructure.parent.R:Syllable.syl_out ; 16
;; position in phrase (stressed syllable)
R:SylStructure.parent.R:Syllable.ssyl_in ; 17
R:SylStructure.parent.R:Syllable.ssyl_out ; 18
;; position in phrase (accented syllable)
R:SylStructure.parent.R:Syllable.asyl_in ; 19
R:SylStructure.parent.R:Syllable.asyl_out ; 20
;; distance from stressed syllable
R:SylStructure.parent.R:Syllable.lisp_distance_to_p_stress ; 21
R:SylStructure.parent.R:Syllable.lisp_distance_to_n_stress ; 22
;; distance to accented syllable (syllable)
R:SylStructure.parent.R:Syllable.lisp_distance_to_p_accent ; 23
R:SylStructure.parent.R:Syllable.lisp_distance_to_n_accent ; 24
;; name of the vowel of syllable
R:SylStructure.parent.R:Syllable.syl_vowel ; 25
;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; WORD
;; {p, c, n}.pos
R:SylStructure.parent.parent.R:Word.p.pos ; 26
R:SylStructure.parent.parent.R:Word.pos ; 27
R:SylStructure.parent.parent.R:Word.n.pos ; 28
;; {p, c, n}.length (syllable)
R:SylStructure.parent.parent.R:Word.p.word_numsyls ; 29
R:SylStructure.parent.parent.R:Word.word_numsyls ; 30
R:SylStructure.parent.parent.R:Word.n.word_numsyls ; 31
;; position in phrase (word)
R:SylStructure.parent.parent.R:Word.pos_in_phrase ; 32
R:SylStructure.parent.parent.R:Word.words_out ; 33
;; position in phrase (content word)
R:SylStructure.parent.parent.R:Word.content_words_in ; 34
R:SylStructure.parent.parent.R:Word.content_words_out ; 35
;; distance to content word (word)
R:SylStructure.parent.parent.R:Word.lisp_distance_to_p_content ; 36
R:SylStructure.parent.parent.R:Word.lisp_distance_to_n_content ; 37
;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; PHRASE
;; {p, c, n}.length (syllable)
R:SylStructure.parent.parent.R:Phrase.parent.p.lisp_num_syls_in_phrase ; 38
R:SylStructure.parent.parent.R:Phrase.parent.lisp_num_syls_in_phrase ; 39
R:SylStructure.parent.parent.R:Phrase.parent.n.lisp_num_syls_in_phrase ; 40
;; {p, c, n}.length (word)
R:SylStructure.parent.parent.R:Phrase.parent.p.lisp_num_words_in_phrase; 41
R:SylStructure.parent.parent.R:Phrase.parent.lisp_num_words_in_phrase ; 42
R:SylStructure.parent.parent.R:Phrase.parent.n.lisp_num_words_in_phrase; 43
;; position in major phrase (phrase)
R:SylStructure.parent.R:Syllable.sub_phrases ; 44
;; type of end tone of this phrase
R:SylStructure.parent.parent.R:Phrase.parent.daughtern.R:SylStructure.daughtern.tobi_endtone ; 45
;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; UTTERANCE
;; length (syllable)
lisp_total_syls ; 46
;; length (word)
lisp_total_words ; 47
;; length (phrase)
lisp_total_phrases ; 48
;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; for "pau"
p.R:SylStructure.parent.R:Syllable.stress ; 49
n.R:SylStructure.parent.R:Syllable.stress ; 50
p.R:SylStructure.parent.R:Syllable.accented ; 51
n.R:SylStructure.parent.R:Syllable.accented ; 52
p.R:SylStructure.parent.R:Syllable.syl_numphones ; 53
n.R:SylStructure.parent.R:Syllable.syl_numphones ; 54
p.R:SylStructure.parent.parent.R:Word.pos ; 55
n.R:SylStructure.parent.parent.R:Word.pos ; 56
p.R:SylStructure.parent.parent.R:Word.word_numsyls ; 57
n.R:SylStructure.parent.parent.R:Word.word_numsyls ; 58
p.R:SylStructure.parent.parent.R:Phrase.parent.lisp_num_syls_in_phrase ; 59
n.R:SylStructure.parent.parent.R:Phrase.parent.lisp_num_syls_in_phrase ; 60
p.R:SylStructure.parent.parent.R:Phrase.parent.lisp_num_words_in_phrase ; 61
n.R:SylStructure.parent.parent.R:Phrase.parent.lisp_num_words_in_phrase ; 62
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; additional feature
;; for quinphone
p.p.name ; 63
n.n.name ; 64
;; boundary
segment_start ; 65
segment_end ; 66
;; word surface form
R:SylStructure.parent.parent.R:Word.name ; 67