Anchor-annotator 0.9.0__tar.gz → 0.9.2__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.9.0 → anchor_annotator-0.9.2/Anchor_annotator.egg-info}/PKG-INFO +1 -1
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/Anchor_annotator.egg-info/SOURCES.txt +1 -0
- {anchor_annotator-0.9.0/Anchor_annotator.egg-info → anchor_annotator-0.9.2}/PKG-INFO +1 -1
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/_version.py +2 -2
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/command_line.py +3 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/main.py +2 -9
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/models.py +8 -10
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/plot.py +41 -20
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/undo.py +10 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/widgets.py +28 -14
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/workers.py +11 -1
- anchor_annotator-0.9.2/docs/source/first_steps/examples.rst +39 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/requirements.txt +0 -1
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/.github/workflows/publish.yml +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/.gitignore +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/.pre-commit-config.yaml +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/.readthedocs.yaml +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/Anchor_annotator.egg-info/dependency_links.txt +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/Anchor_annotator.egg-info/requires.txt +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/Anchor_annotator.egg-info/top_level.txt +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/LICENSE +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/README.md +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/__init__.py +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/__main__.py +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/corpus_manager.ui +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/db.py +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/error_dialog.ui +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/main_window.ui +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/preferences.ui +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/fonts/GentiumPlus-R.ttf +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/anchor-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/angle-double-left-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/angle-double-right-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/arrows-left-right-to-line-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/book-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/bug-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/caret-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/caret-left-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/caret-right-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/caret-up-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/case.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/check-circle-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/check-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/chevron-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/chevron-left-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/chevron-right-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/chevron-up-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/circle-question-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/cloud-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/cog-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/compress-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/edit-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/exclamation-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/exclamation-triangle-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/expand-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/external-link-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/fast-backward-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/fast-forward-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/file-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/file-circle-check-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/file-circle-question-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/file-circle-xmark-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/file-export-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/folder-open-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/history-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/keyboard-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/life-ring-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/lock-open-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/lock-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/magic-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/magnifying-glass-location-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/magnifying-glass-minus-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/magnifying-glass-plus-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/magnifying-glass-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/oov-check.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/pause-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/pen-nib-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/play-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/redo-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/regex.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/rotate.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/save-book.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/save-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/scissors-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/sort-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/sort-up-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/speaker.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/sync-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/times-circle-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/times-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/trash-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/undo-book.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/undo-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/user-edit-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/user-minus-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/user-plus-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/user-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/user-times-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/users-slash-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/users-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/volume-mute-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/volume-up-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/actions/word.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_dark/index.theme +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/anchor-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/angle-double-left-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/angle-double-right-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/arrows-left-right-to-line-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/book-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/bug-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/caret-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/caret-left-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/caret-right-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/caret-up-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/case.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/check-circle-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/check-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/chevron-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/chevron-left-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/chevron-right-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/chevron-up-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/circle-question-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/cloud-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/cog-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/compress-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/edit-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/exclamation-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/exclamation-triangle-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/expand-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/external-link-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/fast-backward-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/fast-forward-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/file-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/file-circle-check-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/file-circle-question-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/file-circle-xmark-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/file-export-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/folder-open-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/history-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/keyboard-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/life-ring-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/lock-open-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/lock-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/magic-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/magnifying-glass-location-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/magnifying-glass-minus-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/magnifying-glass-plus-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/magnifying-glass-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/oov-check.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/pause-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/pen-nib-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/play-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/redo-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/regex.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/rotate.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/save-book.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/save-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/scissors-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/sort-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/sort-up-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/speaker.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/sync-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/times-circle-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/times-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/trash-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/undo-book.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/undo-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/user-edit-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/user-minus-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/user-plus-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/user-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/user-times-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/users-slash-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/users-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/volume-mute-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/volume-up-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/actions/word.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/anchor_light/index.theme +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/custom_icons/case-checked.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/custom_icons/oov-check.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/custom_icons/regex-checked.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/custom_icons/spinning_blue.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/custom_icons/spinning_yellow.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/icons/custom_icons/word-checked.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/logos/anchor-blue.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/logos/anchor-yellow.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/logos/loading_screen.gif +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/logos/logo_full.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/logos/logo_text.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources/logos/splash_screen.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources.qrc +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/resources_rc.py +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/settings.py +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/title_screen.ui +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/ui_corpus_manager.py +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/ui_error_dialog.py +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/ui_main_window.py +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/anchor/ui_preferences.py +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/Makefile +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/make.bat +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/anchor-yellow.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/anchor-yellow.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/favicon.ico +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/alignment_interface.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/alignment_settings.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/corpus_menu_load_recent.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/diarization_interface.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/diarization_progress_bar.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/diarization_results.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/diarization_search.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/diarization_utterance.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/dictionary_context_menu.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/dictionary_interface.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/dictionary_menu.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/dictionary_pronunciation.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/dictionary_results.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/dictionary_search.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/edit_menu.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/models_menu_acoustic.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/models_menu_g2p.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/models_menu_ivector.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/models_menu_lm.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/oov_interface.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/oov_pronunciation.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/oov_results.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/oov_search.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/preferences_appearance.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/preferences_general.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/preferences_keybinds.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/preferences_pitch.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/preferences_spec.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/speaker_add.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/speaker_cluster.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/speaker_cluster_legend.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/speaker_cluster_select_multiple.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/speaker_cluster_select_one.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/speaker_cluster_settings.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/speaker_cluster_toolbar.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/speaker_context_menu.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/speaker_interface.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/speaker_results.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/speaker_search.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/speaker_utterance.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_advanced.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_alignment.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_audio.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_bad_alignment.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_edit.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_help.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_interface.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_interface_change_speaker.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_interface_lookup.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_interface_oov.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_interface_tiers.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_list.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_list_header.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_play.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_results.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_search.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_toolbar.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_transcript.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_unaligned.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_waveform.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/img/utterance_zoom.png +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/_static/logo_full.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/changelog/index.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/conf.py +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/first_steps/index.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/getting_started.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/index.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/installation.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/reference/index.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/user_guide/configuration.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/user_guide/diarization.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/user_guide/dictionary.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/user_guide/index.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/user_guide/known_issues.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/user_guide/oovs.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/user_guide/speakers.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/docs/source/user_guide/utterances.rst +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/environment.yml +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/anchor-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/angle-double-left-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/angle-double-right-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/book-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/bug-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/caret-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/caret-left-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/caret-right-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/caret-up-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/case.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/check-circle-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/check-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/chevron-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/chevron-left-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/chevron-right-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/chevron-up-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/circle-question-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/cloud-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/cog-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/compress-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/edit-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/exclamation-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/exclamation-triangle-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/expand-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/external-link-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/fast-backward-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/fast-forward-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/file-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/file-circle-check-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/file-circle-question-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/file-circle-xmark-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/file-export-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/folder-open-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/history-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/keyboard-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/life-ring-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/lock-open-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/lock-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/magic-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/magnifying-glass-location-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/magnifying-glass-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/oov-check.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/pause-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/play-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/redo-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/regex.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/rotate.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/save-book.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/save-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/sort-down-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/sort-up-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/speaker.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/sync-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/times-circle-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/times-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/trash-alt-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/undo-book.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/undo-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/user-edit-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/user-minus-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/user-plus-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/user-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/user-times-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/users-slash-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/users-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/volume-mute-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/volume-up-solid.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/icons/base_tool_buttons/word.svg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/pyproject.toml +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/rtd_environment.yml +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/setup.cfg +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/setup.py +0 -0
- {anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/utility/create_colored_icons.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: Anchor_annotator
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.2
|
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
|
@@ -271,6 +271,7 @@ docs/source/_static/img/utterance_unaligned.png
|
|
271
271
|
docs/source/_static/img/utterance_waveform.png
|
272
272
|
docs/source/_static/img/utterance_zoom.png
|
273
273
|
docs/source/changelog/index.rst
|
274
|
+
docs/source/first_steps/examples.rst
|
274
275
|
docs/source/first_steps/index.rst
|
275
276
|
docs/source/reference/index.rst
|
276
277
|
docs/source/user_guide/configuration.rst
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: Anchor_annotator
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.2
|
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
|
@@ -764,9 +764,6 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
764
764
|
for worker in self.workers:
|
765
765
|
worker.stopped.set()
|
766
766
|
self.file_utterances_model.clean_up_for_close()
|
767
|
-
self.settings.setValue(
|
768
|
-
AnchorSettings.UTTERANCES_VISIBLE, self.ui.utteranceDockWidget.isVisible()
|
769
|
-
)
|
770
767
|
self.settings.setValue(
|
771
768
|
AnchorSettings.DICTIONARY_VISIBLE, self.ui.dictionaryDockWidget.isVisible()
|
772
769
|
)
|
@@ -934,7 +931,6 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
934
931
|
self.corpus_undo_stack.cleanChanged.connect(self.corpus_changed)
|
935
932
|
self.ui.lockEditAct.toggled.connect(self.undo_act.setDisabled)
|
936
933
|
self.ui.lockEditAct.toggled.connect(self.redo_act.setDisabled)
|
937
|
-
self.ui.menuWindow.addAction(self.ui.utteranceDockWidget.toggleViewAction())
|
938
934
|
self.ui.menuWindow.addAction(self.ui.dictionaryDockWidget.toggleViewAction())
|
939
935
|
self.ui.menuWindow.addAction(self.ui.oovDockWidget.toggleViewAction())
|
940
936
|
self.ui.menuWindow.addAction(self.ui.speakerDockWidget.toggleViewAction())
|
@@ -1217,6 +1213,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1217
1213
|
|
1218
1214
|
for m in (
|
1219
1215
|
session.query(anchor.db.Dictionary)
|
1216
|
+
.filter(anchor.db.Dictionary.path != '.')
|
1220
1217
|
.filter_by(available_locally=True)
|
1221
1218
|
.order_by(anchor.db.Dictionary.last_used.desc())
|
1222
1219
|
):
|
@@ -1839,7 +1836,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1839
1836
|
self.ui.titleScreen.setVisible(False)
|
1840
1837
|
|
1841
1838
|
self.ui.utteranceDockWidget.setVisible(
|
1842
|
-
|
1839
|
+
True
|
1843
1840
|
)
|
1844
1841
|
self.ui.dictionaryDockWidget.setVisible(
|
1845
1842
|
self.settings.value(AnchorSettings.DICTIONARY_VISIBLE)
|
@@ -1972,8 +1969,6 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1972
1969
|
if dock_tab_bar.tabText(i) == "Utterances":
|
1973
1970
|
dock_tab_bar.setCurrentIndex(i)
|
1974
1971
|
break
|
1975
|
-
else:
|
1976
|
-
self.ui.utteranceDockWidget.toggleViewAction().trigger()
|
1977
1972
|
self.ui.utteranceListWidget.search_box.setFocus()
|
1978
1973
|
if search_term is not None:
|
1979
1974
|
self.ui.utteranceListWidget.search_box.setQuery(search_term)
|
@@ -1989,8 +1984,6 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1989
1984
|
if dock_tab_bar.tabText(i) == "Utterances":
|
1990
1985
|
dock_tab_bar.setCurrentIndex(i)
|
1991
1986
|
break
|
1992
|
-
else:
|
1993
|
-
self.ui.utteranceDockWidget.toggleViewAction().trigger()
|
1994
1987
|
|
1995
1988
|
def open_search_speaker(self, search_term=None, show=False):
|
1996
1989
|
if search_term is not None:
|
@@ -1375,11 +1375,18 @@ class DictionaryTableModel(TableModel):
|
|
1375
1375
|
self.g2p_generator: typing.Optional[PyniniValidator] = None
|
1376
1376
|
self.word_sets = {}
|
1377
1377
|
self.speaker_mapping = {}
|
1378
|
-
|
1378
|
+
|
1379
1379
|
self.graphemes = []
|
1380
1380
|
self.reference_phone_set = set()
|
1381
1381
|
self.custom_mapping = {}
|
1382
1382
|
|
1383
|
+
@property
|
1384
|
+
def phones(self):
|
1385
|
+
phones = [x.phone for x in self.corpus_model.phones.values() if x.phone_type == PhoneType.non_silence]
|
1386
|
+
if self.corpus_model.corpus.position_dependent_phones:
|
1387
|
+
phones = sorted(set(x.rsplit("_", maxsplit=1)[0] for x in phones))
|
1388
|
+
return phones
|
1389
|
+
|
1383
1390
|
def set_custom_mapping(self, path):
|
1384
1391
|
with mfa_open(path, "r") as f:
|
1385
1392
|
self.custom_mapping = {k: v for k, v in yaml.safe_load(f).items() if k in self.phones}
|
@@ -1413,15 +1420,6 @@ class DictionaryTableModel(TableModel):
|
|
1413
1420
|
|
1414
1421
|
def setup(self) -> None:
|
1415
1422
|
self.refresh_dictionaries()
|
1416
|
-
phones = [
|
1417
|
-
x
|
1418
|
-
for x, in self.corpus_model.session.query(Phone.phone).filter(
|
1419
|
-
Phone.phone_type == PhoneType.non_silence
|
1420
|
-
)
|
1421
|
-
]
|
1422
|
-
if self.corpus_model.corpus.position_dependent_phones:
|
1423
|
-
phones = sorted(set(x.rsplit("_", maxsplit=1)[0] for x in phones))
|
1424
|
-
self.phones = phones
|
1425
1423
|
specials = self.corpus_model.corpus.specials_set
|
1426
1424
|
specials.update(
|
1427
1425
|
[
|
@@ -10,7 +10,8 @@ from typing import Optional
|
|
10
10
|
import numpy as np
|
11
11
|
import pyqtgraph as pg
|
12
12
|
import sqlalchemy
|
13
|
-
from
|
13
|
+
from kalpy.gmm.data import CtmInterval
|
14
|
+
from _kalpy.util import align_intervals
|
14
15
|
from montreal_forced_aligner.db import (
|
15
16
|
PhoneInterval,
|
16
17
|
Pronunciation,
|
@@ -600,6 +601,7 @@ class UtteranceView(QtWidgets.QWidget):
|
|
600
601
|
tier.draggingLine.connect(self.audio_plot.update_drag_line)
|
601
602
|
tier.lineDragFinished.connect(self.audio_plot.hide_drag_line)
|
602
603
|
tier.receivedWheelEvent.connect(self.audio_plot.wheelEvent)
|
604
|
+
tier.receivedGestureEvent.connect(self.audio_plot.gestureEvent)
|
603
605
|
tier.set_extra_tiers(self.extra_tiers)
|
604
606
|
tier.setZValue(30)
|
605
607
|
available_speakers[speaker_name] = speaker_id
|
@@ -1136,9 +1138,8 @@ class TranscriberErrorHighlighter(QtGui.QSyntaxHighlighter):
|
|
1136
1138
|
if self.alignment:
|
1137
1139
|
current_align_ind = 0
|
1138
1140
|
for word_object in re.finditer(self.WORDS, text.lower()):
|
1139
|
-
sb = self.alignment
|
1140
|
-
|
1141
|
-
if sb == "-":
|
1141
|
+
sa, sb = self.alignment[current_align_ind]
|
1142
|
+
if sb.label == "-":
|
1142
1143
|
start = word_object.start() - 1
|
1143
1144
|
if start < 0:
|
1144
1145
|
start = 0
|
@@ -1148,19 +1149,18 @@ class TranscriberErrorHighlighter(QtGui.QSyntaxHighlighter):
|
|
1148
1149
|
count,
|
1149
1150
|
self.highlight_format,
|
1150
1151
|
)
|
1151
|
-
while sb != word_object.group():
|
1152
|
+
while sb.label != word_object.group():
|
1152
1153
|
current_align_ind += 1
|
1153
|
-
sb = self.alignment
|
1154
|
-
|
1155
|
-
|
1156
|
-
if sb != sa:
|
1154
|
+
sa, sb = self.alignment[current_align_ind]
|
1155
|
+
if sb.label == word_object.group():
|
1156
|
+
if sb.label != sa.label:
|
1157
1157
|
self.setFormat(
|
1158
1158
|
word_object.start(),
|
1159
1159
|
word_object.end() - word_object.start(),
|
1160
1160
|
self.highlight_format,
|
1161
1161
|
)
|
1162
1162
|
current_align_ind += 1
|
1163
|
-
if current_align_ind < len(self.alignment
|
1163
|
+
if current_align_ind < len(self.alignment):
|
1164
1164
|
self.setFormat(
|
1165
1165
|
len(text) - 1,
|
1166
1166
|
1,
|
@@ -2652,16 +2652,9 @@ class UtteranceRegion(MfaRegion):
|
|
2652
2652
|
|
2653
2653
|
def update_transcription_highlight(self):
|
2654
2654
|
if self.item.normalized_text and self.item.transcription_text:
|
2655
|
-
|
2656
|
-
|
2657
|
-
|
2658
|
-
0,
|
2659
|
-
-2,
|
2660
|
-
-1,
|
2661
|
-
-1,
|
2662
|
-
gap_char=["-"],
|
2663
|
-
one_alignment_only=True,
|
2664
|
-
)[0]
|
2655
|
+
ref_intervals = [CtmInterval(0.0, 0.0, w) for w in self.item.normalized_text.lower().split()]
|
2656
|
+
test_intervals = [CtmInterval(0.0, 0.0, w) for w in self.item.transcription_text.lower().split()]
|
2657
|
+
alignment = align_intervals(ref_intervals, test_intervals, "<eps>", {})
|
2665
2658
|
self.transcription_text.highlighter.set_alignment(alignment)
|
2666
2659
|
|
2667
2660
|
def set_search_term(self, term):
|
@@ -3264,6 +3257,7 @@ class AudioPlots(pg.GraphicsObject):
|
|
3264
3257
|
self.wave_form.setParentItem(self)
|
3265
3258
|
self.spectrogram.setParentItem(self)
|
3266
3259
|
self.pitch_track.setParentItem(self)
|
3260
|
+
self.grabGesture(QtCore.Qt.PinchGesture)
|
3267
3261
|
color = self.plot_theme.selected_range_color
|
3268
3262
|
color.setAlphaF(0.25)
|
3269
3263
|
self.selection_brush = pg.mkBrush(color)
|
@@ -3318,6 +3312,20 @@ class AudioPlots(pg.GraphicsObject):
|
|
3318
3312
|
def hide_drag_line(self):
|
3319
3313
|
self.update_line.hide()
|
3320
3314
|
|
3315
|
+
def sceneEvent(self, ev):
|
3316
|
+
if ev.type() == QtCore.QEvent.Gesture:
|
3317
|
+
return self.gestureEvent(ev)
|
3318
|
+
return super().sceneEvent(ev)
|
3319
|
+
|
3320
|
+
def gestureEvent(self, ev):
|
3321
|
+
ev.accept()
|
3322
|
+
pinch = ev.gesture(QtCore.Qt.PinchGesture)
|
3323
|
+
if pinch is not None:
|
3324
|
+
delta = pinch.scaleFactor()
|
3325
|
+
sc = delta
|
3326
|
+
center = self.getViewBox().mapToView(pinch.centerPoint())
|
3327
|
+
self.selection_model.zoom(sc, center.x())
|
3328
|
+
|
3321
3329
|
def wheelEvent(self, ev: QtWidgets.QGraphicsSceneWheelEvent):
|
3322
3330
|
ev.accept()
|
3323
3331
|
delta = ev.delta()
|
@@ -3446,6 +3454,7 @@ class AudioPlots(pg.GraphicsObject):
|
|
3446
3454
|
|
3447
3455
|
class SpeakerTier(pg.GraphicsObject):
|
3448
3456
|
receivedWheelEvent = QtCore.Signal(object)
|
3457
|
+
receivedGestureEvent = QtCore.Signal(object)
|
3449
3458
|
draggingLine = QtCore.Signal(object)
|
3450
3459
|
lineDragFinished = QtCore.Signal(object)
|
3451
3460
|
|
@@ -3499,10 +3508,22 @@ class SpeakerTier(pg.GraphicsObject):
|
|
3499
3508
|
self.selection_model.model().utterancesReady.connect(self.refresh)
|
3500
3509
|
self.available_speakers = {}
|
3501
3510
|
self.painter_path_cache = {}
|
3511
|
+
self.grabGesture(QtCore.Qt.PinchGesture)
|
3502
3512
|
|
3503
3513
|
def wheelEvent(self, ev):
|
3504
3514
|
self.receivedWheelEvent.emit(ev)
|
3505
3515
|
|
3516
|
+
def sceneEvent(self, ev):
|
3517
|
+
if ev.type() == QtCore.QEvent.Gesture:
|
3518
|
+
return self.gestureEvent(ev)
|
3519
|
+
return super().sceneEvent(ev)
|
3520
|
+
|
3521
|
+
def gestureEvent(self, ev):
|
3522
|
+
ev.accept()
|
3523
|
+
pinch = ev.gesture(QtCore.Qt.PinchGesture)
|
3524
|
+
if pinch is not None:
|
3525
|
+
self.receivedGestureEvent.emit(ev)
|
3526
|
+
|
3506
3527
|
def create_utterance(self, begin, end):
|
3507
3528
|
self.file_model.create_utterance(self.speaker_id, begin, end)
|
3508
3529
|
|
@@ -448,12 +448,15 @@ class DeleteReferenceIntervalsCommand(FileCommand):
|
|
448
448
|
super().__init__(file_model)
|
449
449
|
self.utterance = utterance
|
450
450
|
self.reference_intervals = None
|
451
|
+
self.reference_word_intervals = None
|
451
452
|
self.reference_workflow = None
|
452
453
|
|
453
454
|
def _redo(self, session) -> None:
|
454
455
|
if self.reference_intervals is None:
|
455
456
|
self.reference_intervals = self.utterance.reference_phone_intervals
|
457
|
+
self.reference_word_intervals = self.utterance.reference_word_intervals
|
456
458
|
self.utterance.reference_phone_intervals = []
|
459
|
+
self.utterance.reference_word_intervals = []
|
457
460
|
self.utterance.manual_alignments = False
|
458
461
|
session.merge(self.utterance)
|
459
462
|
|
@@ -462,10 +465,17 @@ class DeleteReferenceIntervalsCommand(FileCommand):
|
|
462
465
|
for pi in self.reference_intervals:
|
463
466
|
make_transient(pi)
|
464
467
|
reference_phone_intervals.append(pi)
|
468
|
+
reference_word_intervals = []
|
469
|
+
for wi in self.reference_word_intervals:
|
470
|
+
make_transient(wi)
|
471
|
+
reference_word_intervals.append(wi)
|
465
472
|
self.utterance.manual_alignments = True
|
466
473
|
self.utterance.reference_phone_intervals = sorted(
|
467
474
|
reference_phone_intervals, key=lambda x: x.begin
|
468
475
|
)
|
476
|
+
self.utterance.reference_word_intervals = sorted(
|
477
|
+
reference_word_intervals, key=lambda x: x.begin
|
478
|
+
)
|
469
479
|
session.merge(self.utterance)
|
470
480
|
|
471
481
|
def update_data(self):
|
@@ -1732,7 +1732,7 @@ class IpaKeyboard(QtWidgets.QMenu):
|
|
1732
1732
|
def __init__(self, phones, parent=None):
|
1733
1733
|
super().__init__(parent)
|
1734
1734
|
self.settings = AnchorSettings()
|
1735
|
-
layout = QtWidgets.
|
1735
|
+
layout = QtWidgets.QHBoxLayout()
|
1736
1736
|
self.scroll_area = QtWidgets.QScrollArea(self)
|
1737
1737
|
self.scroll_area.setFocusPolicy(QtCore.Qt.FocusPolicy.NoFocus)
|
1738
1738
|
widget = QtWidgets.QWidget(self)
|
@@ -1753,12 +1753,13 @@ class IpaKeyboard(QtWidgets.QMenu):
|
|
1753
1753
|
col_index = 0
|
1754
1754
|
row_index += 1
|
1755
1755
|
layout.addWidget(self.scroll_area)
|
1756
|
+
scroll_layout.setContentsMargins(0,0,0,0)
|
1756
1757
|
widget.setLayout(scroll_layout)
|
1757
1758
|
self.scroll_area.setWidget(widget)
|
1758
1759
|
self.setLayout(layout)
|
1759
1760
|
self.setFocusPolicy(QtCore.Qt.FocusPolicy.NoFocus)
|
1760
1761
|
self.scroll_area.setMinimumWidth(
|
1761
|
-
widget.sizeHint().width() + self.scroll_area.verticalScrollBar().sizeHint().width()
|
1762
|
+
widget.sizeHint().width() + self.scroll_area.verticalScrollBar().sizeHint().width() + 1
|
1762
1763
|
)
|
1763
1764
|
self.scroll_area.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarPolicy.ScrollBarAlwaysOff)
|
1764
1765
|
self.setStyleSheet(self.settings.keyboard_style_sheet)
|
@@ -1773,7 +1774,10 @@ class IpaKeyboard(QtWidgets.QMenu):
|
|
1773
1774
|
self.inputPhone.emit(b.text(), True)
|
1774
1775
|
|
1775
1776
|
def showEvent(self, event: QtGui.QShowEvent) -> None:
|
1776
|
-
|
1777
|
+
super().showEvent(event)
|
1778
|
+
pos = self.parent().geometry().bottomLeft()
|
1779
|
+
p = self.parent().mapToGlobal(pos)
|
1780
|
+
|
1777
1781
|
geo = self.geometry()
|
1778
1782
|
new_pos = int(p.x() - (geo.width() / 2))
|
1779
1783
|
self.move(new_pos, p.y())
|
@@ -1814,6 +1818,21 @@ class PronunciationField(QtWidgets.QTextEdit):
|
|
1814
1818
|
self.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarPolicy.ScrollBarAlwaysOff)
|
1815
1819
|
|
1816
1820
|
|
1821
|
+
class KeyboardWidget(QtWidgets.QPushButton):
|
1822
|
+
def __init__(self, phones, *args, **kwargs):
|
1823
|
+
super().__init__(*args, **kwargs)
|
1824
|
+
self.setFocusPolicy(QtCore.Qt.FocusPolicy.NoFocus)
|
1825
|
+
keyboard_icon = QtGui.QIcon.fromTheme("input-keyboard")
|
1826
|
+
self.setIcon(keyboard_icon)
|
1827
|
+
self.keyboard = IpaKeyboard(phones, self)
|
1828
|
+
self.setMenu(self.keyboard)
|
1829
|
+
|
1830
|
+
self.clicked.connect(self.showMenu)
|
1831
|
+
|
1832
|
+
def showMenu(self):
|
1833
|
+
self.menu().show()
|
1834
|
+
|
1835
|
+
|
1817
1836
|
class PronunciationInput(QtWidgets.QToolBar):
|
1818
1837
|
validationError = QtCore.Signal(object)
|
1819
1838
|
returnPressed = QtCore.Signal()
|
@@ -1842,15 +1861,10 @@ class PronunciationInput(QtWidgets.QToolBar):
|
|
1842
1861
|
|
1843
1862
|
self.cancel_action = QtGui.QAction(icon=cancel_icon, parent=self)
|
1844
1863
|
self.cancel_action.triggered.connect(self.cancel)
|
1845
|
-
keyboard_icon = QtGui.QIcon.fromTheme("input-keyboard")
|
1846
1864
|
|
1847
|
-
self.keyboard_widget =
|
1848
|
-
self.keyboard_widget.
|
1849
|
-
self.keyboard_widget.
|
1850
|
-
self.keyboard = IpaKeyboard(phones)
|
1851
|
-
self.keyboard.installEventFilter(self)
|
1852
|
-
self.keyboard.inputPhone.connect(self.add_phone)
|
1853
|
-
self.keyboard_widget.setMenu(self.keyboard)
|
1865
|
+
self.keyboard_widget = KeyboardWidget(phones, self)
|
1866
|
+
self.keyboard_widget.keyboard.installEventFilter(self)
|
1867
|
+
self.keyboard_widget.keyboard.inputPhone.connect(self.add_phone)
|
1854
1868
|
|
1855
1869
|
self.addWidget(self.input)
|
1856
1870
|
self.addWidget(self.keyboard_widget)
|
@@ -2033,14 +2047,14 @@ class EditableDelegate(QtWidgets.QStyledItemDelegate):
|
|
2033
2047
|
|
2034
2048
|
def setEditorData(
|
2035
2049
|
self,
|
2036
|
-
editor:
|
2050
|
+
editor: WordInput,
|
2037
2051
|
index: typing.Union[QtCore.QModelIndex, QtCore.QPersistentModelIndex],
|
2038
2052
|
) -> None:
|
2039
2053
|
editor.setText(index.model().data(index, QtCore.Qt.ItemDataRole.EditRole))
|
2040
2054
|
|
2041
2055
|
def setModelData(
|
2042
2056
|
self,
|
2043
|
-
editor:
|
2057
|
+
editor: WordInput,
|
2044
2058
|
model: DictionaryTableModel,
|
2045
2059
|
index: typing.Union[QtCore.QModelIndex, QtCore.QPersistentModelIndex],
|
2046
2060
|
) -> None:
|
@@ -2051,7 +2065,7 @@ class EditableDelegate(QtWidgets.QStyledItemDelegate):
|
|
2051
2065
|
|
2052
2066
|
def updateEditorGeometry(
|
2053
2067
|
self,
|
2054
|
-
editor:
|
2068
|
+
editor: WordInput,
|
2055
2069
|
option: QtWidgets.QStyleOptionViewItem,
|
2056
2070
|
index: typing.Union[QtCore.QModelIndex, QtCore.QPersistentModelIndex],
|
2057
2071
|
) -> None:
|
@@ -55,6 +55,7 @@ from montreal_forced_aligner.db import (
|
|
55
55
|
Dictionary2Job,
|
56
56
|
File,
|
57
57
|
Phone,
|
58
|
+
Job,
|
58
59
|
PhoneInterval,
|
59
60
|
Pronunciation,
|
60
61
|
ReferencePhoneInterval,
|
@@ -3935,6 +3936,11 @@ class ImportDictionaryWorker(FunctionWorker): # pragma: no cover
|
|
3935
3936
|
session.query(Word).delete()
|
3936
3937
|
session.query(Phone).delete()
|
3937
3938
|
session.execute(sqlalchemy.update(Speaker).values(dictionary_id=None))
|
3939
|
+
session.flush()
|
3940
|
+
d = session.query(Dictionary).filter(Dictionary.name=='.').first()
|
3941
|
+
if d is not None:
|
3942
|
+
d.delete()
|
3943
|
+
session.flush()
|
3938
3944
|
session.execute(
|
3939
3945
|
sqlalchemy.update(CorpusWorkflow).values(
|
3940
3946
|
done=False, alignments_collected=False, score=None
|
@@ -3945,8 +3951,12 @@ class ImportDictionaryWorker(FunctionWorker): # pragma: no cover
|
|
3945
3951
|
session.commit()
|
3946
3952
|
corpus.dictionary_setup()
|
3947
3953
|
with corpus.session() as session:
|
3954
|
+
d = session.query(Dictionary).filter(Dictionary.name==self.dictionary_path.stem).first()
|
3955
|
+
jobs = session.query(Job).all()
|
3956
|
+
for j in jobs:
|
3957
|
+
j.dictionaries = [d]
|
3948
3958
|
session.execute(
|
3949
|
-
sqlalchemy.update(Speaker).values(dictionary_id=
|
3959
|
+
sqlalchemy.update(Speaker).values(dictionary_id=d.id)
|
3950
3960
|
)
|
3951
3961
|
session.commit()
|
3952
3962
|
corpus.text_normalized = False
|
@@ -0,0 +1,39 @@
|
|
1
|
+
|
2
|
+
.. _`LibriSpeech data set`: https://drive.google.com/open?id=1MNlwIv5VyMemrXcZCcC6hENSZpojkdpm
|
3
|
+
|
4
|
+
.. _examples:
|
5
|
+
|
6
|
+
********
|
7
|
+
Examples
|
8
|
+
********
|
9
|
+
|
10
|
+
.. _alignment_example:
|
11
|
+
|
12
|
+
Example 1: Aligning LibriSpeech (English)
|
13
|
+
=========================================
|
14
|
+
|
15
|
+
.. note::
|
16
|
+
|
17
|
+
This example mirrors the example in
|
18
|
+
`the MFA alignment example <https://montreal-forced-aligner.readthedocs.io/en/latest/first_steps/example.html#example-1-aligning-librispeech-english>`_.
|
19
|
+
|
20
|
+
Set up
|
21
|
+
------
|
22
|
+
|
23
|
+
1. Ensure you have installed Anchor via :ref:`installation`.
|
24
|
+
4. Download the prepared LibriSpeech dataset (`LibriSpeech data set`_) and extract it somewhere on your computer
|
25
|
+
|
26
|
+
|
27
|
+
Loading the corpus
|
28
|
+
------------------
|
29
|
+
|
30
|
+
In a terminal with the conda environment created in :ref:`installation` activated enter the following:
|
31
|
+
|
32
|
+
.. code-block:: bash
|
33
|
+
|
34
|
+
mfa anchor
|
35
|
+
|
36
|
+
.. warning::
|
37
|
+
|
38
|
+
Under construction
|
39
|
+
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{anchor_annotator-0.9.0 → anchor_annotator-0.9.2}/Anchor_annotator.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|