batchalign 0.7.9.post2__tar.gz → 0.7.9.post4__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.
- {batchalign-0.7.9.post2/batchalign.egg-info → batchalign-0.7.9.post4}/PKG-INFO +13 -4
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/README.md +12 -3
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/formats/chat/utils.py +1 -1
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/utterance/ud_utterance.py +2 -0
- batchalign-0.7.9.post4/batchalign/version +3 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4/batchalign.egg-info}/PKG-INFO +13 -4
- batchalign-0.7.9.post2/batchalign/version +0 -3
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/LICENSE +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/MANIFEST.in +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/__main__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/cli/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/cli/cli.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/cli/dispatch.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/constants.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/document.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/errors.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/formats/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/formats/base.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/formats/chat/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/formats/chat/file.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/formats/chat/generator.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/formats/chat/lexer.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/formats/chat/parser.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/formats/textgrid/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/formats/textgrid/file.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/formats/textgrid/generator.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/formats/textgrid/parser.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/resolve.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/speaker/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/speaker/config.yaml +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/speaker/infer.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/speaker/utils.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/training/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/training/run.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/training/utils.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/utils.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/utterance/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/utterance/dataset.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/utterance/execute.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/utterance/infer.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/utterance/prep.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/utterance/train.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/whisper/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/whisper/infer_asr.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/models/whisper/infer_fa.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/analysis/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/analysis/eval.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/asr/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/asr/rev.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/asr/utils.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/asr/whisper.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/asr/whisperx.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/base.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/cleanup/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/cleanup/cleanup.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/cleanup/disfluencies.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/cleanup/parse_support.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/cleanup/retrace.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/cleanup/support/filled_pauses.eng +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/cleanup/support/replacements.eng +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/cleanup/support/test.test +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/dispatch.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/fa/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/fa/whisper_fa.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/coref.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/en/irr.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/fr/apm.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/fr/apmn.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/fr/case.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/ja/verbforms.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/ud.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/pipeline.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/speaker/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/speaker/nemo_speaker.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/utr/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/utr/rev_utr.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/utr/utils.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/utr/whisper_utr.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/utterance/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/conftest.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/formats/chat/test_chat_file.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/formats/chat/test_chat_generator.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/formats/chat/test_chat_lexer.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/formats/chat/test_chat_parser.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/formats/chat/test_chat_utils.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/formats/textgrid/test_textgrid.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/analysis/test_eval.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/asr/test_asr_pipeline.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/asr/test_asr_utils.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/cleanup/test_disfluency.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/cleanup/test_parse_support.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/fa/test_fa_pipeline.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/fixures.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/test_pipeline.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/test_pipeline_models.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/test_document.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/utils/__init__.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/utils/config.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/utils/dp.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/utils/utils.py +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign.egg-info/SOURCES.txt +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign.egg-info/dependency_links.txt +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign.egg-info/entry_points.txt +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign.egg-info/requires.txt +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign.egg-info/top_level.txt +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/setup.cfg +0 -0
- {batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: batchalign
|
3
|
-
Version: 0.7.9.
|
3
|
+
Version: 0.7.9.post4
|
4
4
|
Summary: Python Speech Language Sample Analysis
|
5
5
|
Author: Brian MacWhinney, Houjun Liu
|
6
6
|
Author-email: macw@cmu.edu, houjun@cmu.edu
|
@@ -55,7 +55,8 @@ The following instructions provide a quick start to installing Batchalign. For m
|
|
55
55
|
- To install Python, follow the instructions...
|
56
56
|
- for macOS
|
57
57
|
1. Install Brew: [visit this link](https://brew.sh/)
|
58
|
-
2. Install Python: execute `brew install python@3.11`
|
58
|
+
2. Install Python and Pipx: execute `brew install python@3.11 pipx`
|
59
|
+
3. Copy the pipx path to yours: execute `pipx ensurepath`
|
59
60
|
- for Windows
|
60
61
|
1. Install Python 3.11: [via this link](https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe)
|
61
62
|
2. If later commands report `pip module not found`, [this page may help](https://github.com/TalkBank/batchalign2/wiki/Troubleshooting-Tips#get-pip-on-windows)
|
@@ -66,13 +67,21 @@ For first-time users of Python, note that if you didn't install Python 3.11 (as
|
|
66
67
|
### Install and Update the Package
|
67
68
|
You can get Batchalign from PyPi, and you can update the package in the same way:
|
68
69
|
|
69
|
-
macOS
|
70
|
+
#### macOS
|
71
|
+
|
72
|
+
Since Batchalign is a command line program, we recommend using `pipx`, the newly standard environment-based Python program installer, on macOS:
|
73
|
+
|
74
|
+
```
|
75
|
+
pipx install batchalign --python $(brew --prefix)/bin/python3.11
|
76
|
+
```
|
77
|
+
|
78
|
+
#### Linux
|
70
79
|
|
71
80
|
```
|
72
81
|
pip install -U batchalign
|
73
82
|
```
|
74
83
|
|
75
|
-
Windows
|
84
|
+
#### Windows
|
76
85
|
|
77
86
|
```
|
78
87
|
py -m pip install -U batchalign
|
@@ -16,7 +16,8 @@ The following instructions provide a quick start to installing Batchalign. For m
|
|
16
16
|
- To install Python, follow the instructions...
|
17
17
|
- for macOS
|
18
18
|
1. Install Brew: [visit this link](https://brew.sh/)
|
19
|
-
2. Install Python: execute `brew install python@3.11`
|
19
|
+
2. Install Python and Pipx: execute `brew install python@3.11 pipx`
|
20
|
+
3. Copy the pipx path to yours: execute `pipx ensurepath`
|
20
21
|
- for Windows
|
21
22
|
1. Install Python 3.11: [via this link](https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe)
|
22
23
|
2. If later commands report `pip module not found`, [this page may help](https://github.com/TalkBank/batchalign2/wiki/Troubleshooting-Tips#get-pip-on-windows)
|
@@ -27,13 +28,21 @@ For first-time users of Python, note that if you didn't install Python 3.11 (as
|
|
27
28
|
### Install and Update the Package
|
28
29
|
You can get Batchalign from PyPi, and you can update the package in the same way:
|
29
30
|
|
30
|
-
macOS
|
31
|
+
#### macOS
|
32
|
+
|
33
|
+
Since Batchalign is a command line program, we recommend using `pipx`, the newly standard environment-based Python program installer, on macOS:
|
34
|
+
|
35
|
+
```
|
36
|
+
pipx install batchalign --python $(brew --prefix)/bin/python3.11
|
37
|
+
```
|
38
|
+
|
39
|
+
#### Linux
|
31
40
|
|
32
41
|
```
|
33
42
|
pip install -U batchalign
|
34
43
|
```
|
35
44
|
|
36
|
-
Windows
|
45
|
+
#### Windows
|
37
46
|
|
38
47
|
```
|
39
48
|
py -m pip install -U batchalign
|
@@ -140,7 +140,7 @@ def annotation_clean(content, special=False):
|
|
140
140
|
cleaned_word = cleaned_word.replace("‡","").replace("ạ","")
|
141
141
|
cleaned_word = cleaned_word.replace("ʰ","").replace("ā","")
|
142
142
|
cleaned_word = cleaned_word.replace("ʔ","").replace("ʕ","")
|
143
|
-
cleaned_word = cleaned_word.replace("
|
143
|
+
cleaned_word = cleaned_word.replace("ˈ","")
|
144
144
|
cleaned_word = cleaned_word.replace("ˌ","").replace("‹","")
|
145
145
|
cleaned_word = cleaned_word.replace("›","").replace("〔","")
|
146
146
|
cleaned_word = cleaned_word.replace("~","").replace("&~","")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: batchalign
|
3
|
-
Version: 0.7.9.
|
3
|
+
Version: 0.7.9.post4
|
4
4
|
Summary: Python Speech Language Sample Analysis
|
5
5
|
Author: Brian MacWhinney, Houjun Liu
|
6
6
|
Author-email: macw@cmu.edu, houjun@cmu.edu
|
@@ -55,7 +55,8 @@ The following instructions provide a quick start to installing Batchalign. For m
|
|
55
55
|
- To install Python, follow the instructions...
|
56
56
|
- for macOS
|
57
57
|
1. Install Brew: [visit this link](https://brew.sh/)
|
58
|
-
2. Install Python: execute `brew install python@3.11`
|
58
|
+
2. Install Python and Pipx: execute `brew install python@3.11 pipx`
|
59
|
+
3. Copy the pipx path to yours: execute `pipx ensurepath`
|
59
60
|
- for Windows
|
60
61
|
1. Install Python 3.11: [via this link](https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe)
|
61
62
|
2. If later commands report `pip module not found`, [this page may help](https://github.com/TalkBank/batchalign2/wiki/Troubleshooting-Tips#get-pip-on-windows)
|
@@ -66,13 +67,21 @@ For first-time users of Python, note that if you didn't install Python 3.11 (as
|
|
66
67
|
### Install and Update the Package
|
67
68
|
You can get Batchalign from PyPi, and you can update the package in the same way:
|
68
69
|
|
69
|
-
macOS
|
70
|
+
#### macOS
|
71
|
+
|
72
|
+
Since Batchalign is a command line program, we recommend using `pipx`, the newly standard environment-based Python program installer, on macOS:
|
73
|
+
|
74
|
+
```
|
75
|
+
pipx install batchalign --python $(brew --prefix)/bin/python3.11
|
76
|
+
```
|
77
|
+
|
78
|
+
#### Linux
|
70
79
|
|
71
80
|
```
|
72
81
|
pip install -U batchalign
|
73
82
|
```
|
74
83
|
|
75
|
-
Windows
|
84
|
+
#### Windows
|
76
85
|
|
77
86
|
```
|
78
87
|
py -m pip install -U batchalign
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/cleanup/disfluencies.py
RENAMED
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/cleanup/parse_support.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/cleanup/support/test.test
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/__init__.py
RENAMED
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/coref.py
RENAMED
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/en/irr.py
RENAMED
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/fr/apm.py
RENAMED
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/fr/apmn.py
RENAMED
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/fr/case.py
RENAMED
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/morphosyntax/ja/verbforms.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/speaker/nemo_speaker.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/pipelines/utterance/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/formats/chat/test_chat_file.py
RENAMED
File without changes
|
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/formats/chat/test_chat_lexer.py
RENAMED
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/formats/chat/test_chat_parser.py
RENAMED
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/formats/chat/test_chat_utils.py
RENAMED
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/formats/textgrid/test_textgrid.py
RENAMED
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/analysis/test_eval.py
RENAMED
File without changes
|
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/asr/test_asr_utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/fa/test_fa_pipeline.py
RENAMED
File without changes
|
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/test_pipeline.py
RENAMED
File without changes
|
{batchalign-0.7.9.post2 → batchalign-0.7.9.post4}/batchalign/tests/pipelines/test_pipeline_models.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|