own-pt / openWordnet-PT

OpenWordnet-PT: an open access wordnet for Portuguese
http://openwordnet-pt.org
Other
154 stars 35 forks source link

multiple lexical_forms to a word #163

Closed odanoburu closed 3 years ago

odanoburu commented 5 years ago

see query

the cases I've seen seem to be spaces vs. underline and spaces vs. hyphen.

arademaker commented 3 years ago

see #168

arademaker commented 3 years ago

No último RDF no branch pre-release a query acima (reproduzida abaixo), não retorna valores, problema resolvido.

select * where
{
  ?w wn30:lexicalForm ?lf1 .
  ?w wn30:lexicalForm ?lf2 .
  filter (?lf1 != ?lf2)
}