Improve rule slightly for t5

This commit is contained in:
niksedk 2021-12-02 16:59:03 +01:00
parent 48f5427be2
commit fe26a640c5

View File

@ -3371,7 +3371,7 @@
<RegEx find="^-_\.(\p{L})" replaceWith="- ...$1" />
<RegEx find="^_\.\.(\p{L})" replaceWith="...$1" />
<RegEx find=" l([!?\.])" replaceWith=" I$1" />
<RegEx find="(^| |&quot;)(\|)([ \.,!?])" replaceWith="$1I$3" />
<RegEx find="(^| |&quot;)(\|)([ \.,!?\r\n])" replaceWith="$1I$3" />
<RegEx find="\b(1|l) (know|will|almost|didn't|get|got|have|apologize|paid|like|think|would|hope|shall|chose|choose|won|am|was|don't|just|start|run|saw|said|believe|try|ever|need|certainly|can't|anticipated|did|can|rang|heard|gave|came|decided|should|took|wanted|read|thought|was|still|do|love|want|overstepped|accept|authorized|owe|understand|made|guess|bumped|wasn't|mean|admire|had|spent|told|see|walk|were|help|definitely|could|say|take|brought|assume|proposed|realized|loved|base|left|change|changed|rule|feel|date|dated|imagine|went|kind|couldn't|wouldn't|work|care|make|lost|deserve|promise|swear|bring|put|found|wanna|swear|sold|save|figured|knew|kill|asked|supposed|act|wonder|leave|remind|stay|assure|guarantee|open|invited|doubt|refuse|sign|hid|might|wish)\b" replaceWith="I $2" />
<RegEx find=",\.\." replaceWith="..." />
<RegEx find="\bI KEA\b" replaceWith="IKEA" />