diff --git a/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx b/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx
index 317912fd230238b14c17214d732e1070119cd798..72cab04826af6d78e9da52098b6bf65c588b01b2 100644
--- a/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx
+++ b/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx
@@ -96,6 +96,7 @@ private:
     SetDocLongDescription("This application performs a vector data classification based on a model file produced by the TrainVectorClassifier application.");
     SetDocLimitations("Only shapefiles are supported for now. SQLite format is not supported.");
     SetDocSeeAlso("TrainVectorClassifier");
+    AddDocTag(Tags::Learning);
 
     AddParameter(ParameterType_InputVectorData, "in", "Name of the input vector data");
     SetParameterDescription("in","The input vector data to classify.");