own-pt / own-en-legacy

The openWordnet-EN, a converted and expanded PWN
MIT License
0 stars 1 forks source link

validate data #38

Closed odanoburu closed 4 years ago

odanoburu commented 5 years ago

TODO

discussion

please add more suggestions.

arademaker commented 5 years ago

This is endless topic. We should start with these minimum set of constraints and improve. We also should try to read the grind code.

odanoburu commented 5 years ago
select ?wordSense1 ?wordSense2
{
  ?wordSense1 wn30:derivationallyRelated ?wordSense2 .
  FILTER NOT EXISTS { ?synset wn30:containsWordSense ?wordSense2 }
}

shows word senses that are objects of a derivationallyRelated relation, but that are part of no synset (i.e., are not linked to one by a containsWordSense relation