globalwordnet / schemas

WordNet-LMF formats
https://globalwordnet.github.io/schemas/
20 stars 11 forks source link

Missing relation type in DTD #1

Closed fcbr closed 8 years ago

fcbr commented 8 years ago

The following wordnet pointers don't appear to have entries (relType) in the DTD:

pointer string in the wndb2lmf converter
$ verb_group
;u domain_usage
-u missing
jmccrae commented 8 years ago

Hi,

verb_group is now 'similar' domain_usage is now 'exemplifies' has_domain_usage (-u) is now 'is_examplified_by'

BTW, there is a converter from the WordNet Database format to these schemas:

https://github.com/jmccrae/gwn-scala-api

See the mapping used by this system:

https://github.com/jmccrae/gwn-scala-api/blob/master/src/main/scala/org/globalwordnet/wnapi/wndb.scala#L365