The minimum score that is required for a match to be returned. The lowest possible score is 0. The upper limit varies depending on the entity.
As the minimum score is increased above 0
, towards (and even past) 1
, you are indicating that matches must meet a higher confidence level to be returned.
The minimum score threshold is applied before Eduction runs any post-processing tasks
The score for an entity is defined by the author of the grammar and defaults to 1
. See the Eduction Grammar Syntax for a description of the score attribute.
The entity number (N
) in EntityMinScoreN
must match the corresponding entity number in the EntityN
entry.
Type: | Long |
Default: | 0 (returns all matches) |
Required: | No |
Configuration Section: | Any section that you have defined for Eduction settings. |
Example: |
To specify a minimum score of
|
See Also: |
|