globalwordnet / OMW

The Open Multilingual Wordnet
http://compling.hss.ntu.edu.sg/omw/
MIT License
56 stars 9 forks source link

It would be nice to provide pictograms from Arasaac #87

Open fcbond opened 4 years ago

fcbond commented 4 years ago

When the data is released here, we should add them in.

https://github.com/getalp/Arasaac-WN

arademaker commented 4 years ago

Indeed, but the repository you point to is empty... something to come?

fcbond commented 4 years ago

I hope so, they had a paper at LREC. Maybe I will file an issue.

On Sun, May 17, 2020 at 12:17 AM Alexandre Rademaker < notifications@github.com> wrote:

Indeed, but the repository you point to is empty... something to come?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/globalwordnet/OMW/issues/87#issuecomment-629669837, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIPZRSIOPDUPRMUMJD5B4LRR24BRANCNFSM4NCXJXTQ .

-- Francis Bond http://www3.ntu.edu.sg/home/fcbond/ Division of Linguistics and Multilingual Studies Nanyang Technological University

fcbond commented 3 years ago

https://api.arasaac.org/api/pictograms/en/wordnet/3.0/id/02084071-n gets the list of images https://api.arasaac.org/api/pictograms/2256?download=false gets an image

https://api.arasaac.org/api/pictograms/all/{locale} gets all the images for that language and a mapping

I have commited a stub program load-arasaac.py that lists the image_id, synsets and keywords associated with it. These keywords could also be useful for evaluating automatically built wordnets.

Thanks to the arasaac developer @juanda99 for help with this.