batchalign 0.7.11b5__tar.gz → 0.7.13__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.11b5/batchalign.egg-info → batchalign-0.7.13}/PKG-INFO +1 -2
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/cli/cli.py +1 -1
- batchalign-0.7.13/batchalign/pipelines/asr/num2chinese.py +88 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/asr/utils.py +12 -1
- batchalign-0.7.13/batchalign/version +3 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13/batchalign.egg-info}/PKG-INFO +1 -2
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign.egg-info/SOURCES.txt +1 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign.egg-info/requires.txt +0 -1
- {batchalign-0.7.11b5 → batchalign-0.7.13}/setup.py +0 -1
- batchalign-0.7.11b5/batchalign/version +0 -3
- {batchalign-0.7.11b5 → batchalign-0.7.13}/LICENSE +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/MANIFEST.in +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/README.md +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/__main__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/cli/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/cli/dispatch.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/constants.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/document.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/errors.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/formats/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/formats/base.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/formats/chat/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/formats/chat/file.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/formats/chat/generator.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/formats/chat/lexer.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/formats/chat/parser.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/formats/chat/utils.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/formats/textgrid/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/formats/textgrid/file.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/formats/textgrid/generator.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/formats/textgrid/parser.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/resolve.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/speaker/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/speaker/config.yaml +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/speaker/infer.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/speaker/utils.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/training/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/training/run.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/training/utils.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/utils.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/utterance/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/utterance/dataset.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/utterance/execute.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/utterance/infer.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/utterance/prep.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/utterance/train.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/wave2vec/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/wave2vec/infer_fa.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/whisper/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/whisper/infer_asr.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/models/whisper/infer_fa.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/analysis/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/analysis/eval.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/asr/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/asr/rev.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/asr/whisper.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/asr/whisperx.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/base.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/cleanup/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/cleanup/cleanup.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/cleanup/disfluencies.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/cleanup/parse_support.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/cleanup/retrace.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/cleanup/support/filled_pauses.eng +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/cleanup/support/replacements.eng +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/cleanup/support/test.test +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/dispatch.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/fa/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/fa/wave2vec_fa.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/fa/whisper_fa.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/morphosyntax/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/morphosyntax/coref.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/morphosyntax/en/irr.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/morphosyntax/fr/apm.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/morphosyntax/fr/apmn.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/morphosyntax/fr/case.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/morphosyntax/ja/verbforms.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/morphosyntax/ud.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/pipeline.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/speaker/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/speaker/nemo_speaker.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/utr/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/utr/rev_utr.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/utr/utils.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/utr/whisper_utr.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/utterance/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/pipelines/utterance/ud_utterance.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/conftest.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/formats/chat/test_chat_file.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/formats/chat/test_chat_generator.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/formats/chat/test_chat_lexer.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/formats/chat/test_chat_parser.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/formats/chat/test_chat_utils.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/formats/textgrid/test_textgrid.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/pipelines/analysis/test_eval.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/pipelines/asr/test_asr_pipeline.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/pipelines/asr/test_asr_utils.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/pipelines/cleanup/test_disfluency.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/pipelines/cleanup/test_parse_support.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/pipelines/fa/test_fa_pipeline.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/pipelines/fixures.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/pipelines/test_pipeline.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/pipelines/test_pipeline_models.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/test_document.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/utils/__init__.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/utils/config.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/utils/dp.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/utils/utils.py +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign.egg-info/dependency_links.txt +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign.egg-info/entry_points.txt +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign.egg-info/top_level.txt +0 -0
- {batchalign-0.7.11b5 → batchalign-0.7.13}/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.13
|
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
|
@@ -8,7 +8,6 @@ Classifier: Development Status :: 3 - Alpha
|
|
8
8
|
Classifier: Topic :: Utilities
|
9
9
|
Description-Content-Type: text/markdown
|
10
10
|
License-File: LICENSE
|
11
|
-
Requires-Dist: audioop-lts
|
12
11
|
Requires-Dist: pydantic>=2.4
|
13
12
|
Requires-Dist: nltk>=3.8
|
14
13
|
Requires-Dist: praatio<6.1.0,>=6.0.0
|
@@ -108,7 +108,7 @@ batchalign.add_command(train, "models")
|
|
108
108
|
@click.option("--whisper/--rev",
|
109
109
|
default=False, help="For utterance timing recovery, OpenAI Whisper (ASR) instead of Rev.AI (default).")
|
110
110
|
@click.option("--wav2vec/--whisper_fa",
|
111
|
-
default=
|
111
|
+
default=True, help="Use Whisper instead of Wav2Vec for English (defaults for Whisper for non-English)")
|
112
112
|
@click.option("--pauses", type=bool, default=False, help="Should we try to bullet each word or should we try to add pauses in between words by grouping them? Default: no pauses.", is_flag=True)
|
113
113
|
|
114
114
|
@click.pass_context
|
@@ -0,0 +1,88 @@
|
|
1
|
+
import itertools
|
2
|
+
|
3
|
+
def num2chinese(num, big=False, simp=True, o=False, twoalt=False):
|
4
|
+
"""
|
5
|
+
Converts numbers to Chinese representations.
|
6
|
+
|
7
|
+
`big` : use financial characters.
|
8
|
+
`simp` : use simplified characters instead of traditional characters.
|
9
|
+
`o` : use 〇 for zero.
|
10
|
+
`twoalt`: use 两/兩 for two when appropriate.
|
11
|
+
|
12
|
+
Note that `o` and `twoalt` is ignored when `big` is used,
|
13
|
+
and `twoalt` is ignored when `o` is used for formal representations.
|
14
|
+
"""
|
15
|
+
|
16
|
+
# check num first
|
17
|
+
nd = str(num)
|
18
|
+
if abs(float(nd)) >= 1e48:
|
19
|
+
raise ValueError('number out of range')
|
20
|
+
elif 'e' in nd:
|
21
|
+
raise ValueError('scientific notation is not supported')
|
22
|
+
c_symbol = '正负点' if simp else '正負點'
|
23
|
+
if o: # formal
|
24
|
+
twoalt = False
|
25
|
+
if big:
|
26
|
+
c_basic = '零壹贰叁肆伍陆柒捌玖' if simp else '零壹貳參肆伍陸柒捌玖'
|
27
|
+
c_unit1 = '拾佰仟'
|
28
|
+
c_twoalt = '贰' if simp else '貳'
|
29
|
+
else:
|
30
|
+
c_basic = '〇一二三四五六七八九' if o else '零一二三四五六七八九'
|
31
|
+
c_unit1 = '十百千'
|
32
|
+
if twoalt:
|
33
|
+
c_twoalt = '两' if simp else '兩'
|
34
|
+
else:
|
35
|
+
c_twoalt = '二'
|
36
|
+
c_unit2 = '万亿兆京垓秭穰沟涧正载' if simp else '萬億兆京垓秭穰溝澗正載'
|
37
|
+
revuniq = lambda l: ''.join(k for k, g in itertools.groupby(reversed(l)))
|
38
|
+
nd = str(num)
|
39
|
+
result = []
|
40
|
+
if nd[0] == '+':
|
41
|
+
result.append(c_symbol[0])
|
42
|
+
elif nd[0] == '-':
|
43
|
+
result.append(c_symbol[1])
|
44
|
+
if '.' in nd:
|
45
|
+
integer, remainder = nd.lstrip('+-').split('.')
|
46
|
+
else:
|
47
|
+
integer, remainder = nd.lstrip('+-'), None
|
48
|
+
if int(integer):
|
49
|
+
splitted = [integer[max(i - 4, 0):i]
|
50
|
+
for i in range(len(integer), 0, -4)]
|
51
|
+
intresult = []
|
52
|
+
for nu, unit in enumerate(splitted):
|
53
|
+
# special cases
|
54
|
+
if int(unit) == 0: # 0000
|
55
|
+
intresult.append(c_basic[0])
|
56
|
+
continue
|
57
|
+
elif nu > 0 and int(unit) == 2: # 0002
|
58
|
+
intresult.append(c_twoalt + c_unit2[nu - 1])
|
59
|
+
continue
|
60
|
+
ulist = []
|
61
|
+
unit = unit.zfill(4)
|
62
|
+
for nc, ch in enumerate(reversed(unit)):
|
63
|
+
if ch == '0':
|
64
|
+
if ulist: # ???0
|
65
|
+
ulist.append(c_basic[0])
|
66
|
+
elif nc == 0:
|
67
|
+
ulist.append(c_basic[int(ch)])
|
68
|
+
elif nc == 1 and ch == '1' and unit[1] == '0':
|
69
|
+
# special case for tens
|
70
|
+
# edit the 'elif' if you don't like
|
71
|
+
# 十四, 三千零十四, 三千三百一十四
|
72
|
+
ulist.append(c_unit1[0])
|
73
|
+
elif nc > 1 and ch == '2':
|
74
|
+
ulist.append(c_twoalt + c_unit1[nc - 1])
|
75
|
+
else:
|
76
|
+
ulist.append(c_basic[int(ch)] + c_unit1[nc - 1])
|
77
|
+
ustr = revuniq(ulist)
|
78
|
+
if nu == 0:
|
79
|
+
intresult.append(ustr)
|
80
|
+
else:
|
81
|
+
intresult.append(ustr + c_unit2[nu - 1])
|
82
|
+
result.append(revuniq(intresult).strip(c_basic[0]))
|
83
|
+
else:
|
84
|
+
result.append(c_basic[0])
|
85
|
+
if remainder:
|
86
|
+
result.append(c_symbol[2])
|
87
|
+
result.append(''.join(c_basic[int(ch)] for ch in remainder))
|
88
|
+
return ''.join(result)
|
@@ -3,6 +3,7 @@ from batchalign.document import *
|
|
3
3
|
from batchalign.utils import *
|
4
4
|
|
5
5
|
from batchalign.constants import ENDING_PUNCT
|
6
|
+
from batchalign.pipelines.asr.num2chinese import num2chinese
|
6
7
|
|
7
8
|
from num2words import num2words
|
8
9
|
import pycountry
|
@@ -165,7 +166,17 @@ def process_generation(output, lang="eng", utterance_engine=None):
|
|
165
166
|
try:
|
166
167
|
return num2words(i, lang=lang_2)
|
167
168
|
except NotImplementedError:
|
168
|
-
|
169
|
+
try:
|
170
|
+
if lang == "zho":
|
171
|
+
return num2chinese(i)
|
172
|
+
elif lang == "jpn":
|
173
|
+
return num2chinese(i, simp=False)
|
174
|
+
elif lang == "yue":
|
175
|
+
return num2chinese(i, simp=False)
|
176
|
+
else:
|
177
|
+
return i
|
178
|
+
except:
|
179
|
+
return i
|
169
180
|
final_words = [[catched_num2words(i), j] for i,j in final_words]
|
170
181
|
|
171
182
|
# if the final words is > 300, split into n parts
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: batchalign
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.13
|
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
|
@@ -8,7 +8,6 @@ Classifier: Development Status :: 3 - Alpha
|
|
8
8
|
Classifier: Topic :: Utilities
|
9
9
|
Description-Content-Type: text/markdown
|
10
10
|
License-File: LICENSE
|
11
|
-
Requires-Dist: audioop-lts
|
12
11
|
Requires-Dist: pydantic>=2.4
|
13
12
|
Requires-Dist: nltk>=3.8
|
14
13
|
Requires-Dist: praatio<6.1.0,>=6.0.0
|
@@ -57,6 +57,7 @@ batchalign/pipelines/pipeline.py
|
|
57
57
|
batchalign/pipelines/analysis/__init__.py
|
58
58
|
batchalign/pipelines/analysis/eval.py
|
59
59
|
batchalign/pipelines/asr/__init__.py
|
60
|
+
batchalign/pipelines/asr/num2chinese.py
|
60
61
|
batchalign/pipelines/asr/rev.py
|
61
62
|
batchalign/pipelines/asr/utils.py
|
62
63
|
batchalign/pipelines/asr/whisper.py
|
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.11b5 → batchalign-0.7.13}/batchalign/pipelines/cleanup/support/filled_pauses.eng
RENAMED
File without changes
|
{batchalign-0.7.11b5 → batchalign-0.7.13}/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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/formats/chat/test_chat_generator.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/formats/textgrid/test_textgrid.py
RENAMED
File without changes
|
File without changes
|
{batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/pipelines/asr/test_asr_pipeline.py
RENAMED
File without changes
|
File without changes
|
{batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/pipelines/cleanup/test_disfluency.py
RENAMED
File without changes
|
{batchalign-0.7.11b5 → batchalign-0.7.13}/batchalign/tests/pipelines/cleanup/test_parse_support.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{batchalign-0.7.11b5 → batchalign-0.7.13}/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
|