Home | History | Annotate | Download | only in en-US
      1 ! ------------------------------------------------------------------------
      2 ! @file en-US_kdt_acc.dtfmt
      3 !
      4 ! Decision Tree Configuration <Accentuation> for language en-US
      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 
     27 :ATTR "1" :PROP table = "en-US_pos.utf" type = pos
     28 
     29 :ATTR "2" :PROP table = "en-US_pos.utf" type = pos
     30 
     31 :ATTR "3" :PROP table = "en-US_pos.utf" type = pos
     32 
     33 :ATTR "4" :PROP table = "en-US_pos.utf" type = pos
     34 
     35 :ATTR "5" :PROP table = "en-US_pos.utf" type = pos
     36 
     37 :ATTR "6" :PROP type = history
     38 
     39 :ATTR "7" :PROP type = history
     40 
     41 :ATTR "8" :PROP type = numeric
     42 
     43 :ATTR "9" :PROP type = numeric
     44 
     45 :ATTR "10" :PROP type = numeric
     46 
     47 :ATTR "11" :PROP type = numeric
     48 
     49 :ATTR "12" :PROP type = numeric
     50 
     51 :ATTR "13" :PROP type = numeric
     52 
     53 :ATTR "target" :PROP table = "..\acctab.utf" type = phone
     54