Property ThresholdFrequency
ThresholdFrequency
Gets or sets the minimal threshold of documents a term must appear for a match.
This can improve quality by only suggesting high-frequency terms. Note that
very high values might decrease performance slightly, by forcing the spellchecker
to draw more candidates from the term dictionary, but a practical value such
as 1
can be very useful towards improving quality.
This can be specified as a relative percentage of documents such as 0.5f, or it can be specified as an absolute whole document frequency, such as 4f. Absolute document frequencies may not be fractional.
Declaration
public virtual float ThresholdFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.Single |