goodmami / wn

A modern, interlingual wordnet interface for Python
https://wn.readthedocs.io/
MIT License
207 stars 20 forks source link

Wordnet guide #37

Open goodmami opened 3 years ago

goodmami commented 3 years ago

This project could use a guide for the structure of wordnets. While this information is documented elsewhere, it would be nice to rephrase it around the interface that this module provides, such as the distinct synset structures per language and the purpose of having separate Synsets, Senses, and LexicalEntries (Words).

yoyo-go commented 3 years ago

I can take this issue if needed.

goodmami commented 3 years ago

Great, thanks, I've assigned you. You can see the headings I've put already in docs/guides/wordnet.rst (rendered here), but I'm open to suggestions to add/change that content.

Do you have experience with designing SVG graphics? I'd like to have something interactive (or at least visual) that walks a user through the structures (similar to GitHub's guide for their branching workflow: https://guides.github.com/introduction/flow/). If not, then some clear description and examples would be great, too.