vineelpratap commited on
Commit
9981498
1 Parent(s): 462b91a

Update utils/norm_config.py

Browse files
Files changed (1) hide show
  1. utils/norm_config.py +1 -1
utils/norm_config.py CHANGED
@@ -219,7 +219,7 @@ shared_mappping = {
219
  lesser_than_symbol: "",
220
  greater_than_symbol: "",
221
  nbsp_written_form: "",
222
- r"(\S+)" + mapping_quotes + r"(\S+)": r"\1'\2",
223
  }
224
 
225
  shared_deletion_list = (
 
219
  lesser_than_symbol: "",
220
  greater_than_symbol: "",
221
  nbsp_written_form: "",
222
+ # r"(\S+)" + mapping_quotes + r"(\S+)": r"\1'\2", # slow to run
223
  }
224
 
225
  shared_deletion_list = (