mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-12 19:42:19 +00:00
fix
This commit is contained in:
parent
a7666d864c
commit
3582599a33
@ -135,7 +135,7 @@ def main():
|
|||||||
sups = load_manifest_lazy_or_eager(args.input_sups)
|
sups = load_manifest_lazy_or_eager(args.input_sups)
|
||||||
assert isinstance(sups, SupervisionSet)
|
assert isinstance(sups, SupervisionSet)
|
||||||
|
|
||||||
normalizer = Normalizer()
|
normalizer = FisherSwbdNormalizer()
|
||||||
|
|
||||||
tot, skip = 0, 0
|
tot, skip = 0, 0
|
||||||
with SupervisionSet.open_writer(args.output_sups) as writer:
|
with SupervisionSet.open_writer(args.output_sups) as writer:
|
||||||
@ -155,7 +155,7 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
def test():
|
def test():
|
||||||
normalizer = Normalizer()
|
normalizer = FisherSwbdNormalizer()
|
||||||
for text in [
|
for text in [
|
||||||
"[laughterr]",
|
"[laughterr]",
|
||||||
"[laugh] oh this is great [silence] <B_ASIDE> yes",
|
"[laugh] oh this is great [silence] <B_ASIDE> yes",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user