Disambiguation rule (also see next issue)
Closed this issue · 2 comments
GoogleCodeExporter commented
Improve automatic disambiguation: extend rule "if the user input and the
label of the most relevant object are completely equal" to "if the user
input and the label of an object that has a 'count'-value not less than 50%
of the most relevant one are equal".
The current rule is a bit annoying as the user needs to disambiguate very
often.
Works only for cases where count-value is available (current virtuoso version).
(also see next issue)
Original issue reported on code.google.com by lohmann....@gmail.com
on 23 Oct 2009 at 2:32
GoogleCodeExporter commented
Original comment by lohmann....@gmail.com
on 23 Oct 2009 at 2:32
- Changed title: Disambiguation rule (also see next issue)
GoogleCodeExporter commented
disambiguation rule changed:
if the count of a completly string-matching item is not more than 5 times
smaller
than from the most relevant item, the string-matching item will be selected.
if (1st.count / string-matching.count < 5) than select string-matching
Original comment by stegeman...@googlemail.com
on 26 Oct 2009 at 10:59
- Changed state: Fixed