hylee719 commited on
Commit
754c981
·
verified ·
1 Parent(s): 58ddff8
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -87,7 +87,7 @@ class Utterance:
87
  'wordCount': self.word_count,
88
  'numMathTerms': self.num_math_terms,
89
  'mathTerms': self.math_terms,
90
- 'mathTermsRaw': self.math_term_raw
91
  }
92
 
93
  def __repr__(self):
 
87
  'wordCount': self.word_count,
88
  'numMathTerms': self.num_math_terms,
89
  'mathTerms': self.math_terms,
90
+ 'mathTermsRaw': self.math_terms_raw
91
  }
92
 
93
  def __repr__(self):