Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ for word in textnum.split():
|
|
226 |
if onnumber:
|
227 |
curstring += repr(result + current)
|
228 |
|
229 |
-
|
230 |
|
231 |
# Convert sentence to transcript using Soundex
|
232 |
def sentence_to_transcript(sentence, word_to_code_map):
|
|
|
226 |
if onnumber:
|
227 |
curstring += repr(result + current)
|
228 |
|
229 |
+
return curstring
|
230 |
|
231 |
# Convert sentence to transcript using Soundex
|
232 |
def sentence_to_transcript(sentence, word_to_code_map):
|