/usr/share/kde4/config.kcfg/speechmodelmanagementconfiguration.kcfg is in simon-data 0.4.1-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<include>KStandardDirs</include>
<kcfgfile name="speechmodelmanagementrc" />
<group name="Model">
<entry name="ModelType" type="Int">
<label>The type of model to use (0: static, 1: base model, 2: dynamic)</label>
<default>2</default>
<tooltip>The type of model to use (0: static, 1: base model, 2: dynamic)</tooltip>
</entry>
<entry name="SelectedBaseModel" type="String">
<label>Path of the base model to select</label>
</entry>
<entry name="ModelSampleRate" type="Int">
<label>What sample rate the training samples should be recorded in.</label>
<default>16000</default>
<tooltip>What sample rate the training samples should be recorded in.</tooltip>
</entry>
<entry name="ModelTrainingsDataPath" type="Url">
<label>Where to save the training samples.</label>
<default code="true">KStandardDirs::locateLocal("appdata", "model/training.data/")</default>
<tooltip>Where to save the training samples.</tooltip>
</entry>
</group>
<group name="LanguageProfile">
<entry name="LanguageProfileName" type="String">
<label>The (file) name of the last loaded language profile.</label>
<default>None</default>
<tooltip>The (file) name of the last loaded language profile.</tooltip>
</entry>
</group>
</kcfg>
|