rulesets

Specifies the rulesets to load.

Value

One or more file paths or URIs to the ruleset.

DEFAULT: (none)

How to set

Shown in precedence order (see Rules of parameter precedence):

Set in the session xml file for the application. Configure the <speechsynth> element located under <sessionparameters>, <speechserver>.

In Management Station, set on the Vocalizer service. (To set more than one value, use the pipe | symbol as a separator.) If not using Management Station, set in the Vocalizer configuration file (User-nvsxx.xml).

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.