Anchor-annotator 0.3.1__tar.gz → 0.3.3__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.
Files changed (478) hide show
  1. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3/Anchor_annotator.egg-info}/PKG-INFO +1 -1
  2. {anchor_annotator-0.3.1/Anchor_annotator.egg-info → anchor_annotator-0.3.3}/PKG-INFO +1 -1
  3. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/_version.py +2 -2
  4. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/main.py +9 -11
  5. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/models.py +5 -29
  6. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/plot.py +10 -0
  7. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/undo.py +7 -7
  8. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/widgets.py +7 -8
  9. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/workers.py +0 -1
  10. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/changelog/index.rst +15 -0
  11. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/.github/workflows/publish.yml +0 -0
  12. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/.gitignore +0 -0
  13. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/.pre-commit-config.yaml +0 -0
  14. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/.readthedocs.yaml +0 -0
  15. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/Anchor_annotator.egg-info/SOURCES.txt +0 -0
  16. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/Anchor_annotator.egg-info/dependency_links.txt +0 -0
  17. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/Anchor_annotator.egg-info/requires.txt +0 -0
  18. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/Anchor_annotator.egg-info/top_level.txt +0 -0
  19. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/LICENSE +0 -0
  20. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/README.md +0 -0
  21. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/__init__.py +0 -0
  22. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/__main__.py +0 -0
  23. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/command_line.py +0 -0
  24. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/corpus_manager.ui +0 -0
  25. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/db.py +0 -0
  26. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/error_dialog.ui +0 -0
  27. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/main_window.ui +0 -0
  28. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/preferences.ui +0 -0
  29. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/anchor-solid.svg +0 -0
  30. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/angle-double-left-solid.svg +0 -0
  31. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/angle-double-right-solid.svg +0 -0
  32. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
  33. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/book-solid.svg +0 -0
  34. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/bug-solid.svg +0 -0
  35. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/caret-down-solid.svg +0 -0
  36. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/caret-left-solid.svg +0 -0
  37. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/caret-right-solid.svg +0 -0
  38. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/caret-up-solid.svg +0 -0
  39. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/case.svg +0 -0
  40. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/check-circle-solid.svg +0 -0
  41. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/check-solid.svg +0 -0
  42. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/chevron-down-solid.svg +0 -0
  43. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/chevron-left-solid.svg +0 -0
  44. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/chevron-right-solid.svg +0 -0
  45. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/chevron-up-solid.svg +0 -0
  46. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/cog-solid.svg +0 -0
  47. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/compress-arrows-alt-solid.svg +0 -0
  48. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/edit-solid.svg +0 -0
  49. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/exclamation-solid.svg +0 -0
  50. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/exclamation-triangle-solid.svg +0 -0
  51. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/expand-arrows-alt-solid.svg +0 -0
  52. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/external-link-alt-solid.svg +0 -0
  53. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/fast-backward-solid.svg +0 -0
  54. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/fast-forward-solid.svg +0 -0
  55. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/file-arrow-down-solid.svg +0 -0
  56. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/file-circle-check-solid.svg +0 -0
  57. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/file-circle-question-solid.svg +0 -0
  58. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/file-circle-xmark-solid.svg +0 -0
  59. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/file-export-solid.svg +0 -0
  60. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/folder-open-solid.svg +0 -0
  61. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/history-solid.svg +0 -0
  62. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/keyboard-solid.svg +0 -0
  63. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/life-ring-solid.svg +0 -0
  64. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/lock-open-solid.svg +0 -0
  65. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/lock-solid.svg +0 -0
  66. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/magic-solid.svg +0 -0
  67. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/magnifying-glass-location-solid.svg +0 -0
  68. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
  69. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
  70. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/magnifying-glass-solid.svg +0 -0
  71. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/oov-check.svg +0 -0
  72. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/pause-solid.svg +0 -0
  73. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/play-solid.svg +0 -0
  74. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/redo-solid.svg +0 -0
  75. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/regex.svg +0 -0
  76. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/rotate.svg +0 -0
  77. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/save-book.svg +0 -0
  78. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/save-solid.svg +0 -0
  79. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/sort-down-solid.svg +0 -0
  80. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/sort-up-solid.svg +0 -0
  81. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/speaker.svg +0 -0
  82. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/sync-alt-solid.svg +0 -0
  83. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/times-circle-solid.svg +0 -0
  84. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/times-solid.svg +0 -0
  85. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/trash-alt-solid.svg +0 -0
  86. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/undo-book.svg +0 -0
  87. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/undo-solid.svg +0 -0
  88. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/user-edit-solid.svg +0 -0
  89. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/user-minus-solid.svg +0 -0
  90. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/user-plus-solid.svg +0 -0
  91. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/user-solid.svg +0 -0
  92. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/user-times-solid.svg +0 -0
  93. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/users-slash-solid.svg +0 -0
  94. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/users-solid.svg +0 -0
  95. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/volume-mute-solid.svg +0 -0
  96. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/volume-up-solid.svg +0 -0
  97. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/base_tool_buttons/word.svg +0 -0
  98. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/anchor-solid.svg +0 -0
  99. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/angle-double-left-solid.svg +0 -0
  100. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/angle-double-right-solid.svg +0 -0
  101. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
  102. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/book-solid.svg +0 -0
  103. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/bug-solid.svg +0 -0
  104. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/caret-down-solid.svg +0 -0
  105. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/caret-left-solid.svg +0 -0
  106. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/caret-right-solid.svg +0 -0
  107. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/caret-up-solid.svg +0 -0
  108. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/case.svg +0 -0
  109. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/check-circle-solid.svg +0 -0
  110. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/check-solid.svg +0 -0
  111. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/chevron-down-solid.svg +0 -0
  112. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/chevron-left-solid.svg +0 -0
  113. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/chevron-right-solid.svg +0 -0
  114. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/chevron-up-solid.svg +0 -0
  115. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/cog-solid.svg +0 -0
  116. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/compress-arrows-alt-solid.svg +0 -0
  117. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/edit-solid.svg +0 -0
  118. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/exclamation-solid.svg +0 -0
  119. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/exclamation-triangle-solid.svg +0 -0
  120. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/expand-arrows-alt-solid.svg +0 -0
  121. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/external-link-alt-solid.svg +0 -0
  122. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/fast-backward-solid.svg +0 -0
  123. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/fast-forward-solid.svg +0 -0
  124. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/file-arrow-down-solid.svg +0 -0
  125. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/file-circle-check-solid.svg +0 -0
  126. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/file-circle-question-solid.svg +0 -0
  127. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/file-circle-xmark-solid.svg +0 -0
  128. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/file-export-solid.svg +0 -0
  129. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/folder-open-solid.svg +0 -0
  130. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/history-solid.svg +0 -0
  131. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/keyboard-solid.svg +0 -0
  132. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/life-ring-solid.svg +0 -0
  133. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/lock-open-solid.svg +0 -0
  134. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/lock-solid.svg +0 -0
  135. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/magic-solid.svg +0 -0
  136. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/magnifying-glass-location-solid.svg +0 -0
  137. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
  138. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
  139. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/magnifying-glass-solid.svg +0 -0
  140. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/oov-check.svg +0 -0
  141. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/pause-solid.svg +0 -0
  142. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/play-solid.svg +0 -0
  143. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/redo-solid.svg +0 -0
  144. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/regex.svg +0 -0
  145. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/rotate.svg +0 -0
  146. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/save-book.svg +0 -0
  147. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/save-solid.svg +0 -0
  148. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/sort-down-solid.svg +0 -0
  149. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/sort-up-solid.svg +0 -0
  150. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/speaker.svg +0 -0
  151. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/sync-alt-solid.svg +0 -0
  152. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/times-circle-solid.svg +0 -0
  153. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/times-solid.svg +0 -0
  154. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/trash-alt-solid.svg +0 -0
  155. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/undo-book.svg +0 -0
  156. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/undo-solid.svg +0 -0
  157. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/user-edit-solid.svg +0 -0
  158. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/user-minus-solid.svg +0 -0
  159. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/user-plus-solid.svg +0 -0
  160. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/user-solid.svg +0 -0
  161. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/user-times-solid.svg +0 -0
  162. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/users-slash-solid.svg +0 -0
  163. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/users-solid.svg +0 -0
  164. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/volume-mute-solid.svg +0 -0
  165. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/volume-up-solid.svg +0 -0
  166. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/checked_tool_buttons/word.svg +0 -0
  167. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/anchor-solid.svg +0 -0
  168. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/angle-double-left-solid.svg +0 -0
  169. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/angle-double-right-solid.svg +0 -0
  170. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
  171. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/book-solid.svg +0 -0
  172. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/bug-solid.svg +0 -0
  173. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/caret-down-solid.svg +0 -0
  174. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/caret-left-solid.svg +0 -0
  175. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/caret-right-solid.svg +0 -0
  176. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/caret-up-solid.svg +0 -0
  177. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/case.svg +0 -0
  178. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/check-circle-solid.svg +0 -0
  179. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/check-solid.svg +0 -0
  180. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/chevron-down-solid.svg +0 -0
  181. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/chevron-left-solid.svg +0 -0
  182. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/chevron-right-solid.svg +0 -0
  183. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/chevron-up-solid.svg +0 -0
  184. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/cog-solid.svg +0 -0
  185. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/compress-arrows-alt-solid.svg +0 -0
  186. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/edit-solid.svg +0 -0
  187. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/exclamation-solid.svg +0 -0
  188. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/exclamation-triangle-solid.svg +0 -0
  189. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/expand-arrows-alt-solid.svg +0 -0
  190. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/external-link-alt-solid.svg +0 -0
  191. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/fast-backward-solid.svg +0 -0
  192. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/fast-forward-solid.svg +0 -0
  193. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/file-arrow-down-solid.svg +0 -0
  194. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/file-circle-check-solid.svg +0 -0
  195. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/file-circle-question-solid.svg +0 -0
  196. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/file-circle-xmark-solid.svg +0 -0
  197. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/file-export-solid.svg +0 -0
  198. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/folder-open-solid.svg +0 -0
  199. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/history-solid.svg +0 -0
  200. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/keyboard-solid.svg +0 -0
  201. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/life-ring-solid.svg +0 -0
  202. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/lock-open-solid.svg +0 -0
  203. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/lock-solid.svg +0 -0
  204. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/magic-solid.svg +0 -0
  205. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/magnifying-glass-location-solid.svg +0 -0
  206. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
  207. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
  208. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/magnifying-glass-solid.svg +0 -0
  209. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/oov-check.svg +0 -0
  210. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/pause-solid.svg +0 -0
  211. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/play-solid.svg +0 -0
  212. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/redo-solid.svg +0 -0
  213. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/regex.svg +0 -0
  214. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/rotate.svg +0 -0
  215. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/save-book.svg +0 -0
  216. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/save-solid.svg +0 -0
  217. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/sort-down-solid.svg +0 -0
  218. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/sort-up-solid.svg +0 -0
  219. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/speaker.svg +0 -0
  220. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/sync-alt-solid.svg +0 -0
  221. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/times-circle-solid.svg +0 -0
  222. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/times-solid.svg +0 -0
  223. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/trash-alt-solid.svg +0 -0
  224. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/undo-book.svg +0 -0
  225. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/undo-solid.svg +0 -0
  226. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/user-edit-solid.svg +0 -0
  227. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/user-minus-solid.svg +0 -0
  228. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/user-plus-solid.svg +0 -0
  229. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/user-solid.svg +0 -0
  230. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/user-times-solid.svg +0 -0
  231. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/users-slash-solid.svg +0 -0
  232. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/users-solid.svg +0 -0
  233. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/volume-mute-solid.svg +0 -0
  234. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/volume-up-solid.svg +0 -0
  235. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/disabled_tool_buttons/word.svg +0 -0
  236. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/fonts/GentiumPlus-R.ttf +0 -0
  237. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/anchor-solid.svg +0 -0
  238. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/angle-double-left-solid.svg +0 -0
  239. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/angle-double-right-solid.svg +0 -0
  240. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
  241. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/book-solid.svg +0 -0
  242. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/bug-solid.svg +0 -0
  243. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/caret-down-solid.svg +0 -0
  244. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/caret-left-solid.svg +0 -0
  245. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/caret-right-solid.svg +0 -0
  246. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/caret-up-solid.svg +0 -0
  247. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/case.svg +0 -0
  248. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/check-circle-solid.svg +0 -0
  249. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/check-solid.svg +0 -0
  250. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/chevron-down-solid.svg +0 -0
  251. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/chevron-left-solid.svg +0 -0
  252. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/chevron-right-solid.svg +0 -0
  253. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/chevron-up-solid.svg +0 -0
  254. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/cog-solid.svg +0 -0
  255. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/compress-arrows-alt-solid.svg +0 -0
  256. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/edit-solid.svg +0 -0
  257. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/exclamation-solid.svg +0 -0
  258. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/exclamation-triangle-solid.svg +0 -0
  259. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/expand-arrows-alt-solid.svg +0 -0
  260. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/external-link-alt-solid.svg +0 -0
  261. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/fast-backward-solid.svg +0 -0
  262. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/fast-forward-solid.svg +0 -0
  263. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/file-arrow-down-solid.svg +0 -0
  264. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/file-circle-check-solid.svg +0 -0
  265. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/file-circle-question-solid.svg +0 -0
  266. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/file-circle-xmark-solid.svg +0 -0
  267. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/file-export-solid.svg +0 -0
  268. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/folder-open-solid.svg +0 -0
  269. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/history-solid.svg +0 -0
  270. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/keyboard-solid.svg +0 -0
  271. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/life-ring-solid.svg +0 -0
  272. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/lock-open-solid.svg +0 -0
  273. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/lock-solid.svg +0 -0
  274. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/magic-solid.svg +0 -0
  275. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/magnifying-glass-location-solid.svg +0 -0
  276. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
  277. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
  278. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/magnifying-glass-solid.svg +0 -0
  279. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/oov-check.svg +0 -0
  280. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/pause-solid.svg +0 -0
  281. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/play-solid.svg +0 -0
  282. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/redo-solid.svg +0 -0
  283. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/regex.svg +0 -0
  284. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/rotate.svg +0 -0
  285. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/save-book.svg +0 -0
  286. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/save-solid.svg +0 -0
  287. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/sort-down-solid.svg +0 -0
  288. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/sort-up-solid.svg +0 -0
  289. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/speaker.svg +0 -0
  290. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/sync-alt-solid.svg +0 -0
  291. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/times-circle-solid.svg +0 -0
  292. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/times-solid.svg +0 -0
  293. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/trash-alt-solid.svg +0 -0
  294. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/undo-book.svg +0 -0
  295. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/undo-solid.svg +0 -0
  296. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/user-edit-solid.svg +0 -0
  297. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/user-minus-solid.svg +0 -0
  298. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/user-plus-solid.svg +0 -0
  299. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/user-solid.svg +0 -0
  300. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/user-times-solid.svg +0 -0
  301. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/users-slash-solid.svg +0 -0
  302. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/users-solid.svg +0 -0
  303. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/volume-mute-solid.svg +0 -0
  304. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/volume-up-solid.svg +0 -0
  305. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/highlighted_tool_buttons/word.svg +0 -0
  306. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/anchor-solid.svg +0 -0
  307. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/angle-double-left-solid.svg +0 -0
  308. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/angle-double-right-solid.svg +0 -0
  309. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
  310. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/book-solid.svg +0 -0
  311. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/bug-solid.svg +0 -0
  312. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/caret-down-solid.svg +0 -0
  313. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/caret-left-solid.svg +0 -0
  314. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/caret-right-solid.svg +0 -0
  315. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/caret-up-solid.svg +0 -0
  316. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/case.svg +0 -0
  317. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/check-circle-solid.svg +0 -0
  318. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/check-solid.svg +0 -0
  319. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/chevron-down-solid.svg +0 -0
  320. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/chevron-left-solid.svg +0 -0
  321. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/chevron-right-solid.svg +0 -0
  322. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/chevron-up-solid.svg +0 -0
  323. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/cog-solid.svg +0 -0
  324. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/compress-arrows-alt-solid.svg +0 -0
  325. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/edit-solid.svg +0 -0
  326. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/exclamation-solid.svg +0 -0
  327. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/exclamation-triangle-solid.svg +0 -0
  328. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/expand-arrows-alt-solid.svg +0 -0
  329. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/external-link-alt-solid.svg +0 -0
  330. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/fast-backward-solid.svg +0 -0
  331. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/fast-forward-solid.svg +0 -0
  332. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/file-arrow-down-solid.svg +0 -0
  333. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/file-circle-check-solid.svg +0 -0
  334. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/file-circle-question-solid.svg +0 -0
  335. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/file-circle-xmark-solid.svg +0 -0
  336. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/file-export-solid.svg +0 -0
  337. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/folder-open-solid.svg +0 -0
  338. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/history-solid.svg +0 -0
  339. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/keyboard-solid.svg +0 -0
  340. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/life-ring-solid.svg +0 -0
  341. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/lock-open-solid.svg +0 -0
  342. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/lock-solid.svg +0 -0
  343. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/magic-solid.svg +0 -0
  344. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/magnifying-glass-location-solid.svg +0 -0
  345. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
  346. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
  347. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/magnifying-glass-solid.svg +0 -0
  348. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/oov-check.svg +0 -0
  349. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/pause-solid.svg +0 -0
  350. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/play-solid.svg +0 -0
  351. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/redo-solid.svg +0 -0
  352. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/regex.svg +0 -0
  353. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/rotate.svg +0 -0
  354. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/save-book.svg +0 -0
  355. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/save-solid.svg +0 -0
  356. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/sort-down-solid.svg +0 -0
  357. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/sort-up-solid.svg +0 -0
  358. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/speaker.svg +0 -0
  359. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/sync-alt-solid.svg +0 -0
  360. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/times-circle-solid.svg +0 -0
  361. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/times-solid.svg +0 -0
  362. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/trash-alt-solid.svg +0 -0
  363. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/undo-book.svg +0 -0
  364. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/undo-solid.svg +0 -0
  365. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/user-edit-solid.svg +0 -0
  366. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/user-minus-solid.svg +0 -0
  367. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/user-plus-solid.svg +0 -0
  368. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/user-solid.svg +0 -0
  369. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/user-times-solid.svg +0 -0
  370. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/users-slash-solid.svg +0 -0
  371. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/users-solid.svg +0 -0
  372. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/volume-mute-solid.svg +0 -0
  373. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/volume-up-solid.svg +0 -0
  374. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/hover_tool_buttons/word.svg +0 -0
  375. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/loading_screen.gif +0 -0
  376. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/logos/anchor-blue.svg +0 -0
  377. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/logos/anchor-yellow.svg +0 -0
  378. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/logos/logo_full.svg +0 -0
  379. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/logos/logo_text.svg +0 -0
  380. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/spinning_blue.svg +0 -0
  381. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/spinning_yellow.svg +0 -0
  382. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources/splash_screen.svg +0 -0
  383. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources.qrc +0 -0
  384. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/resources_rc.py +0 -0
  385. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/settings.py +0 -0
  386. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/title_screen.ui +0 -0
  387. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/ui_corpus_manager.py +0 -0
  388. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/ui_error_dialog.py +0 -0
  389. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/ui_main_window.py +0 -0
  390. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/anchor/ui_preferences.py +0 -0
  391. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/Makefile +0 -0
  392. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/make.bat +0 -0
  393. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/anchor-yellow.png +0 -0
  394. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/anchor-yellow.svg +0 -0
  395. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/favicon.ico +0 -0
  396. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/alignment_interface.png +0 -0
  397. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/alignment_settings.png +0 -0
  398. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/corpus_menu_load_recent.png +0 -0
  399. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/diarization_interface.png +0 -0
  400. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/diarization_progress_bar.png +0 -0
  401. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/diarization_results.png +0 -0
  402. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/diarization_search.png +0 -0
  403. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/diarization_utterance.png +0 -0
  404. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/dictionary_context_menu.png +0 -0
  405. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/dictionary_interface.png +0 -0
  406. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/dictionary_menu.png +0 -0
  407. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/dictionary_pronunciation.png +0 -0
  408. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/dictionary_results.png +0 -0
  409. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/dictionary_search.png +0 -0
  410. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/edit_menu.png +0 -0
  411. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/models_menu_acoustic.png +0 -0
  412. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/models_menu_g2p.png +0 -0
  413. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/models_menu_ivector.png +0 -0
  414. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/models_menu_lm.png +0 -0
  415. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/oov_interface.png +0 -0
  416. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/oov_pronunciation.png +0 -0
  417. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/oov_results.png +0 -0
  418. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/oov_search.png +0 -0
  419. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/preferences_appearance.png +0 -0
  420. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/preferences_general.png +0 -0
  421. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/preferences_keybinds.png +0 -0
  422. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/preferences_pitch.png +0 -0
  423. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/preferences_spec.png +0 -0
  424. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/speaker_add.png +0 -0
  425. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/speaker_cluster.png +0 -0
  426. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/speaker_cluster_legend.png +0 -0
  427. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/speaker_cluster_select_multiple.png +0 -0
  428. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/speaker_cluster_select_one.png +0 -0
  429. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/speaker_cluster_settings.png +0 -0
  430. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/speaker_cluster_toolbar.png +0 -0
  431. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/speaker_context_menu.png +0 -0
  432. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/speaker_interface.png +0 -0
  433. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/speaker_results.png +0 -0
  434. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/speaker_search.png +0 -0
  435. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/speaker_utterance.png +0 -0
  436. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_advanced.png +0 -0
  437. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_alignment.png +0 -0
  438. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_audio.png +0 -0
  439. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_bad_alignment.png +0 -0
  440. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_edit.png +0 -0
  441. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_help.png +0 -0
  442. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_interface.png +0 -0
  443. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_interface_change_speaker.png +0 -0
  444. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_interface_lookup.png +0 -0
  445. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_interface_oov.png +0 -0
  446. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_interface_tiers.png +0 -0
  447. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_list.png +0 -0
  448. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_list_header.png +0 -0
  449. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_play.png +0 -0
  450. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_results.png +0 -0
  451. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_search.png +0 -0
  452. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_toolbar.png +0 -0
  453. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_transcript.png +0 -0
  454. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_unaligned.png +0 -0
  455. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_waveform.png +0 -0
  456. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/img/utterance_zoom.png +0 -0
  457. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/_static/logo_full.svg +0 -0
  458. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/conf.py +0 -0
  459. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/first_steps/index.rst +0 -0
  460. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/getting_started.rst +0 -0
  461. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/index.rst +0 -0
  462. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/installation.rst +0 -0
  463. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/reference/index.rst +0 -0
  464. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/user_guide/configuration.rst +0 -0
  465. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/user_guide/diarization.rst +0 -0
  466. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/user_guide/dictionary.rst +0 -0
  467. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/user_guide/index.rst +0 -0
  468. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/user_guide/known_issues.rst +0 -0
  469. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/user_guide/oovs.rst +0 -0
  470. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/user_guide/speakers.rst +0 -0
  471. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/docs/source/user_guide/utterances.rst +0 -0
  472. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/environment.yml +0 -0
  473. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/pyproject.toml +0 -0
  474. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/requirements.txt +0 -0
  475. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/rtd_environment.yml +0 -0
  476. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/setup.cfg +0 -0
  477. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/setup.py +0 -0
  478. {anchor_annotator-0.3.1 → anchor_annotator-0.3.3}/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.1
3
+ Version: 0.3.3
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Anchor_annotator
3
- Version: 0.3.1
3
+ Version: 0.3.3
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
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.3.1'
16
- __version_tuple__ = version_tuple = (0, 3, 1)
15
+ __version__ = version = '0.3.3'
16
+ __version_tuple__ = version_tuple = (0, 3, 3)
@@ -1087,8 +1087,8 @@ class MainWindow(QtWidgets.QMainWindow):
1087
1087
  )
1088
1088
  for m in (
1089
1089
  session.query(anchor.db.AcousticModel)
1090
- .order_by(anchor.db.AcousticModel.last_used.desc())
1091
1090
  .filter_by(available_locally=True)
1091
+ .order_by(anchor.db.AcousticModel.last_used.desc())
1092
1092
  ):
1093
1093
  a = QtGui.QAction(f"{m.path} [{m.name}]", parent=self)
1094
1094
  a.setData(m.id)
@@ -1105,8 +1105,8 @@ class MainWindow(QtWidgets.QMainWindow):
1105
1105
 
1106
1106
  for m in (
1107
1107
  session.query(anchor.db.Dictionary)
1108
- .order_by(anchor.db.Dictionary.last_used.desc())
1109
1108
  .filter_by(available_locally=True)
1109
+ .order_by(anchor.db.Dictionary.last_used.desc())
1110
1110
  ):
1111
1111
  a = QtGui.QAction(text=f"{m.path} [{m.name}]", parent=self)
1112
1112
  a.setData(m.id)
@@ -1122,8 +1122,8 @@ class MainWindow(QtWidgets.QMainWindow):
1122
1122
 
1123
1123
  for m in (
1124
1124
  session.query(anchor.db.LanguageModel)
1125
- .order_by(anchor.db.LanguageModel.last_used.desc())
1126
1125
  .filter_by(available_locally=True)
1126
+ .order_by(anchor.db.LanguageModel.last_used.desc())
1127
1127
  ):
1128
1128
  a = QtGui.QAction(text=f"{m.path} [{m.name}]", parent=self)
1129
1129
  a.setData(m.id)
@@ -1139,8 +1139,8 @@ class MainWindow(QtWidgets.QMainWindow):
1139
1139
 
1140
1140
  for m in (
1141
1141
  session.query(anchor.db.G2PModel)
1142
- .order_by(anchor.db.G2PModel.last_used.desc())
1143
1142
  .filter_by(available_locally=True)
1143
+ .order_by(anchor.db.G2PModel.last_used.desc())
1144
1144
  ):
1145
1145
  a = QtGui.QAction(text=f"{m.path} [{m.name}]", parent=self)
1146
1146
  a.setData(m.id)
@@ -1932,7 +1932,7 @@ class MainWindow(QtWidgets.QMainWindow):
1932
1932
  session.query(anchor.db.AnchorCorpus).filter_by(current=True).update(
1933
1933
  {anchor.db.AnchorCorpus.acoustic_model_id: m_id}
1934
1934
  )
1935
- session.query(anchor.db.AcousticModel).filter_by(
1935
+ session.query(anchor.db.AcousticModel).filter(
1936
1936
  anchor.db.AcousticModel.id == m_id
1937
1937
  ).update(
1938
1938
  {
@@ -2003,9 +2003,7 @@ class MainWindow(QtWidgets.QMainWindow):
2003
2003
  session.query(anchor.db.AnchorCorpus).filter_by(current=True).update(
2004
2004
  {anchor.db.AnchorCorpus.dictionary_id: m_id}
2005
2005
  )
2006
- session.query(anchor.db.Dictionary).filter_by(
2007
- anchor.db.Dictionary.id == m_id
2008
- ).update(
2006
+ session.query(anchor.db.Dictionary).filter(anchor.db.Dictionary.id == m_id).update(
2009
2007
  {
2010
2008
  anchor.db.Dictionary.last_used: datetime.datetime.now(),
2011
2009
  }
@@ -2060,7 +2058,7 @@ class MainWindow(QtWidgets.QMainWindow):
2060
2058
  session.query(anchor.db.AnchorCorpus).filter_by(current=True).update(
2061
2059
  {anchor.db.AnchorCorpus.language_model_id: m_id}
2062
2060
  )
2063
- session.query(anchor.db.LanguageModel).filter_by(
2061
+ session.query(anchor.db.LanguageModel).filter(
2064
2062
  anchor.db.LanguageModel.id == m_id
2065
2063
  ).update(
2066
2064
  {
@@ -2139,7 +2137,7 @@ class MainWindow(QtWidgets.QMainWindow):
2139
2137
  anchor.db.AnchorCorpus.g2p_model_id: m_id,
2140
2138
  }
2141
2139
  )
2142
- session.query(anchor.db.G2PModel).filter_by(anchor.db.G2PModel.id == m_id).update(
2140
+ session.query(anchor.db.G2PModel).filter(anchor.db.G2PModel.id == m_id).update(
2143
2141
  {
2144
2142
  anchor.db.G2PModel.last_used: datetime.datetime.now(),
2145
2143
  }
@@ -2182,7 +2180,7 @@ class MainWindow(QtWidgets.QMainWindow):
2182
2180
  session.query(anchor.db.AnchorCorpus).filter_by(current=True).update(
2183
2181
  {anchor.db.AnchorCorpus.ivector_extractor_id: m_id}
2184
2182
  )
2185
- session.query(anchor.db.IvectorExtractor).filter_by(
2183
+ session.query(anchor.db.IvectorExtractor).filter(
2186
2184
  anchor.db.IvectorExtractor.id == m_id
2187
2185
  ).update(
2188
2186
  {
@@ -166,6 +166,7 @@ class FileUtterancesModel(QtCore.QAbstractListModel):
166
166
 
167
167
  waveformReady = QtCore.Signal()
168
168
  utterancesReady = QtCore.Signal()
169
+ speakersChanged = QtCore.Signal()
169
170
 
170
171
  def __init__(self, *args, **kwargs):
171
172
  super().__init__(*args, **kwargs)
@@ -325,6 +326,7 @@ class FileUtterancesModel(QtCore.QAbstractListModel):
325
326
  if utterance.speaker_id not in self.speakers:
326
327
  self.speakers.append(utterance.speaker_id)
327
328
  self.speaker_channel_mapping[utterance.speaker_id] = utterance.channel
329
+ self.speakersChanged.emit()
328
330
  self._speaker_indices[index] = utterance.speaker_id
329
331
 
330
332
  def merge_table_utterances(
@@ -848,6 +850,8 @@ class FileSelectionModel(QtCore.QItemSelectionModel):
848
850
  except sqlalchemy.orm.exc.DetachedInstanceError:
849
851
  new_file = True
850
852
  self.requested_utterance_id = utterance_id
853
+ self.selected_min_time = None
854
+ self.selected_max_time = None
851
855
  if new_file:
852
856
  self.fileAboutToChange.emit()
853
857
  self.model().set_file(file_id)
@@ -943,8 +947,7 @@ class CorpusSelectionModel(QtCore.QItemSelectionModel):
943
947
  self.currentRowChanged.connect(self.switch_utterance)
944
948
  # self.selectionChanged.connect(self.update_selection_audio)
945
949
  # self.selectionChanged.connect(self.update_selection_audio)
946
- # self.model().changeCommandFired.connect(self.expire_current)
947
- self.model().layoutChanged.connect(self.check_selection)
950
+ self.model().newResults.connect(self.check_selection)
948
951
  self.model().unlockCorpus.connect(self.fileChanged.emit)
949
952
 
950
953
  def set_current_utterance(self, utterance_id):
@@ -2275,32 +2278,6 @@ class CorpusModel(TableModel):
2275
2278
  self._speaker_indices[row],
2276
2279
  )
2277
2280
 
2278
- def fileAt(self, index) -> int:
2279
- if not isinstance(index, int):
2280
- if not index.isValid():
2281
- return None
2282
- index = index.row()
2283
- return self._file_indices[index]
2284
-
2285
- def indexForUtterance(self, utterance_id: int, column: int = 1):
2286
- return self.createIndex(self.reversed_indices[utterance_id], column)
2287
-
2288
- def rollback_changes(self):
2289
- self.unsaved_files = set()
2290
- self.session.rollback()
2291
- # self.query_session.expire_all()
2292
- self.databaseSynced.emit(False)
2293
- self.update_data()
2294
-
2295
- def commit_changes(self):
2296
- self.session.bulk_update_mappings(
2297
- File, [{"id": x, "modified": True} for x in self.unsaved_files]
2298
- )
2299
-
2300
- self.unsaved_files = set()
2301
- self.session.commit()
2302
- self.databaseSynced.emit(True)
2303
-
2304
2281
  def finish_export_files(self):
2305
2282
  self.filesSaved.emit()
2306
2283
 
@@ -2586,7 +2563,6 @@ class CorpusTableModel(QtCore.QAbstractTableModel):
2586
2563
  self.session.commit()
2587
2564
  corpus_name = os.path.basename(corpus_directory)
2588
2565
  c = anchor.db.AnchorCorpus(name=corpus_name, path=corpus_directory, current=True, **kwargs)
2589
- print(c.current)
2590
2566
  self.session.add(c)
2591
2567
  self.session.commit()
2592
2568
  self.corpora.append(c)
@@ -2510,6 +2510,16 @@ class SpeakerTier(pg.GraphicsObject):
2510
2510
  self.corpus_model.refreshUtteranceText.connect(self.refreshTexts)
2511
2511
  self.selection_model.selectionChanged.connect(self.update_select)
2512
2512
  self.selection_model.model().utterancesReady.connect(self.refresh)
2513
+ self.file_model.speakersChanged.connect(self.update_available_speakers)
2514
+ self.available_speakers = {}
2515
+
2516
+ def update_available_speakers(self):
2517
+ self.available_speakers = {}
2518
+ for speaker_id in self.file_model.speakers:
2519
+ speaker_name = self.corpus_model.get_speaker_name(speaker_id)
2520
+ self.available_speakers[speaker_name] = speaker_id
2521
+ for reg in self.visible_utterances.values():
2522
+ reg.available_speakers = self.available_speakers
2513
2523
 
2514
2524
  def wheelEvent(self, ev):
2515
2525
  self.receivedWheelEvent.emit(ev)
@@ -6,7 +6,7 @@ import typing
6
6
  import pynini.lib
7
7
  import sqlalchemy
8
8
  from montreal_forced_aligner.data import WordType
9
- from montreal_forced_aligner.db import File, Pronunciation, Speaker, Utterance, Word
9
+ from montreal_forced_aligner.db import File, Pronunciation, Speaker, Utterance, Word, bulk_update
10
10
  from PySide6 import QtCore, QtGui
11
11
  from sqlalchemy.orm import make_transient
12
12
 
@@ -643,18 +643,18 @@ class UpdateUtteranceSpeakerCommand(FileCommand):
643
643
  )
644
644
  )
645
645
  session.flush()
646
+ mappings = []
646
647
  for u in self.utterances:
647
648
  u.speaker_id = self.new_speaker_id
648
- session.query(Speaker).filter(
649
- Speaker.id.in_(self.old_speaker_ids + [self.new_speaker_id])
650
- ).update({Speaker.modified: True})
649
+ mappings.append({"id": u.id, "speaker_id": self.new_speaker_id})
650
+ bulk_update(self.corpus_model.session, Utterance, mappings)
651
651
 
652
652
  def _undo(self, session) -> None:
653
+ mappings = []
653
654
  for i, u in enumerate(self.utterances):
654
655
  u.speaker_id = self.old_speaker_ids[i]
655
- session.query(Speaker).filter(
656
- Speaker.id.in_(self.old_speaker_ids + [self.new_speaker_id])
657
- ).update({Speaker.modified: True})
656
+ mappings.append({"id": u.id, "speaker_id": self.old_speaker_ids[i]})
657
+ bulk_update(self.corpus_model.session, Utterance, mappings)
658
658
 
659
659
  def update_data(self):
660
660
  super().update_data()
@@ -125,6 +125,7 @@ class MediaPlayer(QtMultimedia.QMediaPlayer): # pragma: no cover
125
125
  or self.currentTime() >= self.maxTime()
126
126
  ):
127
127
  self.setCurrentTime(self.startTime())
128
+ self.timer.start()
128
129
  super(MediaPlayer, self).play()
129
130
  if fade_in:
130
131
  self.fade_in_anim.start()
@@ -155,8 +156,6 @@ class MediaPlayer(QtMultimedia.QMediaPlayer): # pragma: no cover
155
156
  self.timer.stop()
156
157
  self.setCurrentTime(self.startTime())
157
158
  self.timeChanged.emit(self.currentTime())
158
- elif state == QtMultimedia.QMediaPlayer.PlaybackState.PlayingState:
159
- self.timer.start()
160
159
  elif state == QtMultimedia.QMediaPlayer.PlaybackState.PausedState:
161
160
  self.timer.stop()
162
161
 
@@ -183,10 +182,10 @@ class MediaPlayer(QtMultimedia.QMediaPlayer): # pragma: no cover
183
182
  def set_volume(self, volume: int):
184
183
  if self.audioOutput() is None:
185
184
  return
186
- linearVolume = QtMultimedia.QAudio.convertVolume(
185
+ linearVolume = QtMultimedia.QtAudio.convertVolume(
187
186
  volume / 100.0,
188
- QtMultimedia.QAudio.VolumeScale.LogarithmicVolumeScale,
189
- QtMultimedia.QAudio.VolumeScale.LinearVolumeScale,
187
+ QtMultimedia.QtAudio.VolumeScale.LogarithmicVolumeScale,
188
+ QtMultimedia.QtAudio.VolumeScale.LinearVolumeScale,
190
189
  )
191
190
  self.audioOutput().setVolume(linearVolume)
192
191
 
@@ -195,10 +194,10 @@ class MediaPlayer(QtMultimedia.QMediaPlayer): # pragma: no cover
195
194
  return 100
196
195
  volume = self.audioOutput().volume()
197
196
  volume = int(
198
- QtMultimedia.QAudio.convertVolume(
197
+ QtMultimedia.QtAudio.convertVolume(
199
198
  volume,
200
- QtMultimedia.QAudio.VolumeScale.LinearVolumeScale,
201
- QtMultimedia.QAudio.VolumeScale.LogarithmicVolumeScale,
199
+ QtMultimedia.QtAudio.VolumeScale.LinearVolumeScale,
200
+ QtMultimedia.QtAudio.VolumeScale.LogarithmicVolumeScale,
202
201
  )
203
202
  * 100
204
203
  )
@@ -3171,7 +3171,6 @@ class SpectrogramWorker(FunctionWorker): # pragma: no cover
3171
3171
  self.y = scipy.signal.resample(
3172
3172
  self.y, int(self.y.shape[0] * max_sr / self.sample_rate)
3173
3173
  )
3174
- # self.y = resampy.resample(self.y, self.sample_rate, max_sr, filter='kaiser_fast')
3175
3174
  self.sample_rate = max_sr
3176
3175
  self.y = librosa.effects.preemphasis(self.y, coef=pre_emph_coeff)
3177
3176
  if self.stopped.is_set():
@@ -6,6 +6,21 @@ Changelog
6
6
 
7
7
  Alpha releases
8
8
 
9
+ 0.3.3
10
+ -----
11
+
12
+ - Fixed a bug in loading saved dictionaries and models
13
+
14
+ 0.3.2
15
+ -----
16
+
17
+ - Fixed compatibility with Qt 6.7
18
+
19
+ 0.3.1
20
+ -----
21
+
22
+ - Fixed a crash on launch
23
+
9
24
  0.3.0
10
25
  -----
11
26