The following options are described in more detail in Initial and Path Options.
If the option rootDirectory
is specified, then the string ${rootDirectory}
takes that value in the dictionaryDirectory
, modelDirectory
, and licensePath
options.
Table 1. Initial and Path Options
Option |
Description |
Type (Default)
(Default)
|
Supported Languages |
dictionaryDirectory
|
The path of the lemma and compound dictionary, if it exists. |
Path
${rootDirectory}/dicts
|
All |
language
|
The language to process by analyzers or tokenizers created by the factory. |
Language code |
All |
licensePath
|
The path of the RBL license file. |
Path
${rootDirectory}/licenses/rlp-license.xml
|
All |
licenseString
|
The XML license content, overrides licensePath . |
String |
All |
modelDirectory
|
The directory containing the model files and required options |
Path
${rootDirectory}/models
|
All |
rootDirectory
|
Set the root directory. Also sets default values for other required options (dictionaryDirectory , licensePath , licenseString , and modelDirectory ). |
Path |
All |