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.

For information about grammar files and how to compile custom grammar files, refer to the Eduction User and Programming Guide.

NOTE: You can override the value of this parameter for specific actions by setting the Grammars action parameter.

Type: String
Default: None
Required: Yes
Configuration Section:

Eduction

Example: ResourceFiles=C:\MyGrammar\gram1.ecr,C:\MyGrammar\gram2.ecr
See Also: