Update replaceWords.py
Browse files- 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
|