cdactvm commited on
Commit
af7ecee
1 Parent(s): 102c007

Update replaceWords.py

Browse files
Files changed (1) hide show
  1. replaceWords.py +0 -2
replaceWords.py CHANGED
@@ -130,8 +130,6 @@ def replace_words(sentence):
130
  # Lakhs
131
  'lac' : ['लाख'],
132
 
133
- # Special for double digits
134
- 'डबल': ['दबल', 'डबल', 'दुबाल'],
135
  }
136
 
137
  words = sentence.split() # Split the sentence by spaces
 
130
  # Lakhs
131
  'lac' : ['लाख'],
132
 
 
 
133
  }
134
 
135
  words = sentence.split() # Split the sentence by spaces