EntityN

A comma-separated list of entities to extract. Entities are defined in the grammar file that you set in the ResourceFiles parameter. Replace N with the zero-based rank of the entity.

If you do not define an EntityN parameter, Eduction looks for all entities in all loaded grammar files.

If you want to use several entities, you can use wildcard expressions instead of typing a lengthy comma-separated list. For example:

Entity0=place/city1/*,place/city2/*
EntityField0=CITY
Entity1=place/*/spabo
EntityField1=BOLIVIAN_PLACE

You can use the * wildcard to match any number of characters, or the ? wildcard to match a single character.

Type: String
Default: None
Required:

No

Configuration Section:

MyRedactionSettings

Example:
Entity0=edk_common_entities/ss_number
Entity1=edk_common_entities/postal_address
See Also: