| ''' |
| Created on ูกูกโ/ู ูฃโ/ูขู ูกู |
| |
| @Created by: Muhammad Altabba |
| ''' |
| |
|
|
| ''' |
| This dictionary stores regular expressions... for the normalization phase. |
| To see this file clear just copy and paste on notepad! |
| ''' |
| FirstNormDict = dict() |
| |
| FirstNormDict[chr(1600)] = '' |
| FirstNormDict[chr(1570)] = 'ุกุง' |
|
|
|
|
|
|
| ''' |
| This dictionary stores regular expressions... for the normalization phase. |
| To see this file clear just copy and paste on notepad! |
| ''' |
| SecondNormDict = dict() |
| SecondNormDict[chr(1611)] = '' |
| SecondNormDict[chr(1612)] = '' |
| SecondNormDict[chr(1613)] = '' |
| SecondNormDict[chr(1614)] = '' |
| SecondNormDict[chr(1615)] = '' |
| SecondNormDict[chr(1616)] = '' |
| SecondNormDict[chr(1617)] = '' |
| SecondNormDict[chr(1618)] = '' |
| |
| |
| |
| |
|
|
|
|