Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ def replace_words(sentence):
|
|
232 |
(r'\bthiri\b', 'three'), (r'\btiri\b', 'three'), (r'\bdubalathri\b', 'double three'),(r'\btin\b', 'three'),
|
233 |
(r'\bfor\b', 'four'),(r'\bfore\b', 'four'),
|
234 |
(r'\bfib\b', 'five'),(r'\bpaanch\b', 'five'),
|
235 |
-
(r'\bchha\b', 'six'),(r'\bchhah\b', 'six'),
|
236 |
(r'\bdublseven\b', 'double seven'),(r'\bsath\b', 'seven'),
|
237 |
(r'\baath\b', 'eight'),
|
238 |
(r'\bnau\b', 'nine'),
|
|
|
232 |
(r'\bthiri\b', 'three'), (r'\btiri\b', 'three'), (r'\bdubalathri\b', 'double three'),(r'\btin\b', 'three'),
|
233 |
(r'\bfor\b', 'four'),(r'\bfore\b', 'four'),
|
234 |
(r'\bfib\b', 'five'),(r'\bpaanch\b', 'five'),
|
235 |
+
(r'\bchha\b', 'six'),(r'\bchhah\b', 'six'),(r'\bchau\b', 'six'),
|
236 |
(r'\bdublseven\b', 'double seven'),(r'\bsath\b', 'seven'),
|
237 |
(r'\baath\b', 'eight'),
|
238 |
(r'\bnau\b', 'nine'),
|