From: Enno M. <Enn...@bi...> - 2012-09-29 14:03:03
|
Hi, In the HomePageExtractorConfig.scala there are definitions for the Dutch namespace. The following definitions should be used: val externalLinkSectionsMap = Map( .. "nl" -> "Externe links|Externe link", .. val officialMap = Map( .. "nl" -> "(officieel|officiële)", .. The settings for propertyNamesMap are correct: val propertyNamesMap = Map( .. "nl" -> Set("website", "homepage", "hoofdpagina", "webpagina", "web", "site"), .. Regards, Enno |