This is an ordered queue of features to try out. When exerimenting with a feature, dequeue the top experiment, run the experiment, and then record results on the feature log.

<feature_definition_file>
   <quantizations>

   </quantizations>

   <slice_features>

      <feature name="big4thtone">
	   <logic test="f0beg > f0end+40"/>
      </feature>

      <feature name="long45tone">
	   <logic test="f0beg[3] > f0end[3]+30"/>
	   <logic test="seglola = 'VOC'"/>
	   <logic test="duration < 0.15"/>
      </feature>

      <feature name="long15tone">
	   <logic test="(f0beg[3] - f0end[3] < 12) & (f0end[3] - f0beg[3] < 12)"/>
	   <logic test="seglola = 'VOC'"/>
	   <logic test="duration < 0.15"/>
      </feature>

      <feature name="long41tone">
	   <logic test="f0beg[3] > f0end[3]+30"/>
	   <logic test="(f0beg - f0end < 12) & (f0end - f0beg < 12)"/>
      </feature>

      <feature name="longdub4tone">
	   <logic test="f0beg[3] > f0end[3]+30"/>
	   <logic test="f0beg > f0end+30"/>
      </feature>

      <feature name="fourfivetone">
	   <logic test="f0beg[2] > f0end[2]+30"/>
	   <logic test="seglola = 'VOC'"/>
	   <logic test="duration < 0.15"/>
      </feature>

      <feature name="one_fivetone">
	   <logic test="(f0beg[2] - f0end[2] < 12) & (f0end[2] - f0beg[2] < 12)"/>
	   <logic test="seglola = 'VOC'"/>
	   <logic test="duration < 0.15"/>
      </feature>

      <feature name="double4tone">
	   <logic test="f0beg[2] > f0end[2]+30"/>
	   <logic test="f0beg > f0end+30"/>
      </feature>

      <feature name="four_onetone">
	   <logic test="f0beg[2] > f0end[2]+30"/>
	   <logic test="(f0beg - f0end < 12) & (f0end - f0beg < 12)"/>
      </feature>

      <feature name="4thtone">
         <logic test="f0beg > f0end+30"/>
      </feature>


   </slice_features>


   <file_features>

   </file_features>


</feature_definition_file>

Spoken Language ID

nlp-private/language-id-feature-queue.txt · Last modified: 2015/04/22 15:14 by ryancha
Back to top
CC Attribution-Share Alike 4.0 International
chimeric.de = chi`s home Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0