Anchor-annotator 0.8.2__py3-none-any.whl → 0.9.1__py3-none-any.whl
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/_version.py +2 -2
- anchor/command_line.py +1 -0
- anchor/main.py +113 -6
- anchor/models.py +402 -23
- anchor/plot.py +835 -104
- anchor/settings.py +6 -10
- anchor/ui_main_window.py +14 -8
- anchor/undo.py +682 -11
- anchor/widgets.py +303 -39
- anchor/workers.py +632 -351
- {anchor_annotator-0.8.2.dist-info → anchor_annotator-0.9.1.dist-info}/METADATA +1 -1
- anchor_annotator-0.9.1.dist-info/RECORD +22 -0
- anchor_annotator-0.8.2.dist-info/RECORD +0 -22
- {anchor_annotator-0.8.2.dist-info → anchor_annotator-0.9.1.dist-info}/WHEEL +0 -0
- {anchor_annotator-0.8.2.dist-info → anchor_annotator-0.9.1.dist-info}/licenses/LICENSE +0 -0
- {anchor_annotator-0.8.2.dist-info → anchor_annotator-0.9.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: Anchor_annotator
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.9.1
|
4
4
|
Summary: Anchor annotator is a program for inspecting corpora for the Montreal Forced Aligner and correcting transcriptions and pronunciations.
|
5
5
|
Home-page: https://github.com/MontrealCorpusTools/Anchor-annotator
|
6
6
|
Author: Montreal Corpus Tools
|
@@ -0,0 +1,22 @@
|
|
1
|
+
anchor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
anchor/__main__.py,sha256=5ufG8lcx2x1am-04xI991AG7saJd24dxPw5JzjmB878,45
|
3
|
+
anchor/_version.py,sha256=QG_t-w_CzDn2UjPaW-Svt-wTU1NXK2QkudawUihJfHA,511
|
4
|
+
anchor/command_line.py,sha256=2IxO0fe_Uc37EjpVcF6SQMsrYOsYheCi4bUlWs3Y_tE,513
|
5
|
+
anchor/db.py,sha256=LlZzAy4bjmJIu0v4ev5Qjg_Fh2n9sMsKI2nAY1pwd0A,5057
|
6
|
+
anchor/main.py,sha256=xY2dAzmdu8P0C9yxdRJank-sDQjlyPuzguBy0tQrUbg,139814
|
7
|
+
anchor/models.py,sha256=xiScJkAt3PFAhE8gWUPPUCre63iPCq9UpFGm9anvw3A,112180
|
8
|
+
anchor/plot.py,sha256=KTToQ74z6Vb5PRSt1IjHMzX7OGTjL1Qk2tFTMmKs-fE,146364
|
9
|
+
anchor/resources_rc.py,sha256=5eFkwVBdDzfc6rkcC-HSzy8EYDmxiMXnYucgAoGVGsA,3599114
|
10
|
+
anchor/settings.py,sha256=kY8S8-55D4-gSnZXrPQK3HLWNlokGWBoPHB_GdwKg98,52714
|
11
|
+
anchor/ui_corpus_manager.py,sha256=e3ybOd4UdYarrLBATxI8vIFnioa4R_BHrbsEz5mJ5eA,8564
|
12
|
+
anchor/ui_error_dialog.py,sha256=HKbjGT_jtdb9jfn9THQMbl1fmcdWyjYDazM4hCwZ5Yo,3931
|
13
|
+
anchor/ui_main_window.py,sha256=VWYsIwvKMHe1bLeH3_fLNU1iO84kxOSoDoDTTptQaJw,40443
|
14
|
+
anchor/ui_preferences.py,sha256=_1U67al_FoTjVizcK1He4JKBEqfmh3KxUo0UEB7kt5Q,43822
|
15
|
+
anchor/undo.py,sha256=wdjh-clcNBl6fKXbxr60kUIJaPOnJWADk0U32BGylJU,60966
|
16
|
+
anchor/widgets.py,sha256=ZsWkY31T2DVX-rc98SM3rY9ryoMJ_3HAR9Fy1rYBzdA,171235
|
17
|
+
anchor/workers.py,sha256=UOxTfG_HBCVlAWospwwBcenGwEeV5zK6cTj6n9LwnOk,203407
|
18
|
+
anchor_annotator-0.9.1.dist-info/licenses/LICENSE,sha256=C0oIsblENEgWQ7XMNdYoXyXsIA5wa3YF0I9lK3H7A1s,1076
|
19
|
+
anchor_annotator-0.9.1.dist-info/METADATA,sha256=8Eo79TDQk6W62IkHQ6Aklq48LPfCR72-L0DXBth-Lc4,1522
|
20
|
+
anchor_annotator-0.9.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
21
|
+
anchor_annotator-0.9.1.dist-info/top_level.txt,sha256=wX6ZKxImGRZKFQjs3f6XYw_TfbAp6Xs3SmbLfLbFAJ0,7
|
22
|
+
anchor_annotator-0.9.1.dist-info/RECORD,,
|
@@ -1,22 +0,0 @@
|
|
1
|
-
anchor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
anchor/__main__.py,sha256=5ufG8lcx2x1am-04xI991AG7saJd24dxPw5JzjmB878,45
|
3
|
-
anchor/_version.py,sha256=4Kt_Ae0emj4wRVlpu-xPGvdBayNUDtQuMKqWoOpvoGY,511
|
4
|
-
anchor/command_line.py,sha256=EucG805HyWk_zkMO9RXv9Yj0I0JVdDLZb1_DX2_ISjM,503
|
5
|
-
anchor/db.py,sha256=LlZzAy4bjmJIu0v4ev5Qjg_Fh2n9sMsKI2nAY1pwd0A,5057
|
6
|
-
anchor/main.py,sha256=3CN6wlIzdWjGxsYRSIIuqB2jQZPUdLX9PlQSRMSQ5aI,134355
|
7
|
-
anchor/models.py,sha256=0-CRXwRlLnFNelj0pbhfVTLTXAxfj1eJvJ8qEQAGrn4,98864
|
8
|
-
anchor/plot.py,sha256=KCSXgyAT5v2BpsX6MvPJuaq5aphTzfYvZ69jLzvcM0k,117879
|
9
|
-
anchor/resources_rc.py,sha256=5eFkwVBdDzfc6rkcC-HSzy8EYDmxiMXnYucgAoGVGsA,3599114
|
10
|
-
anchor/settings.py,sha256=tQkbNdOTRQbRboWkdkkriLmQcGlBTNKYB_GYrNKhqmI,53029
|
11
|
-
anchor/ui_corpus_manager.py,sha256=e3ybOd4UdYarrLBATxI8vIFnioa4R_BHrbsEz5mJ5eA,8564
|
12
|
-
anchor/ui_error_dialog.py,sha256=HKbjGT_jtdb9jfn9THQMbl1fmcdWyjYDazM4hCwZ5Yo,3931
|
13
|
-
anchor/ui_main_window.py,sha256=E1j35ICX4Q56_KlhETk3325CrjP5oCAubxrWTKRx9ks,40198
|
14
|
-
anchor/ui_preferences.py,sha256=_1U67al_FoTjVizcK1He4JKBEqfmh3KxUo0UEB7kt5Q,43822
|
15
|
-
anchor/undo.py,sha256=fDy8PA2Rckd9_dsa_lM_ohvQJS-l-VdQwB_P0i-Kvbw,33098
|
16
|
-
anchor/widgets.py,sha256=Lci1Jq0Gan6zuvB4myrcPe-X9IZ3UXqLrZe3o_sgOIs,159469
|
17
|
-
anchor/workers.py,sha256=T81tr2wgQh5oLOXZteGfccgvSwXJrJbk3SSmTLHdnmA,191386
|
18
|
-
anchor_annotator-0.8.2.dist-info/licenses/LICENSE,sha256=C0oIsblENEgWQ7XMNdYoXyXsIA5wa3YF0I9lK3H7A1s,1076
|
19
|
-
anchor_annotator-0.8.2.dist-info/METADATA,sha256=INOKDt1JL0O3IXZYclm01rg0YtZrZklLO19sDGFR2pQ,1522
|
20
|
-
anchor_annotator-0.8.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
21
|
-
anchor_annotator-0.8.2.dist-info/top_level.txt,sha256=wX6ZKxImGRZKFQjs3f6XYw_TfbAp6Xs3SmbLfLbFAJ0,7
|
22
|
-
anchor_annotator-0.8.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|