mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-12 03:22: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)
|
||||
assert isinstance(sups, SupervisionSet)
|
||||
|
||||
normalizer = Normalizer()
|
||||
normalizer = FisherSwbdNormalizer()
|
||||
|
||||
tot, skip = 0, 0
|
||||
with SupervisionSet.open_writer(args.output_sups) as writer:
|
||||
@ -155,7 +155,7 @@ def main():
|
||||
|
||||
|
||||
def test():
|
||||
normalizer = Normalizer()
|
||||
normalizer = FisherSwbdNormalizer()
|
||||
for text in [
|
||||
"[laughterr]",
|
||||
"[laugh] oh this is great [silence] <B_ASIDE> yes",
|
||||
|
Loading…
x
Reference in New Issue
Block a user