batchalign 0.7.6a21__tar.gz → 0.7.6a23__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.7.6a21/batchalign.egg-info → batchalign-0.7.6a23}/PKG-INFO +6 -42
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/morphosyntax/ja/verbforms.py +10 -1
- batchalign-0.7.6a23/batchalign/version +3 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23/batchalign.egg-info}/PKG-INFO +6 -42
- batchalign-0.7.6a23/batchalign.egg-info/requires.txt +29 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/setup.py +42 -42
- batchalign-0.7.6a21/batchalign/version +0 -3
- batchalign-0.7.6a21/batchalign.egg-info/requires.txt +0 -66
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/LICENSE +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/MANIFEST.in +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/README.md +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/__main__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/cli/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/cli/cli.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/cli/dispatch.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/constants.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/document.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/errors.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/formats/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/formats/base.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/formats/chat/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/formats/chat/file.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/formats/chat/generator.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/formats/chat/lexer.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/formats/chat/parser.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/formats/chat/utils.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/formats/textgrid/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/formats/textgrid/file.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/formats/textgrid/generator.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/formats/textgrid/parser.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/resolve.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/speaker/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/speaker/config.yaml +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/speaker/infer.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/speaker/utils.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/training/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/training/run.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/training/utils.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/utils.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/utterance/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/utterance/dataset.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/utterance/execute.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/utterance/infer.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/utterance/prep.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/utterance/train.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/whisper/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/whisper/infer_asr.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/models/whisper/infer_fa.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/analysis/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/analysis/eval.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/asr/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/asr/rev.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/asr/utils.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/asr/whisper.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/asr/whisperx.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/base.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/cleanup/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/cleanup/cleanup.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/cleanup/disfluencies.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/cleanup/parse_support.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/cleanup/retrace.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/cleanup/support/filled_pauses.eng +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/cleanup/support/replacements.eng +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/cleanup/support/test.test +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/dispatch.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/fa/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/fa/whisper_fa.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/morphosyntax/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/morphosyntax/coref.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/morphosyntax/en/irr.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/morphosyntax/fr/case.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/morphosyntax/ud.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/pipeline.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/speaker/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/speaker/nemo_speaker.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/utr/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/utr/rev_utr.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/utr/utils.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/utr/whisper_utr.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/utterance/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/utterance/ud_utterance.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/conftest.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/formats/chat/test_chat_file.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/formats/chat/test_chat_generator.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/formats/chat/test_chat_lexer.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/formats/chat/test_chat_parser.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/formats/chat/test_chat_utils.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/formats/textgrid/test_textgrid.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/analysis/test_eval.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/asr/test_asr_pipeline.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/asr/test_asr_utils.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/cleanup/test_disfluency.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/cleanup/test_parse_support.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/fa/test_fa_pipeline.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/fixures.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/test_pipeline.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/test_pipeline_models.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/test_document.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/utils/__init__.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/utils/config.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/utils/dp.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/utils/utils.py +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign.egg-info/SOURCES.txt +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign.egg-info/dependency_links.txt +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign.egg-info/entry_points.txt +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign.egg-info/top_level.txt +0 -0
- {batchalign-0.7.6a21 → batchalign-0.7.6a23}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: batchalign
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.6a23
|
4
4
|
Summary: Python Speech Language Sample Analysis
|
5
5
|
Author: Brian MacWhinney, Houjun Liu
|
6
6
|
Author-email: macw@cmu.edu, houjun@cmu.edu
|
@@ -11,14 +11,13 @@ License-File: LICENSE
|
|
11
11
|
Requires-Dist: pydantic>=2.4
|
12
12
|
Requires-Dist: nltk>=3.8
|
13
13
|
Requires-Dist: praatio<6.1.0,>=6.0.0
|
14
|
-
Requires-Dist: torch
|
15
|
-
Requires-Dist: torchaudio
|
16
|
-
Requires-Dist: pyAudioAnalysis==0.3.14
|
14
|
+
Requires-Dist: torch
|
15
|
+
Requires-Dist: torchaudio
|
17
16
|
Requires-Dist: hmmlearn==0.3.0
|
18
|
-
Requires-Dist: eyed3
|
19
|
-
Requires-Dist: pydub
|
17
|
+
Requires-Dist: eyed3
|
18
|
+
Requires-Dist: pydub
|
20
19
|
Requires-Dist: imblearn
|
21
|
-
Requires-Dist: plotly>=5.
|
20
|
+
Requires-Dist: plotly>=5.3.0
|
22
21
|
Requires-Dist: transformers>=4.37
|
23
22
|
Requires-Dist: tokenizers>=0.14.1
|
24
23
|
Requires-Dist: pycountry>=22.3
|
@@ -36,41 +35,6 @@ Provides-Extra: dev
|
|
36
35
|
Requires-Dist: pytest; extra == "dev"
|
37
36
|
Provides-Extra: train
|
38
37
|
Requires-Dist: accelerate~=0.27; extra == "train"
|
39
|
-
Provides-Extra: speaker
|
40
|
-
Requires-Dist: nemo-toolkit~=1.21.0; extra == "speaker"
|
41
|
-
Requires-Dist: omegaconf~=2.3.0; extra == "speaker"
|
42
|
-
Requires-Dist: pydub~=0.25.0; extra == "speaker"
|
43
|
-
Requires-Dist: braceexpand; extra == "speaker"
|
44
|
-
Requires-Dist: editdistance; extra == "speaker"
|
45
|
-
Requires-Dist: g2p_en; extra == "speaker"
|
46
|
-
Requires-Dist: ipywidgets; extra == "speaker"
|
47
|
-
Requires-Dist: jiwer; extra == "speaker"
|
48
|
-
Requires-Dist: kaldi-python-io; extra == "speaker"
|
49
|
-
Requires-Dist: kaldiio; extra == "speaker"
|
50
|
-
Requires-Dist: lhotse>=1.20.0; extra == "speaker"
|
51
|
-
Requires-Dist: librosa>=0.10.0; extra == "speaker"
|
52
|
-
Requires-Dist: marshmallow; extra == "speaker"
|
53
|
-
Requires-Dist: matplotlib; extra == "speaker"
|
54
|
-
Requires-Dist: packaging; extra == "speaker"
|
55
|
-
Requires-Dist: pyannote.core; extra == "speaker"
|
56
|
-
Requires-Dist: pyannote.metrics; extra == "speaker"
|
57
|
-
Requires-Dist: pydub; extra == "speaker"
|
58
|
-
Requires-Dist: pyloudnorm; extra == "speaker"
|
59
|
-
Requires-Dist: resampy; extra == "speaker"
|
60
|
-
Requires-Dist: ruamel.yaml; extra == "speaker"
|
61
|
-
Requires-Dist: scipy>=0.14; extra == "speaker"
|
62
|
-
Requires-Dist: soundfile; extra == "speaker"
|
63
|
-
Requires-Dist: sox; extra == "speaker"
|
64
|
-
Requires-Dist: texterrors; extra == "speaker"
|
65
|
-
Requires-Dist: hydra-core<=1.3.2,>1.3; extra == "speaker"
|
66
|
-
Requires-Dist: omegaconf<=2.3; extra == "speaker"
|
67
|
-
Requires-Dist: pytorch-lightning>=2.2.1; extra == "speaker"
|
68
|
-
Requires-Dist: torchmetrics>=0.11.0; extra == "speaker"
|
69
|
-
Requires-Dist: transformers>=4.36.0; extra == "speaker"
|
70
|
-
Requires-Dist: wandb; extra == "speaker"
|
71
|
-
Requires-Dist: webdataset>=0.2.86; extra == "speaker"
|
72
|
-
Requires-Dist: sentencepiece; extra == "speaker"
|
73
|
-
Requires-Dist: youtokentome; extra == "speaker"
|
74
38
|
|
75
39
|
# TalkBank | Batchalign2
|
76
40
|
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/morphosyntax/ja/verbforms.py
RENAMED
@@ -4,6 +4,12 @@ Fix Japanese verb forms.
|
|
4
4
|
"""
|
5
5
|
|
6
6
|
def verbform(upos, target, text):
|
7
|
+
if "為る" in target and 'さ' == text:
|
8
|
+
return "part", "為る"
|
9
|
+
if "無い" in target:
|
10
|
+
return "aux", "ない"
|
11
|
+
if "せる" in target:
|
12
|
+
return "aux", "させる"
|
7
13
|
if "撮る" in text:
|
8
14
|
return "verb", "撮る"
|
9
15
|
if "貼る" in text:
|
@@ -97,7 +103,7 @@ def verbform(upos, target, text):
|
|
97
103
|
if text == "たら":
|
98
104
|
return "sconj", "たら"
|
99
105
|
if text == "たっ":
|
100
|
-
return "sconj", "
|
106
|
+
return "sconj", "たっ"
|
101
107
|
# if text == "て" and upos == "sconj":
|
102
108
|
# return "aux", "て"
|
103
109
|
if text == "なさい" and target == "為さる":
|
@@ -114,6 +120,9 @@ def verbform(upos, target, text):
|
|
114
120
|
return "aux", "よう"
|
115
121
|
if text == "ろ" and upos == "aux" and target == "為る":
|
116
122
|
return "aux", "ろ"
|
123
|
+
if text == "で":
|
124
|
+
return "sconj", "で"
|
125
|
+
|
117
126
|
# if upos == "verb" and "る" in target:
|
118
127
|
# return "verb", target.replace("る","").strip()
|
119
128
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: batchalign
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.6a23
|
4
4
|
Summary: Python Speech Language Sample Analysis
|
5
5
|
Author: Brian MacWhinney, Houjun Liu
|
6
6
|
Author-email: macw@cmu.edu, houjun@cmu.edu
|
@@ -11,14 +11,13 @@ License-File: LICENSE
|
|
11
11
|
Requires-Dist: pydantic>=2.4
|
12
12
|
Requires-Dist: nltk>=3.8
|
13
13
|
Requires-Dist: praatio<6.1.0,>=6.0.0
|
14
|
-
Requires-Dist: torch
|
15
|
-
Requires-Dist: torchaudio
|
16
|
-
Requires-Dist: pyAudioAnalysis==0.3.14
|
14
|
+
Requires-Dist: torch
|
15
|
+
Requires-Dist: torchaudio
|
17
16
|
Requires-Dist: hmmlearn==0.3.0
|
18
|
-
Requires-Dist: eyed3
|
19
|
-
Requires-Dist: pydub
|
17
|
+
Requires-Dist: eyed3
|
18
|
+
Requires-Dist: pydub
|
20
19
|
Requires-Dist: imblearn
|
21
|
-
Requires-Dist: plotly>=5.
|
20
|
+
Requires-Dist: plotly>=5.3.0
|
22
21
|
Requires-Dist: transformers>=4.37
|
23
22
|
Requires-Dist: tokenizers>=0.14.1
|
24
23
|
Requires-Dist: pycountry>=22.3
|
@@ -36,41 +35,6 @@ Provides-Extra: dev
|
|
36
35
|
Requires-Dist: pytest; extra == "dev"
|
37
36
|
Provides-Extra: train
|
38
37
|
Requires-Dist: accelerate~=0.27; extra == "train"
|
39
|
-
Provides-Extra: speaker
|
40
|
-
Requires-Dist: nemo-toolkit~=1.21.0; extra == "speaker"
|
41
|
-
Requires-Dist: omegaconf~=2.3.0; extra == "speaker"
|
42
|
-
Requires-Dist: pydub~=0.25.0; extra == "speaker"
|
43
|
-
Requires-Dist: braceexpand; extra == "speaker"
|
44
|
-
Requires-Dist: editdistance; extra == "speaker"
|
45
|
-
Requires-Dist: g2p_en; extra == "speaker"
|
46
|
-
Requires-Dist: ipywidgets; extra == "speaker"
|
47
|
-
Requires-Dist: jiwer; extra == "speaker"
|
48
|
-
Requires-Dist: kaldi-python-io; extra == "speaker"
|
49
|
-
Requires-Dist: kaldiio; extra == "speaker"
|
50
|
-
Requires-Dist: lhotse>=1.20.0; extra == "speaker"
|
51
|
-
Requires-Dist: librosa>=0.10.0; extra == "speaker"
|
52
|
-
Requires-Dist: marshmallow; extra == "speaker"
|
53
|
-
Requires-Dist: matplotlib; extra == "speaker"
|
54
|
-
Requires-Dist: packaging; extra == "speaker"
|
55
|
-
Requires-Dist: pyannote.core; extra == "speaker"
|
56
|
-
Requires-Dist: pyannote.metrics; extra == "speaker"
|
57
|
-
Requires-Dist: pydub; extra == "speaker"
|
58
|
-
Requires-Dist: pyloudnorm; extra == "speaker"
|
59
|
-
Requires-Dist: resampy; extra == "speaker"
|
60
|
-
Requires-Dist: ruamel.yaml; extra == "speaker"
|
61
|
-
Requires-Dist: scipy>=0.14; extra == "speaker"
|
62
|
-
Requires-Dist: soundfile; extra == "speaker"
|
63
|
-
Requires-Dist: sox; extra == "speaker"
|
64
|
-
Requires-Dist: texterrors; extra == "speaker"
|
65
|
-
Requires-Dist: hydra-core<=1.3.2,>1.3; extra == "speaker"
|
66
|
-
Requires-Dist: omegaconf<=2.3; extra == "speaker"
|
67
|
-
Requires-Dist: pytorch-lightning>=2.2.1; extra == "speaker"
|
68
|
-
Requires-Dist: torchmetrics>=0.11.0; extra == "speaker"
|
69
|
-
Requires-Dist: transformers>=4.36.0; extra == "speaker"
|
70
|
-
Requires-Dist: wandb; extra == "speaker"
|
71
|
-
Requires-Dist: webdataset>=0.2.86; extra == "speaker"
|
72
|
-
Requires-Dist: sentencepiece; extra == "speaker"
|
73
|
-
Requires-Dist: youtokentome; extra == "speaker"
|
74
38
|
|
75
39
|
# TalkBank | Batchalign2
|
76
40
|
|
@@ -0,0 +1,29 @@
|
|
1
|
+
pydantic>=2.4
|
2
|
+
nltk>=3.8
|
3
|
+
praatio<6.1.0,>=6.0.0
|
4
|
+
torch
|
5
|
+
torchaudio
|
6
|
+
hmmlearn==0.3.0
|
7
|
+
eyed3
|
8
|
+
pydub
|
9
|
+
imblearn
|
10
|
+
plotly>=5.3.0
|
11
|
+
transformers>=4.37
|
12
|
+
tokenizers>=0.14.1
|
13
|
+
pycountry>=22.3
|
14
|
+
stanza[transformers]>=1.9.1
|
15
|
+
scipy~=1.11
|
16
|
+
rev_ai>=2.18.0
|
17
|
+
rich~=13.6
|
18
|
+
click~=8.1
|
19
|
+
matplotlib<4.0.0,>=3.8.0
|
20
|
+
pyfiglet==1.0.2
|
21
|
+
soundfile~=0.12.0
|
22
|
+
rich-click>=1.7.0
|
23
|
+
typing-extensions
|
24
|
+
|
25
|
+
[dev]
|
26
|
+
pytest
|
27
|
+
|
28
|
+
[train]
|
29
|
+
accelerate~=0.27
|
@@ -29,14 +29,14 @@ setup(
|
|
29
29
|
"pydantic>=2.4",
|
30
30
|
"nltk>=3.8",
|
31
31
|
"praatio>=6.0.0,<6.1.0",
|
32
|
-
"torch
|
33
|
-
"torchaudio
|
34
|
-
"pyAudioAnalysis
|
32
|
+
"torch",
|
33
|
+
"torchaudio",
|
34
|
+
# "pyAudioAnalysis",
|
35
35
|
"hmmlearn==0.3.0",
|
36
|
-
"eyed3
|
37
|
-
"pydub
|
36
|
+
"eyed3",
|
37
|
+
"pydub",
|
38
38
|
"imblearn",
|
39
|
-
"plotly>=5.
|
39
|
+
"plotly>=5.3.0",
|
40
40
|
"transformers>=4.37",
|
41
41
|
"tokenizers>=0.14.1",
|
42
42
|
"pycountry>=22.3",
|
@@ -58,42 +58,42 @@ setup(
|
|
58
58
|
'train': [
|
59
59
|
'accelerate~=0.27',
|
60
60
|
],
|
61
|
-
'speaker': [
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
]
|
61
|
+
# 'speaker': [
|
62
|
+
# "nemo-toolkit~=1.21.0",
|
63
|
+
# "omegaconf~=2.3.0",
|
64
|
+
# "pydub~=0.25.0",
|
65
|
+
# "braceexpand",
|
66
|
+
# "editdistance",
|
67
|
+
# "g2p_en",
|
68
|
+
# "ipywidgets",
|
69
|
+
# "jiwer",
|
70
|
+
# "kaldi-python-io",
|
71
|
+
# "kaldiio",
|
72
|
+
# "lhotse>=1.20.0",
|
73
|
+
# "librosa>=0.10.0",
|
74
|
+
# "marshmallow",
|
75
|
+
# "matplotlib",
|
76
|
+
# "packaging",
|
77
|
+
# "pyannote.core",
|
78
|
+
# "pyannote.metrics",
|
79
|
+
# "pydub",
|
80
|
+
# "pyloudnorm",
|
81
|
+
# "resampy",
|
82
|
+
# "ruamel.yaml",
|
83
|
+
# "scipy>=0.14",
|
84
|
+
# "soundfile",
|
85
|
+
# "sox",
|
86
|
+
# "texterrors",
|
87
|
+
# "hydra-core>1.3,<=1.3.2",
|
88
|
+
# "omegaconf<=2.3",
|
89
|
+
# "pytorch-lightning>=2.2.1",
|
90
|
+
# "torchmetrics>=0.11.0",
|
91
|
+
# "transformers>=4.36.0",
|
92
|
+
# "wandb",
|
93
|
+
# "webdataset>=0.2.86",
|
94
|
+
# "sentencepiece",
|
95
|
+
# "youtokentome",
|
96
|
+
# ]
|
97
97
|
},
|
98
98
|
include_package_data=True,
|
99
99
|
classifiers=[
|
@@ -1,66 +0,0 @@
|
|
1
|
-
pydantic>=2.4
|
2
|
-
nltk>=3.8
|
3
|
-
praatio<6.1.0,>=6.0.0
|
4
|
-
torch>=2.0.1
|
5
|
-
torchaudio>=2.1.0
|
6
|
-
pyAudioAnalysis==0.3.14
|
7
|
-
hmmlearn==0.3.0
|
8
|
-
eyed3~=0.9.7
|
9
|
-
pydub<0.26.0,>=0.25.1
|
10
|
-
imblearn
|
11
|
-
plotly>=5.18.0
|
12
|
-
transformers>=4.37
|
13
|
-
tokenizers>=0.14.1
|
14
|
-
pycountry>=22.3
|
15
|
-
stanza[transformers]>=1.9.1
|
16
|
-
scipy~=1.11
|
17
|
-
rev_ai>=2.18.0
|
18
|
-
rich~=13.6
|
19
|
-
click~=8.1
|
20
|
-
matplotlib<4.0.0,>=3.8.0
|
21
|
-
pyfiglet==1.0.2
|
22
|
-
soundfile~=0.12.0
|
23
|
-
rich-click>=1.7.0
|
24
|
-
typing-extensions
|
25
|
-
|
26
|
-
[dev]
|
27
|
-
pytest
|
28
|
-
|
29
|
-
[speaker]
|
30
|
-
nemo-toolkit~=1.21.0
|
31
|
-
omegaconf~=2.3.0
|
32
|
-
pydub~=0.25.0
|
33
|
-
braceexpand
|
34
|
-
editdistance
|
35
|
-
g2p_en
|
36
|
-
ipywidgets
|
37
|
-
jiwer
|
38
|
-
kaldi-python-io
|
39
|
-
kaldiio
|
40
|
-
lhotse>=1.20.0
|
41
|
-
librosa>=0.10.0
|
42
|
-
marshmallow
|
43
|
-
matplotlib
|
44
|
-
packaging
|
45
|
-
pyannote.core
|
46
|
-
pyannote.metrics
|
47
|
-
pydub
|
48
|
-
pyloudnorm
|
49
|
-
resampy
|
50
|
-
ruamel.yaml
|
51
|
-
scipy>=0.14
|
52
|
-
soundfile
|
53
|
-
sox
|
54
|
-
texterrors
|
55
|
-
hydra-core<=1.3.2,>1.3
|
56
|
-
omegaconf<=2.3
|
57
|
-
pytorch-lightning>=2.2.1
|
58
|
-
torchmetrics>=0.11.0
|
59
|
-
transformers>=4.36.0
|
60
|
-
wandb
|
61
|
-
webdataset>=0.2.86
|
62
|
-
sentencepiece
|
63
|
-
youtokentome
|
64
|
-
|
65
|
-
[train]
|
66
|
-
accelerate~=0.27
|
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
|
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.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/cleanup/support/filled_pauses.eng
RENAMED
File without changes
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/pipelines/cleanup/support/replacements.eng
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
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/formats/chat/test_chat_generator.py
RENAMED
File without changes
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/formats/chat/test_chat_lexer.py
RENAMED
File without changes
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/formats/chat/test_chat_parser.py
RENAMED
File without changes
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/formats/chat/test_chat_utils.py
RENAMED
File without changes
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/formats/textgrid/test_textgrid.py
RENAMED
File without changes
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/analysis/test_eval.py
RENAMED
File without changes
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/asr/test_asr_pipeline.py
RENAMED
File without changes
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/asr/test_asr_utils.py
RENAMED
File without changes
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/cleanup/test_disfluency.py
RENAMED
File without changes
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/cleanup/test_parse_support.py
RENAMED
File without changes
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/batchalign/tests/pipelines/fa/test_fa_pipeline.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.6a21 → batchalign-0.7.6a23}/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
|