datascience / c3po

Clever, Crafty Content Profiling of Objects
http://ifs.tuwien.ac.at/imp/c3po
Apache License 2.0
4 stars 3 forks source link

Question: are there rule cases when the property condition shouldn't be "CONFLICT" but should be tool-specific? #33

Open jhmann opened 8 years ago

jhmann commented 8 years ago

When initially discussing these rules, my understanding is that the rule conditions were more specific: if this tool identifies this property as this, and this other tool identifies the same property as that, then pick this one. This seems to have been simplified to: if this property is conflicted (and given these other selected conditions), then use the selected property. Is this simplified algorithm going to correctly identify and cover all needed cases? Without comparing the conflicted metadata for a larger sample - which I can't do easily until issue #16 is resolved - I can't tell.

artourkin commented 8 years ago

Yes, the current interface to create rules doesn't allow to address complicated cases. It requires improvements. This is related to the issue #32.