You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"(‘|’)": "'"# Replace Unicode left/right single quotes with ASCII single quotes/apostraphe
@@ -67,4 +69,19 @@ common_mistakes: # Regex patterns for common mistakes in Malayalam raw corpus, A
67
69
'ൻറും': 'ന്റും'
68
70
'ൻറ്': 'ന്റ്'
69
71
'ുൻപോൾ': 'ുമ്പോൾ'
70
-
'ംഗ്([{PUNCTUATION}\s]|$)': 'ങ്ങ്\1'# ബീഗിംഗ് -> ബീജിങ്ങ്; കമ്പ്യൂട്ടിംഗ് -> കമ്പ്യൂട്ടിങ്ങ്. Work only if it is at string end or followed by space
72
+
'ുൻപോൾ': 'ുമ്പോൾ'
73
+
'(ഒ|അ)മ്പത': '\1ൻപത'
74
+
'ംഗ്([{PUNCTUATION}\s]|$)': 'ങ്ങ്\1'# ബീഗിംഗ് -> ബീജിങ്ങ്; കമ്പ്യൂട്ടിംഗ് -> കമ്പ്യൂട്ടിങ്ങ്. Work only if it is at string end or followed by space or punctuation
75
+
# Samvruthokaram in script as ു and ് -> ്
76
+
'(എ|െ|ഒ|മൂ)ന്നു([{PUNCTUATION}\s]|$)': '\1ന്ന്\2'# എന്നു -> എന്ന്; െന്നു -> െന്ന് ; ഒന്നു -> ഒന്ന്
0 commit comments