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

Wordcloud: only queries that match concrete words are supported #22

Open
maciejjan opened this issue Sep 21, 2023 · 0 comments
Open

Wordcloud: only queries that match concrete words are supported #22

maciejjan opened this issue Sep 21, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@maciejjan
Copy link
Collaborator

It should also be possible to generate a wordcloud including all words from a metadata-based query. Just adding a condition like * or /.*/ to match all words doesn't work.

Right now the words for the cloud are taken from the list of matches returned by Octavo. Would it be possible to get all words from a verse as a list of strings (and not a single string)? It would be better if the visualization app could rely on Octavo's tokenization instead of doing its own.

@maciejjan maciejjan added the bug Something isn't working label Sep 21, 2023
@maciejjan maciejjan self-assigned this Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant