Skip to content

v0.2.47..v0.2.48 changeset RoadConflation.asciidoc

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/docs/algorithms/RoadConflation.asciidoc b/docs/algorithms/RoadConflation.asciidoc
index 35fdfde..741789d 100644
--- a/docs/algorithms/RoadConflation.asciidoc
+++ b/docs/algorithms/RoadConflation.asciidoc
@@ -96,7 +96,7 @@ details of determining a subline match will be addressed in another section.
 
 At a high level the subline matching routines use the distance between the lines
 and the difference in angle between the lines to determine what portion of the
-subline match. 
+subline match.
 
 See also:
 
@@ -167,7 +167,7 @@ approaches were evaluated. Many of those were simply parameterized versions of
 ** Treat name as a bag of words
 ** Translate/transliterate the names before comparison
 ** Exact string match
-** http://en.wikipedia.org/wiki/Levenshtein_distance[Levenshtein distance] 
+** http://en.wikipedia.org/wiki/Levenshtein_distance[Levenshtein distance]
    <<levenshtein1966>>
 ** http://en.wikipedia.org/wiki/Soundex[Soundex]
 * Hausdorff distance
Clone this wiki locally