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

Implement Interval search #898

Merged
merged 6 commits into from
Aug 21, 2024
Merged

Conversation

dchiller
Copy link
Collaborator

@dchiller dchiller commented Aug 19, 2024

This PR re-implements interval search using OMR-ed data. It adds both back-end and front-end support for this type of search.

A part of the front-end, it adds a helper interface where users can use buttons to add intervals to the search string.

image

Included two peripheral changes in this PR:

  • formatted the solr schema.xml with no substantive changes
  • added djlint dependency for html template formatting to the dev group

Closes #875.

- add extraction of melodic intervals in mei_parser and mei_tokenizer
- modify mei_processing types to include melodic intervals in parsed MEI
and ngrams
- modify search_notation_view to include intervals search processing, with
validation and query modification processes added to search_utils.py
- minor lint fixes for index_manuscript_mei_command
- add associated tests for above changes
- Adds interval search to the OMRSearchProvider
- Creates front-end helpers for entering interval search
@dchiller dchiller marked this pull request as ready for review August 19, 2024 15:45
@dchiller dchiller merged commit 6645d2a into DDMAL:main Aug 21, 2024
2 checks passed
@dchiller dchiller deleted the i875-interval-search branch August 21, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore interval OMR search
2 participants