Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matching equal language tags #21

Open
KonradHoeffner opened this issue May 17, 2016 · 1 comment
Open

Matching equal language tags #21

KonradHoeffner opened this issue May 17, 2016 · 1 comment

Comments

@KonradHoeffner
Copy link
Contributor

KonradHoeffner commented May 17, 2016

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
Copy link
Contributor Author

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants