batchalign 0.7.5a1__tar.gz → 0.7.5a3__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.5a1/batchalign.egg-info → batchalign-0.7.5a3}/PKG-INFO +5 -5
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/README.md +4 -4
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/formats/chat/utils.py +1 -1
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/asr/rev.py +10 -7
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/morphosyntax/ud.py +4 -2
- batchalign-0.7.5a3/batchalign/version +3 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3/batchalign.egg-info}/PKG-INFO +5 -5
- batchalign-0.7.5a1/batchalign/version +0 -3
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/LICENSE +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/MANIFEST.in +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/__main__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/cli/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/cli/cli.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/cli/dispatch.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/constants.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/document.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/errors.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/formats/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/formats/base.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/formats/chat/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/formats/chat/file.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/formats/chat/generator.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/formats/chat/lexer.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/formats/chat/parser.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/formats/textgrid/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/formats/textgrid/file.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/formats/textgrid/generator.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/formats/textgrid/parser.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/resolve.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/speaker/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/speaker/config.yaml +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/speaker/infer.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/speaker/utils.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/training/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/training/run.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/training/utils.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/utils.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/utterance/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/utterance/dataset.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/utterance/execute.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/utterance/infer.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/utterance/prep.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/utterance/train.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/whisper/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/whisper/infer_asr.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/models/whisper/infer_fa.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/analysis/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/analysis/eval.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/asr/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/asr/utils.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/asr/whisper.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/asr/whisperx.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/base.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/cleanup/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/cleanup/cleanup.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/cleanup/disfluencies.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/cleanup/parse_support.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/cleanup/retrace.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/cleanup/support/filled_pauses.eng +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/cleanup/support/replacements.eng +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/cleanup/support/test.test +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/dispatch.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/fa/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/fa/whisper_fa.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/morphosyntax/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/morphosyntax/fr/case.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/morphosyntax/ja/verbforms.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/pipeline.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/speaker/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/speaker/nemo_speaker.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/utr/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/utr/rev_utr.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/utr/utils.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/utr/whisper_utr.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/utterance/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/utterance/ud_utterance.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/conftest.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/formats/chat/test_chat_file.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/formats/chat/test_chat_generator.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/formats/chat/test_chat_lexer.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/formats/chat/test_chat_parser.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/formats/chat/test_chat_utils.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/formats/textgrid/test_textgrid.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/pipelines/analysis/test_eval.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/pipelines/asr/test_asr_pipeline.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/pipelines/asr/test_asr_utils.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/pipelines/cleanup/test_disfluency.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/pipelines/cleanup/test_parse_support.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/pipelines/fa/test_fa_pipeline.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/pipelines/fixures.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/pipelines/test_pipeline.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/pipelines/test_pipeline_models.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/test_document.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/utils/__init__.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/utils/config.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/utils/dp.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/utils/utils.py +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign.egg-info/SOURCES.txt +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign.egg-info/dependency_links.txt +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign.egg-info/entry_points.txt +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign.egg-info/requires.txt +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign.egg-info/top_level.txt +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/setup.cfg +0 -0
- {batchalign-0.7.5a1 → batchalign-0.7.5a3}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: batchalign
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.5a3
|
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
|
@@ -85,15 +85,15 @@ The TalkBank Project, of which Batchalign is a part, is supported by NIH grant H
|
|
85
85
|
The following instructions provide a quick start to installing Batchalign. For most users aiming to process CHAT and audio with Batchalign, we recommend more detailed usage instructions: for [usage](https://talkbank.org/info/BA2-usage.pdf) and [human transcript cleanup](https://talkbank.org/info/BA2-cleanup.pdf). The following provides a quick start guide for the program.
|
86
86
|
|
87
87
|
### Get Python
|
88
|
-
- We support Python versions 3.9, 3.10, and 3.
|
89
|
-
-
|
88
|
+
- We support Python versions 3.9, 3.10, 3.11 and 3.12.
|
89
|
+
- First, check to see if you have Python by running `python`. If it reports any of the versions above, skip the following step.
|
90
90
|
- To install Python, follow the instructions...
|
91
91
|
- for macOS
|
92
92
|
1. Install Brew: [visit this link](https://brew.sh/)
|
93
93
|
2. Install Python: execute `brew install python@3.11`
|
94
94
|
- for Windows
|
95
95
|
1. Install Python 3.11: [via this link](https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe)
|
96
|
-
2. If later commands report `pip module not found`, [this page may help](https://
|
96
|
+
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)
|
97
97
|
- your distribution's instructions for Linux
|
98
98
|
|
99
99
|
### Install and Update the Package
|
@@ -156,7 +156,7 @@ batchalign morphotag ~/ba_input ~/ba_output
|
|
156
156
|
#### forced alignment
|
157
157
|
|
158
158
|
```
|
159
|
-
batchalign align
|
159
|
+
batchalign align ~/ba_input ~/ba_output
|
160
160
|
```
|
161
161
|
|
162
162
|
|
@@ -11,15 +11,15 @@ The TalkBank Project, of which Batchalign is a part, is supported by NIH grant H
|
|
11
11
|
The following instructions provide a quick start to installing Batchalign. For most users aiming to process CHAT and audio with Batchalign, we recommend more detailed usage instructions: for [usage](https://talkbank.org/info/BA2-usage.pdf) and [human transcript cleanup](https://talkbank.org/info/BA2-cleanup.pdf). The following provides a quick start guide for the program.
|
12
12
|
|
13
13
|
### Get Python
|
14
|
-
- We support Python versions 3.9, 3.10, and 3.
|
15
|
-
-
|
14
|
+
- We support Python versions 3.9, 3.10, 3.11 and 3.12.
|
15
|
+
- First, check to see if you have Python by running `python`. If it reports any of the versions above, skip the following step.
|
16
16
|
- To install Python, follow the instructions...
|
17
17
|
- for macOS
|
18
18
|
1. Install Brew: [visit this link](https://brew.sh/)
|
19
19
|
2. Install Python: execute `brew install python@3.11`
|
20
20
|
- for Windows
|
21
21
|
1. Install Python 3.11: [via this link](https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe)
|
22
|
-
2. If later commands report `pip module not found`, [this page may help](https://
|
22
|
+
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)
|
23
23
|
- your distribution's instructions for Linux
|
24
24
|
|
25
25
|
### Install and Update the Package
|
@@ -82,7 +82,7 @@ batchalign morphotag ~/ba_input ~/ba_output
|
|
82
82
|
#### forced alignment
|
83
83
|
|
84
84
|
```
|
85
|
-
batchalign align
|
85
|
+
batchalign align ~/ba_input ~/ba_output
|
86
86
|
```
|
87
87
|
|
88
88
|
|
@@ -146,7 +146,7 @@ def annotation_clean(content, special=False):
|
|
146
146
|
cleaned_word = cleaned_word.replace("~","").replace("&~","")
|
147
147
|
cleaned_word = cleaned_word.replace(">","").replace("<","")
|
148
148
|
cleaned_word = cleaned_word.replace("〕","").replace("//","").replace(";","")
|
149
|
-
cleaned_word = re.sub(r"
|
149
|
+
cleaned_word = re.sub(r"@[^abcefpoqs]", '', cleaned_word)
|
150
150
|
cleaned_word = re.sub(r"&.", '', cleaned_word)
|
151
151
|
|
152
152
|
return cleaned_word
|
@@ -63,13 +63,16 @@ class RevEngine(BatchalignEngine):
|
|
63
63
|
|
64
64
|
L.info(f"Uploading '{pathlib.Path(f).stem}'...")
|
65
65
|
# we will send the file for processing
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
66
|
+
if "en" not in lang and "es" not in lang:
|
67
|
+
job = client.submit_job_local_file(f,
|
68
|
+
metadata=f"batchalign2_{pathlib.Path(f).stem}",
|
69
|
+
language=lang)
|
70
|
+
else:
|
71
|
+
job = client.submit_job_local_file(f,
|
72
|
+
metadata=f"batchalign2_{pathlib.Path(f).stem}",
|
73
|
+
language=lang,
|
74
|
+
skip_postprocessing=(True if resolve("utterance", self.__lang_code) and lang in ["en", "fr"] else False),
|
75
|
+
speakers_count=self.__num_speakers)
|
73
76
|
|
74
77
|
# we will wait untitl job finishes
|
75
78
|
status = client.get_job_details(job.id).status
|
@@ -212,7 +212,7 @@ def handler__NOUN(word, lang=None):
|
|
212
212
|
def handler__PROPN(word, lang=None):
|
213
213
|
# code as noun
|
214
214
|
parsed = handler__NOUN(word)
|
215
|
-
return parsed.replace("
|
215
|
+
return parsed.replace("noun", "propn")
|
216
216
|
|
217
217
|
def handler__VERB(word, lang=None):
|
218
218
|
# get the features
|
@@ -635,7 +635,9 @@ def tokenizer_processor(tokenized, lang, sent):
|
|
635
635
|
before,after = conform(i).split("'")
|
636
636
|
res.append((f'{before}\'', False))
|
637
637
|
res.append((after, False))
|
638
|
-
elif ("en" in lang) and matches_in(i, "'")
|
638
|
+
elif (("en" in lang) and matches_in(i, "'") and
|
639
|
+
not (len(conform(i).split("'")) > 1 and
|
640
|
+
conform(i).split("'")[0].strip() == "o")):
|
639
641
|
res.append((conform(i), True))
|
640
642
|
elif ("nl" in lang) and conform(i).endswith("'s"):
|
641
643
|
res.append((conform(i), False))
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: batchalign
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.5a3
|
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
|
@@ -85,15 +85,15 @@ The TalkBank Project, of which Batchalign is a part, is supported by NIH grant H
|
|
85
85
|
The following instructions provide a quick start to installing Batchalign. For most users aiming to process CHAT and audio with Batchalign, we recommend more detailed usage instructions: for [usage](https://talkbank.org/info/BA2-usage.pdf) and [human transcript cleanup](https://talkbank.org/info/BA2-cleanup.pdf). The following provides a quick start guide for the program.
|
86
86
|
|
87
87
|
### Get Python
|
88
|
-
- We support Python versions 3.9, 3.10, and 3.
|
89
|
-
-
|
88
|
+
- We support Python versions 3.9, 3.10, 3.11 and 3.12.
|
89
|
+
- First, check to see if you have Python by running `python`. If it reports any of the versions above, skip the following step.
|
90
90
|
- To install Python, follow the instructions...
|
91
91
|
- for macOS
|
92
92
|
1. Install Brew: [visit this link](https://brew.sh/)
|
93
93
|
2. Install Python: execute `brew install python@3.11`
|
94
94
|
- for Windows
|
95
95
|
1. Install Python 3.11: [via this link](https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe)
|
96
|
-
2. If later commands report `pip module not found`, [this page may help](https://
|
96
|
+
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)
|
97
97
|
- your distribution's instructions for Linux
|
98
98
|
|
99
99
|
### Install and Update the Package
|
@@ -156,7 +156,7 @@ batchalign morphotag ~/ba_input ~/ba_output
|
|
156
156
|
#### forced alignment
|
157
157
|
|
158
158
|
```
|
159
|
-
batchalign align
|
159
|
+
batchalign align ~/ba_input ~/ba_output
|
160
160
|
```
|
161
161
|
|
162
162
|
|
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
|
File without changes
|
File without changes
|
{batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/cleanup/support/filled_pauses.eng
RENAMED
File without changes
|
{batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/pipelines/cleanup/support/replacements.eng
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/formats/chat/test_chat_generator.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/formats/textgrid/test_textgrid.py
RENAMED
File without changes
|
File without changes
|
{batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/pipelines/asr/test_asr_pipeline.py
RENAMED
File without changes
|
File without changes
|
{batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/pipelines/cleanup/test_disfluency.py
RENAMED
File without changes
|
{batchalign-0.7.5a1 → batchalign-0.7.5a3}/batchalign/tests/pipelines/cleanup/test_parse_support.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.5a1 → batchalign-0.7.5a3}/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
|