m3hrdadfi commited on
Commit
e4e81e1
1 Parent(s): 52b7720

Update readme for more info

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -241,7 +241,7 @@ chars_to_ignore = [
241
  ]
242
 
243
  # In case of farsi
244
- # chars_to_ignore = chars_to_ignore + list(string.ascii_lowercase + string.digits)
245
 
246
  chars_to_mapping = {
247
  'ك': 'ک', 'دِ': 'د', 'بِ': 'ب', 'زِ': 'ز', 'ذِ': 'ذ', 'شِ': 'ش', 'سِ': 'س', 'ى': 'ی',
 
241
  ]
242
 
243
  # In case of farsi
244
+ chars_to_ignore = chars_to_ignore + list(string.ascii_lowercase + string.digits)
245
 
246
  chars_to_mapping = {
247
  'ك': 'ک', 'دِ': 'د', 'بِ': 'ب', 'زِ': 'ز', 'ذِ': 'ذ', 'شِ': 'ش', 'سِ': 'س', 'ى': 'ی',