batchalign 0.7.19.post11__tar.gz → 0.7.19.post12__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.
Potentially problematic release.
This version of batchalign might be problematic. Click here for more details.
- {batchalign-0.7.19.post11/batchalign.egg-info → batchalign-0.7.19.post12}/PKG-INFO +2 -3
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/analysis/eval.py +8 -3
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/utils/dp.py +6 -5
- batchalign-0.7.19.post12/batchalign/version +3 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12/batchalign.egg-info}/PKG-INFO +2 -3
- batchalign-0.7.19.post11/batchalign/version +0 -3
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/LICENSE +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/MANIFEST.in +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/README.md +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/__main__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/cli/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/cli/cli.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/cli/dispatch.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/constants.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/document.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/errors.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/base.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/chat/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/chat/file.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/chat/generator.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/chat/lexer.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/chat/parser.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/chat/utils.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/textgrid/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/textgrid/file.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/textgrid/generator.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/textgrid/parser.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/resolve.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/speaker/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/speaker/config.yaml +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/speaker/infer.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/speaker/utils.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/training/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/training/run.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/training/utils.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/utils.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/utterance/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/utterance/cantonese_infer.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/utterance/dataset.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/utterance/execute.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/utterance/infer.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/utterance/prep.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/utterance/train.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/wave2vec/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/wave2vec/infer_fa.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/whisper/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/whisper/infer_asr.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/whisper/infer_fa.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/analysis/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/asr/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/asr/num2chinese.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/asr/oai_whisper.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/asr/rev.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/asr/utils.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/asr/whisper.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/asr/whisperx.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/base.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/cleanup.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/disfluencies.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/parse_support.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/retrace.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/support/filled_pauses.eng +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/support/replacements.eng +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/support/test.test +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/dispatch.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/fa/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/fa/wave2vec_fa.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/fa/whisper_fa.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/coref.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/en/irr.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/fr/apm.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/fr/apmn.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/fr/case.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/ja/verbforms.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/ud.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/pipeline.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/speaker/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/speaker/nemo_speaker.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/translate/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/translate/gtrans.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/translate/seamless.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/translate/utils.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/utr/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/utr/rev_utr.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/utr/utils.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/utr/whisper_utr.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/utterance/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/utterance/ud_utterance.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/conftest.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/formats/chat/test_chat_file.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/formats/chat/test_chat_generator.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/formats/chat/test_chat_lexer.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/formats/chat/test_chat_parser.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/formats/chat/test_chat_utils.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/formats/textgrid/test_textgrid.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/pipelines/analysis/test_eval.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/pipelines/asr/test_asr_pipeline.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/pipelines/asr/test_asr_utils.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/pipelines/cleanup/test_disfluency.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/pipelines/cleanup/test_parse_support.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/pipelines/fa/test_fa_pipeline.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/pipelines/fixures.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/pipelines/test_pipeline.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/pipelines/test_pipeline_models.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/test_document.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/utils/__init__.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/utils/abbrev.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/utils/config.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/utils/names.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/utils/utils.py +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign.egg-info/SOURCES.txt +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign.egg-info/dependency_links.txt +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign.egg-info/entry_points.txt +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign.egg-info/requires.txt +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign.egg-info/top_level.txt +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/setup.cfg +0 -0
- {batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: batchalign
|
|
3
|
-
Version: 0.7.19.
|
|
3
|
+
Version: 0.7.19.post12
|
|
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
|
|
@@ -47,7 +47,6 @@ Dynamic: author-email
|
|
|
47
47
|
Dynamic: classifier
|
|
48
48
|
Dynamic: description
|
|
49
49
|
Dynamic: description-content-type
|
|
50
|
-
Dynamic: license-file
|
|
51
50
|
Dynamic: provides-extra
|
|
52
51
|
Dynamic: requires-dist
|
|
53
52
|
Dynamic: summary
|
|
@@ -95,6 +95,11 @@ def conform(x):
|
|
|
95
95
|
|
|
96
96
|
return result
|
|
97
97
|
|
|
98
|
+
def match_fn(x,y):
|
|
99
|
+
return (y == x or
|
|
100
|
+
y.replace("(", "").replace(")", "") == x.replace("(", "").replace(")", "") or
|
|
101
|
+
re.sub(r"\((.*)\)",r"", y) == x or re.sub(r"\((.*)\)",r"", x) == y)
|
|
102
|
+
|
|
98
103
|
class EvaluationEngine(BatchalignEngine):
|
|
99
104
|
tasks = [ Task.WER ]
|
|
100
105
|
|
|
@@ -107,8 +112,8 @@ class EvaluationEngine(BatchalignEngine):
|
|
|
107
112
|
forms = [i.replace("-", "") for i in forms if i.strip() not in MOR_PUNCT+ENDING_PUNCT]
|
|
108
113
|
gold_forms = [i.replace("-", "") for i in gold_forms if i.strip() not in MOR_PUNCT+ENDING_PUNCT]
|
|
109
114
|
|
|
110
|
-
forms = [re.sub(r"\((.*)\)",r"", i) for i in forms]
|
|
111
|
-
gold_forms = [re.sub(r"\((.*)\)",r"", i) for i in gold_forms]
|
|
115
|
+
# forms = [re.sub(r"\((.*)\)",r"", i) for i in forms]
|
|
116
|
+
# gold_forms = [re.sub(r"\((.*)\)",r"", i) for i in gold_forms]
|
|
112
117
|
|
|
113
118
|
# if there are single letter frames, we combine them tofgether
|
|
114
119
|
# until the utterance is done or there isn't any left
|
|
@@ -149,7 +154,7 @@ class EvaluationEngine(BatchalignEngine):
|
|
|
149
154
|
forms_final = conform(forms_final)
|
|
150
155
|
|
|
151
156
|
# dp!
|
|
152
|
-
alignment = align(forms_final, gold_final, False)
|
|
157
|
+
alignment = align(forms_final, gold_final, False, match_fn)
|
|
153
158
|
|
|
154
159
|
# calculate each type of error
|
|
155
160
|
sub = 0
|
|
@@ -76,7 +76,7 @@ def __serialize_arr(src, tgt):
|
|
|
76
76
|
|
|
77
77
|
return src_serialized, tgt_serialized
|
|
78
78
|
|
|
79
|
-
def __dp(payload, reference, t):
|
|
79
|
+
def __dp(payload, reference, t, match_fn):
|
|
80
80
|
"""Performs bottom-up dynamic programming alignment
|
|
81
81
|
|
|
82
82
|
Parameters
|
|
@@ -149,7 +149,7 @@ def __dp(payload, reference, t):
|
|
|
149
149
|
# get a match.
|
|
150
150
|
|
|
151
151
|
# recall 1 indexing
|
|
152
|
-
is_match = (reference[i-1].key
|
|
152
|
+
is_match = match_fn(reference[i-1].key, payload[j-1].key)
|
|
153
153
|
|
|
154
154
|
# calculate new distances
|
|
155
155
|
new_dist1 = dist1+(0 if is_match else 2)
|
|
@@ -209,15 +209,16 @@ def __dp(payload, reference, t):
|
|
|
209
209
|
|
|
210
210
|
def align(source_payload_sequence,
|
|
211
211
|
target_reference_sequence,
|
|
212
|
-
tqdm=True
|
|
212
|
+
tqdm=True,
|
|
213
|
+
match_fn=lambda x,y: x==y):
|
|
213
214
|
"""Align two sequences"""
|
|
214
215
|
|
|
215
216
|
if (len(source_payload_sequence) > 0 and
|
|
216
217
|
type(source_payload_sequence[0]) == PayloadTarget):
|
|
217
|
-
return __dp(source_payload_sequence, target_reference_sequence, tqdm)
|
|
218
|
+
return __dp(source_payload_sequence, target_reference_sequence, tqdm, match_fn)
|
|
218
219
|
else:
|
|
219
220
|
return __dp(*__serialize_arr(source_payload_sequence,
|
|
220
|
-
target_reference_sequence), tqdm)
|
|
221
|
+
target_reference_sequence), tqdm, match_fn)
|
|
221
222
|
|
|
222
223
|
# align([1,2,3,4,4,5,5,5], [1,1,3,4,4,12,5,5,18])
|
|
223
224
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: batchalign
|
|
3
|
-
Version: 0.7.19.
|
|
3
|
+
Version: 0.7.19.post12
|
|
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
|
|
@@ -47,7 +47,6 @@ Dynamic: author-email
|
|
|
47
47
|
Dynamic: classifier
|
|
48
48
|
Dynamic: description
|
|
49
49
|
Dynamic: description-content-type
|
|
50
|
-
Dynamic: license-file
|
|
51
50
|
Dynamic: provides-extra
|
|
52
51
|
Dynamic: requires-dist
|
|
53
52
|
Dynamic: summary
|
|
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.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/textgrid/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/formats/textgrid/generator.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
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/training/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/utterance/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/utterance/cantonese_infer.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/utterance/dataset.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/utterance/execute.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/wave2vec/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/wave2vec/infer_fa.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/models/whisper/infer_asr.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/analysis/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/asr/num2chinese.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/asr/oai_whisper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/cleanup.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/disfluencies.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/parse_support.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/retrace.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/cleanup/support/test.test
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/fa/wave2vec_fa.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/coref.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/en/irr.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/fr/apm.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/fr/apmn.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/fr/case.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/morphosyntax/ud.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/speaker/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/speaker/nemo_speaker.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/translate/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/translate/gtrans.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/translate/seamless.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/translate/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/utr/whisper_utr.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/utterance/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/pipelines/utterance/ud_utterance.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign/tests/pipelines/test_pipeline.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
|
{batchalign-0.7.19.post11 → batchalign-0.7.19.post12}/batchalign.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|