ResourceFiles
The full path to a compiled ECR file that contains Eduction grammar entries. You must specify at least one resource file.
You can specify multiple resource files by separating them with commas, or by using wildcard expressions. You can use the * wildcard to match any number of characters, or the ? wildcard to match a single character. For example, set ResourceFiles
to <grammar_files_directory>/sentiment_*.ecr
to use all available sentiment grammars.
Type: | String |
Default: | None |
Required: | Yes |
Configuration Section: |
Eduction |
Example: | ResourceFiles=C:\MyGrammar\gram1.ecr,C:\MyGrammar\gram2.ecr
|
See Also: |