rulesets
Specifies the rulesets to load.
Value |
One or more file paths or URIs to the ruleset. DEFAULT: (none) |
How to set |
Set in the session xml file for the application. Configure the <speechsynth> element located under <sessionparameters>, <speechserver>.
|
Usage |
Frequently used. |
For details, see Using rulesets.
This element is optional; by default no rulesets are loaded. Rulesets are language-specific as indicated in the ruleset file header. At runtime Vocalizer only applies rulesets that match the current synthesis language.
- In Speech Server, to enter several rulesets values in Management Station, separate them with a pipe character (|). For example:
http://myserver/abbreviations.rst|http://myserver/strange_names.rst
- In session.xml files, use one <value> child element for each ruleset, where the contents of the element is the ruleset URI.