add english_contractions word list (#2914) monners

Co-authored-by: monners <josh@joshmoncrieff.com>
This commit is contained in:
Josh Moncrieff 2022-05-02 20:54:59 +10:00 committed by Miodec
parent 52ffeb3da9
commit 89f160f664
3 changed files with 201 additions and 1 deletions

View file

@ -8,7 +8,8 @@
"english_10k",
"english_25k",
"english_450k",
"english_commonly_misspelled"
"english_commonly_misspelled",
"english_contractions"
]
},
{

View file

@ -6,6 +6,7 @@
,"english_25k"
,"english_450k"
,"english_commonly_misspelled"
,"english_contractions"
,"spanish"
,"spanish_1k"
,"spanish_10k"

View file

@ -0,0 +1,198 @@
{
"name": "english_contractions",
"leftToRight": true,
"_comment": "Sourced from: https://en.wikipedia.org/wiki/Wikipedia:List_of_English_contractions",
"noLazyMode": true,
"words": [
"a'ight",
"ain't",
"amn't",
"'n'",
"arencha",
"aren't",
"'bout",
"can't",
"cap'n",
"'cause",
"'cept",
"could've",
"couldn't",
"couldn't've",
"cuppa",
"dammit",
"daren't",
"daresn't",
"dasn't",
"didn't",
"doesn't",
"don't",
"dunno",
"d'ye",
"d'ya",
"e'en",
"e'er",
"'em",
"everybody's",
"everyone's",
"finna",
"fo'c'sle",
"'gainst",
"g'day",
"gimme",
"giv'n",
"gi'z",
"gonna",
"gon't",
"gotta",
"hadn't",
"had've",
"hasn't",
"haven't",
"he'd",
"he'll",
"helluva",
"he's",
"here's",
"how'd",
"howdy",
"how'll",
"how're",
"how's",
"I'd",
"I'd've",
"I'd'nt",
"I'd'nt've",
"I'll",
"I'm",
"Imma",
"I'm'o",
"innit",
"Ion",
"I've",
"isn't",
"it'd",
"it'll",
"it's",
"Idunno",
"kinda",
"let's",
"loven't",
"ma'am",
"mayn't",
"may've",
"methinks",
"mightn't",
"might've",
"mustn't",
"mustn't've",
"must've",
"'neath",
"needn't",
"nal",
"ne'er",
"o'clock",
"o'er",
"ol'",
"ought've",
"oughtn't",
"oughtn't've",
"'round",
"'s",
"shalln't",
"shan't",
"she'd",
"she'll",
"she's",
"should've",
"shouldn't",
"shouldn't've",
"somebody's",
"someone's",
"something's",
"so're",
"so's",
"so've",
"that'll",
"that're",
"that's",
"that'd",
"there'd",
"there'll",
"there're",
"there's",
"these're",
"these've",
"they'd",
"they'll",
"they're",
"they've",
"this's",
"those're",
"those've",
"'thout",
"'til",
"'tis",
"to've",
"'twas",
"'tween",
"'twere",
"w'all",
"w'at",
"wanna",
"wasn't",
"we'd",
"we'd've",
"we'll",
"we're",
"we've",
"weren't",
"whatcha",
"what'd",
"what'll",
"what're",
"what's",
"what've",
"when's",
"where'd",
"where'll",
"where're",
"where's",
"where've",
"which'd",
"which'll",
"which're",
"which's",
"which've",
"who'd",
"who'd've",
"who'll",
"who're",
"who's",
"who've",
"why'd",
"why're",
"why's",
"willn't",
"won't",
"wonnot",
"would've",
"wouldn't",
"wouldn't've",
"y'ain't",
"y'all",
"y'all'd've",
"y'all'd'n't've",
"y'all're",
"y'all'ren't",
"y'at",
"yes'm",
"y'know",
"yessir",
"you'd",
"you'll",
"you're",
"you've",
"when'd",
"willn't"
]
}