batchalign 0.8.2.post2__tar.gz → 0.8.2.post3__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.post2/batchalign.egg-info → batchalign-0.8.2.post3}/PKG-INFO +1 -1
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/cli/cli.py +5 -4
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/cli/dispatch.py +6 -2
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/formats/chat/generator.py +3 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/analysis/compare.py +6 -0
- batchalign-0.8.2.post3/batchalign/version +3 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3/batchalign.egg-info}/PKG-INFO +1 -1
- batchalign-0.8.2.post2/batchalign/version +0 -3
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/LICENSE +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/MANIFEST.in +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/README.md +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/__main__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/cli/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/cli/bench.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/cli/cache.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/constants.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/document.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/errors.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/formats/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/formats/base.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/formats/chat/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/formats/chat/file.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/formats/chat/lexer.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/formats/chat/parser.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/formats/chat/utils.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/formats/textgrid/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/formats/textgrid/file.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/formats/textgrid/generator.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/formats/textgrid/parser.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/audio_io.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/resolve.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/speaker/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/speaker/config.yaml +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/speaker/infer.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/speaker/utils.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/training/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/training/run.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/training/utils.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/utils.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/utterance/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/utterance/cantonese_infer.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/utterance/dataset.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/utterance/execute.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/utterance/infer.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/utterance/prep.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/utterance/train.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/wave2vec/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/wave2vec/infer_fa.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/whisper/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/whisper/infer_asr.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/models/whisper/infer_fa.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/analysis/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/analysis/eval.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2chinese.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/deu.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/ell.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/eng.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/eus.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/fra.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/hrv.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/ind.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/jpn.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/nld.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/por.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/spa.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/tha.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/oai_whisper.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/rev.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/utils.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/whisper.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/whisperx.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/avqi/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/avqi/engine.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/base.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/cache.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/cleanup/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/cleanup/cleanup.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/cleanup/disfluencies.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/cleanup/parse_support.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/cleanup/retrace.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/cleanup/support/filled_pauses.eng +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/cleanup/support/replacements.eng +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/cleanup/support/test.test +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/diarization/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/diarization/pyannote.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/dispatch.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/fa/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/fa/wave2vec_fa.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/fa/whisper_fa.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/coref.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/en/irr.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/fr/apm.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/fr/apmn.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/fr/case.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/ja/verbforms.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/ud.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/opensmile/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/opensmile/engine.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/pipeline.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/speaker/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/speaker/nemo_speaker.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/translate/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/translate/gtrans.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/translate/seamless.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/translate/utils.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/utr/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/utr/rev_utr.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/utr/utils.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/utr/whisper_utr.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/utterance/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/utterance/ud_utterance.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/cli/test_dispatch_memory.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/conftest.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/formats/chat/test_chat_file.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/formats/chat/test_chat_generator.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/formats/chat/test_chat_lexer.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/formats/chat/test_chat_parser.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/formats/chat/test_chat_utils.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/formats/textgrid/test_textgrid.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/models/test_audio_io.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/models/test_audio_lazy.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/analysis/test_eval.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/asr/test_asr_pipeline.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/asr/test_asr_utils.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/cache/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/cache/test_cache.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/cleanup/test_disfluency.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/cleanup/test_parse_support.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/fa/test_fa_pipeline.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/fa/test_fa_short_segments.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/fixures.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/test_pipeline.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/test_pipeline_models.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/test_document.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/utils/__init__.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/utils/abbrev.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/utils/compounds.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/utils/config.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/utils/device.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/utils/dp.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/utils/names.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/utils/utils.py +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign.egg-info/SOURCES.txt +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign.egg-info/dependency_links.txt +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign.egg-info/entry_points.txt +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign.egg-info/requires.txt +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign.egg-info/top_level.txt +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/setup.cfg +0 -0
- {batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/setup.py +0 -0
|
@@ -415,10 +415,11 @@ def benchmark(ctx, in_dir, out_dir, lang, num_speakers, whisper, whisper_oai, **
|
|
|
415
415
|
def compare(ctx, in_dir, out_dir, lang, **kwargs):
|
|
416
416
|
"""Compare transcripts against gold-standard references.
|
|
417
417
|
|
|
418
|
-
For each FILE.cha in IN_DIR,
|
|
419
|
-
same directory.
|
|
420
|
-
|
|
421
|
-
|
|
418
|
+
For each FILE.cha in IN_DIR, looks for a companion FILE.gold.cha in the
|
|
419
|
+
same directory. If not found, falls back to template.gold.cha as the
|
|
420
|
+
default gold for all files. Runs morphosyntax analysis on the main
|
|
421
|
+
transcript, then produces a word-level diff stored as %%xsrep / %%xsmor
|
|
422
|
+
tiers and writes error metrics to a .compare.csv file in OUT_DIR.
|
|
422
423
|
"""
|
|
423
424
|
|
|
424
425
|
_dispatch("compare", lang, 1, ["cha"], ctx,
|
|
@@ -204,13 +204,17 @@ def _run_pipeline_for_file(command, pipeline, file, output, loader_info, writer_
|
|
|
204
204
|
if file.endswith(".gold.cha"):
|
|
205
205
|
return
|
|
206
206
|
|
|
207
|
-
# Find companion gold file
|
|
207
|
+
# Find companion gold file: FILE.gold.cha overrides, then
|
|
208
|
+
# template.gold.cha serves as the default for the whole directory
|
|
208
209
|
p = P(file)
|
|
209
210
|
gold_path = p.parent / (p.stem + ".gold.cha")
|
|
211
|
+
if not gold_path.exists():
|
|
212
|
+
gold_path = p.parent / "template.gold.cha"
|
|
210
213
|
if not gold_path.exists():
|
|
211
214
|
raise FileNotFoundError(
|
|
212
215
|
f"No gold .cha file found for comparison. "
|
|
213
|
-
f"main: {p.name}, expected: {
|
|
216
|
+
f"main: {p.name}, expected: {p.stem}.gold.cha or template.gold.cha, "
|
|
217
|
+
f"looked in: {str(p.parent)}"
|
|
214
218
|
)
|
|
215
219
|
|
|
216
220
|
main_doc = CHATFile(path=str(p)).doc
|
|
@@ -131,6 +131,9 @@ def generate_chat_utterance(utterance: Utterance, special_mor=False, write_wor=T
|
|
|
131
131
|
prefix = "+" if tok.status == "extra_main" else ("-" if tok.status == "extra_gold" else "")
|
|
132
132
|
xsrep_parts.append(f"{prefix}{tok.text}")
|
|
133
133
|
xsmor_parts.append(f"{prefix}{tok.pos or '?'}")
|
|
134
|
+
# Strip PUNCT POS from final element, keep the delimiter char (same as %mor)
|
|
135
|
+
if xsmor_parts and xsrep_parts and xsmor_parts[-1] == "PUNCT":
|
|
136
|
+
xsmor_parts[-1] = xsrep_parts[-1]
|
|
134
137
|
result.append(f"%xsrep:\t" + " ".join(xsrep_parts))
|
|
135
138
|
result.append(f"%xsmor:\t" + " ".join(xsmor_parts))
|
|
136
139
|
|
|
@@ -395,6 +395,12 @@ class CompareEngine(BatchalignEngine):
|
|
|
395
395
|
pos="PUNCT",
|
|
396
396
|
status="match"
|
|
397
397
|
)))
|
|
398
|
+
# Ensure punctuation forms have morphology so %mor includes
|
|
399
|
+
# the final delimiter (matches generator's PUNCT|<char> logic)
|
|
400
|
+
if form.morphology is None:
|
|
401
|
+
form.morphology = [Morphology(
|
|
402
|
+
pos="PUNCT", lemma=form.text.strip(), feats=""
|
|
403
|
+
)]
|
|
398
404
|
utt_positioned[utt_idx].sort(key=lambda x: x[0])
|
|
399
405
|
|
|
400
406
|
# --- 7. Set comparison on each gold utterance ---
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/asr/num2lang/__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
|
|
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.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/cleanup/disfluencies.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/cleanup/parse_support.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/cleanup/support/test.test
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/diarization/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/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.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/coref.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/en/irr.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/fr/apm.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/fr/apmn.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/fr/case.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/morphosyntax/ja/verbforms.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/opensmile/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/speaker/nemo_speaker.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/translate/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/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.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/utterance/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/pipelines/utterance/ud_utterance.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/cli/test_dispatch_memory.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/formats/chat/test_chat_file.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/formats/chat/test_chat_lexer.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/formats/chat/test_chat_parser.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/formats/chat/test_chat_utils.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/formats/textgrid/test_textgrid.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/models/test_audio_lazy.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/analysis/test_eval.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/asr/test_asr_utils.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/cache/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/cache/test_cache.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/fa/test_fa_pipeline.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/test_pipeline.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post2 → batchalign-0.8.2.post3}/batchalign/tests/pipelines/test_pipeline_models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|