Index: compile_rules.py ================================================================== --- compile_rules.py +++ compile_rules.py @@ -148,11 +148,11 @@ print("Error. Graph call can be made only after the first pass (sentence by sentence)") exit() return ["@@@@", s[4:], sLineId] #### OPTIONS - sOption = False # False or [a-z0-9]+ name + sOption = "" # empty string or [a-z0-9]+ name nPriority = 4 # Default is 4, value must be between 0 and 9 tGroups = None # code for groups positioning (only useful for JavaScript) cCaseMode = 'i' # i: case insensitive, s: case sensitive, u: uppercasing allowed cWordLimitLeft = '[' # [: word limit, <: no specific limit cWordLimitRight = ']' # ]: word limit, >: no specific limit @@ -159,11 +159,11 @@ m = re.match("^__(?P[\\[<]\\w[\\]>])(?P