From c89450e7dcfe42c09456c819096fed3fd25aa022 Mon Sep 17 00:00:00 2001 From: Tejas Shastry Date: Sun, 20 Feb 2022 11:48:53 -0600 Subject: [PATCH] Initialize exemplar n_words --- asrtoolkit/data_structures/exemplar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/asrtoolkit/data_structures/exemplar.py b/asrtoolkit/data_structures/exemplar.py index 765f2b1..0fd5b88 100644 --- a/asrtoolkit/data_structures/exemplar.py +++ b/asrtoolkit/data_structures/exemplar.py @@ -16,6 +16,7 @@ class exemplar(object): audio_file = None transcript_file = None + n_words = 0 def __init__(self, *args, **kwargs): " Instantiate using input args and kwargs "