AllowMultipleResults

This parameter specifies how many results to return, when Named Entity Recognition finds multiple matches at the same offset (starting position) in the input text. Named Entity Recognition returns only one result by default, but you can choose to return all of the matches or up to one per entity.

Set this parameter to one of the following values:

  • All or True. Named Entity Recognition returns all results.
  • OnePerEntity. Named Entity Recognition returns up to one result per entity at each offset.
  • No or False. Named Entity Recognition does not return multiple results at the same offset.

For more information, see the AllowMultipleResults configuration parameter.

Action: EduceFromFile, EduceFromText, RedactFromFile, RedactFromText
Type: String
Default: The value of the AllowMultipleResults configuration parameter
Example: AllowMultipleResults=All
See Also: NonGreedyMatch