Anchor-annotator 0.2.0__tar.gz → 0.3.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.2.0 → anchor_annotator-0.3.0}/.gitignore +2 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0/Anchor_annotator.egg-info}/PKG-INFO +1 -1
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/Anchor_annotator.egg-info/SOURCES.txt +23 -3
- {Anchor_annotator-0.2.0/Anchor_annotator.egg-info → anchor_annotator-0.3.0}/PKG-INFO +1 -1
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/_version.py +2 -2
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/command_line.py +3 -3
- anchor_annotator-0.3.0/anchor/corpus_manager.ui +227 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/main.py +210 -51
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/main_window.ui +9 -40
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/models.py +259 -47
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/plot.py +3 -69
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/preferences.ui +47 -13
- anchor_annotator-0.3.0/anchor/resources/base_tool_buttons/file-arrow-down-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/base_tool_buttons/file-circle-check-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/base_tool_buttons/file-circle-question-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/base_tool_buttons/file-circle-xmark-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/checked_tool_buttons/file-arrow-down-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/checked_tool_buttons/file-circle-check-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/checked_tool_buttons/file-circle-question-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/checked_tool_buttons/file-circle-xmark-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/disabled_tool_buttons/file-arrow-down-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/disabled_tool_buttons/file-circle-check-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/disabled_tool_buttons/file-circle-question-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/disabled_tool_buttons/file-circle-xmark-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/highlighted_tool_buttons/file-arrow-down-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/highlighted_tool_buttons/file-circle-check-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/highlighted_tool_buttons/file-circle-question-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/highlighted_tool_buttons/file-circle-xmark-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/hover_tool_buttons/file-arrow-down-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/hover_tool_buttons/file-circle-check-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/hover_tool_buttons/file-circle-question-solid.svg +1 -0
- anchor_annotator-0.3.0/anchor/resources/hover_tool_buttons/file-circle-xmark-solid.svg +1 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources.qrc +4 -0
- anchor_annotator-0.3.0/anchor/resources_rc.py +164215 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/settings.py +22 -17
- anchor_annotator-0.3.0/anchor/ui_corpus_manager.py +223 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/ui_main_window.py +105 -124
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/ui_preferences.py +54 -14
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/undo.py +0 -76
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/widgets.py +691 -109
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/workers.py +9 -2
- anchor_annotator-0.3.0/docs/source/_static/anchor-yellow.png +0 -0
- anchor_annotator-0.3.0/docs/source/changelog/index.rst +45 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/conf.py +1 -1
- Anchor_annotator-0.2.0/anchor/resources_rc.py +0 -74897
- Anchor_annotator-0.2.0/docs/source/_static/css/style.css +0 -207
- Anchor_annotator-0.2.0/docs/source/_static/dictionary_annotation.png +0 -0
- Anchor_annotator-0.2.0/docs/source/_static/speaker_annotation.png +0 -0
- Anchor_annotator-0.2.0/docs/source/changelog/index.rst +0 -29
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/.github/workflows/publish.yml +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/.pre-commit-config.yaml +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/.readthedocs.yaml +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/Anchor_annotator.egg-info/dependency_links.txt +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/Anchor_annotator.egg-info/requires.txt +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/Anchor_annotator.egg-info/top_level.txt +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/LICENSE +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/README.md +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/__init__.py +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/__main__.py +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/db.py +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/error_dialog.ui +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/anchor-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/angle-double-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/angle-double-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/book-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/bug-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/caret-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/caret-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/caret-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/caret-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/case.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/check-circle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/check-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/chevron-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/chevron-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/chevron-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/chevron-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/cog-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/compress-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/edit-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/exclamation-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/exclamation-triangle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/expand-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/external-link-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/fast-backward-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/fast-forward-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/file-export-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/folder-open-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/history-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/keyboard-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/life-ring-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/lock-open-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/lock-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/magic-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/magnifying-glass-location-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/magnifying-glass-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/oov-check.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/pause-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/play-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/redo-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/regex.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/rotate.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/save-book.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/save-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/sort-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/sort-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/speaker.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/sync-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/times-circle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/times-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/trash-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/undo-book.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/undo-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/user-edit-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/user-minus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/user-plus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/user-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/user-times-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/users-slash-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/users-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/volume-mute-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/volume-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/base_tool_buttons/word.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/anchor-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/angle-double-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/angle-double-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/book-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/bug-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/caret-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/caret-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/caret-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/caret-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/case.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/check-circle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/check-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/chevron-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/chevron-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/chevron-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/chevron-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/cog-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/compress-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/edit-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/exclamation-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/exclamation-triangle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/expand-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/external-link-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/fast-backward-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/fast-forward-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/file-export-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/folder-open-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/history-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/keyboard-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/life-ring-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/lock-open-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/lock-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/magic-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/magnifying-glass-location-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/magnifying-glass-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/oov-check.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/pause-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/play-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/redo-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/regex.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/rotate.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/save-book.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/save-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/sort-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/sort-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/speaker.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/sync-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/times-circle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/times-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/trash-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/undo-book.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/undo-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/user-edit-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/user-minus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/user-plus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/user-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/user-times-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/users-slash-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/users-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/volume-mute-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/volume-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/checked_tool_buttons/word.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/anchor-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/angle-double-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/angle-double-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/book-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/bug-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/caret-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/caret-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/caret-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/caret-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/case.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/check-circle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/check-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/chevron-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/chevron-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/chevron-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/chevron-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/cog-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/compress-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/edit-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/exclamation-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/exclamation-triangle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/expand-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/external-link-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/fast-backward-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/fast-forward-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/file-export-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/folder-open-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/history-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/keyboard-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/life-ring-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/lock-open-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/lock-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/magic-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/magnifying-glass-location-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/magnifying-glass-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/oov-check.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/pause-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/play-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/redo-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/regex.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/rotate.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/save-book.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/save-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/sort-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/sort-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/speaker.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/sync-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/times-circle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/times-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/trash-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/undo-book.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/undo-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/user-edit-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/user-minus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/user-plus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/user-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/user-times-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/users-slash-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/users-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/volume-mute-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/volume-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/disabled_tool_buttons/word.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/fonts/GentiumPlus-R.ttf +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/anchor-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/angle-double-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/angle-double-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/book-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/bug-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/caret-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/caret-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/caret-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/caret-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/case.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/check-circle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/check-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/chevron-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/chevron-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/chevron-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/chevron-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/cog-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/compress-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/edit-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/exclamation-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/exclamation-triangle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/expand-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/external-link-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/fast-backward-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/fast-forward-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/file-export-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/folder-open-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/history-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/keyboard-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/life-ring-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/lock-open-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/lock-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/magic-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/magnifying-glass-location-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/magnifying-glass-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/oov-check.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/pause-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/play-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/redo-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/regex.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/rotate.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/save-book.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/save-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/sort-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/sort-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/speaker.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/sync-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/times-circle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/times-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/trash-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/undo-book.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/undo-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/user-edit-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/user-minus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/user-plus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/user-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/user-times-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/users-slash-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/users-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/volume-mute-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/volume-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/highlighted_tool_buttons/word.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/anchor-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/angle-double-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/angle-double-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/book-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/bug-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/caret-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/caret-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/caret-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/caret-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/case.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/check-circle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/check-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/chevron-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/chevron-left-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/chevron-right-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/chevron-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/cog-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/compress-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/edit-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/exclamation-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/exclamation-triangle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/expand-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/external-link-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/fast-backward-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/fast-forward-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/file-export-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/folder-open-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/history-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/keyboard-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/life-ring-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/lock-open-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/lock-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/magic-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/magnifying-glass-location-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/magnifying-glass-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/oov-check.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/pause-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/play-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/redo-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/regex.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/rotate.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/save-book.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/save-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/sort-down-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/sort-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/speaker.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/sync-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/times-circle-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/times-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/trash-alt-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/undo-book.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/undo-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/user-edit-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/user-minus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/user-plus-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/user-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/user-times-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/users-slash-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/users-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/volume-mute-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/volume-up-solid.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/hover_tool_buttons/word.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/loading_screen.gif +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/logos/anchor-blue.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/logos/anchor-yellow.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/logos/logo_full.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/logos/logo_text.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/spinning_blue.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/spinning_yellow.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/resources/splash_screen.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/title_screen.ui +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/anchor/ui_error_dialog.py +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/Makefile +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/make.bat +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/anchor-yellow.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/favicon.ico +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/alignment_interface.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/alignment_settings.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/corpus_menu_load_recent.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/diarization_interface.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/diarization_progress_bar.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/diarization_results.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/diarization_search.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/diarization_utterance.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/dictionary_context_menu.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/dictionary_interface.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/dictionary_menu.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/dictionary_pronunciation.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/dictionary_results.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/dictionary_search.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/edit_menu.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/models_menu_acoustic.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/models_menu_g2p.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/models_menu_ivector.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/models_menu_lm.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/oov_interface.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/oov_pronunciation.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/oov_results.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/oov_search.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/preferences_appearance.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/preferences_general.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/preferences_keybinds.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/preferences_pitch.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/preferences_spec.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/speaker_add.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/speaker_cluster.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/speaker_cluster_legend.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/speaker_cluster_select_multiple.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/speaker_cluster_select_one.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/speaker_cluster_settings.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/speaker_cluster_toolbar.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/speaker_context_menu.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/speaker_interface.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/speaker_results.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/speaker_search.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/speaker_utterance.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_advanced.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_alignment.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_audio.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_bad_alignment.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_edit.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_help.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_interface.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_interface_change_speaker.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_interface_lookup.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_interface_oov.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_interface_tiers.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_list.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_list_header.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_play.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_results.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_search.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_toolbar.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_transcript.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_unaligned.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_waveform.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/img/utterance_zoom.png +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/_static/logo_full.svg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/first_steps/index.rst +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/getting_started.rst +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/index.rst +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/installation.rst +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/reference/index.rst +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/user_guide/configuration.rst +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/user_guide/diarization.rst +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/user_guide/dictionary.rst +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/user_guide/index.rst +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/user_guide/known_issues.rst +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/user_guide/oovs.rst +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/user_guide/speakers.rst +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/docs/source/user_guide/utterances.rst +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/environment.yml +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/pyproject.toml +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/requirements.txt +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/rtd_environment.yml +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/setup.cfg +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/setup.py +0 -0
- {Anchor_annotator-0.2.0 → anchor_annotator-0.3.0}/utility/create_colored_icons.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Anchor_annotator
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.3.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
|
@@ -19,6 +19,7 @@ anchor/__init__.py
|
|
19
19
|
anchor/__main__.py
|
20
20
|
anchor/_version.py
|
21
21
|
anchor/command_line.py
|
22
|
+
anchor/corpus_manager.ui
|
22
23
|
anchor/db.py
|
23
24
|
anchor/error_dialog.ui
|
24
25
|
anchor/main.py
|
@@ -30,6 +31,7 @@ anchor/resources.qrc
|
|
30
31
|
anchor/resources_rc.py
|
31
32
|
anchor/settings.py
|
32
33
|
anchor/title_screen.ui
|
34
|
+
anchor/ui_corpus_manager.py
|
33
35
|
anchor/ui_error_dialog.py
|
34
36
|
anchor/ui_main_window.py
|
35
37
|
anchor/ui_preferences.py
|
@@ -66,6 +68,10 @@ anchor/resources/base_tool_buttons/expand-arrows-alt-solid.svg
|
|
66
68
|
anchor/resources/base_tool_buttons/external-link-alt-solid.svg
|
67
69
|
anchor/resources/base_tool_buttons/fast-backward-solid.svg
|
68
70
|
anchor/resources/base_tool_buttons/fast-forward-solid.svg
|
71
|
+
anchor/resources/base_tool_buttons/file-arrow-down-solid.svg
|
72
|
+
anchor/resources/base_tool_buttons/file-circle-check-solid.svg
|
73
|
+
anchor/resources/base_tool_buttons/file-circle-question-solid.svg
|
74
|
+
anchor/resources/base_tool_buttons/file-circle-xmark-solid.svg
|
69
75
|
anchor/resources/base_tool_buttons/file-export-solid.svg
|
70
76
|
anchor/resources/base_tool_buttons/folder-open-solid.svg
|
71
77
|
anchor/resources/base_tool_buttons/history-solid.svg
|
@@ -131,6 +137,10 @@ anchor/resources/checked_tool_buttons/expand-arrows-alt-solid.svg
|
|
131
137
|
anchor/resources/checked_tool_buttons/external-link-alt-solid.svg
|
132
138
|
anchor/resources/checked_tool_buttons/fast-backward-solid.svg
|
133
139
|
anchor/resources/checked_tool_buttons/fast-forward-solid.svg
|
140
|
+
anchor/resources/checked_tool_buttons/file-arrow-down-solid.svg
|
141
|
+
anchor/resources/checked_tool_buttons/file-circle-check-solid.svg
|
142
|
+
anchor/resources/checked_tool_buttons/file-circle-question-solid.svg
|
143
|
+
anchor/resources/checked_tool_buttons/file-circle-xmark-solid.svg
|
134
144
|
anchor/resources/checked_tool_buttons/file-export-solid.svg
|
135
145
|
anchor/resources/checked_tool_buttons/folder-open-solid.svg
|
136
146
|
anchor/resources/checked_tool_buttons/history-solid.svg
|
@@ -196,6 +206,10 @@ anchor/resources/disabled_tool_buttons/expand-arrows-alt-solid.svg
|
|
196
206
|
anchor/resources/disabled_tool_buttons/external-link-alt-solid.svg
|
197
207
|
anchor/resources/disabled_tool_buttons/fast-backward-solid.svg
|
198
208
|
anchor/resources/disabled_tool_buttons/fast-forward-solid.svg
|
209
|
+
anchor/resources/disabled_tool_buttons/file-arrow-down-solid.svg
|
210
|
+
anchor/resources/disabled_tool_buttons/file-circle-check-solid.svg
|
211
|
+
anchor/resources/disabled_tool_buttons/file-circle-question-solid.svg
|
212
|
+
anchor/resources/disabled_tool_buttons/file-circle-xmark-solid.svg
|
199
213
|
anchor/resources/disabled_tool_buttons/file-export-solid.svg
|
200
214
|
anchor/resources/disabled_tool_buttons/folder-open-solid.svg
|
201
215
|
anchor/resources/disabled_tool_buttons/history-solid.svg
|
@@ -262,6 +276,10 @@ anchor/resources/highlighted_tool_buttons/expand-arrows-alt-solid.svg
|
|
262
276
|
anchor/resources/highlighted_tool_buttons/external-link-alt-solid.svg
|
263
277
|
anchor/resources/highlighted_tool_buttons/fast-backward-solid.svg
|
264
278
|
anchor/resources/highlighted_tool_buttons/fast-forward-solid.svg
|
279
|
+
anchor/resources/highlighted_tool_buttons/file-arrow-down-solid.svg
|
280
|
+
anchor/resources/highlighted_tool_buttons/file-circle-check-solid.svg
|
281
|
+
anchor/resources/highlighted_tool_buttons/file-circle-question-solid.svg
|
282
|
+
anchor/resources/highlighted_tool_buttons/file-circle-xmark-solid.svg
|
265
283
|
anchor/resources/highlighted_tool_buttons/file-export-solid.svg
|
266
284
|
anchor/resources/highlighted_tool_buttons/folder-open-solid.svg
|
267
285
|
anchor/resources/highlighted_tool_buttons/history-solid.svg
|
@@ -327,6 +345,10 @@ anchor/resources/hover_tool_buttons/expand-arrows-alt-solid.svg
|
|
327
345
|
anchor/resources/hover_tool_buttons/external-link-alt-solid.svg
|
328
346
|
anchor/resources/hover_tool_buttons/fast-backward-solid.svg
|
329
347
|
anchor/resources/hover_tool_buttons/fast-forward-solid.svg
|
348
|
+
anchor/resources/hover_tool_buttons/file-arrow-down-solid.svg
|
349
|
+
anchor/resources/hover_tool_buttons/file-circle-check-solid.svg
|
350
|
+
anchor/resources/hover_tool_buttons/file-circle-question-solid.svg
|
351
|
+
anchor/resources/hover_tool_buttons/file-circle-xmark-solid.svg
|
330
352
|
anchor/resources/hover_tool_buttons/file-export-solid.svg
|
331
353
|
anchor/resources/hover_tool_buttons/folder-open-solid.svg
|
332
354
|
anchor/resources/hover_tool_buttons/history-solid.svg
|
@@ -376,12 +398,10 @@ docs/source/conf.py
|
|
376
398
|
docs/source/getting_started.rst
|
377
399
|
docs/source/index.rst
|
378
400
|
docs/source/installation.rst
|
401
|
+
docs/source/_static/anchor-yellow.png
|
379
402
|
docs/source/_static/anchor-yellow.svg
|
380
|
-
docs/source/_static/dictionary_annotation.png
|
381
403
|
docs/source/_static/favicon.ico
|
382
404
|
docs/source/_static/logo_full.svg
|
383
|
-
docs/source/_static/speaker_annotation.png
|
384
|
-
docs/source/_static/css/style.css
|
385
405
|
docs/source/_static/img/alignment_interface.png
|
386
406
|
docs/source/_static/img/alignment_settings.png
|
387
407
|
docs/source/_static/img/corpus_menu_load_recent.png
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Anchor_annotator
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.3.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
|
@@ -11,10 +11,10 @@ def main(debug=False):
|
|
11
11
|
configure_logger("anchor", config.TEMPORARY_DIRECTORY.joinpath("anchor.log"))
|
12
12
|
|
13
13
|
app = Application(sys.argv)
|
14
|
-
|
14
|
+
main_window = MainWindow(debug=debug)
|
15
15
|
|
16
|
-
app.setActiveWindow(
|
17
|
-
|
16
|
+
app.setActiveWindow(main_window)
|
17
|
+
main_window.show()
|
18
18
|
sys.exit(app.exec())
|
19
19
|
|
20
20
|
|
@@ -0,0 +1,227 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<ui version="4.0">
|
3
|
+
<class>CorpusManagerDialog</class>
|
4
|
+
<widget class="QDialog" name="CorpusManagerDialog">
|
5
|
+
<property name="geometry">
|
6
|
+
<rect>
|
7
|
+
<x>0</x>
|
8
|
+
<y>0</y>
|
9
|
+
<width>1560</width>
|
10
|
+
<height>973</height>
|
11
|
+
</rect>
|
12
|
+
</property>
|
13
|
+
<property name="windowTitle">
|
14
|
+
<string>Dialog</string>
|
15
|
+
</property>
|
16
|
+
<layout class="QVBoxLayout" name="verticalLayout">
|
17
|
+
<item>
|
18
|
+
<layout class="QHBoxLayout" name="horizontalLayout">
|
19
|
+
<item>
|
20
|
+
<widget class="QTabWidget" name="tabWidget">
|
21
|
+
<property name="currentIndex">
|
22
|
+
<number>0</number>
|
23
|
+
</property>
|
24
|
+
<widget class="QWidget" name="corpusTab">
|
25
|
+
<attribute name="title">
|
26
|
+
<string>Corpora</string>
|
27
|
+
</attribute>
|
28
|
+
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
29
|
+
<item>
|
30
|
+
<widget class="CorpusListWidget" name="corpusListWidget" native="true"/>
|
31
|
+
</item>
|
32
|
+
<item>
|
33
|
+
<widget class="CorpusDetailWidget" name="corpusDetailWidget" native="true"/>
|
34
|
+
</item>
|
35
|
+
</layout>
|
36
|
+
</widget>
|
37
|
+
<widget class="QWidget" name="dictionaryTab">
|
38
|
+
<attribute name="title">
|
39
|
+
<string>Dictionaries</string>
|
40
|
+
</attribute>
|
41
|
+
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
42
|
+
<item>
|
43
|
+
<widget class="DictionaryModelListWidget" name="dictionaryListWidget" native="true"/>
|
44
|
+
</item>
|
45
|
+
<item>
|
46
|
+
<widget class="DictionaryModelDetailWidget" name="dictionaryDetailWidget" native="true"/>
|
47
|
+
</item>
|
48
|
+
</layout>
|
49
|
+
</widget>
|
50
|
+
<widget class="QWidget" name="acousticModelTab">
|
51
|
+
<attribute name="title">
|
52
|
+
<string>Acoustic models</string>
|
53
|
+
</attribute>
|
54
|
+
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
55
|
+
<item>
|
56
|
+
<widget class="AcousticModelListWidget" name="acousticModelListWidget" native="true"/>
|
57
|
+
</item>
|
58
|
+
<item>
|
59
|
+
<widget class="AcousticModelDetailWidget" name="acousticModelDetailWidget" native="true"/>
|
60
|
+
</item>
|
61
|
+
</layout>
|
62
|
+
</widget>
|
63
|
+
<widget class="QWidget" name="g2pModelTab">
|
64
|
+
<attribute name="title">
|
65
|
+
<string>G2P models</string>
|
66
|
+
</attribute>
|
67
|
+
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
68
|
+
<item>
|
69
|
+
<widget class="G2PModelListWidget" name="g2pModelListWidget" native="true"/>
|
70
|
+
</item>
|
71
|
+
<item>
|
72
|
+
<widget class="G2PModelDetailWidget" name="g2pModelDetailWidget" native="true"/>
|
73
|
+
</item>
|
74
|
+
</layout>
|
75
|
+
</widget>
|
76
|
+
<widget class="QWidget" name="languageModelTab">
|
77
|
+
<attribute name="title">
|
78
|
+
<string>Language models</string>
|
79
|
+
</attribute>
|
80
|
+
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
81
|
+
<item>
|
82
|
+
<widget class="LanguageModelListWidget" name="languageModelListWidget" native="true"/>
|
83
|
+
</item>
|
84
|
+
<item>
|
85
|
+
<widget class="LanguageModelDetailWidget" name="languageModelDetailWidget" native="true"/>
|
86
|
+
</item>
|
87
|
+
</layout>
|
88
|
+
</widget>
|
89
|
+
<widget class="QWidget" name="ivectorExtractorTab">
|
90
|
+
<attribute name="title">
|
91
|
+
<string>Ivector extractors</string>
|
92
|
+
</attribute>
|
93
|
+
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
94
|
+
<item>
|
95
|
+
<widget class="IvectorExtractorListWidget" name="ivectorExtractorListWidget" native="true"/>
|
96
|
+
</item>
|
97
|
+
<item>
|
98
|
+
<widget class="IvectorExtractorDetailWidget" name="ivectorExtractorDetailWidget" native="true"/>
|
99
|
+
</item>
|
100
|
+
</layout>
|
101
|
+
</widget>
|
102
|
+
</widget>
|
103
|
+
</item>
|
104
|
+
</layout>
|
105
|
+
</item>
|
106
|
+
<item>
|
107
|
+
<widget class="QDialogButtonBox" name="buttonBox">
|
108
|
+
<property name="orientation">
|
109
|
+
<enum>Qt::Horizontal</enum>
|
110
|
+
</property>
|
111
|
+
<property name="standardButtons">
|
112
|
+
<set>QDialogButtonBox::Ok</set>
|
113
|
+
</property>
|
114
|
+
</widget>
|
115
|
+
</item>
|
116
|
+
</layout>
|
117
|
+
</widget>
|
118
|
+
<customwidgets>
|
119
|
+
<customwidget>
|
120
|
+
<class>CorpusListWidget</class>
|
121
|
+
<extends>QWidget</extends>
|
122
|
+
<header>anchor.widgets</header>
|
123
|
+
<container>1</container>
|
124
|
+
</customwidget>
|
125
|
+
<customwidget>
|
126
|
+
<class>DictionaryModelListWidget</class>
|
127
|
+
<extends>QWidget</extends>
|
128
|
+
<header>anchor.widgets</header>
|
129
|
+
<container>1</container>
|
130
|
+
</customwidget>
|
131
|
+
<customwidget>
|
132
|
+
<class>AcousticModelListWidget</class>
|
133
|
+
<extends>QWidget</extends>
|
134
|
+
<header>anchor.widgets</header>
|
135
|
+
<container>1</container>
|
136
|
+
</customwidget>
|
137
|
+
<customwidget>
|
138
|
+
<class>G2PModelListWidget</class>
|
139
|
+
<extends>QWidget</extends>
|
140
|
+
<header>anchor.widgets</header>
|
141
|
+
<container>1</container>
|
142
|
+
</customwidget>
|
143
|
+
<customwidget>
|
144
|
+
<class>LanguageModelListWidget</class>
|
145
|
+
<extends>QWidget</extends>
|
146
|
+
<header>anchor.widgets</header>
|
147
|
+
<container>1</container>
|
148
|
+
</customwidget>
|
149
|
+
<customwidget>
|
150
|
+
<class>IvectorExtractorListWidget</class>
|
151
|
+
<extends>QWidget</extends>
|
152
|
+
<header>anchor.widgets</header>
|
153
|
+
<container>1</container>
|
154
|
+
</customwidget>
|
155
|
+
<customwidget>
|
156
|
+
<class>CorpusDetailWidget</class>
|
157
|
+
<extends>QWidget</extends>
|
158
|
+
<header>anchor.widgets</header>
|
159
|
+
<container>1</container>
|
160
|
+
</customwidget>
|
161
|
+
<customwidget>
|
162
|
+
<class>AcousticModelDetailWidget</class>
|
163
|
+
<extends>QWidget</extends>
|
164
|
+
<header>anchor.widgets</header>
|
165
|
+
<container>1</container>
|
166
|
+
</customwidget>
|
167
|
+
<customwidget>
|
168
|
+
<class>G2PModelDetailWidget</class>
|
169
|
+
<extends>QWidget</extends>
|
170
|
+
<header>anchor.widgets</header>
|
171
|
+
<container>1</container>
|
172
|
+
</customwidget>
|
173
|
+
<customwidget>
|
174
|
+
<class>LanguageModelDetailWidget</class>
|
175
|
+
<extends>QWidget</extends>
|
176
|
+
<header>anchor.widgets</header>
|
177
|
+
<container>1</container>
|
178
|
+
</customwidget>
|
179
|
+
<customwidget>
|
180
|
+
<class>IvectorExtractorDetailWidget</class>
|
181
|
+
<extends>QWidget</extends>
|
182
|
+
<header>anchor.widgets</header>
|
183
|
+
<container>1</container>
|
184
|
+
</customwidget>
|
185
|
+
<customwidget>
|
186
|
+
<class>DictionaryModelDetailWidget</class>
|
187
|
+
<extends>QWidget</extends>
|
188
|
+
<header>anchor.widgets</header>
|
189
|
+
<container>1</container>
|
190
|
+
</customwidget>
|
191
|
+
</customwidgets>
|
192
|
+
<resources/>
|
193
|
+
<connections>
|
194
|
+
<connection>
|
195
|
+
<sender>buttonBox</sender>
|
196
|
+
<signal>accepted()</signal>
|
197
|
+
<receiver>CorpusManagerDialog</receiver>
|
198
|
+
<slot>accept()</slot>
|
199
|
+
<hints>
|
200
|
+
<hint type="sourcelabel">
|
201
|
+
<x>248</x>
|
202
|
+
<y>254</y>
|
203
|
+
</hint>
|
204
|
+
<hint type="destinationlabel">
|
205
|
+
<x>157</x>
|
206
|
+
<y>274</y>
|
207
|
+
</hint>
|
208
|
+
</hints>
|
209
|
+
</connection>
|
210
|
+
<connection>
|
211
|
+
<sender>buttonBox</sender>
|
212
|
+
<signal>rejected()</signal>
|
213
|
+
<receiver>CorpusManagerDialog</receiver>
|
214
|
+
<slot>reject()</slot>
|
215
|
+
<hints>
|
216
|
+
<hint type="sourcelabel">
|
217
|
+
<x>316</x>
|
218
|
+
<y>260</y>
|
219
|
+
</hint>
|
220
|
+
<hint type="destinationlabel">
|
221
|
+
<x>286</x>
|
222
|
+
<y>274</y>
|
223
|
+
</hint>
|
224
|
+
</hints>
|
225
|
+
</connection>
|
226
|
+
</connections>
|
227
|
+
</ui>
|