| 12
 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
 
 | ! ------------------------------------------------------------------------
! @file kdt_pam.dtfmt
!
! Decision Tree Configuration <pam>
!
! Copyright (C) 2008-2009 SVOX AG, Baslerstr. 30, 8048 Zuerich, Switzerland
! All rights reserved.
!
! History:
! - 2009-05-30 -- initial version
!
! ------------------------------------------------------------------------
!************************************************************************
! configuration file for the input DT vector
! is loaded during the compilation of the binary file
! the file describes the values type of the attributes in the vector
! character/string type is splitted to three types:
! 	- phone (phoneme values)
!		- graph (grapheme values)
!		- pos   (part of speech tags)
! for the :ATTR the values in the range [1, 255] or 
! reserved word "target" are available
! history type: the input value is the output decision 
!************************************************************************
:ATTR "1" :PROP type = numeric
:ATTR "2" :PROP type = numeric
:ATTR "3" :PROP type = numeric
:ATTR "4" :PROP type = numeric
:ATTR "5" :PROP type = numeric
:ATTR "6" :PROP type = numeric
:ATTR "7" :PROP type = numeric
:ATTR "8" :PROP type = numeric
:ATTR "9" :PROP type = numeric
:ATTR "10" :PROP type = numeric
:ATTR "11" :PROP type = numeric
:ATTR "12" :PROP type = numeric
:ATTR "13" :PROP type = numeric
:ATTR "14" :PROP type = numeric
:ATTR "15" :PROP type = numeric
:ATTR "16" :PROP type = numeric
:ATTR "17" :PROP type = numeric
:ATTR "18" :PROP type = numeric
:ATTR "19" :PROP type = numeric
:ATTR "20" :PROP type = numeric
:ATTR "21" :PROP type = numeric
:ATTR "22" :PROP type = numeric
:ATTR "23" :PROP type = numeric
:ATTR "24" :PROP type = numeric
:ATTR "25" :PROP type = numeric
:ATTR "26" :PROP type = numeric
:ATTR "27" :PROP type = numeric
:ATTR "28" :PROP type = numeric
:ATTR "29" :PROP type = numeric
:ATTR "30" :PROP type = numeric
:ATTR "31" :PROP type = numeric
:ATTR "32" :PROP type = numeric
:ATTR "33" :PROP type = numeric
:ATTR "34" :PROP type = numeric
:ATTR "35" :PROP type = numeric
:ATTR "36" :PROP type = numeric
:ATTR "37" :PROP type = numeric
:ATTR "38" :PROP type = numeric
:ATTR "39" :PROP type = numeric
:ATTR "40" :PROP type = numeric
:ATTR "41" :PROP type = numeric
:ATTR "42" :PROP type = numeric
:ATTR "43" :PROP type = numeric
:ATTR "44" :PROP type = numeric
:ATTR "45" :PROP type = numeric
:ATTR "46" :PROP type = numeric
:ATTR "47" :PROP type = numeric
:ATTR "48" :PROP type = numeric
:ATTR "49" :PROP type = numeric
:ATTR "50" :PROP type = numeric
:ATTR "51" :PROP type = numeric
:ATTR "52" :PROP type = numeric
:ATTR "53" :PROP type = numeric
:ATTR "54" :PROP type = numeric
:ATTR "55" :PROP type = numeric
:ATTR "56" :PROP type = numeric
:ATTR "57" :PROP type = numeric
:ATTR "58" :PROP type = numeric
:ATTR "59" :PROP type = numeric
:ATTR "60" :PROP type = numeric
:ATTR "target" :PROP type = numeric
 |