Anchor-annotator 0.4.0__tar.gz → 0.6.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.4.0 → anchor_annotator-0.6.0}/.gitignore +8 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0/Anchor_annotator.egg-info}/PKG-INFO +1 -1
- anchor_annotator-0.6.0/Anchor_annotator.egg-info/SOURCES.txt +351 -0
- {anchor_annotator-0.4.0/Anchor_annotator.egg-info → anchor_annotator-0.6.0}/PKG-INFO +1 -1
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/_version.py +2 -2
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/error_dialog.ui +14 -11
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/main.py +180 -68
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/main_window.ui +25 -586
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/models.py +34 -18
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/plot.py +302 -119
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/preferences.ui +173 -138
- anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions/circle-question-solid.svg +1 -0
- anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions/cloud-arrow-down-solid.svg +1 -0
- anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/index.theme +10 -0
- anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions/circle-question-solid.svg +1 -0
- anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions/cloud-arrow-down-solid.svg +1 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/exclamation-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/exclamation-triangle-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/times-circle-solid.svg +1 -1
- anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/index.theme +10 -0
- anchor_annotator-0.6.0/anchor/resources.qrc +125 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/resources_rc.py +6656 -4801
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/settings.py +178 -93
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/ui_error_dialog.py +15 -16
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/ui_main_window.py +40 -612
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/ui_preferences.py +75 -44
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/undo.py +0 -1
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/widgets.py +145 -112
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/workers.py +29 -1
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/changelog/index.rst +7 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/environment.yml +2 -0
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/anchor-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/angle-double-left-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/angle-double-right-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/arrows-left-right-to-line-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/book-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/bug-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/caret-down-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/caret-left-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/caret-right-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/caret-up-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/case.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/check-circle-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/check-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/chevron-down-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/chevron-left-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/chevron-right-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/chevron-up-solid.svg +1 -1
- anchor_annotator-0.6.0/icons/base_tool_buttons/circle-question-solid.svg +1 -0
- anchor_annotator-0.6.0/icons/base_tool_buttons/cloud-arrow-down-solid.svg +1 -0
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/cog-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/compress-arrows-alt-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/edit-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/expand-arrows-alt-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/external-link-alt-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/fast-backward-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/fast-forward-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/file-arrow-down-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/file-circle-check-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/file-circle-question-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/file-circle-xmark-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/file-export-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/folder-open-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/history-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/keyboard-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/life-ring-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/lock-open-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/lock-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/magic-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/magnifying-glass-location-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/magnifying-glass-minus-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/magnifying-glass-plus-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/magnifying-glass-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/oov-check.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/pause-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/play-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/redo-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/regex.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/rotate.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/save-book.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/save-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/sort-down-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/sort-up-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/speaker.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/sync-alt-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/times-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/trash-alt-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/undo-book.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/undo-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/user-edit-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/user-minus-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/user-plus-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/user-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/user-times-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/users-slash-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/users-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/volume-mute-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/volume-up-solid.svg +1 -1
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/icons/base_tool_buttons}/word.svg +1 -1
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/requirements.txt +0 -1
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/rtd_environment.yml +2 -1
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/utility/create_colored_icons.py +1 -1
- anchor_annotator-0.4.0/Anchor_annotator.egg-info/SOURCES.txt +0 -477
- anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons/exclamation-triangle-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons/angle-double-left-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons/expand-arrows-alt-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons/rotate.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons/user-times-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/anchor-solid.svg +0 -3
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/angle-double-right-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/arrows-left-right-to-line-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/book-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/bug-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/caret-down-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/caret-left-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/caret-right-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/caret-up-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/check-circle-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/check-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/chevron-down-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/chevron-left-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/chevron-right-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/chevron-up-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/cog-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/compress-arrows-alt-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/edit-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/exclamation-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/external-link-alt-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/fast-backward-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/fast-forward-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/file-arrow-down-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/file-circle-check-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/file-circle-question-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/file-circle-xmark-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/file-export-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/folder-open-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/history-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/keyboard-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/life-ring-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/lock-open-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/lock-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/magic-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/magnifying-glass-location-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/magnifying-glass-minus-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/magnifying-glass-plus-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/magnifying-glass-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/pause-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/play-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/redo-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/save-book.svg +0 -5
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/save-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/sort-down-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/sort-up-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/speaker.svg +0 -3
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/sync-alt-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/times-circle-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/times-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/trash-alt-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/undo-book.svg +0 -5
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/undo-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/user-edit-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/user-minus-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/user-plus-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/user-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/users-slash-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/users-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/volume-mute-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/volume-up-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/anchor-solid.svg +0 -3
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/angle-double-left-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/angle-double-right-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/arrows-left-right-to-line-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/book-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/bug-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/caret-down-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/caret-left-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/caret-right-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/caret-up-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/case.svg +0 -3
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/check-circle-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/check-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/chevron-down-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/chevron-left-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/chevron-right-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/chevron-up-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/cog-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/compress-arrows-alt-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/edit-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/exclamation-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/exclamation-triangle-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/expand-arrows-alt-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/external-link-alt-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/fast-backward-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/fast-forward-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/file-arrow-down-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/file-circle-check-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/file-circle-question-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/file-circle-xmark-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/file-export-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/folder-open-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/history-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/keyboard-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/life-ring-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/lock-open-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/lock-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/magic-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/magnifying-glass-location-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/magnifying-glass-minus-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/magnifying-glass-plus-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/magnifying-glass-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/oov-check.svg +0 -5
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/pause-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/play-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/redo-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/regex.svg +0 -3
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/rotate.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/save-book.svg +0 -5
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/save-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/sort-down-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/sort-up-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/speaker.svg +0 -3
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/sync-alt-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/times-circle-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/times-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/trash-alt-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/undo-book.svg +0 -5
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/undo-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/user-edit-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/user-minus-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/user-plus-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/user-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/user-times-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/users-slash-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/users-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/volume-mute-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/volume-up-solid.svg +0 -1
- anchor_annotator-0.4.0/anchor/resources/hover_tool_buttons/word.svg +0 -3
- anchor_annotator-0.4.0/anchor/resources.qrc +0 -95
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/.github/workflows/publish.yml +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/.pre-commit-config.yaml +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/.readthedocs.yaml +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/Anchor_annotator.egg-info/dependency_links.txt +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/Anchor_annotator.egg-info/requires.txt +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/Anchor_annotator.egg-info/top_level.txt +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/LICENSE +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/README.md +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/__init__.py +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/__main__.py +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/command_line.py +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/corpus_manager.ui +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/db.py +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/resources/fonts/GentiumPlus-R.ttf +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/anchor-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/angle-double-left-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/angle-double-right-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/arrows-left-right-to-line-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/book-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/bug-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/caret-down-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/caret-left-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/caret-right-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/caret-up-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/case.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/check-circle-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/check-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/chevron-down-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/chevron-left-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/chevron-right-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/chevron-up-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/cog-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/compress-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/edit-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/exclamation-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/exclamation-triangle-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/expand-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/external-link-alt-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/fast-backward-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/fast-forward-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/file-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/file-circle-check-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/file-circle-question-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/file-circle-xmark-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/file-export-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/folder-open-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/history-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/keyboard-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/life-ring-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/lock-open-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/lock-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/magic-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/magnifying-glass-location-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/magnifying-glass-minus-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/magnifying-glass-plus-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/magnifying-glass-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/oov-check.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/pause-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/play-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/redo-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/regex.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/rotate.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/save-book.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/save-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/sort-down-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/sort-up-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/speaker.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/sync-alt-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/times-circle-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/times-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/trash-alt-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/undo-book.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/undo-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/user-edit-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/user-minus-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/user-plus-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/user-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/user-times-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/users-slash-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/users-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/volume-mute-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/volume-up-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/checked_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_dark/actions}/word.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/anchor-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/angle-double-left-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/angle-double-right-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/arrows-left-right-to-line-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/book-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/bug-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/caret-down-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/caret-left-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/caret-right-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/caret-up-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/case.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/check-circle-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/check-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/chevron-down-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/chevron-left-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/chevron-right-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/chevron-up-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/cog-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/compress-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/edit-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/expand-arrows-alt-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/external-link-alt-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/fast-backward-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/fast-forward-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/file-arrow-down-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/file-circle-check-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/file-circle-question-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/file-circle-xmark-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/file-export-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/folder-open-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/history-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/keyboard-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/life-ring-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/lock-open-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/lock-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/magic-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/magnifying-glass-location-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/magnifying-glass-minus-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/magnifying-glass-plus-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/magnifying-glass-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/oov-check.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/pause-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/play-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/redo-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/regex.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/rotate.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/save-book.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/save-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/sort-down-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/sort-up-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/speaker.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/sync-alt-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/times-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/trash-alt-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/undo-book.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/undo-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/user-edit-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/user-minus-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/user-plus-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/user-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/user-times-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/users-slash-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/users-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/volume-mute-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/volume-up-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/base_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/anchor_light/actions}/word.svg +0 -0
- /anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/case.svg → /anchor_annotator-0.6.0/anchor/resources/icons/custom_icons/case-checked.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources/disabled_tool_buttons → anchor_annotator-0.6.0/anchor/resources/icons/custom_icons}/oov-check.svg +0 -0
- /anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/regex.svg → /anchor_annotator-0.6.0/anchor/resources/icons/custom_icons/regex-checked.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources → anchor_annotator-0.6.0/anchor/resources/icons/custom_icons}/spinning_blue.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources → anchor_annotator-0.6.0/anchor/resources/icons/custom_icons}/spinning_yellow.svg +0 -0
- /anchor_annotator-0.4.0/anchor/resources/highlighted_tool_buttons/word.svg → /anchor_annotator-0.6.0/anchor/resources/icons/custom_icons/word-checked.svg +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/resources/logos/anchor-blue.svg +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/resources/logos/anchor-yellow.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources → anchor_annotator-0.6.0/anchor/resources/logos}/loading_screen.gif +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/resources/logos/logo_full.svg +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/resources/logos/logo_text.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources → anchor_annotator-0.6.0/anchor/resources/logos}/splash_screen.svg +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/title_screen.ui +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/anchor/ui_corpus_manager.py +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/Makefile +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/make.bat +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/anchor-yellow.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/anchor-yellow.svg +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/favicon.ico +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/alignment_interface.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/alignment_settings.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/corpus_menu_load_recent.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/diarization_interface.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/diarization_progress_bar.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/diarization_results.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/diarization_search.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/diarization_utterance.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/dictionary_context_menu.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/dictionary_interface.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/dictionary_menu.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/dictionary_pronunciation.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/dictionary_results.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/dictionary_search.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/edit_menu.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/models_menu_acoustic.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/models_menu_g2p.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/models_menu_ivector.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/models_menu_lm.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/oov_interface.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/oov_pronunciation.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/oov_results.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/oov_search.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/preferences_appearance.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/preferences_general.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/preferences_keybinds.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/preferences_pitch.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/preferences_spec.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/speaker_add.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/speaker_cluster.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/speaker_cluster_legend.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/speaker_cluster_select_multiple.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/speaker_cluster_select_one.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/speaker_cluster_settings.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/speaker_cluster_toolbar.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/speaker_context_menu.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/speaker_interface.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/speaker_results.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/speaker_search.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/speaker_utterance.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_advanced.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_alignment.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_audio.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_bad_alignment.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_edit.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_help.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_interface.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_interface_change_speaker.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_interface_lookup.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_interface_oov.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_interface_tiers.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_list.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_list_header.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_play.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_results.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_search.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_toolbar.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_transcript.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_unaligned.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_waveform.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/img/utterance_zoom.png +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/_static/logo_full.svg +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/conf.py +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/first_steps/index.rst +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/getting_started.rst +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/index.rst +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/installation.rst +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/reference/index.rst +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/user_guide/configuration.rst +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/user_guide/diarization.rst +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/user_guide/dictionary.rst +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/user_guide/index.rst +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/user_guide/known_issues.rst +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/user_guide/oovs.rst +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/user_guide/speakers.rst +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/docs/source/user_guide/utterances.rst +0 -0
- {anchor_annotator-0.4.0/anchor/resources → anchor_annotator-0.6.0/icons}/base_tool_buttons/exclamation-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources → anchor_annotator-0.6.0/icons}/base_tool_buttons/exclamation-triangle-solid.svg +0 -0
- {anchor_annotator-0.4.0/anchor/resources → anchor_annotator-0.6.0/icons}/base_tool_buttons/times-circle-solid.svg +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/pyproject.toml +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/setup.cfg +0 -0
- {anchor_annotator-0.4.0 → anchor_annotator-0.6.0}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Anchor_annotator
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.6.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
|
@@ -0,0 +1,351 @@
|
|
1
|
+
.gitignore
|
2
|
+
.pre-commit-config.yaml
|
3
|
+
.readthedocs.yaml
|
4
|
+
LICENSE
|
5
|
+
README.md
|
6
|
+
environment.yml
|
7
|
+
pyproject.toml
|
8
|
+
requirements.txt
|
9
|
+
rtd_environment.yml
|
10
|
+
setup.cfg
|
11
|
+
setup.py
|
12
|
+
.github/workflows/publish.yml
|
13
|
+
Anchor_annotator.egg-info/PKG-INFO
|
14
|
+
Anchor_annotator.egg-info/SOURCES.txt
|
15
|
+
Anchor_annotator.egg-info/dependency_links.txt
|
16
|
+
Anchor_annotator.egg-info/requires.txt
|
17
|
+
Anchor_annotator.egg-info/top_level.txt
|
18
|
+
anchor/__init__.py
|
19
|
+
anchor/__main__.py
|
20
|
+
anchor/_version.py
|
21
|
+
anchor/command_line.py
|
22
|
+
anchor/corpus_manager.ui
|
23
|
+
anchor/db.py
|
24
|
+
anchor/error_dialog.ui
|
25
|
+
anchor/main.py
|
26
|
+
anchor/main_window.ui
|
27
|
+
anchor/models.py
|
28
|
+
anchor/plot.py
|
29
|
+
anchor/preferences.ui
|
30
|
+
anchor/resources.qrc
|
31
|
+
anchor/resources_rc.py
|
32
|
+
anchor/settings.py
|
33
|
+
anchor/title_screen.ui
|
34
|
+
anchor/ui_corpus_manager.py
|
35
|
+
anchor/ui_error_dialog.py
|
36
|
+
anchor/ui_main_window.py
|
37
|
+
anchor/ui_preferences.py
|
38
|
+
anchor/undo.py
|
39
|
+
anchor/widgets.py
|
40
|
+
anchor/workers.py
|
41
|
+
anchor/resources/fonts/GentiumPlus-R.ttf
|
42
|
+
anchor/resources/icons/anchor_dark/index.theme
|
43
|
+
anchor/resources/icons/anchor_dark/actions/anchor-solid.svg
|
44
|
+
anchor/resources/icons/anchor_dark/actions/angle-double-left-solid.svg
|
45
|
+
anchor/resources/icons/anchor_dark/actions/angle-double-right-solid.svg
|
46
|
+
anchor/resources/icons/anchor_dark/actions/arrows-left-right-to-line-solid.svg
|
47
|
+
anchor/resources/icons/anchor_dark/actions/book-solid.svg
|
48
|
+
anchor/resources/icons/anchor_dark/actions/bug-solid.svg
|
49
|
+
anchor/resources/icons/anchor_dark/actions/caret-down-solid.svg
|
50
|
+
anchor/resources/icons/anchor_dark/actions/caret-left-solid.svg
|
51
|
+
anchor/resources/icons/anchor_dark/actions/caret-right-solid.svg
|
52
|
+
anchor/resources/icons/anchor_dark/actions/caret-up-solid.svg
|
53
|
+
anchor/resources/icons/anchor_dark/actions/case.svg
|
54
|
+
anchor/resources/icons/anchor_dark/actions/check-circle-solid.svg
|
55
|
+
anchor/resources/icons/anchor_dark/actions/check-solid.svg
|
56
|
+
anchor/resources/icons/anchor_dark/actions/chevron-down-solid.svg
|
57
|
+
anchor/resources/icons/anchor_dark/actions/chevron-left-solid.svg
|
58
|
+
anchor/resources/icons/anchor_dark/actions/chevron-right-solid.svg
|
59
|
+
anchor/resources/icons/anchor_dark/actions/chevron-up-solid.svg
|
60
|
+
anchor/resources/icons/anchor_dark/actions/circle-question-solid.svg
|
61
|
+
anchor/resources/icons/anchor_dark/actions/cloud-arrow-down-solid.svg
|
62
|
+
anchor/resources/icons/anchor_dark/actions/cog-solid.svg
|
63
|
+
anchor/resources/icons/anchor_dark/actions/compress-arrows-alt-solid.svg
|
64
|
+
anchor/resources/icons/anchor_dark/actions/edit-solid.svg
|
65
|
+
anchor/resources/icons/anchor_dark/actions/exclamation-solid.svg
|
66
|
+
anchor/resources/icons/anchor_dark/actions/exclamation-triangle-solid.svg
|
67
|
+
anchor/resources/icons/anchor_dark/actions/expand-arrows-alt-solid.svg
|
68
|
+
anchor/resources/icons/anchor_dark/actions/external-link-alt-solid.svg
|
69
|
+
anchor/resources/icons/anchor_dark/actions/fast-backward-solid.svg
|
70
|
+
anchor/resources/icons/anchor_dark/actions/fast-forward-solid.svg
|
71
|
+
anchor/resources/icons/anchor_dark/actions/file-arrow-down-solid.svg
|
72
|
+
anchor/resources/icons/anchor_dark/actions/file-circle-check-solid.svg
|
73
|
+
anchor/resources/icons/anchor_dark/actions/file-circle-question-solid.svg
|
74
|
+
anchor/resources/icons/anchor_dark/actions/file-circle-xmark-solid.svg
|
75
|
+
anchor/resources/icons/anchor_dark/actions/file-export-solid.svg
|
76
|
+
anchor/resources/icons/anchor_dark/actions/folder-open-solid.svg
|
77
|
+
anchor/resources/icons/anchor_dark/actions/history-solid.svg
|
78
|
+
anchor/resources/icons/anchor_dark/actions/keyboard-solid.svg
|
79
|
+
anchor/resources/icons/anchor_dark/actions/life-ring-solid.svg
|
80
|
+
anchor/resources/icons/anchor_dark/actions/lock-open-solid.svg
|
81
|
+
anchor/resources/icons/anchor_dark/actions/lock-solid.svg
|
82
|
+
anchor/resources/icons/anchor_dark/actions/magic-solid.svg
|
83
|
+
anchor/resources/icons/anchor_dark/actions/magnifying-glass-location-solid.svg
|
84
|
+
anchor/resources/icons/anchor_dark/actions/magnifying-glass-minus-solid.svg
|
85
|
+
anchor/resources/icons/anchor_dark/actions/magnifying-glass-plus-solid.svg
|
86
|
+
anchor/resources/icons/anchor_dark/actions/magnifying-glass-solid.svg
|
87
|
+
anchor/resources/icons/anchor_dark/actions/oov-check.svg
|
88
|
+
anchor/resources/icons/anchor_dark/actions/pause-solid.svg
|
89
|
+
anchor/resources/icons/anchor_dark/actions/play-solid.svg
|
90
|
+
anchor/resources/icons/anchor_dark/actions/redo-solid.svg
|
91
|
+
anchor/resources/icons/anchor_dark/actions/regex.svg
|
92
|
+
anchor/resources/icons/anchor_dark/actions/rotate.svg
|
93
|
+
anchor/resources/icons/anchor_dark/actions/save-book.svg
|
94
|
+
anchor/resources/icons/anchor_dark/actions/save-solid.svg
|
95
|
+
anchor/resources/icons/anchor_dark/actions/sort-down-solid.svg
|
96
|
+
anchor/resources/icons/anchor_dark/actions/sort-up-solid.svg
|
97
|
+
anchor/resources/icons/anchor_dark/actions/speaker.svg
|
98
|
+
anchor/resources/icons/anchor_dark/actions/sync-alt-solid.svg
|
99
|
+
anchor/resources/icons/anchor_dark/actions/times-circle-solid.svg
|
100
|
+
anchor/resources/icons/anchor_dark/actions/times-solid.svg
|
101
|
+
anchor/resources/icons/anchor_dark/actions/trash-alt-solid.svg
|
102
|
+
anchor/resources/icons/anchor_dark/actions/undo-book.svg
|
103
|
+
anchor/resources/icons/anchor_dark/actions/undo-solid.svg
|
104
|
+
anchor/resources/icons/anchor_dark/actions/user-edit-solid.svg
|
105
|
+
anchor/resources/icons/anchor_dark/actions/user-minus-solid.svg
|
106
|
+
anchor/resources/icons/anchor_dark/actions/user-plus-solid.svg
|
107
|
+
anchor/resources/icons/anchor_dark/actions/user-solid.svg
|
108
|
+
anchor/resources/icons/anchor_dark/actions/user-times-solid.svg
|
109
|
+
anchor/resources/icons/anchor_dark/actions/users-slash-solid.svg
|
110
|
+
anchor/resources/icons/anchor_dark/actions/users-solid.svg
|
111
|
+
anchor/resources/icons/anchor_dark/actions/volume-mute-solid.svg
|
112
|
+
anchor/resources/icons/anchor_dark/actions/volume-up-solid.svg
|
113
|
+
anchor/resources/icons/anchor_dark/actions/word.svg
|
114
|
+
anchor/resources/icons/anchor_light/index.theme
|
115
|
+
anchor/resources/icons/anchor_light/actions/anchor-solid.svg
|
116
|
+
anchor/resources/icons/anchor_light/actions/angle-double-left-solid.svg
|
117
|
+
anchor/resources/icons/anchor_light/actions/angle-double-right-solid.svg
|
118
|
+
anchor/resources/icons/anchor_light/actions/arrows-left-right-to-line-solid.svg
|
119
|
+
anchor/resources/icons/anchor_light/actions/book-solid.svg
|
120
|
+
anchor/resources/icons/anchor_light/actions/bug-solid.svg
|
121
|
+
anchor/resources/icons/anchor_light/actions/caret-down-solid.svg
|
122
|
+
anchor/resources/icons/anchor_light/actions/caret-left-solid.svg
|
123
|
+
anchor/resources/icons/anchor_light/actions/caret-right-solid.svg
|
124
|
+
anchor/resources/icons/anchor_light/actions/caret-up-solid.svg
|
125
|
+
anchor/resources/icons/anchor_light/actions/case.svg
|
126
|
+
anchor/resources/icons/anchor_light/actions/check-circle-solid.svg
|
127
|
+
anchor/resources/icons/anchor_light/actions/check-solid.svg
|
128
|
+
anchor/resources/icons/anchor_light/actions/chevron-down-solid.svg
|
129
|
+
anchor/resources/icons/anchor_light/actions/chevron-left-solid.svg
|
130
|
+
anchor/resources/icons/anchor_light/actions/chevron-right-solid.svg
|
131
|
+
anchor/resources/icons/anchor_light/actions/chevron-up-solid.svg
|
132
|
+
anchor/resources/icons/anchor_light/actions/circle-question-solid.svg
|
133
|
+
anchor/resources/icons/anchor_light/actions/cloud-arrow-down-solid.svg
|
134
|
+
anchor/resources/icons/anchor_light/actions/cog-solid.svg
|
135
|
+
anchor/resources/icons/anchor_light/actions/compress-arrows-alt-solid.svg
|
136
|
+
anchor/resources/icons/anchor_light/actions/edit-solid.svg
|
137
|
+
anchor/resources/icons/anchor_light/actions/exclamation-solid.svg
|
138
|
+
anchor/resources/icons/anchor_light/actions/exclamation-triangle-solid.svg
|
139
|
+
anchor/resources/icons/anchor_light/actions/expand-arrows-alt-solid.svg
|
140
|
+
anchor/resources/icons/anchor_light/actions/external-link-alt-solid.svg
|
141
|
+
anchor/resources/icons/anchor_light/actions/fast-backward-solid.svg
|
142
|
+
anchor/resources/icons/anchor_light/actions/fast-forward-solid.svg
|
143
|
+
anchor/resources/icons/anchor_light/actions/file-arrow-down-solid.svg
|
144
|
+
anchor/resources/icons/anchor_light/actions/file-circle-check-solid.svg
|
145
|
+
anchor/resources/icons/anchor_light/actions/file-circle-question-solid.svg
|
146
|
+
anchor/resources/icons/anchor_light/actions/file-circle-xmark-solid.svg
|
147
|
+
anchor/resources/icons/anchor_light/actions/file-export-solid.svg
|
148
|
+
anchor/resources/icons/anchor_light/actions/folder-open-solid.svg
|
149
|
+
anchor/resources/icons/anchor_light/actions/history-solid.svg
|
150
|
+
anchor/resources/icons/anchor_light/actions/keyboard-solid.svg
|
151
|
+
anchor/resources/icons/anchor_light/actions/life-ring-solid.svg
|
152
|
+
anchor/resources/icons/anchor_light/actions/lock-open-solid.svg
|
153
|
+
anchor/resources/icons/anchor_light/actions/lock-solid.svg
|
154
|
+
anchor/resources/icons/anchor_light/actions/magic-solid.svg
|
155
|
+
anchor/resources/icons/anchor_light/actions/magnifying-glass-location-solid.svg
|
156
|
+
anchor/resources/icons/anchor_light/actions/magnifying-glass-minus-solid.svg
|
157
|
+
anchor/resources/icons/anchor_light/actions/magnifying-glass-plus-solid.svg
|
158
|
+
anchor/resources/icons/anchor_light/actions/magnifying-glass-solid.svg
|
159
|
+
anchor/resources/icons/anchor_light/actions/oov-check.svg
|
160
|
+
anchor/resources/icons/anchor_light/actions/pause-solid.svg
|
161
|
+
anchor/resources/icons/anchor_light/actions/play-solid.svg
|
162
|
+
anchor/resources/icons/anchor_light/actions/redo-solid.svg
|
163
|
+
anchor/resources/icons/anchor_light/actions/regex.svg
|
164
|
+
anchor/resources/icons/anchor_light/actions/rotate.svg
|
165
|
+
anchor/resources/icons/anchor_light/actions/save-book.svg
|
166
|
+
anchor/resources/icons/anchor_light/actions/save-solid.svg
|
167
|
+
anchor/resources/icons/anchor_light/actions/sort-down-solid.svg
|
168
|
+
anchor/resources/icons/anchor_light/actions/sort-up-solid.svg
|
169
|
+
anchor/resources/icons/anchor_light/actions/speaker.svg
|
170
|
+
anchor/resources/icons/anchor_light/actions/sync-alt-solid.svg
|
171
|
+
anchor/resources/icons/anchor_light/actions/times-circle-solid.svg
|
172
|
+
anchor/resources/icons/anchor_light/actions/times-solid.svg
|
173
|
+
anchor/resources/icons/anchor_light/actions/trash-alt-solid.svg
|
174
|
+
anchor/resources/icons/anchor_light/actions/undo-book.svg
|
175
|
+
anchor/resources/icons/anchor_light/actions/undo-solid.svg
|
176
|
+
anchor/resources/icons/anchor_light/actions/user-edit-solid.svg
|
177
|
+
anchor/resources/icons/anchor_light/actions/user-minus-solid.svg
|
178
|
+
anchor/resources/icons/anchor_light/actions/user-plus-solid.svg
|
179
|
+
anchor/resources/icons/anchor_light/actions/user-solid.svg
|
180
|
+
anchor/resources/icons/anchor_light/actions/user-times-solid.svg
|
181
|
+
anchor/resources/icons/anchor_light/actions/users-slash-solid.svg
|
182
|
+
anchor/resources/icons/anchor_light/actions/users-solid.svg
|
183
|
+
anchor/resources/icons/anchor_light/actions/volume-mute-solid.svg
|
184
|
+
anchor/resources/icons/anchor_light/actions/volume-up-solid.svg
|
185
|
+
anchor/resources/icons/anchor_light/actions/word.svg
|
186
|
+
anchor/resources/icons/custom_icons/case-checked.svg
|
187
|
+
anchor/resources/icons/custom_icons/oov-check.svg
|
188
|
+
anchor/resources/icons/custom_icons/regex-checked.svg
|
189
|
+
anchor/resources/icons/custom_icons/spinning_blue.svg
|
190
|
+
anchor/resources/icons/custom_icons/spinning_yellow.svg
|
191
|
+
anchor/resources/icons/custom_icons/word-checked.svg
|
192
|
+
anchor/resources/logos/anchor-blue.svg
|
193
|
+
anchor/resources/logos/anchor-yellow.svg
|
194
|
+
anchor/resources/logos/loading_screen.gif
|
195
|
+
anchor/resources/logos/logo_full.svg
|
196
|
+
anchor/resources/logos/logo_text.svg
|
197
|
+
anchor/resources/logos/splash_screen.svg
|
198
|
+
docs/Makefile
|
199
|
+
docs/make.bat
|
200
|
+
docs/source/conf.py
|
201
|
+
docs/source/getting_started.rst
|
202
|
+
docs/source/index.rst
|
203
|
+
docs/source/installation.rst
|
204
|
+
docs/source/_static/anchor-yellow.png
|
205
|
+
docs/source/_static/anchor-yellow.svg
|
206
|
+
docs/source/_static/favicon.ico
|
207
|
+
docs/source/_static/logo_full.svg
|
208
|
+
docs/source/_static/img/alignment_interface.png
|
209
|
+
docs/source/_static/img/alignment_settings.png
|
210
|
+
docs/source/_static/img/corpus_menu_load_recent.png
|
211
|
+
docs/source/_static/img/diarization_interface.png
|
212
|
+
docs/source/_static/img/diarization_progress_bar.png
|
213
|
+
docs/source/_static/img/diarization_results.png
|
214
|
+
docs/source/_static/img/diarization_search.png
|
215
|
+
docs/source/_static/img/diarization_utterance.png
|
216
|
+
docs/source/_static/img/dictionary_context_menu.png
|
217
|
+
docs/source/_static/img/dictionary_interface.png
|
218
|
+
docs/source/_static/img/dictionary_menu.png
|
219
|
+
docs/source/_static/img/dictionary_pronunciation.png
|
220
|
+
docs/source/_static/img/dictionary_results.png
|
221
|
+
docs/source/_static/img/dictionary_search.png
|
222
|
+
docs/source/_static/img/edit_menu.png
|
223
|
+
docs/source/_static/img/models_menu_acoustic.png
|
224
|
+
docs/source/_static/img/models_menu_g2p.png
|
225
|
+
docs/source/_static/img/models_menu_ivector.png
|
226
|
+
docs/source/_static/img/models_menu_lm.png
|
227
|
+
docs/source/_static/img/oov_interface.png
|
228
|
+
docs/source/_static/img/oov_pronunciation.png
|
229
|
+
docs/source/_static/img/oov_results.png
|
230
|
+
docs/source/_static/img/oov_search.png
|
231
|
+
docs/source/_static/img/preferences_appearance.png
|
232
|
+
docs/source/_static/img/preferences_general.png
|
233
|
+
docs/source/_static/img/preferences_keybinds.png
|
234
|
+
docs/source/_static/img/preferences_pitch.png
|
235
|
+
docs/source/_static/img/preferences_spec.png
|
236
|
+
docs/source/_static/img/speaker_add.png
|
237
|
+
docs/source/_static/img/speaker_cluster.png
|
238
|
+
docs/source/_static/img/speaker_cluster_legend.png
|
239
|
+
docs/source/_static/img/speaker_cluster_select_multiple.png
|
240
|
+
docs/source/_static/img/speaker_cluster_select_one.png
|
241
|
+
docs/source/_static/img/speaker_cluster_settings.png
|
242
|
+
docs/source/_static/img/speaker_cluster_toolbar.png
|
243
|
+
docs/source/_static/img/speaker_context_menu.png
|
244
|
+
docs/source/_static/img/speaker_interface.png
|
245
|
+
docs/source/_static/img/speaker_results.png
|
246
|
+
docs/source/_static/img/speaker_search.png
|
247
|
+
docs/source/_static/img/speaker_utterance.png
|
248
|
+
docs/source/_static/img/utterance_advanced.png
|
249
|
+
docs/source/_static/img/utterance_alignment.png
|
250
|
+
docs/source/_static/img/utterance_audio.png
|
251
|
+
docs/source/_static/img/utterance_bad_alignment.png
|
252
|
+
docs/source/_static/img/utterance_edit.png
|
253
|
+
docs/source/_static/img/utterance_help.png
|
254
|
+
docs/source/_static/img/utterance_interface.png
|
255
|
+
docs/source/_static/img/utterance_interface_change_speaker.png
|
256
|
+
docs/source/_static/img/utterance_interface_lookup.png
|
257
|
+
docs/source/_static/img/utterance_interface_oov.png
|
258
|
+
docs/source/_static/img/utterance_interface_tiers.png
|
259
|
+
docs/source/_static/img/utterance_list.png
|
260
|
+
docs/source/_static/img/utterance_list_header.png
|
261
|
+
docs/source/_static/img/utterance_play.png
|
262
|
+
docs/source/_static/img/utterance_results.png
|
263
|
+
docs/source/_static/img/utterance_search.png
|
264
|
+
docs/source/_static/img/utterance_toolbar.png
|
265
|
+
docs/source/_static/img/utterance_transcript.png
|
266
|
+
docs/source/_static/img/utterance_unaligned.png
|
267
|
+
docs/source/_static/img/utterance_waveform.png
|
268
|
+
docs/source/_static/img/utterance_zoom.png
|
269
|
+
docs/source/changelog/index.rst
|
270
|
+
docs/source/first_steps/index.rst
|
271
|
+
docs/source/reference/index.rst
|
272
|
+
docs/source/user_guide/configuration.rst
|
273
|
+
docs/source/user_guide/diarization.rst
|
274
|
+
docs/source/user_guide/dictionary.rst
|
275
|
+
docs/source/user_guide/index.rst
|
276
|
+
docs/source/user_guide/known_issues.rst
|
277
|
+
docs/source/user_guide/oovs.rst
|
278
|
+
docs/source/user_guide/speakers.rst
|
279
|
+
docs/source/user_guide/utterances.rst
|
280
|
+
icons/base_tool_buttons/anchor-solid.svg
|
281
|
+
icons/base_tool_buttons/angle-double-left-solid.svg
|
282
|
+
icons/base_tool_buttons/angle-double-right-solid.svg
|
283
|
+
icons/base_tool_buttons/arrows-left-right-to-line-solid.svg
|
284
|
+
icons/base_tool_buttons/book-solid.svg
|
285
|
+
icons/base_tool_buttons/bug-solid.svg
|
286
|
+
icons/base_tool_buttons/caret-down-solid.svg
|
287
|
+
icons/base_tool_buttons/caret-left-solid.svg
|
288
|
+
icons/base_tool_buttons/caret-right-solid.svg
|
289
|
+
icons/base_tool_buttons/caret-up-solid.svg
|
290
|
+
icons/base_tool_buttons/case.svg
|
291
|
+
icons/base_tool_buttons/check-circle-solid.svg
|
292
|
+
icons/base_tool_buttons/check-solid.svg
|
293
|
+
icons/base_tool_buttons/chevron-down-solid.svg
|
294
|
+
icons/base_tool_buttons/chevron-left-solid.svg
|
295
|
+
icons/base_tool_buttons/chevron-right-solid.svg
|
296
|
+
icons/base_tool_buttons/chevron-up-solid.svg
|
297
|
+
icons/base_tool_buttons/circle-question-solid.svg
|
298
|
+
icons/base_tool_buttons/cloud-arrow-down-solid.svg
|
299
|
+
icons/base_tool_buttons/cog-solid.svg
|
300
|
+
icons/base_tool_buttons/compress-arrows-alt-solid.svg
|
301
|
+
icons/base_tool_buttons/edit-solid.svg
|
302
|
+
icons/base_tool_buttons/exclamation-solid.svg
|
303
|
+
icons/base_tool_buttons/exclamation-triangle-solid.svg
|
304
|
+
icons/base_tool_buttons/expand-arrows-alt-solid.svg
|
305
|
+
icons/base_tool_buttons/external-link-alt-solid.svg
|
306
|
+
icons/base_tool_buttons/fast-backward-solid.svg
|
307
|
+
icons/base_tool_buttons/fast-forward-solid.svg
|
308
|
+
icons/base_tool_buttons/file-arrow-down-solid.svg
|
309
|
+
icons/base_tool_buttons/file-circle-check-solid.svg
|
310
|
+
icons/base_tool_buttons/file-circle-question-solid.svg
|
311
|
+
icons/base_tool_buttons/file-circle-xmark-solid.svg
|
312
|
+
icons/base_tool_buttons/file-export-solid.svg
|
313
|
+
icons/base_tool_buttons/folder-open-solid.svg
|
314
|
+
icons/base_tool_buttons/history-solid.svg
|
315
|
+
icons/base_tool_buttons/keyboard-solid.svg
|
316
|
+
icons/base_tool_buttons/life-ring-solid.svg
|
317
|
+
icons/base_tool_buttons/lock-open-solid.svg
|
318
|
+
icons/base_tool_buttons/lock-solid.svg
|
319
|
+
icons/base_tool_buttons/magic-solid.svg
|
320
|
+
icons/base_tool_buttons/magnifying-glass-location-solid.svg
|
321
|
+
icons/base_tool_buttons/magnifying-glass-minus-solid.svg
|
322
|
+
icons/base_tool_buttons/magnifying-glass-plus-solid.svg
|
323
|
+
icons/base_tool_buttons/magnifying-glass-solid.svg
|
324
|
+
icons/base_tool_buttons/oov-check.svg
|
325
|
+
icons/base_tool_buttons/pause-solid.svg
|
326
|
+
icons/base_tool_buttons/play-solid.svg
|
327
|
+
icons/base_tool_buttons/redo-solid.svg
|
328
|
+
icons/base_tool_buttons/regex.svg
|
329
|
+
icons/base_tool_buttons/rotate.svg
|
330
|
+
icons/base_tool_buttons/save-book.svg
|
331
|
+
icons/base_tool_buttons/save-solid.svg
|
332
|
+
icons/base_tool_buttons/sort-down-solid.svg
|
333
|
+
icons/base_tool_buttons/sort-up-solid.svg
|
334
|
+
icons/base_tool_buttons/speaker.svg
|
335
|
+
icons/base_tool_buttons/sync-alt-solid.svg
|
336
|
+
icons/base_tool_buttons/times-circle-solid.svg
|
337
|
+
icons/base_tool_buttons/times-solid.svg
|
338
|
+
icons/base_tool_buttons/trash-alt-solid.svg
|
339
|
+
icons/base_tool_buttons/undo-book.svg
|
340
|
+
icons/base_tool_buttons/undo-solid.svg
|
341
|
+
icons/base_tool_buttons/user-edit-solid.svg
|
342
|
+
icons/base_tool_buttons/user-minus-solid.svg
|
343
|
+
icons/base_tool_buttons/user-plus-solid.svg
|
344
|
+
icons/base_tool_buttons/user-solid.svg
|
345
|
+
icons/base_tool_buttons/user-times-solid.svg
|
346
|
+
icons/base_tool_buttons/users-slash-solid.svg
|
347
|
+
icons/base_tool_buttons/users-solid.svg
|
348
|
+
icons/base_tool_buttons/volume-mute-solid.svg
|
349
|
+
icons/base_tool_buttons/volume-up-solid.svg
|
350
|
+
icons/base_tool_buttons/word.svg
|
351
|
+
utility/create_colored_icons.py
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Anchor_annotator
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.6.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,10 +13,6 @@
|
|
13
13
|
<property name="windowTitle">
|
14
14
|
<string>Error encountered</string>
|
15
15
|
</property>
|
16
|
-
<property name="windowIcon">
|
17
|
-
<iconset resource="resources.qrc">
|
18
|
-
<normaloff>:/disabled/exclamation-triangle.svg</normaloff>:/disabled/exclamation-triangle.svg</iconset>
|
19
|
-
</property>
|
20
16
|
<property name="modal">
|
21
17
|
<bool>true</bool>
|
22
18
|
</property>
|
@@ -26,7 +22,19 @@
|
|
26
22
|
<item>
|
27
23
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
28
24
|
<item>
|
29
|
-
<widget class="QLabel" name="
|
25
|
+
<widget class="QLabel" name="iconLabel">
|
26
|
+
<property name="sizePolicy">
|
27
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
28
|
+
<horstretch>0</horstretch>
|
29
|
+
<verstretch>0</verstretch>
|
30
|
+
</sizepolicy>
|
31
|
+
</property>
|
32
|
+
<property name="minimumSize">
|
33
|
+
<size>
|
34
|
+
<width>75</width>
|
35
|
+
<height>75</height>
|
36
|
+
</size>
|
37
|
+
</property>
|
30
38
|
<property name="maximumSize">
|
31
39
|
<size>
|
32
40
|
<width>75</width>
|
@@ -36,9 +44,6 @@
|
|
36
44
|
<property name="text">
|
37
45
|
<string/>
|
38
46
|
</property>
|
39
|
-
<property name="pixmap">
|
40
|
-
<pixmap resource="resources.qrc">:/checked/bug.svg</pixmap>
|
41
|
-
</property>
|
42
47
|
<property name="scaledContents">
|
43
48
|
<bool>true</bool>
|
44
49
|
</property>
|
@@ -90,8 +95,6 @@
|
|
90
95
|
<header>anchor.widgets</header>
|
91
96
|
</customwidget>
|
92
97
|
</customwidgets>
|
93
|
-
<resources
|
94
|
-
<include location="resources.qrc"/>
|
95
|
-
</resources>
|
98
|
+
<resources/>
|
96
99
|
<connections/>
|
97
100
|
</ui>
|