MatchScore Property

NReco.NLQuery Class Library Documentation
Measure that reflects match score (0..1).

Namespace:  NReco.NLQuery.Matchers
Assembly:  NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax

public float Score { get; set; }

Property Value

Type: Single
Remarks

Strict matches (100% hit) should have Score=1. Matchers that perform fuzzy search may return a value between 0 and 1 that reflects subjective score of the match.
See Also

Reference