BatchalignHK 0.7.19.post9__tar.gz → 0.7.19.post10__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.
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/BatchalignHK.egg-info/PKG-INFO +1 -1
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/PKG-INFO +1 -1
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/tencent.py +62 -66
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/cleanup/retrace.py +1 -1
- batchalignhk-0.7.19.post10/batchalign/version +3 -0
- batchalignhk-0.7.19.post9/batchalign/version +0 -3
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/BatchalignHK.egg-info/SOURCES.txt +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/BatchalignHK.egg-info/dependency_links.txt +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/BatchalignHK.egg-info/entry_points.txt +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/BatchalignHK.egg-info/requires.txt +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/BatchalignHK.egg-info/top_level.txt +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/LICENSE +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/MANIFEST.in +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/README.md +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/__main__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/cli/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/cli/cli.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/cli/dispatch.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/constants.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/document.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/errors.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/base.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/chat/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/chat/file.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/chat/generator.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/chat/lexer.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/chat/parser.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/chat/utils.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/textgrid/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/textgrid/file.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/textgrid/generator.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/textgrid/parser.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/resolve.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/speaker/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/speaker/config.yaml +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/speaker/infer.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/speaker/utils.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/training/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/training/run.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/training/utils.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utils.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utterance/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utterance/cantonese_infer.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utterance/dataset.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utterance/execute.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utterance/infer.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utterance/prep.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utterance/train.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/wave2vec/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/wave2vec/infer_fa.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/whisper/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/whisper/infer_asr.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/whisper/infer_fa.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/analysis/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/analysis/eval.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/num2chinese.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/oai_whisper.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/rev.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/utils.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/whisper.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/whisperx.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/base.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/cleanup/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/cleanup/cleanup.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/cleanup/disfluencies.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/cleanup/parse_support.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/cleanup/support/filled_pauses.eng +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/cleanup/support/replacements.eng +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/cleanup/support/test.test +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/dispatch.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/fa/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/fa/wave2vec_fa.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/fa/whisper_fa.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/morphosyntax/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/morphosyntax/coref.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/morphosyntax/en/irr.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/morphosyntax/fr/apm.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/morphosyntax/fr/apmn.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/morphosyntax/fr/case.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/morphosyntax/ja/verbforms.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/morphosyntax/ud.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/pipeline.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/speaker/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/speaker/nemo_speaker.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/translate/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/translate/gtrans.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/translate/seamless.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/translate/utils.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/utr/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/utr/rev_utr.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/utr/utils.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/utr/whisper_utr.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/utterance/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/utterance/ud_utterance.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/conftest.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/formats/chat/test_chat_file.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/formats/chat/test_chat_generator.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/formats/chat/test_chat_lexer.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/formats/chat/test_chat_parser.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/formats/chat/test_chat_utils.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/formats/textgrid/test_textgrid.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/pipelines/analysis/test_eval.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/pipelines/asr/test_asr_pipeline.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/pipelines/asr/test_asr_utils.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/pipelines/cleanup/test_disfluency.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/pipelines/cleanup/test_parse_support.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/pipelines/fa/test_fa_pipeline.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/pipelines/fixures.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/pipelines/test_pipeline.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/pipelines/test_pipeline_models.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/test_document.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/utils/__init__.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/utils/abbrev.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/utils/config.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/utils/dp.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/utils/names.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/utils/utils.py +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/setup.cfg +0 -0
- {batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/setup.py +0 -0
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/tencent.py
RENAMED
|
@@ -119,73 +119,69 @@ class TencentEngine(BatchalignEngine):
|
|
|
119
119
|
# processed_path = self.__preprocess_audio(f)
|
|
120
120
|
# audio = AudioSegment.from_file(processed_path)
|
|
121
121
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
resp = client.CreateRecTask(req)
|
|
122
|
+
L.info(f"Uploading '{pathlib.Path(f).stem}'...")
|
|
123
|
+
# we will send the file for processing
|
|
124
|
+
if not str(f).startswith("http"):
|
|
125
|
+
with open(f, "rb") as image_file:
|
|
126
|
+
encoded_string = base64.b64encode(image_file.read())
|
|
127
|
+
|
|
128
|
+
req = models.CreateRecTaskRequest()
|
|
129
|
+
if lang in {'zho', 'yue', 'wuu', 'nan','hak'}:
|
|
130
|
+
req.EngineModelType = "16k_zh_large"
|
|
131
|
+
else:
|
|
132
|
+
req.EngineModelType = f"16k_{lang}"
|
|
133
|
+
req.ResTextFormat = 1
|
|
134
|
+
req.SpeakerDiarization = 1
|
|
135
|
+
req.ChannelNum = 1
|
|
136
|
+
if not str(f).startswith("http"):
|
|
137
|
+
req.Data = encoded_string.decode('ascii')
|
|
138
|
+
req.SourceType = 1
|
|
139
|
+
else:
|
|
140
|
+
req.Url = f
|
|
141
|
+
req.SourceType = 0
|
|
142
|
+
resp = client.CreateRecTask(req)
|
|
144
143
|
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
144
|
+
L.info(f"Tencent is transcribing '{pathlib.Path(f).stem}'...")
|
|
145
|
+
req = models.DescribeTaskStatusRequest()
|
|
146
|
+
req.TaskId = resp.Data.TaskId
|
|
148
147
|
|
|
148
|
+
res = client.DescribeTaskStatus(req)
|
|
149
|
+
while res.Data.Status not in [2, 3]:
|
|
150
|
+
time.sleep(15)
|
|
149
151
|
res = client.DescribeTaskStatus(req)
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
for
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
"ts": (j.OffsetStartMs + start) / 1000,
|
|
171
|
-
"end_ts": (j.OffsetEndMs + start) / 1000,
|
|
172
|
-
"value": word
|
|
173
|
-
})
|
|
174
|
-
turns.append({
|
|
175
|
-
"elements": turn,
|
|
176
|
-
"speaker": i.SpeakerId
|
|
152
|
+
|
|
153
|
+
if res.Data.Status in ["3", 3]:
|
|
154
|
+
raise RuntimeError(f"Tencent reports job failed! error='{res.Data.ErrorMsg}'")
|
|
155
|
+
|
|
156
|
+
turns = []
|
|
157
|
+
for i in res.Data.ResultDetail:
|
|
158
|
+
turn = []
|
|
159
|
+
start = i.StartMs
|
|
160
|
+
for j in i.Words:
|
|
161
|
+
word = j.Word
|
|
162
|
+
if self.__lang == "yue":
|
|
163
|
+
word = cc.convert(word)
|
|
164
|
+
|
|
165
|
+
word = self.replace_cantonese_words(word)
|
|
166
|
+
|
|
167
|
+
turn.append({
|
|
168
|
+
"type": "text",
|
|
169
|
+
"ts": (j.OffsetStartMs + start) / 1000,
|
|
170
|
+
"end_ts": (j.OffsetEndMs + start) / 1000,
|
|
171
|
+
"value": word
|
|
177
172
|
})
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
173
|
+
turns.append({
|
|
174
|
+
"elements": turn,
|
|
175
|
+
"speaker": i.SpeakerId
|
|
176
|
+
})
|
|
177
|
+
L.debug(f"Tencent done.")
|
|
178
|
+
|
|
179
|
+
# Extract the text from the small volume parts for translation
|
|
180
|
+
|
|
181
|
+
doc = process_generation({"monologues": turns},
|
|
182
|
+
self.__lang_code,
|
|
183
|
+
utterance_engine=self.__engine)
|
|
184
|
+
media = Media(type=MediaType.AUDIO, name=Path(f).stem, url=f)
|
|
185
|
+
doc.media = media
|
|
186
|
+
return doc
|
|
187
|
+
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/cleanup/retrace.py
RENAMED
|
@@ -22,7 +22,7 @@ class NgramRetraceEngine(BatchalignEngine):
|
|
|
22
22
|
if i.type in [TokenType.REGULAR, TokenType.PUNCT, TokenType.FP]:
|
|
23
23
|
content.append(i)
|
|
24
24
|
# scan for n-gram retraces
|
|
25
|
-
for n in range(1, len(content)):
|
|
25
|
+
for n in range(1 if "yue" not in doc.langs and "zho" not in doc.langs else 2, len(content)):
|
|
26
26
|
begin = 0
|
|
27
27
|
while begin < len(content)-(n):
|
|
28
28
|
# get the n gram info; we convert it to
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/BatchalignHK.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/BatchalignHK.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/BatchalignHK.egg-info/top_level.txt
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
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/chat/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/chat/generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/textgrid/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/textgrid/file.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/textgrid/generator.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/formats/textgrid/parser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/speaker/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/speaker/config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/training/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/training/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utterance/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utterance/dataset.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utterance/execute.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utterance/infer.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utterance/prep.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/utterance/train.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/wave2vec/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/wave2vec/infer_fa.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/whisper/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/whisper/infer_asr.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/models/whisper/infer_fa.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/analysis/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/analysis/eval.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/num2chinese.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/oai_whisper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/whisper.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/asr/whisperx.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/cleanup/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/cleanup/cleanup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/fa/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/fa/wave2vec_fa.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/fa/whisper_fa.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/morphosyntax/coref.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/morphosyntax/en/irr.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/morphosyntax/fr/apm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/morphosyntax/ud.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/speaker/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/translate/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/translate/gtrans.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/translate/seamless.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/translate/utils.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/utr/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/utr/rev_utr.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/utr/whisper_utr.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/pipelines/utterance/__init__.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
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/batchalign/tests/pipelines/fixures.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post9 → batchalignhk-0.7.19.post10}/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
|
|
File without changes
|
|
File without changes
|