Skip to content
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

Add network visualizations #23

Open
maciejjan opened this issue Oct 26, 2023 · 1 comment
Open

Add network visualizations #23

maciejjan opened this issue Oct 26, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@maciejjan
Copy link
Collaborator

It would be nice to have an easy way to share visualizations in form of a network.

Examples:

  • neighboring clusters (move from Runoregi)
  • similar poems (move from Runoregi)
  • word co-occurrences
  • custom SQL (edge list)
  • custom CSV (edge list)

The problem is that data for network visualizations like similar poems/clusters requires several SQL queries (one per each depth level) to fetch, so this would require some redesign of the configuration format. Is it worth doing?

The visualization could use the visNetwork library (see here).

@maciejjan maciejjan added the enhancement New feature or request label Oct 26, 2023
@maciejjan maciejjan self-assigned this Oct 26, 2023
@maciejjan
Copy link
Collaborator Author

Whisker's looping functionality could be used to add SQL subqueries for each depth level. Would this have acceptable performance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant