dice-group / LIMES

Link Discovery Framework for Metric Spaces.
https://limes.demos.dice-research.org/
GNU Affero General Public License v3.0
129 stars 54 forks source link

Matching equal language tags #21

Open KonradHoeffner opened 8 years ago

KonradHoeffner commented 8 years ago

I propose a feature that only equal language tags get matched. This increases precision and reduces runtime from |N|*|M| to |N \cap M|.

Example:

dbpedia Germany                    linkedgeodata Germany
"Germany"@en                       "Germany"@en
"Deutschland"@de                  "Deutschland"@en
"Alemagne"@fr                       "?"@es

The way it is now, there are 9 comparisons, but with the new method there would only be 2. Question is what to do with no language tag, compare to others without or also to everything else, should be an option.

Idea:

<property>rdfs:label RENAME label TAGMATCH notagtoall</property>
<property>rdfs:label RENAME label TAGMATCH notagtonotag</property>
KonradHoeffner commented 4 years ago

Just yesterday I wanted to ask if this is still on the dev's radars after four years but didn't want to stress you and one day later it gets assigned a milestone :-)