Home | History | Annotate | Download | only in en-US
      1 ! ------------------------------------------------------------------------
      2 ! @file en-US_kdt_posd.dtfmt
      3 !
      4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> 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 :ATTR "1" :PROP type = history
     27 
     28 :ATTR "2" :PROP type = history
     29 
     30 :ATTR "3" :PROP type = history
     31 
     32 :ATTR "4" :PROP table = "en-US_pos.utf" type = pos
     33 
     34 :ATTR "5" :PROP table = "en-US_pos.utf" type = pos
     35 
     36 :ATTR "6" :PROP table = "en-US_pos.utf" type = pos
     37 
     38 :ATTR "7" :PROP table = "en-US_pos.utf" type = pos
     39 
     40 :ATTR "target" :PROP table = "en-US_pos.utf" type = pos
     41