cdactvm commited on
Commit
6810c9e
·
verified ·
1 Parent(s): fd117d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'),