Anchor-annotator 0.7.0__tar.gz → 0.8.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/.pre-commit-config.yaml +16 -3
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0/Anchor_annotator.egg-info}/PKG-INFO +1 -1
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/Anchor_annotator.egg-info/SOURCES.txt +4 -0
- {anchor_annotator-0.7.0/Anchor_annotator.egg-info → anchor_annotator-0.8.0}/PKG-INFO +1 -1
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/_version.py +2 -2
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/main.py +151 -16
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/main_window.ui +69 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/models.py +76 -45
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/plot.py +155 -66
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/preferences.ui +26 -16
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/exclamation-solid.svg +1 -1
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/exclamation-triangle-solid.svg +1 -1
- anchor_annotator-0.8.0/anchor/resources/icons/anchor_dark/actions/pen-nib-solid.svg +1 -0
- anchor_annotator-0.8.0/anchor/resources/icons/anchor_dark/actions/scissors-solid.svg +1 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/times-circle-solid.svg +1 -1
- anchor_annotator-0.8.0/anchor/resources/icons/anchor_light/actions/pen-nib-solid.svg +1 -0
- anchor_annotator-0.8.0/anchor/resources/icons/anchor_light/actions/scissors-solid.svg +1 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources.qrc +4 -0
- anchor_annotator-0.8.0/anchor/resources_rc.py +77050 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/settings.py +8 -1
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/ui_main_window.py +81 -18
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/ui_preferences.py +27 -14
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/undo.py +15 -9
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/widgets.py +16 -17
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/workers.py +218 -8
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/changelog/index.rst +18 -0
- {anchor_annotator-0.7.0/anchor/resources/icons/anchor_light/actions → anchor_annotator-0.8.0/icons/base_tool_buttons}/exclamation-solid.svg +1 -1
- {anchor_annotator-0.7.0/anchor/resources/icons/anchor_light/actions → anchor_annotator-0.8.0/icons/base_tool_buttons}/exclamation-triangle-solid.svg +1 -1
- {anchor_annotator-0.7.0/anchor/resources/icons/anchor_light/actions → anchor_annotator-0.8.0/icons/base_tool_buttons}/times-circle-solid.svg +1 -1
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/pyproject.toml +3 -2
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/utility/create_colored_icons.py +9 -13
- anchor_annotator-0.7.0/anchor/resources_rc.py +0 -166070
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/.github/workflows/publish.yml +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/.gitignore +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/.readthedocs.yaml +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/Anchor_annotator.egg-info/dependency_links.txt +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/Anchor_annotator.egg-info/requires.txt +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/Anchor_annotator.egg-info/top_level.txt +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/LICENSE +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/README.md +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/__init__.py +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/__main__.py +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/command_line.py +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/corpus_manager.ui +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/db.py +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/error_dialog.ui +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/fonts/GentiumPlus-R.ttf +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/anchor-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/angle-double-left-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/angle-double-right-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/arrows-left-right-to-line-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/book-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/bug-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/caret-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/caret-left-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/caret-right-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/caret-up-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/case.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/check-circle-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/check-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/chevron-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/chevron-left-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/chevron-right-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/chevron-up-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/circle-question-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/cloud-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/cog-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/compress-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/edit-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/expand-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/external-link-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/fast-backward-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/fast-forward-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/file-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/file-circle-check-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/file-circle-question-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/file-circle-xmark-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/file-export-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/folder-open-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/history-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/keyboard-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/life-ring-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/lock-open-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/lock-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/magic-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/magnifying-glass-location-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/magnifying-glass-minus-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/magnifying-glass-plus-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/magnifying-glass-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/oov-check.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/pause-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/play-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/redo-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/regex.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/rotate.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/save-book.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/save-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/sort-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/sort-up-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/speaker.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/sync-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/times-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/trash-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/undo-book.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/undo-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/user-edit-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/user-minus-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/user-plus-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/user-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/user-times-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/users-slash-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/users-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/volume-mute-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/volume-up-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/actions/word.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_dark/index.theme +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/anchor-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/angle-double-left-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/angle-double-right-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/arrows-left-right-to-line-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/book-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/bug-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/caret-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/caret-left-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/caret-right-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/caret-up-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/case.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/check-circle-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/check-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/chevron-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/chevron-left-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/chevron-right-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/chevron-up-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/circle-question-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/cloud-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/cog-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/compress-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/edit-solid.svg +0 -0
- {anchor_annotator-0.7.0/icons/base_tool_buttons → anchor_annotator-0.8.0/anchor/resources/icons/anchor_light/actions}/exclamation-solid.svg +0 -0
- {anchor_annotator-0.7.0/icons/base_tool_buttons → anchor_annotator-0.8.0/anchor/resources/icons/anchor_light/actions}/exclamation-triangle-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/expand-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/external-link-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/fast-backward-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/fast-forward-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/file-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/file-circle-check-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/file-circle-question-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/file-circle-xmark-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/file-export-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/folder-open-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/history-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/keyboard-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/life-ring-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/lock-open-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/lock-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/magic-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/magnifying-glass-location-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/magnifying-glass-minus-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/magnifying-glass-plus-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/magnifying-glass-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/oov-check.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/pause-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/play-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/redo-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/regex.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/rotate.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/save-book.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/save-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/sort-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/sort-up-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/speaker.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/sync-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0/icons/base_tool_buttons → anchor_annotator-0.8.0/anchor/resources/icons/anchor_light/actions}/times-circle-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/times-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/trash-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/undo-book.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/undo-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/user-edit-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/user-minus-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/user-plus-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/user-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/user-times-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/users-slash-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/users-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/volume-mute-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/volume-up-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/actions/word.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/anchor_light/index.theme +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/custom_icons/case-checked.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/custom_icons/oov-check.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/custom_icons/regex-checked.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/custom_icons/spinning_blue.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/custom_icons/spinning_yellow.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/icons/custom_icons/word-checked.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/logos/anchor-blue.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/logos/anchor-yellow.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/logos/loading_screen.gif +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/logos/logo_full.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/logos/logo_text.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/resources/logos/splash_screen.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/title_screen.ui +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/ui_corpus_manager.py +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/anchor/ui_error_dialog.py +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/Makefile +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/make.bat +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/anchor-yellow.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/anchor-yellow.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/favicon.ico +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/alignment_interface.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/alignment_settings.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/corpus_menu_load_recent.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/diarization_interface.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/diarization_progress_bar.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/diarization_results.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/diarization_search.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/diarization_utterance.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/dictionary_context_menu.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/dictionary_interface.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/dictionary_menu.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/dictionary_pronunciation.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/dictionary_results.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/dictionary_search.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/edit_menu.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/models_menu_acoustic.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/models_menu_g2p.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/models_menu_ivector.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/models_menu_lm.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/oov_interface.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/oov_pronunciation.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/oov_results.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/oov_search.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/preferences_appearance.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/preferences_general.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/preferences_keybinds.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/preferences_pitch.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/preferences_spec.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/speaker_add.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/speaker_cluster.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/speaker_cluster_legend.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/speaker_cluster_select_multiple.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/speaker_cluster_select_one.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/speaker_cluster_settings.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/speaker_cluster_toolbar.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/speaker_context_menu.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/speaker_interface.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/speaker_results.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/speaker_search.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/speaker_utterance.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_advanced.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_alignment.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_audio.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_bad_alignment.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_edit.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_help.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_interface.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_interface_change_speaker.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_interface_lookup.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_interface_oov.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_interface_tiers.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_list.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_list_header.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_play.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_results.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_search.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_toolbar.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_transcript.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_unaligned.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_waveform.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/img/utterance_zoom.png +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/_static/logo_full.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/conf.py +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/first_steps/index.rst +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/getting_started.rst +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/index.rst +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/installation.rst +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/reference/index.rst +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/user_guide/configuration.rst +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/user_guide/diarization.rst +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/user_guide/dictionary.rst +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/user_guide/index.rst +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/user_guide/known_issues.rst +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/user_guide/oovs.rst +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/user_guide/speakers.rst +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/docs/source/user_guide/utterances.rst +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/environment.yml +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/anchor-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/angle-double-left-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/angle-double-right-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/book-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/bug-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/caret-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/caret-left-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/caret-right-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/caret-up-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/case.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/check-circle-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/check-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/chevron-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/chevron-left-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/chevron-right-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/chevron-up-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/circle-question-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/cloud-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/cog-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/compress-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/edit-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/expand-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/external-link-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/fast-backward-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/fast-forward-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/file-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/file-circle-check-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/file-circle-question-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/file-circle-xmark-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/file-export-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/folder-open-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/history-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/keyboard-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/life-ring-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/lock-open-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/lock-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/magic-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/magnifying-glass-location-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/magnifying-glass-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/oov-check.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/pause-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/play-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/redo-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/regex.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/rotate.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/save-book.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/save-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/sort-down-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/sort-up-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/speaker.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/sync-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/times-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/trash-alt-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/undo-book.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/undo-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/user-edit-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/user-minus-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/user-plus-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/user-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/user-times-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/users-slash-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/users-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/volume-mute-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/volume-up-solid.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/icons/base_tool_buttons/word.svg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/requirements.txt +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/rtd_environment.yml +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/setup.cfg +0 -0
- {anchor_annotator-0.7.0 → anchor_annotator-0.8.0}/setup.py +0 -0
@@ -1,12 +1,25 @@
|
|
1
|
-
default_language_version:
|
2
|
-
python: python3.11
|
3
1
|
repos:
|
2
|
+
- repo: local
|
3
|
+
hooks:
|
4
|
+
- id: profile-check
|
5
|
+
name: no profiling
|
6
|
+
entry: '@profile'
|
7
|
+
language: pygrep
|
8
|
+
types: [ python ]
|
9
|
+
files: ^anchor/
|
10
|
+
- id: print-check
|
11
|
+
name: no print statements
|
12
|
+
entry: '\bprint\('
|
13
|
+
language: pygrep
|
14
|
+
types: [ python ]
|
15
|
+
files: ^anchor/
|
4
16
|
- repo: https://github.com/psf/black
|
5
17
|
rev: 23.9.1
|
6
18
|
hooks:
|
7
19
|
- id: black
|
20
|
+
exclude: ^anchor/resources_rc.py
|
8
21
|
- repo: https://github.com/pycqa/flake8
|
9
|
-
rev:
|
22
|
+
rev: 7.0.0
|
10
23
|
hooks:
|
11
24
|
- id: flake8
|
12
25
|
entry: pflake8
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Anchor_annotator
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.8.0
|
4
4
|
Summary: Anchor annotator is a program for inspecting corpora for the Montreal Forced Aligner and correcting transcriptions and pronunciations.
|
5
5
|
Home-page: https://github.com/MontrealCorpusTools/Anchor-annotator
|
6
6
|
Author: Montreal Corpus Tools
|
@@ -86,12 +86,14 @@ anchor/resources/icons/anchor_dark/actions/magnifying-glass-plus-solid.svg
|
|
86
86
|
anchor/resources/icons/anchor_dark/actions/magnifying-glass-solid.svg
|
87
87
|
anchor/resources/icons/anchor_dark/actions/oov-check.svg
|
88
88
|
anchor/resources/icons/anchor_dark/actions/pause-solid.svg
|
89
|
+
anchor/resources/icons/anchor_dark/actions/pen-nib-solid.svg
|
89
90
|
anchor/resources/icons/anchor_dark/actions/play-solid.svg
|
90
91
|
anchor/resources/icons/anchor_dark/actions/redo-solid.svg
|
91
92
|
anchor/resources/icons/anchor_dark/actions/regex.svg
|
92
93
|
anchor/resources/icons/anchor_dark/actions/rotate.svg
|
93
94
|
anchor/resources/icons/anchor_dark/actions/save-book.svg
|
94
95
|
anchor/resources/icons/anchor_dark/actions/save-solid.svg
|
96
|
+
anchor/resources/icons/anchor_dark/actions/scissors-solid.svg
|
95
97
|
anchor/resources/icons/anchor_dark/actions/sort-down-solid.svg
|
96
98
|
anchor/resources/icons/anchor_dark/actions/sort-up-solid.svg
|
97
99
|
anchor/resources/icons/anchor_dark/actions/speaker.svg
|
@@ -158,12 +160,14 @@ anchor/resources/icons/anchor_light/actions/magnifying-glass-plus-solid.svg
|
|
158
160
|
anchor/resources/icons/anchor_light/actions/magnifying-glass-solid.svg
|
159
161
|
anchor/resources/icons/anchor_light/actions/oov-check.svg
|
160
162
|
anchor/resources/icons/anchor_light/actions/pause-solid.svg
|
163
|
+
anchor/resources/icons/anchor_light/actions/pen-nib-solid.svg
|
161
164
|
anchor/resources/icons/anchor_light/actions/play-solid.svg
|
162
165
|
anchor/resources/icons/anchor_light/actions/redo-solid.svg
|
163
166
|
anchor/resources/icons/anchor_light/actions/regex.svg
|
164
167
|
anchor/resources/icons/anchor_light/actions/rotate.svg
|
165
168
|
anchor/resources/icons/anchor_light/actions/save-book.svg
|
166
169
|
anchor/resources/icons/anchor_light/actions/save-solid.svg
|
170
|
+
anchor/resources/icons/anchor_light/actions/scissors-solid.svg
|
167
171
|
anchor/resources/icons/anchor_light/actions/sort-down-solid.svg
|
168
172
|
anchor/resources/icons/anchor_light/actions/sort-up-solid.svg
|
169
173
|
anchor/resources/icons/anchor_light/actions/speaker.svg
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Anchor_annotator
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.8.0
|
4
4
|
Summary: Anchor annotator is a program for inspecting corpora for the Montreal Forced Aligner and correcting transcriptions and pronunciations.
|
5
5
|
Home-page: https://github.com/MontrealCorpusTools/Anchor-annotator
|
6
6
|
Author: Montreal Corpus Tools
|
@@ -13,7 +13,7 @@ from montreal_forced_aligner import config
|
|
13
13
|
from montreal_forced_aligner.command_line.utils import check_databases
|
14
14
|
from montreal_forced_aligner.config import MfaConfiguration, get_temporary_directory
|
15
15
|
from montreal_forced_aligner.corpus import AcousticCorpus
|
16
|
-
from montreal_forced_aligner.data import WorkflowType
|
16
|
+
from montreal_forced_aligner.data import Language, WorkflowType
|
17
17
|
from montreal_forced_aligner.db import CorpusWorkflow
|
18
18
|
from montreal_forced_aligner.diarization.speaker_diarizer import FOUND_SPEECHBRAIN
|
19
19
|
from montreal_forced_aligner.exceptions import DatabaseError
|
@@ -24,7 +24,9 @@ from montreal_forced_aligner.models import (
|
|
24
24
|
LanguageModel,
|
25
25
|
ModelManager,
|
26
26
|
)
|
27
|
+
from montreal_forced_aligner.transcription.models import FOUND_WHISPERX
|
27
28
|
from montreal_forced_aligner.utils import DatasetType, inspect_database
|
29
|
+
from montreal_forced_aligner.vad.models import MfaVAD
|
28
30
|
from PySide6 import QtCore, QtGui, QtMultimedia, QtWidgets
|
29
31
|
|
30
32
|
import anchor.db
|
@@ -246,11 +248,23 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
246
248
|
self.alignment_utterance_worker.signals.result.connect(self.finalize_utterance_alignment)
|
247
249
|
self.workers.append(self.alignment_utterance_worker)
|
248
250
|
|
251
|
+
self.transcribe_utterance_worker = workers.TranscribeUtteranceWorker(self)
|
252
|
+
self.transcribe_utterance_worker.signals.error.connect(self.handle_error)
|
253
|
+
self.transcribe_utterance_worker.signals.result.connect(
|
254
|
+
self.finalize_utterance_transcription
|
255
|
+
)
|
256
|
+
self.workers.append(self.transcribe_utterance_worker)
|
257
|
+
|
249
258
|
self.segment_utterance_worker = workers.SegmentUtteranceWorker(self)
|
250
259
|
self.segment_utterance_worker.signals.error.connect(self.handle_error)
|
251
260
|
self.segment_utterance_worker.signals.result.connect(self.finalize_segmentation)
|
252
261
|
self.workers.append(self.segment_utterance_worker)
|
253
262
|
|
263
|
+
self.trim_utterance_worker = workers.TrimUtteranceWorker(self)
|
264
|
+
self.trim_utterance_worker.signals.error.connect(self.handle_error)
|
265
|
+
self.trim_utterance_worker.signals.result.connect(self.finalize_trimming)
|
266
|
+
self.workers.append(self.trim_utterance_worker)
|
267
|
+
|
254
268
|
self.alignment_evaluation_worker = workers.AlignmentEvaluationWorker(self)
|
255
269
|
self.alignment_evaluation_worker.signals.error.connect(self.handle_error)
|
256
270
|
self.alignment_evaluation_worker.signals.finished.connect(self.finalize_adding_intervals)
|
@@ -270,6 +284,11 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
270
284
|
self.corpus_undo_stack = QtGui.QUndoStack(self)
|
271
285
|
self.dictionary_undo_stack = QtGui.QUndoStack(self)
|
272
286
|
|
287
|
+
self.g2p_model = None
|
288
|
+
self.acoustic_model = None
|
289
|
+
self.vad_model = None
|
290
|
+
self.language_model = None
|
291
|
+
self.ivector_extractor = None
|
273
292
|
self.set_up_models()
|
274
293
|
if self.settings.value(AnchorSettings.AUTOLOAD):
|
275
294
|
self.load_corpus()
|
@@ -280,6 +299,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
280
299
|
self.load_acoustic_model()
|
281
300
|
self.load_language_model()
|
282
301
|
self.load_g2p()
|
302
|
+
self.load_vad()
|
283
303
|
self.create_actions()
|
284
304
|
self.refresh_settings()
|
285
305
|
|
@@ -557,19 +577,18 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
557
577
|
self.ui.diarizationWidget.set_models(self.diarization_model, self.file_selection_model)
|
558
578
|
self.ui.oovWidget.set_models(self.oov_model)
|
559
579
|
self.file_selection_model.currentUtteranceChanged.connect(self.change_utterance)
|
580
|
+
self.file_selection_model.currentUtteranceChanged.connect(
|
581
|
+
self.selection_model.set_current_utterance
|
582
|
+
)
|
560
583
|
self.selection_model.fileViewRequested.connect(self.file_selection_model.set_current_file)
|
561
584
|
self.file_selection_model.fileChanged.connect(self.change_file)
|
562
585
|
self.selection_model.fileAboutToChange.connect(self.check_media_stop)
|
563
586
|
self.media_player.set_models(self.file_selection_model)
|
564
587
|
self.corpus_model.addCommand.connect(self.update_corpus_stack)
|
588
|
+
self.corpus_model.transcribeRequested.connect(self.begin_utterance_transcription)
|
565
589
|
self.file_utterances_model.addCommand.connect(self.update_corpus_stack)
|
566
590
|
self.file_selection_model.selectionChanged.connect(self.sync_selected_utterances)
|
567
591
|
|
568
|
-
self.g2p_model = None
|
569
|
-
self.acoustic_model = None
|
570
|
-
self.language_model = None
|
571
|
-
self.ivector_extractor = None
|
572
|
-
|
573
592
|
def sync_selected_utterances(self):
|
574
593
|
self.selection_model.update_selected_utterances(
|
575
594
|
self.file_selection_model.selected_utterances()
|
@@ -706,15 +725,21 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
706
725
|
self.ui.deleteUtterancesAct.setEnabled(False)
|
707
726
|
self.ui.splitUtterancesAct.setEnabled(False)
|
708
727
|
self.ui.alignUtteranceAct.setEnabled(False)
|
728
|
+
self.ui.transcribeUtteranceAct.setEnabled(False)
|
729
|
+
self.ui.trimUtteranceAct.setEnabled(False)
|
709
730
|
self.ui.segmentUtteranceAct.setEnabled(False)
|
710
731
|
if not selection and self.selection_model.current_utterance_id is None:
|
711
732
|
return
|
712
|
-
|
713
733
|
if len(selection) == 1 or self.selection_model.current_utterance_id is not None:
|
714
734
|
self.ui.splitUtterancesAct.setEnabled(True)
|
715
|
-
|
716
|
-
|
717
|
-
self.
|
735
|
+
self.ui.trimUtteranceAct.setEnabled(True)
|
736
|
+
if self.corpus_model.acoustic_model is not None:
|
737
|
+
if self.corpus_model.has_dictionary:
|
738
|
+
self.ui.alignUtteranceAct.setEnabled(True)
|
739
|
+
self.ui.transcribeUtteranceAct.setEnabled(True)
|
740
|
+
self.ui.segmentUtteranceAct.setEnabled(True)
|
741
|
+
elif not isinstance(self.acoustic_model, AcousticModel):
|
742
|
+
self.ui.transcribeUtteranceAct.setEnabled(True)
|
718
743
|
if len(selection) > 1:
|
719
744
|
self.ui.mergeUtterancesAct.setEnabled(True)
|
720
745
|
else:
|
@@ -801,6 +826,8 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
801
826
|
self.ui.openPreferencesAct.triggered.connect(self.open_options)
|
802
827
|
self.ui.openCorpusManagerAct.triggered.connect(self.open_corpus_manager)
|
803
828
|
self.ui.loadAcousticModelAct.triggered.connect(self.change_acoustic_model)
|
829
|
+
self.ui.kaldiVadAct.triggered.connect(self.change_vad)
|
830
|
+
self.ui.speechbrainVadAct.triggered.connect(self.change_vad)
|
804
831
|
self.ui.loadLanguageModelAct.triggered.connect(self.change_language_model)
|
805
832
|
self.ui.loadIvectorExtractorAct.triggered.connect(self.change_ivector_extractor)
|
806
833
|
self.ui.loadDictionaryAct.triggered.connect(self.change_dictionary)
|
@@ -870,6 +897,8 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
870
897
|
self.begin_reset_ivectors
|
871
898
|
)
|
872
899
|
self.ui.alignUtteranceAct.triggered.connect(self.begin_utterance_alignment)
|
900
|
+
self.ui.transcribeUtteranceAct.triggered.connect(self.begin_utterance_transcription)
|
901
|
+
self.ui.trimUtteranceAct.triggered.connect(self.begin_utterance_trimming)
|
873
902
|
self.ui.segmentUtteranceAct.triggered.connect(self.begin_utterance_segmentation)
|
874
903
|
self.ui.evaluateAlignmentsAct.triggered.connect(self.begin_alignment_evaluation)
|
875
904
|
self.ui.selectMappingFileAct.triggered.connect(self.change_custom_mapping)
|
@@ -918,6 +947,9 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
918
947
|
self.acoustic_action_group = QtGui.QActionGroup(self)
|
919
948
|
self.acoustic_action_group.setExclusive(True)
|
920
949
|
|
950
|
+
self.langauge_action_group = QtGui.QActionGroup(self)
|
951
|
+
self.langauge_action_group.setExclusive(True)
|
952
|
+
|
921
953
|
self.g2p_action_group = QtGui.QActionGroup(self)
|
922
954
|
self.g2p_action_group.setExclusive(True)
|
923
955
|
|
@@ -1032,6 +1064,25 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1032
1064
|
)
|
1033
1065
|
|
1034
1066
|
def refresh_model_actions(self):
|
1067
|
+
self.ui.menuLanguage.clear()
|
1068
|
+
for lang in sorted(Language, key=lambda x: x.display_name):
|
1069
|
+
a = QtGui.QAction(lang.display_name, parent=self)
|
1070
|
+
a.setCheckable(True)
|
1071
|
+
if lang.name == self.settings.value(self.settings.LANGUAGE):
|
1072
|
+
a.setChecked(True)
|
1073
|
+
self.langauge_action_group.addAction(a)
|
1074
|
+
a.triggered.connect(self.change_language)
|
1075
|
+
self.ui.menuLanguage.addAction(a)
|
1076
|
+
if not FOUND_SPEECHBRAIN:
|
1077
|
+
self.ui.speechbrainVadAct.setChecked(False)
|
1078
|
+
self.ui.speechbrainVadAct.setEnabled(False)
|
1079
|
+
self.settings.setValue(self.settings.VAD_MODEL, "kaldi")
|
1080
|
+
self.ui.kaldiVadAct.setChecked(True)
|
1081
|
+
else:
|
1082
|
+
self.ui.speechbrainVadAct.setEnabled(True)
|
1083
|
+
if self.settings.value(self.settings.VAD_MODEL) == "speechbrain":
|
1084
|
+
self.ui.speechbrainVadAct.setChecked(True)
|
1085
|
+
|
1035
1086
|
self.ui.menuDownload_acoustic_model.clear()
|
1036
1087
|
self.ui.menuDownload_G2P_model.clear()
|
1037
1088
|
self.ui.menuDownload_language_model.clear()
|
@@ -1168,11 +1219,10 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1168
1219
|
.first()
|
1169
1220
|
)
|
1170
1221
|
if m is None:
|
1171
|
-
|
1172
|
-
|
1173
|
-
name="speechbrain", path="speechbrain", available_locally=True
|
1174
|
-
)
|
1222
|
+
m = anchor.db.IvectorExtractor(
|
1223
|
+
name="speechbrain", path="speechbrain", available_locally=True
|
1175
1224
|
)
|
1225
|
+
session.add(m)
|
1176
1226
|
session.flush()
|
1177
1227
|
session.commit()
|
1178
1228
|
a = QtGui.QAction(text="speechbrain", parent=self)
|
@@ -1180,6 +1230,24 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1180
1230
|
a.triggered.connect(self.change_ivector_extractor)
|
1181
1231
|
self.ui.ivectorExtractorMenu.addAction(a)
|
1182
1232
|
self.ivector_action_group.addAction(a)
|
1233
|
+
for m_name, found in [("speechbrain", FOUND_SPEECHBRAIN), ("whisper", FOUND_WHISPERX)]:
|
1234
|
+
if not found:
|
1235
|
+
continue
|
1236
|
+
m = (
|
1237
|
+
session.query(anchor.db.AcousticModel)
|
1238
|
+
.filter(anchor.db.AcousticModel.path == m_name)
|
1239
|
+
.first()
|
1240
|
+
)
|
1241
|
+
if m is None:
|
1242
|
+
m = anchor.db.AcousticModel(name=m_name, path=m_name, available_locally=True)
|
1243
|
+
session.add(m)
|
1244
|
+
session.flush()
|
1245
|
+
session.commit()
|
1246
|
+
a = QtGui.QAction(text=m_name, parent=self)
|
1247
|
+
a.setData(m.id)
|
1248
|
+
a.triggered.connect(self.change_acoustic_model)
|
1249
|
+
self.ui.acousticModelMenu.addAction(a)
|
1250
|
+
self.acoustic_action_group.addAction(a)
|
1183
1251
|
|
1184
1252
|
for m in (
|
1185
1253
|
session.query(anchor.db.IvectorExtractor)
|
@@ -1411,7 +1479,10 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1411
1479
|
def begin_alignment(self):
|
1412
1480
|
self.enableMfaActions(False)
|
1413
1481
|
self.alignment_worker.set_params(
|
1414
|
-
self.corpus_model.corpus,
|
1482
|
+
self.corpus_model.corpus,
|
1483
|
+
self.acoustic_model,
|
1484
|
+
verify_transcripts=False,
|
1485
|
+
parameters=self.ui.alignmentWidget.parameters(),
|
1415
1486
|
)
|
1416
1487
|
self.alignment_worker.start()
|
1417
1488
|
self.set_application_state("loading")
|
@@ -1420,7 +1491,10 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1420
1491
|
def begin_verify_transcripts(self):
|
1421
1492
|
self.enableMfaActions(False)
|
1422
1493
|
self.alignment_worker.set_params(
|
1423
|
-
self.corpus_model.corpus,
|
1494
|
+
self.corpus_model.corpus,
|
1495
|
+
self.acoustic_model,
|
1496
|
+
verify_transcripts=True,
|
1497
|
+
parameters=self.ui.alignmentWidget.parameters(),
|
1424
1498
|
)
|
1425
1499
|
self.alignment_worker.start()
|
1426
1500
|
self.set_application_state("loading")
|
@@ -1475,6 +1549,12 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1475
1549
|
self.set_application_state("loading")
|
1476
1550
|
self.ui.loadingScreen.setCorpusName("Performing alignment...")
|
1477
1551
|
|
1552
|
+
def begin_utterance_transcription(self, utterance_id: int = None):
|
1553
|
+
if not utterance_id:
|
1554
|
+
utterance_id = self.selection_model.current_utterance_id
|
1555
|
+
self.transcribe_utterance_worker.set_params(self.corpus_model, utterance_id)
|
1556
|
+
self.transcribe_utterance_worker.start()
|
1557
|
+
|
1478
1558
|
def begin_utterance_segmentation(self):
|
1479
1559
|
if self.selection_model.current_utterance_id is None:
|
1480
1560
|
return
|
@@ -1483,6 +1563,14 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1483
1563
|
)
|
1484
1564
|
self.segment_utterance_worker.start()
|
1485
1565
|
|
1566
|
+
def begin_utterance_trimming(self):
|
1567
|
+
if self.selection_model.current_utterance_id is None:
|
1568
|
+
return
|
1569
|
+
self.trim_utterance_worker.set_params(
|
1570
|
+
self.corpus_model, self.selection_model.current_utterance_id
|
1571
|
+
)
|
1572
|
+
self.trim_utterance_worker.start()
|
1573
|
+
|
1486
1574
|
def begin_alignment_evaluation(self):
|
1487
1575
|
self.enableMfaActions(False)
|
1488
1576
|
with sqlalchemy.orm.Session(self.db_engine) as session:
|
@@ -1588,11 +1676,23 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1588
1676
|
self.check_actions()
|
1589
1677
|
self.set_application_state("loaded")
|
1590
1678
|
|
1679
|
+
def finalize_utterance_transcription(self, data):
|
1680
|
+
utterance_id, transcription = data
|
1681
|
+
|
1682
|
+
utt = self.file_utterances_model.get_utterance(utterance_id)
|
1683
|
+
utt.transcription_text = transcription
|
1684
|
+
self.file_utterances_model.utterancesReady.emit()
|
1685
|
+
|
1591
1686
|
def finalize_segmentation(self, data):
|
1592
1687
|
original_utterance_id, split_data = data
|
1593
1688
|
self.file_utterances_model.split_vad_utterance(original_utterance_id, split_data)
|
1594
1689
|
self.ensure_utterance_panel_visible()
|
1595
1690
|
|
1691
|
+
def finalize_trimming(self, data):
|
1692
|
+
original_utterance_id, begin, end = data
|
1693
|
+
self.file_utterances_model.update_utterance_times(original_utterance_id, begin, end)
|
1694
|
+
self.ui.utteranceDetailWidget.plot_widget.refresh_text_grid()
|
1695
|
+
|
1596
1696
|
def finalize_saving(self):
|
1597
1697
|
self.check_actions()
|
1598
1698
|
|
@@ -1914,6 +2014,9 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1914
2014
|
self.ui.alignUtteranceAct.setIcon(
|
1915
2015
|
QtGui.QIcon.fromTheme(QtGui.QIcon.ThemeIcon.FormatTextUnderline)
|
1916
2016
|
)
|
2017
|
+
self.ui.trimUtteranceAct.setIcon(
|
2018
|
+
QtGui.QIcon.fromTheme(QtGui.QIcon.ThemeIcon.FormatTextUnderline)
|
2019
|
+
)
|
1917
2020
|
self.ui.cancelCorpusLoadAct.setIcon(
|
1918
2021
|
QtGui.QIcon.fromTheme(QtGui.QIcon.ThemeIcon.ProcessStop)
|
1919
2022
|
)
|
@@ -1961,6 +2064,31 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1961
2064
|
)
|
1962
2065
|
self.download_worker.start()
|
1963
2066
|
|
2067
|
+
def change_language(self):
|
2068
|
+
from montreal_forced_aligner.transcription.models import MfaFasterWhisperPipeline
|
2069
|
+
|
2070
|
+
self.settings.setValue(self.settings.LANGUAGE, self.sender().text().lower())
|
2071
|
+
if isinstance(self.acoustic_model, MfaFasterWhisperPipeline):
|
2072
|
+
self.acoustic_model.set_language(self.sender().text().lower())
|
2073
|
+
|
2074
|
+
def change_vad(self):
|
2075
|
+
self.settings.setValue(self.settings.VAD_MODEL, self.sender().text().lower())
|
2076
|
+
self.load_vad()
|
2077
|
+
|
2078
|
+
def load_vad(self):
|
2079
|
+
if self.settings.value(self.settings.VAD_MODEL) == "speechbrain":
|
2080
|
+
model_dir = os.path.join(config.TEMPORARY_DIRECTORY, "models", "VAD")
|
2081
|
+
os.makedirs(model_dir, exist_ok=True)
|
2082
|
+
run_opts = None
|
2083
|
+
if self.settings.value(self.settings.CUDA):
|
2084
|
+
run_opts = {"device": "cuda"}
|
2085
|
+
self.vad_model = MfaVAD.from_hparams(
|
2086
|
+
source="speechbrain/vad-crdnn-libriparty", savedir=model_dir, run_opts=run_opts
|
2087
|
+
)
|
2088
|
+
else:
|
2089
|
+
self.vad_model = None
|
2090
|
+
self.trim_utterance_worker.set_vad_model(self.vad_model)
|
2091
|
+
|
1964
2092
|
def download_acoustic_model(self):
|
1965
2093
|
self.download_worker.set_params(
|
1966
2094
|
self.db_string, "acoustic", self.sender().text(), self.model_manager
|
@@ -2502,6 +2630,8 @@ class OptionsDialog(QtWidgets.QDialog):
|
|
2502
2630
|
self.ui.cudaCheckBox.setChecked(self.settings.value(self.settings.CUDA))
|
2503
2631
|
if config.GITHUB_TOKEN is not None:
|
2504
2632
|
self.ui.githubTokenEdit.setText(config.GITHUB_TOKEN)
|
2633
|
+
if config.HF_TOKEN is not None:
|
2634
|
+
self.ui.hfTokenEdit.setText(config.HF_TOKEN)
|
2505
2635
|
|
2506
2636
|
self.ui.autoloadLastUsedCorpusCheckBox.setChecked(
|
2507
2637
|
self.settings.value(self.settings.AUTOLOAD)
|
@@ -2634,11 +2764,16 @@ class OptionsDialog(QtWidgets.QDialog):
|
|
2634
2764
|
config.NUM_JOBS = self.ui.numJobsEdit.value()
|
2635
2765
|
config.USE_MP = self.ui.useMpCheckBox.isChecked()
|
2636
2766
|
config.GITHUB_TOKEN = self.ui.githubTokenEdit.text()
|
2767
|
+
config.HF_TOKEN = self.ui.hfTokenEdit.text()
|
2637
2768
|
config.GLOBAL_CONFIG.current_profile.num_jobs = config.NUM_JOBS
|
2638
2769
|
config.GLOBAL_CONFIG.current_profile.use_mp = config.USE_MP
|
2639
2770
|
config.GLOBAL_CONFIG.current_profile.github_token = config.GITHUB_TOKEN
|
2771
|
+
config.GLOBAL_CONFIG.current_profile.hf_token = config.HF_TOKEN
|
2640
2772
|
config.GLOBAL_CONFIG.save()
|
2641
2773
|
|
2774
|
+
self.settings.setValue(self.settings.GITHUB_TOKEN, self.ui.githubTokenEdit.text())
|
2775
|
+
self.settings.setValue(self.settings.HF_TOKEN, self.ui.hfTokenEdit.text())
|
2776
|
+
|
2642
2777
|
self.settings.setValue(
|
2643
2778
|
self.settings.SPEC_DYNAMIC_RANGE, int(self.ui.dynamicRangeEdit.value())
|
2644
2779
|
)
|
@@ -219,6 +219,13 @@
|
|
219
219
|
</property>
|
220
220
|
<addaction name="separator"/>
|
221
221
|
</widget>
|
222
|
+
<widget class="QMenu" name="vadModelMenu">
|
223
|
+
<property name="title">
|
224
|
+
<string>Load VAD model</string>
|
225
|
+
</property>
|
226
|
+
<addaction name="speechbrainVadAct"/>
|
227
|
+
<addaction name="kaldiVadAct"/>
|
228
|
+
</widget>
|
222
229
|
<addaction name="acousticModelMenu"/>
|
223
230
|
<addaction name="menuDownload_acoustic_model"/>
|
224
231
|
<addaction name="closeAcousticModelAct"/>
|
@@ -234,6 +241,8 @@
|
|
234
241
|
<addaction name="ivectorExtractorMenu"/>
|
235
242
|
<addaction name="menuDownload_ivector_extractor"/>
|
236
243
|
<addaction name="closeIvectorExtractorAct"/>
|
244
|
+
<addaction name="separator"/>
|
245
|
+
<addaction name="vadModelMenu"/>
|
237
246
|
</widget>
|
238
247
|
<widget class="QMenu" name="menuAlignment">
|
239
248
|
<property name="title">
|
@@ -257,6 +266,11 @@
|
|
257
266
|
<addaction name="cluster_utterances_action"/>
|
258
267
|
<addaction name="classify_speakers_action"/>
|
259
268
|
</widget>
|
269
|
+
<widget class="QMenu" name="menuLanguage">
|
270
|
+
<property name="title">
|
271
|
+
<string>Language</string>
|
272
|
+
</property>
|
273
|
+
</widget>
|
260
274
|
<addaction name="menuCorpus"/>
|
261
275
|
<addaction name="menuEdit"/>
|
262
276
|
<addaction name="menuDictionary"/>
|
@@ -265,6 +279,7 @@
|
|
265
279
|
<addaction name="menuTranscription"/>
|
266
280
|
<addaction name="menuExperimental"/>
|
267
281
|
<addaction name="menuWindow"/>
|
282
|
+
<addaction name="menuLanguage"/>
|
268
283
|
</widget>
|
269
284
|
<widget class="QStatusBar" name="statusbar"/>
|
270
285
|
<widget class="QDockWidget" name="utteranceDockWidget">
|
@@ -345,6 +360,8 @@
|
|
345
360
|
<addaction name="deleteUtterancesAct"/>
|
346
361
|
<addaction name="separator"/>
|
347
362
|
<addaction name="alignUtteranceAct"/>
|
363
|
+
<addaction name="transcribeUtteranceAct"/>
|
364
|
+
<addaction name="trimUtteranceAct"/>
|
348
365
|
<addaction name="segmentUtteranceAct"/>
|
349
366
|
<addaction name="lockEditAct"/>
|
350
367
|
<addaction name="exportFilesAct"/>
|
@@ -781,6 +798,20 @@
|
|
781
798
|
<string>Align the current utterance</string>
|
782
799
|
</property>
|
783
800
|
</action>
|
801
|
+
<action name="trimUtteranceAct">
|
802
|
+
<property name="enabled">
|
803
|
+
<bool>false</bool>
|
804
|
+
</property>
|
805
|
+
<property name="icon">
|
806
|
+
<iconset theme="edit-scissors"/>
|
807
|
+
</property>
|
808
|
+
<property name="text">
|
809
|
+
<string>Trim utterance</string>
|
810
|
+
</property>
|
811
|
+
<property name="toolTip">
|
812
|
+
<string>Trim the current utterance</string>
|
813
|
+
</property>
|
814
|
+
</action>
|
784
815
|
<action name="reloadCorpusAct">
|
785
816
|
<property name="text">
|
786
817
|
<string>Reload corpus text from disk</string>
|
@@ -855,6 +886,44 @@
|
|
855
886
|
<string>Verify transcripts</string>
|
856
887
|
</property>
|
857
888
|
</action>
|
889
|
+
<action name="transcribeUtteranceAct">
|
890
|
+
<property name="enabled">
|
891
|
+
<bool>false</bool>
|
892
|
+
</property>
|
893
|
+
<property name="icon">
|
894
|
+
<iconset theme="edit-pen"/>
|
895
|
+
</property>
|
896
|
+
<property name="text">
|
897
|
+
<string>Transcribe utterance</string>
|
898
|
+
</property>
|
899
|
+
<property name="toolTip">
|
900
|
+
<string>Transcribe the current utterance</string>
|
901
|
+
</property>
|
902
|
+
</action>
|
903
|
+
<action name="actionLoad_VAD_model">
|
904
|
+
<property name="text">
|
905
|
+
<string>Load VAD model</string>
|
906
|
+
</property>
|
907
|
+
</action>
|
908
|
+
<action name="speechbrainVadAct">
|
909
|
+
<property name="checkable">
|
910
|
+
<bool>true</bool>
|
911
|
+
</property>
|
912
|
+
<property name="enabled">
|
913
|
+
<bool>false</bool>
|
914
|
+
</property>
|
915
|
+
<property name="text">
|
916
|
+
<string>speechbrain</string>
|
917
|
+
</property>
|
918
|
+
</action>
|
919
|
+
<action name="kaldiVadAct">
|
920
|
+
<property name="checkable">
|
921
|
+
<bool>true</bool>
|
922
|
+
</property>
|
923
|
+
<property name="text">
|
924
|
+
<string>kaldi</string>
|
925
|
+
</property>
|
926
|
+
</action>
|
858
927
|
</widget>
|
859
928
|
<customwidgets>
|
860
929
|
<customwidget>
|