batchalign 0.8.2.post10__tar.gz → 0.8.2.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.
- {batchalign-0.8.2.post10/batchalign.egg-info → batchalign-0.8.2.post12}/PKG-INFO +1 -1
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/cli/dispatch.py +1 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/formats/chat/file.py +4 -3
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/formats/chat/generator.py +3 -3
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/analysis/compare.py +24 -9
- batchalign-0.8.2.post12/batchalign/version +3 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12/batchalign.egg-info}/PKG-INFO +1 -1
- batchalign-0.8.2.post10/batchalign/version +0 -3
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/LICENSE +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/MANIFEST.in +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/README.md +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/__main__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/cli/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/cli/bench.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/cli/cache.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/cli/cli.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/constants.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/document.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/errors.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/formats/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/formats/base.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/formats/chat/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/formats/chat/lexer.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/formats/chat/parser.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/formats/chat/utils.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/formats/textgrid/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/formats/textgrid/file.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/formats/textgrid/generator.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/formats/textgrid/parser.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/audio_io.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/resolve.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/speaker/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/speaker/config.yaml +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/speaker/infer.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/speaker/utils.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/training/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/training/run.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/training/utils.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/utils.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/utterance/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/utterance/cantonese_infer.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/utterance/dataset.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/utterance/execute.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/utterance/infer.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/utterance/prep.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/utterance/train.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/wave2vec/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/wave2vec/infer_fa.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/whisper/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/whisper/infer_asr.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/models/whisper/infer_fa.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/analysis/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/analysis/eval.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2chinese.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/deu.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/ell.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/eng.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/eus.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/fra.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/hrv.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/ind.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/jpn.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/nld.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/por.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/spa.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/tha.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/oai_whisper.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/rev.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/utils.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/whisper.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/whisperx.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/avqi/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/avqi/engine.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/base.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/cache.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/cleanup/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/cleanup/cleanup.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/cleanup/disfluencies.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/cleanup/parse_support.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/cleanup/retrace.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/cleanup/support/filled_pauses.eng +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/cleanup/support/replacements.eng +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/cleanup/support/test.test +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/diarization/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/diarization/pyannote.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/dispatch.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/fa/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/fa/wave2vec_fa.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/fa/whisper_fa.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/coref.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/en/irr.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/fr/apm.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/fr/apmn.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/fr/case.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/ja/verbforms.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/ud.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/opensmile/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/opensmile/engine.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/pipeline.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/segmentation/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/segmentation/cantonese_seg.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/speaker/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/speaker/nemo_speaker.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/translate/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/translate/gtrans.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/translate/seamless.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/translate/utils.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/utr/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/utr/rev_utr.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/utr/utils.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/utr/whisper_utr.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/utterance/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/utterance/ud_utterance.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/cli/test_dispatch_memory.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/conftest.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/formats/chat/test_chat_file.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/formats/chat/test_chat_generator.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/formats/chat/test_chat_lexer.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/formats/chat/test_chat_parser.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/formats/chat/test_chat_utils.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/formats/textgrid/test_textgrid.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/models/test_audio_io.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/models/test_audio_lazy.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/analysis/test_eval.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/asr/test_asr_pipeline.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/asr/test_asr_utils.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/cache/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/cache/test_cache.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/cleanup/test_disfluency.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/cleanup/test_parse_support.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/fa/test_fa_pipeline.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/fa/test_fa_short_segments.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/fixures.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/test_pipeline.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/test_pipeline_models.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/test_document.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/utils/__init__.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/utils/abbrev.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/utils/compounds.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/utils/config.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/utils/device.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/utils/dp.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/utils/names.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/utils/utils.py +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign.egg-info/SOURCES.txt +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign.egg-info/dependency_links.txt +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign.egg-info/entry_points.txt +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign.egg-info/requires.txt +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign.egg-info/top_level.txt +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/setup.cfg +0 -0
- {batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/setup.py +0 -0
|
@@ -226,6 +226,7 @@ def _run_pipeline_for_file(command, pipeline, file, output, loader_info, writer_
|
|
|
226
226
|
|
|
227
227
|
# Write annotated CHAT
|
|
228
228
|
CHATFile(doc=result["doc"]).write(output,
|
|
229
|
+
write_mor=False,
|
|
229
230
|
merge_abbrev=local_kwargs.get("merge_abbrev", False))
|
|
230
231
|
|
|
231
232
|
# Write metrics as JSON sidecar for consolidated CSV later
|
|
@@ -93,7 +93,7 @@ class CHATFile(BaseFormat):
|
|
|
93
93
|
self.__doc = doc
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
def write(self, path, write_wor=True, merge_abbrev=False):
|
|
96
|
+
def write(self, path, write_wor=True, write_mor=True, merge_abbrev=False):
|
|
97
97
|
"""Write the CHATFile to file.
|
|
98
98
|
|
|
99
99
|
Parameters
|
|
@@ -102,13 +102,13 @@ class CHATFile(BaseFormat):
|
|
|
102
102
|
Path of where the CHAT file should get str.
|
|
103
103
|
"""
|
|
104
104
|
|
|
105
|
-
str_doc = self.__generate(self.__doc, self.__special_mor, write_wor=write_wor, merge_abbrev=merge_abbrev)
|
|
105
|
+
str_doc = self.__generate(self.__doc, self.__special_mor, write_wor=write_wor, write_mor=write_mor, merge_abbrev=merge_abbrev)
|
|
106
106
|
|
|
107
107
|
with open(path, 'w', encoding="utf-8") as df:
|
|
108
108
|
df.write(str_doc)
|
|
109
109
|
|
|
110
110
|
@staticmethod
|
|
111
|
-
def __generate(doc:Document, special=False, write_wor=True, merge_abbrev=False):
|
|
111
|
+
def __generate(doc:Document, special=False, write_wor=True, write_mor=True, merge_abbrev=False):
|
|
112
112
|
utterances = doc.content
|
|
113
113
|
|
|
114
114
|
def __get_birthdays(line):
|
|
@@ -129,6 +129,7 @@ class CHATFile(BaseFormat):
|
|
|
129
129
|
else:
|
|
130
130
|
main.append(generate_chat_utterance(i, special and doc.langs[0] == "eng",
|
|
131
131
|
write_wor=write_wor,
|
|
132
|
+
write_mor=write_mor,
|
|
132
133
|
merge_abbrev=merge_abbrev))
|
|
133
134
|
main.append("@End\n")
|
|
134
135
|
|
|
@@ -11,7 +11,7 @@ import warnings
|
|
|
11
11
|
# document[3].text = None
|
|
12
12
|
# document[3].model_dump()
|
|
13
13
|
|
|
14
|
-
def generate_chat_utterance(utterance: Utterance, special_mor=False, write_wor=True, merge_abbrev=False):
|
|
14
|
+
def generate_chat_utterance(utterance: Utterance, special_mor=False, write_wor=True, write_mor=True, merge_abbrev=False):
|
|
15
15
|
"""Converts at Utterance to a CHAT string.
|
|
16
16
|
|
|
17
17
|
Parameters
|
|
@@ -89,7 +89,7 @@ def generate_chat_utterance(utterance: Utterance, special_mor=False, write_wor=T
|
|
|
89
89
|
# I'm sorry. This is just mor line generation; there is actually not that much complexity here
|
|
90
90
|
mor_elems.append("~".join(f"{m.pos}|{m.lemma}{'-' if any([m.feats.startswith(i) for i in UD__GENDERS]) else ('-' if m.feats else '')}{m.feats}"
|
|
91
91
|
for m in mor))
|
|
92
|
-
if len(mor_elems) > 0:
|
|
92
|
+
if write_mor and len(mor_elems) > 0:
|
|
93
93
|
# if the end is punct, drop the tag
|
|
94
94
|
if mor_elems[-1].startswith("PUNCT"):
|
|
95
95
|
mor_elems[-1] = mor_elems[-1].split("|")[1]
|
|
@@ -97,7 +97,7 @@ def generate_chat_utterance(utterance: Utterance, special_mor=False, write_wor=T
|
|
|
97
97
|
|
|
98
98
|
#### GRA LINE GENERATION ####
|
|
99
99
|
# gra list is not different for MWT tokens so we flatten it
|
|
100
|
-
if len(gras) > 0:
|
|
100
|
+
if write_mor and len(gras) > 0:
|
|
101
101
|
flat_gras = [i for j in gras if j for i in j]
|
|
102
102
|
if flat_gras:
|
|
103
103
|
result.append(f"%{'u' if special_mor else ''}gra:\t"+" ".join([f"{i.id}|{i.dep_id}|{i.dep_type}" for i in flat_gras]))
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/analysis/compare.py
RENAMED
|
@@ -159,8 +159,11 @@ 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
|
-
|
|
163
|
-
|
|
162
|
+
one with the fewest non-matching (wasted) tokens, then the most
|
|
163
|
+
Levenshtein alignment matches, then the latest one as a final tiebreaker
|
|
164
|
+
(so CHI repetitions / self-corrections beat earlier INV tokens). The caller then
|
|
165
|
+
runs the full Levenshtein aligner inside that window to produce token
|
|
166
|
+
annotations.
|
|
164
167
|
"""
|
|
165
168
|
if not gold_tokens or not main_tokens:
|
|
166
169
|
return 0, 0
|
|
@@ -174,7 +177,8 @@ def _find_best_segment(gold_tokens, main_tokens, mfn):
|
|
|
174
177
|
|
|
175
178
|
best = (0, min(main_len, gold_len))
|
|
176
179
|
best_score = -1.0
|
|
177
|
-
|
|
180
|
+
best_waste = None
|
|
181
|
+
best_align_matches = -1
|
|
178
182
|
|
|
179
183
|
for span in range(min_window, max_window + 1):
|
|
180
184
|
window_counts = Counter(main_tokens[:span])
|
|
@@ -194,19 +198,30 @@ def _find_best_segment(gold_tokens, main_tokens, mfn):
|
|
|
194
198
|
overlap += min(window_counts[right], gold_counts[right])
|
|
195
199
|
|
|
196
200
|
score = overlap / gold_len
|
|
197
|
-
|
|
201
|
+
waste = span - overlap # non-matching tokens in the window
|
|
198
202
|
end = start + span
|
|
199
203
|
|
|
204
|
+
# Alignment-based match count (Levenshtein) as tiebreaker
|
|
205
|
+
window = main_tokens[start:end]
|
|
206
|
+
alignment = align(window, gold_tokens, False, mfn)
|
|
207
|
+
align_matches = sum(1 for item in alignment if isinstance(item, Match))
|
|
208
|
+
|
|
200
209
|
if score > best_score:
|
|
201
210
|
best = (start, end)
|
|
202
211
|
best_score = score
|
|
203
|
-
|
|
212
|
+
best_waste = waste
|
|
213
|
+
best_align_matches = align_matches
|
|
204
214
|
elif score == best_score:
|
|
205
|
-
if
|
|
206
|
-
best = (start, end)
|
|
207
|
-
best_len_delta = len_delta
|
|
208
|
-
elif len_delta == best_len_delta and end > best[1]:
|
|
215
|
+
if best_waste is None or waste < best_waste:
|
|
209
216
|
best = (start, end)
|
|
217
|
+
best_waste = waste
|
|
218
|
+
best_align_matches = align_matches
|
|
219
|
+
elif waste == best_waste:
|
|
220
|
+
if align_matches > best_align_matches:
|
|
221
|
+
best = (start, end)
|
|
222
|
+
best_align_matches = align_matches
|
|
223
|
+
elif align_matches == best_align_matches and end > best[1]:
|
|
224
|
+
best = (start, end)
|
|
210
225
|
|
|
211
226
|
# If no tokens overlap at all, return an empty window so the caller
|
|
212
227
|
# doesn't consume main tokens that belong to a later 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
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/formats/textgrid/generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/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.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/analysis/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/deu.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/ell.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/eng.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/eus.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/fra.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/hrv.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/ind.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/jpn.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/nld.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/por.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/asr/num2lang/spa.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/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.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/cleanup/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/cleanup/disfluencies.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/cleanup/parse_support.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/cleanup/support/test.test
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/diarization/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/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.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/coref.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/en/irr.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/fr/apm.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/fr/apmn.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/morphosyntax/fr/case.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/opensmile/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/opensmile/engine.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/segmentation/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/speaker/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/speaker/nemo_speaker.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/translate/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/translate/gtrans.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/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.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/utterance/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/pipelines/utterance/ud_utterance.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/cli/test_dispatch_memory.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/formats/chat/test_chat_file.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/formats/chat/test_chat_lexer.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/formats/chat/test_chat_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/models/test_audio_io.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/models/test_audio_lazy.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/analysis/test_eval.py
RENAMED
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/asr/test_asr_utils.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/cache/__init__.py
RENAMED
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/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.post10 → batchalign-0.8.2.post12}/batchalign/tests/pipelines/test_pipeline.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{batchalign-0.8.2.post10 → batchalign-0.8.2.post12}/batchalign.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|