mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Improve rule slightly for t5
This commit is contained in:
parent
48f5427be2
commit
fe26a640c5
@ -3371,7 +3371,7 @@
|
||||
<RegEx find="^-_\.(\p{L})" replaceWith="- ...$1" />
|
||||
<RegEx find="^_\.\.(\p{L})" replaceWith="...$1" />
|
||||
<RegEx find=" l([!?\.])" replaceWith=" I$1" />
|
||||
<RegEx find="(^| |")(\|)([ \.,!?])" replaceWith="$1I$3" />
|
||||
<RegEx find="(^| |")(\|)([ \.,!?\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" />
|
||||
|
Loading…
Reference in New Issue
Block a user