Interface | Description |
---|---|
ISimilarityCalculator |
Interface for similarity calculator.
|
Class | Description |
---|---|
DiffDriver |
Drives a diff engine to produce rendered textual diff output.
|
DiffDriver.Render |
Represents the output of a string-string diff comparison.
|
DiffDriver.TextRun |
Indicates formatting of a text run for diff display purposes.
|
FuzzyMatcher |
The class, responsible for building the list of fuzzy matches between the
source text strings.
|
LevenshteinDistance |
Class to compute Levenshtein Distance.
|
NearString |
Class to hold a single fuzzy match.
|
NearString.Scores | |
NearString.ScoresComparator |
Enum | Description |
---|---|
DiffDriver.Type | |
NearString.MATCH_SOURCE | |
NearString.SORT_KEY |