From 0925fc3671aacd9669fa85781e28d2407e0594e3 Mon Sep 17 00:00:00 2001 From: Swapnil Srivastava <142904704+Swapnilden@users.noreply.github.com> Date: Fri, 15 Mar 2024 23:31:47 +0530 Subject: [PATCH] Removed redundant .RedirectExtractor entry from mappings config The .RedirectExtractor was already included in the generic config, making its presence in the mappings config redundant. This commit removes the redundant entry to streamline the configuration and avoid potential confusion. --- extractionConfiguration/extraction.mappings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractionConfiguration/extraction.mappings.properties b/extractionConfiguration/extraction.mappings.properties index b30a0c3..e7cee08 100644 --- a/extractionConfiguration/extraction.mappings.properties +++ b/extractionConfiguration/extraction.mappings.properties @@ -16,7 +16,7 @@ languages=@mappings # extractor class names starting with "." are prefixed by "org.dbpedia.extraction.mappings" -extractors=.MappingExtractor,.RedirectExtractor +#extractors=.MappingExtractor,.RedirectExtractor #extractors.ar=.MappingExtractor,.TopicalConceptsExtractor #