Differences From Artifact [3cf95f4a21]:
- File gc_core/py/lang_core/gc_rules.py — part of check-in [2fd7dc4dd5] at 2017-04-25 11:51:19 on branch trunk — commit 1 (user: olr, size: 104) [annotate] [blame] [check-ins using]
To Artifact [2ef08593b5]:
- File gc_core/py/lang_core/gc_rules.py — part of check-in [f1726135a3] at 2018-06-24 14:49:06 on branch rg — [core] code cleaning (pylint) (user: olr, size: 141) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 |
# generated code, do not edit
lParagraphRules = ${paragraph_rules}
lSentenceRules = ${sentence_rules}
| > > > > | 1 2 3 4 5 6 7 8 9 |
"""
Grammar checker regex rules
"""
# generated code, do not edit
lParagraphRules = ${paragraph_rules}
lSentenceRules = ${sentence_rules}
|