-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graph Vizualization #149
Comments
Yes, those graphs look very nice and useful. And you're right that I currently consider it out of scope, but I'll think about it as I reevaluate the role Wn serves (for instance, I'm adding the describe() function and wn.validate module). One thing I've thought about is adding some web API endpoints for relation paths so that a web frontend could construct the visualizations (e.g., in SVG) using the data in the response. |
An web interface would be nice! Is there any general documentation about the architecture of the lib and plans? |
On the other hand, another project for a web interface can be a wrapper to wn |
@arademaker The idea is that the web client would be a separate project, similar to how delphin-viz works on top of the web API provided by other tools. On the topic of scope creep, the existing edit: note that the above paragraph is just some thoughts, and not concrete plans |
After talking with @fcbond, I think we'll stick with with a monolithic model for now and spin out modules later if we need a leaner package. So I think this could be included somehow in Wn. To that end, some notes:
|
It would be great to add the graph visualization code @ekaf added to NTLK.
See: nltk/nltk@8f91325
Although @goodmami may consider this out of scope, ...
The text was updated successfully, but these errors were encountered: