We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92a8cd commit 1fb56c1Copy full SHA for 1fb56c1
core/src/main/scala/org/dbpedia/extraction/config/mappings/HomepageExtractorConfig.scala
@@ -67,6 +67,7 @@ object HomepageExtractorConfig
67
// Map(language -> Map(templateName -> templatePropertyKey))
68
val templateOfficialWebsite = Map(
69
"ca" -> Map("Oficial" -> "1"),
70
+ "it" -> Map("Sito Ufficiale" -> "1"),
71
"el" -> Map("Επίσημη ιστοσελίδα" -> "1"),
72
"en" -> Map("Official website" -> "1"),
73
"eo" -> Map("Oficiala_retejo" -> "1"),
0 commit comments