Entities
A list of entities from the ResourceFile EJR grammar that you want to use as your dictionary for pre-filtering. If you do not set this parameter, Eduction uses all the entities in the grammar file.
You can separate multiple entities with a comma, and you can use wildcard expressions. The asterisk (*) wildcard matches any number of characters, and the question mark (?) wildcard matches a single character.
For example, set Entities
to pii/driving/landmark/??
to use all the recognized driving license landmark entities.
Type: | String |
Default: | None |
Required: | No |
Configuration Section: | MyPreFilterTask |
Example: | Entities=pii/driving/landmark/??
|
See Also: |