batchalign 0.8.2.post12__tar.gz → 0.8.2.post13__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.8.2.post12/batchalign.egg-info → batchalign-0.8.2.post13}/PKG-INFO +1 -1
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/analysis/compare.py +11 -10
- batchalign-0.8.2.post13/batchalign/version +3 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13/batchalign.egg-info}/PKG-INFO +1 -1
- batchalign-0.8.2.post12/batchalign/version +0 -3
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/LICENSE +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/MANIFEST.in +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/README.md +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/__main__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/cli/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/cli/bench.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/cli/cache.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/cli/cli.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/cli/dispatch.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/constants.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/document.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/errors.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/formats/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/formats/base.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/formats/chat/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/formats/chat/file.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/formats/chat/generator.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/formats/chat/lexer.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/formats/chat/parser.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/formats/chat/utils.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/formats/textgrid/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/formats/textgrid/file.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/formats/textgrid/generator.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/formats/textgrid/parser.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/audio_io.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/resolve.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/speaker/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/speaker/config.yaml +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/speaker/infer.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/speaker/utils.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/training/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/training/run.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/training/utils.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/utils.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/utterance/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/utterance/cantonese_infer.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/utterance/dataset.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/utterance/execute.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/utterance/infer.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/utterance/prep.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/utterance/train.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/wave2vec/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/wave2vec/infer_fa.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/whisper/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/whisper/infer_asr.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/whisper/infer_fa.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/analysis/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/analysis/eval.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2chinese.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/deu.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/ell.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/eng.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/eus.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/fra.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/hrv.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/ind.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/jpn.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/nld.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/por.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/spa.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/tha.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/oai_whisper.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/rev.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/utils.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/whisper.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/whisperx.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/avqi/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/avqi/engine.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/base.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/cache.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/cleanup/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/cleanup/cleanup.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/cleanup/disfluencies.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/cleanup/parse_support.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/cleanup/retrace.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/cleanup/support/filled_pauses.eng +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/cleanup/support/replacements.eng +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/cleanup/support/test.test +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/diarization/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/diarization/pyannote.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/dispatch.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/fa/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/fa/wave2vec_fa.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/fa/whisper_fa.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/coref.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/en/irr.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/fr/apm.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/fr/apmn.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/fr/case.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/ja/verbforms.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/ud.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/opensmile/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/opensmile/engine.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/pipeline.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/segmentation/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/segmentation/cantonese_seg.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/speaker/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/speaker/nemo_speaker.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/translate/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/translate/gtrans.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/translate/seamless.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/translate/utils.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/utr/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/utr/rev_utr.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/utr/utils.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/utr/whisper_utr.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/utterance/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/utterance/ud_utterance.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/cli/test_dispatch_memory.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/conftest.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/formats/chat/test_chat_file.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/formats/chat/test_chat_generator.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/formats/chat/test_chat_lexer.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/formats/chat/test_chat_parser.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/formats/chat/test_chat_utils.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/formats/textgrid/test_textgrid.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/models/test_audio_io.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/models/test_audio_lazy.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/analysis/test_eval.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/asr/test_asr_pipeline.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/asr/test_asr_utils.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/cache/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/cache/test_cache.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/cleanup/test_disfluency.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/cleanup/test_parse_support.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/fa/test_fa_pipeline.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/fa/test_fa_short_segments.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/fixures.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/test_pipeline.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/test_pipeline_models.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/test_document.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/utils/__init__.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/utils/abbrev.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/utils/compounds.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/utils/config.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/utils/device.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/utils/dp.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/utils/names.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/utils/utils.py +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign.egg-info/SOURCES.txt +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign.egg-info/dependency_links.txt +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign.egg-info/entry_points.txt +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign.egg-info/requires.txt +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign.egg-info/top_level.txt +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/setup.cfg +0 -0
- {batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/setup.py +0 -0
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/analysis/compare.py
RENAMED
|
@@ -159,11 +159,12 @@ def _find_best_segment(gold_tokens, main_tokens, mfn):
|
|
|
159
159
|
multiset overlap with the gold utterance, ignoring order. To keep common
|
|
160
160
|
words from swallowing later transcript material, it only considers windows
|
|
161
161
|
near the gold utterance length. Among equally good windows it prefers the
|
|
162
|
-
one with the
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
162
|
+
one with the most Levenshtein alignment matches (so order is respected and
|
|
163
|
+
cross-utterance fragments that happen to be dense don't beat in-utterance
|
|
164
|
+
matches), then fewer non-matching (wasted) tokens, then the latest one as
|
|
165
|
+
a final tiebreaker (so CHI repetitions / self-corrections beat earlier INV
|
|
166
|
+
tokens). The caller then runs the full Levenshtein aligner inside that
|
|
167
|
+
window to produce token annotations.
|
|
167
168
|
"""
|
|
168
169
|
if not gold_tokens or not main_tokens:
|
|
169
170
|
return 0, 0
|
|
@@ -212,15 +213,15 @@ def _find_best_segment(gold_tokens, main_tokens, mfn):
|
|
|
212
213
|
best_waste = waste
|
|
213
214
|
best_align_matches = align_matches
|
|
214
215
|
elif score == best_score:
|
|
215
|
-
if
|
|
216
|
+
if align_matches > best_align_matches:
|
|
216
217
|
best = (start, end)
|
|
217
218
|
best_waste = waste
|
|
218
219
|
best_align_matches = align_matches
|
|
219
|
-
elif
|
|
220
|
-
if
|
|
220
|
+
elif align_matches == best_align_matches:
|
|
221
|
+
if best_waste is None or waste < best_waste:
|
|
221
222
|
best = (start, end)
|
|
222
|
-
|
|
223
|
-
elif
|
|
223
|
+
best_waste = waste
|
|
224
|
+
elif waste == best_waste and end > best[1]:
|
|
224
225
|
best = (start, end)
|
|
225
226
|
|
|
226
227
|
# If no tokens overlap at all, return an empty window so the caller
|
|
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.8.2.post12 → batchalign-0.8.2.post13}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/models/utterance/cantonese_infer.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
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/analysis/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/deu.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/ell.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/eng.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/eus.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/fra.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/hrv.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/ind.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/jpn.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/nld.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/por.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/spa.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/asr/num2lang/tha.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
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/cleanup/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/cleanup/disfluencies.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/cleanup/parse_support.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/cleanup/support/test.test
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/diarization/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/diarization/pyannote.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/coref.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/en/irr.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/fr/apm.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/fr/apmn.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/morphosyntax/fr/case.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/opensmile/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/opensmile/engine.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/segmentation/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/speaker/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/speaker/nemo_speaker.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/translate/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/translate/gtrans.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/translate/seamless.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/utterance/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/pipelines/utterance/ud_utterance.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/cli/test_dispatch_memory.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/formats/chat/test_chat_file.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/formats/chat/test_chat_lexer.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/formats/chat/test_chat_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/models/test_audio_io.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/models/test_audio_lazy.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/analysis/test_eval.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/asr/test_asr_utils.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/cache/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/batchalign/tests/pipelines/cache/test_cache.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/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
|
|
File without changes
|
{batchalign-0.8.2.post12 → batchalign-0.8.2.post13}/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
|