Created
April 13, 2012 15:32
-
-
Save mammadori/2377734 to your computer and use it in GitHub Desktop.
Added support for italian in Homepage extractor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/core/src/main/scala/org/dbpedia/extraction/config/mappings/HomepageExtractorConfig.scala b/core/src/main/scala/org/dbpedia/extraction/config/mappings/HomepageExtractorConfig.scala | |
index 504dcc7..29a2b5d 100644 | |
--- a/core/src/main/scala/org/dbpedia/extraction/config/mappings/HomepageExtractorConfig.scala | |
+++ b/core/src/main/scala/org/dbpedia/extraction/config/mappings/HomepageExtractorConfig.scala | |
@@ -13,7 +13,6 @@ object HomepageExtractorConfig | |
"en" -> Set("website", "homepage", "web", "site"), | |
"es" -> Set("website", "homepage", "web", "site", "siteweb", "site web", "página", "sitio", "pagina"),/*cleanup*/ | |
"eu" -> Set("webgunea"), | |
- "it" -> Set("homepage", "sito", "sito web"), | |
"fr" -> Set("website", "homepage", "web", "site", "siteweb", "site web"),/*cleanup*/ | |
"ga" -> Set("suíomh"), | |
"pl" -> Set("web", "strona"), | |
@@ -29,7 +28,6 @@ object HomepageExtractorConfig | |
"el" -> "(?:Εξωτερικοί σύνδεσμοι|Εξωτερικές συνδέσεις)", | |
"en" -> "External links?", | |
"es" -> "(?:Enlaces externos|Enlace externo|Links externos|Link externo)", | |
- "it" -> "Collegamenti esterni", | |
"eu" -> "Kanpo loturak?", | |
"fr" -> "(?:Lien externe|Liens externes|Liens et documents externes)", | |
"ga" -> "(?:Naisc sheachtracha|Nasc sheachtrach)", | |
@@ -44,7 +42,6 @@ object HomepageExtractorConfig | |
"de" -> "offizielle", | |
"el" -> "(?:επίσημος|επίσημη)", | |
"eu" -> "ofiziala?", | |
- "it" -> "ufficiale", | |
"ga" -> "oifigiúil", | |
"fr" -> "officiel", | |
"pl" -> "oficjalna", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment