Property MinimumParagraphSimilarity
MinimumParagraphSimilarity
Gets or sets how alike two paragraphs must be, from 0 to 1, before the comparer diffs them against each other instead of calling one deleted and the other inserted.
Exact alignment finds only paragraphs that did not change at all, so without this every edited paragraph — the ordinary case — would be marked as a wholesale replacement and the run-level alignment would never run. The score is the share of tokens the two have in common, counted at the configured Granularity.
public double MinimumParagraphSimilarity { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
The value is outside 0 to 1.