Skip to content

v0.2.47..v0.2.48 changeset ImplicitTypeTagging.asciidoc

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/docs/user/ImplicitTypeTagging.asciidoc b/docs/user/ImplicitTypeTagging.asciidoc
index 5f59dc5..5985935 100644
--- a/docs/user/ImplicitTypeTagging.asciidoc
+++ b/docs/user/ImplicitTypeTagging.asciidoc
@@ -2,12 +2,12 @@
 [[ImplicitTypeTaggingUser]]
 == Implicit Type Tagging Based On Name
 
-Hootenanny has the capability to derive type tag information automatically for elements based soley on the contents of their name tags.  
-This feature can be used simply to add better tags to poorly typed data or to add tags with the goal of improving conflated output 
-between datasets.  
+Hootenanny has the capability to derive type tag information automatically for elements based soley on the contents of their name tags.
+This feature can be used simply to add better tags to poorly typed data or to add tags with the goal of improving conflated output
+between datasets.
 
-This feature should not be used unless the addition of some false type tags to the input data is acceptable.  There are no metrics 
-yet for how many false tags this technique will generate on average, although the number is typically small and will become smaller 
+This feature should not be used unless the addition of some false type tags to the input data is acceptable.  There are no metrics
+yet for how many false tags this technique will generate on average, although the number is typically small and will become smaller
 over time as the feature is refined.
 
 The default implicit feature tagger is `hoot::ImplicitPoiPolygonTypeTagger`, which will tag POIs and building/POI related polygons.  You
@@ -28,6 +28,6 @@ hoot conflate -D conflate.pre.ops="hoot::BuildingOutlineRemoveOp;hoot::MapCleane
 
 NOTE: In the above command, `hoot::ImplicitPoiPolygonTypeTagger` was appended to the default operations for `conflate.pre.ops` configuration option.  Check your version of Hootenanny configuration options to find the default value for this option.
 
-Features modified by the implicit feature tagger are marked with the tag `hoot:implicitTags:tagsAdded` to let you know what tags were 
-added to the data and which name tags triggered the additions.  If you have suggestions on how to improve the quality of the 
+Features modified by the implicit feature tagger are marked with the tag `hoot:implicitTags:tagsAdded` to let you know what tags were
+added to the data and which name tags triggered the additions.  If you have suggestions on how to improve the quality of the
 implicit feature tagging, please contact the Hootenanny Development Team.
Clone this wiki locally