hm
This commit is contained in:
parent
4ea4e018a7
commit
0d614698ba
@ -3,5 +3,5 @@
|
||||
# zamiana rdzenia
|
||||
change_core = ("dr." : "doktor") | ("prof." : "profesor") | ("hab." : "habilitowany") | ("ks." : "ksiądz") | ("mgr.": "magister") | ("dr": "doktor") | ("mgr": "magister")
|
||||
|
||||
Rule001_02 = CDRewrite [change_core, NonEmptyString, End, Any*];
|
||||
Rule001_02 = CDRewrite [change_core, "", "', Any*];
|
||||
export PROCESS = Optimize[CDRewrite[change_core, "", "", Any*]];
|
||||
|
Loading…
Reference in New Issue
Block a user