dbpedia / mappings-tracker

This project is used for tracking mapping issues in mappings.dbpedia.org
9 stars 6 forks source link

fix mapping Film_date #46

Open VladimirAlexiev opened 9 years ago

VladimirAlexiev commented 9 years ago

Doesn't extract anything. https://en.wikipedia.org/w/index.php?title=Actrius&action=edit has | release = {{Film date|1996|||}} But the mapping has no effect. Maybe templates INSIDE template fields are not used for extraction?

VladimirAlexiev commented 9 years ago

test cases: http://mappings.dbpedia.org/index.php/Mapping_en_talk:Film_date

VladimirAlexiev commented 9 years ago

If that's the case, we could map it to another date template here: https://github.com/dbpedia/extraction-framework/blob/master/core/src/main/scala/org/dbpedia/extraction/config/dataparser/DateTimeParserConfig.scala#L97 But can it extract SEVERAL dates from one template?

VladimirAlexiev commented 9 years ago

Alexandru Tudor: The mappings extractor can't handle nested templates: http://sourceforge.net/p/dbpedia/mailman/message/32867924/ . @Dimitris : I know this is on your to do list, any progress so far ?