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