BatchalignHK 0.7.19.post10__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.
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/BatchalignHK.egg-info/PKG-INFO +1 -1
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/PKG-INFO +1 -1
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/cli/cli.py +3 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/tencent.py +34 -3
- batchalignhk-0.7.19.post12/batchalign/version +3 -0
- batchalignhk-0.7.19.post10/batchalign/version +0 -3
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/BatchalignHK.egg-info/SOURCES.txt +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/BatchalignHK.egg-info/dependency_links.txt +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/BatchalignHK.egg-info/entry_points.txt +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/BatchalignHK.egg-info/requires.txt +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/BatchalignHK.egg-info/top_level.txt +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/LICENSE +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/MANIFEST.in +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/README.md +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/__main__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/cli/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/cli/dispatch.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/constants.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/document.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/errors.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/base.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/chat/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/chat/file.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/chat/generator.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/chat/lexer.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/chat/parser.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/chat/utils.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/textgrid/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/textgrid/file.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/textgrid/generator.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/textgrid/parser.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/resolve.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/speaker/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/speaker/config.yaml +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/speaker/infer.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/speaker/utils.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/training/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/training/run.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/training/utils.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utils.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utterance/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utterance/cantonese_infer.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utterance/dataset.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utterance/execute.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utterance/infer.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utterance/prep.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utterance/train.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/wave2vec/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/wave2vec/infer_fa.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/whisper/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/whisper/infer_asr.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/whisper/infer_fa.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/analysis/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/analysis/eval.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/num2chinese.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/oai_whisper.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/rev.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/utils.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/whisper.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/whisperx.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/base.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/cleanup/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/cleanup/cleanup.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/cleanup/disfluencies.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/cleanup/parse_support.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/cleanup/retrace.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/cleanup/support/filled_pauses.eng +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/cleanup/support/replacements.eng +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/cleanup/support/test.test +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/dispatch.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/fa/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/fa/wave2vec_fa.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/fa/whisper_fa.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/morphosyntax/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/morphosyntax/coref.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/morphosyntax/en/irr.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/morphosyntax/fr/apm.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/morphosyntax/fr/apmn.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/morphosyntax/fr/case.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/morphosyntax/ja/verbforms.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/morphosyntax/ud.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/pipeline.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/speaker/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/speaker/nemo_speaker.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/translate/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/translate/gtrans.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/translate/seamless.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/translate/utils.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/utr/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/utr/rev_utr.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/utr/utils.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/utr/whisper_utr.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/utterance/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/utterance/ud_utterance.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/conftest.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/formats/chat/test_chat_file.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/formats/chat/test_chat_generator.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/formats/chat/test_chat_lexer.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/formats/chat/test_chat_parser.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/formats/chat/test_chat_utils.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/formats/textgrid/test_textgrid.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/pipelines/analysis/test_eval.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/pipelines/asr/test_asr_pipeline.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/pipelines/asr/test_asr_utils.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/pipelines/cleanup/test_disfluency.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/pipelines/cleanup/test_parse_support.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/pipelines/fa/test_fa_pipeline.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/pipelines/fixures.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/pipelines/test_pipeline.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/pipelines/test_pipeline_models.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/test_document.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/utils/__init__.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/utils/abbrev.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/utils/config.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/utils/dp.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/utils/names.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/utils/utils.py +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/setup.cfg +0 -0
- {batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/setup.py +0 -0
|
@@ -331,6 +331,9 @@ def utseg(ctx, in_dir, out_dir, lang, num_speakers, **kwargs):
|
|
|
331
331
|
show_default=True,
|
|
332
332
|
default="eng",
|
|
333
333
|
type=str)
|
|
334
|
+
@click.option("--data",
|
|
335
|
+
help="the URL of the data",
|
|
336
|
+
type=str)
|
|
334
337
|
@click.option("-n", "--num_speakers", type=int, help="number of speakers in the language sample", default=2)
|
|
335
338
|
@click.pass_context
|
|
336
339
|
def benchmark(ctx, in_dir, out_dir, lang, num_speakers, whisper, tencent, **kwargs):
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/tencent.py
RENAMED
|
@@ -111,6 +111,11 @@ class TencentEngine(BatchalignEngine):
|
|
|
111
111
|
"重復": "重複"
|
|
112
112
|
}
|
|
113
113
|
return word_replacements.get(word, word)
|
|
114
|
+
|
|
115
|
+
@staticmethod
|
|
116
|
+
def is_roman(x):
|
|
117
|
+
"""check if x contains only roman characters"""
|
|
118
|
+
return all(c.isalpha() and ord(c) < 128 for c in x if not c.isspace())
|
|
114
119
|
|
|
115
120
|
def generate(self, f, **kwargs):
|
|
116
121
|
lang = self.__lang
|
|
@@ -157,6 +162,9 @@ class TencentEngine(BatchalignEngine):
|
|
|
157
162
|
for i in res.Data.ResultDetail:
|
|
158
163
|
turn = []
|
|
159
164
|
start = i.StartMs
|
|
165
|
+
roman_cache = ""
|
|
166
|
+
roman_cache_start = i.StartMs
|
|
167
|
+
roman_cache_end = i.StartMs
|
|
160
168
|
for j in i.Words:
|
|
161
169
|
word = j.Word
|
|
162
170
|
if self.__lang == "yue":
|
|
@@ -164,12 +172,35 @@ class TencentEngine(BatchalignEngine):
|
|
|
164
172
|
|
|
165
173
|
word = self.replace_cantonese_words(word)
|
|
166
174
|
|
|
175
|
+
if self.is_roman(word):
|
|
176
|
+
if roman_cache == "":
|
|
177
|
+
roman_cache_start = (j.OffsetStartMs + start)
|
|
178
|
+
roman_cache = roman_cache + word
|
|
179
|
+
roman_cache_end = (j.OffsetEndMs + start)
|
|
180
|
+
else:
|
|
181
|
+
if roman_cache != "":
|
|
182
|
+
turn.append({
|
|
183
|
+
"type": "text",
|
|
184
|
+
"ts": roman_cache_start / 1000,
|
|
185
|
+
"end_ts": roman_cache_end / 1000,
|
|
186
|
+
"value": roman_cache
|
|
187
|
+
})
|
|
188
|
+
roman_cache = ""
|
|
189
|
+
turn.append({
|
|
190
|
+
"type": "text",
|
|
191
|
+
"ts": (j.OffsetStartMs + start) / 1000,
|
|
192
|
+
"end_ts": (j.OffsetEndMs + start) / 1000,
|
|
193
|
+
"value": word
|
|
194
|
+
})
|
|
195
|
+
|
|
196
|
+
if roman_cache != "":
|
|
167
197
|
turn.append({
|
|
168
198
|
"type": "text",
|
|
169
|
-
"ts":
|
|
170
|
-
"end_ts":
|
|
171
|
-
"value":
|
|
199
|
+
"ts": roman_cache_start / 1000,
|
|
200
|
+
"end_ts": roman_cache_end / 1000,
|
|
201
|
+
"value": roman_cache
|
|
172
202
|
})
|
|
203
|
+
|
|
173
204
|
turns.append({
|
|
174
205
|
"elements": turn,
|
|
175
206
|
"speaker": i.SpeakerId
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/BatchalignHK.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/BatchalignHK.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/BatchalignHK.egg-info/requires.txt
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/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
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/chat/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/chat/generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/textgrid/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/textgrid/file.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/textgrid/generator.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/formats/textgrid/parser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/speaker/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/speaker/config.yaml
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/speaker/infer.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/speaker/utils.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/training/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/training/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utterance/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utterance/dataset.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utterance/execute.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utterance/infer.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utterance/prep.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/utterance/train.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/wave2vec/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/wave2vec/infer_fa.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/whisper/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/whisper/infer_asr.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/models/whisper/infer_fa.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/analysis/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/analysis/eval.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/num2chinese.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/oai_whisper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/whisper.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/asr/whisperx.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/cleanup/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/cleanup/cleanup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/cleanup/retrace.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/fa/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/fa/wave2vec_fa.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/fa/whisper_fa.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/morphosyntax/coref.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/morphosyntax/ud.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/speaker/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/translate/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/translate/gtrans.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/translate/seamless.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/translate/utils.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/utr/__init__.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/utr/rev_utr.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/batchalign/pipelines/utr/whisper_utr.py
RENAMED
|
File without changes
|
{batchalignhk-0.7.19.post10 → batchalignhk-0.7.19.post12}/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.post10 → batchalignhk-0.7.19.post12}/batchalign/tests/pipelines/fixures.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
|