mirror of
https://github.com/preservim/vim-wordy.git
synced 2025-11-08 09:53:50 -05:00
mark words dynamically: don't need 2 sets of dicts
The dic file is read in a list, a new list is created with the "!" replaced with "?", the new list is saved in a temporary file, which is used as the dic file. Finally, after used, the temporary file is deleted.
This commit is contained in:
committed by
Suraj N. Kurapati
parent
210dd1077d
commit
03680e115b
@@ -31,11 +31,17 @@ function! wordy#init(...) abort
|
|||||||
let l:encoding = get(l:args, 'encoding', 'utf-8')
|
let l:encoding = get(l:args, 'encoding', 'utf-8')
|
||||||
for l:dict in l:dicts
|
for l:dict in l:dicts
|
||||||
let l:data_dir = g:wordy_dir . '/data'
|
let l:data_dir = g:wordy_dir . '/data'
|
||||||
if has('nvim')
|
|
||||||
let l:data_dir = l:data_dir . '-neovim'
|
|
||||||
endif
|
|
||||||
let l:src_path = l:data_dir . '/' . l:lang . '/' . l:dict . '.dic'
|
let l:src_path = l:data_dir . '/' . l:lang . '/' . l:dict . '.dic'
|
||||||
if filereadable(l:src_path)
|
if filereadable(l:src_path)
|
||||||
|
if has('nvim')
|
||||||
|
let wlist = readfile(l:src_path)
|
||||||
|
let nlist = []
|
||||||
|
for witem in wlist
|
||||||
|
call add(nlist, substitute(witem, '!$', '?', ''))
|
||||||
|
endfor
|
||||||
|
let l:src_path = "/tmp/" . "_wordy_" . l:dict
|
||||||
|
call writefile(nlist, l:src_path)
|
||||||
|
endif
|
||||||
let l:spell_dir = g:wordy_dir . '/spell'
|
let l:spell_dir = g:wordy_dir . '/spell'
|
||||||
if !isdirectory(l:spell_dir)
|
if !isdirectory(l:spell_dir)
|
||||||
call mkdir(expand(l:spell_dir), "p")
|
call mkdir(expand(l:spell_dir), "p")
|
||||||
@@ -52,6 +58,9 @@ function! wordy#init(...) abort
|
|||||||
else
|
else
|
||||||
let l:msg = 'Unable to read target: ' . l:dst_path
|
let l:msg = 'Unable to read target: ' . l:dst_path
|
||||||
endif
|
endif
|
||||||
|
if has('nvim')
|
||||||
|
call delete(l:src_path)
|
||||||
|
endif
|
||||||
else
|
else
|
||||||
let l:msg = 'Unable to read source: ' . l:src_path
|
let l:msg = 'Unable to read source: ' . l:src_path
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,377 +0,0 @@
|
|||||||
# Cliches in writing on art
|
|
||||||
# via http://www.ipod.org.uk/reality/art_bollocks.asp
|
|
||||||
# https://github.com/sachac/artbollocks-mode
|
|
||||||
# and other sources
|
|
||||||
/encoding=utf-8
|
|
||||||
a priori/?
|
|
||||||
absurdist/?
|
|
||||||
accessible/?
|
|
||||||
ad hoc/?
|
|
||||||
affirm/?
|
|
||||||
affirmation/?
|
|
||||||
affirmed/?
|
|
||||||
affirms/?
|
|
||||||
ahead of the market/?
|
|
||||||
alterity/?
|
|
||||||
altermodern/?
|
|
||||||
antieconomy/?
|
|
||||||
aporetic/?
|
|
||||||
aporia/?
|
|
||||||
appropriates/?
|
|
||||||
appropriation/?
|
|
||||||
archetypal/?
|
|
||||||
archetype/?
|
|
||||||
archetypes/?
|
|
||||||
archetypical/?
|
|
||||||
autonomous/?
|
|
||||||
autonomy/?
|
|
||||||
awkward/?
|
|
||||||
awkwardly/?
|
|
||||||
awkwardness/?
|
|
||||||
balanced/?
|
|
||||||
baudrillardian/?
|
|
||||||
baudrillarian/?
|
|
||||||
challenges/?
|
|
||||||
challenging/?
|
|
||||||
commitment/?
|
|
||||||
committed/?
|
|
||||||
commodification/?
|
|
||||||
commonalities/?
|
|
||||||
composition/?
|
|
||||||
contemplate/?
|
|
||||||
contemplated/?
|
|
||||||
contemplates/?
|
|
||||||
contemporaneity/?
|
|
||||||
context/?
|
|
||||||
contextialize/?
|
|
||||||
contextialized/?
|
|
||||||
contextializes/?
|
|
||||||
contexts/?
|
|
||||||
contextual/?
|
|
||||||
contextualisation/?
|
|
||||||
contextualise/?
|
|
||||||
contextualised/?
|
|
||||||
contextualises/?
|
|
||||||
contextuality/?
|
|
||||||
contextualization/?
|
|
||||||
contortion/?
|
|
||||||
contortioned/?
|
|
||||||
contortions/?
|
|
||||||
convention/?
|
|
||||||
conventional/?
|
|
||||||
conventions/?
|
|
||||||
coterminous/?
|
|
||||||
critique/?
|
|
||||||
critiqued/?
|
|
||||||
critiques/?
|
|
||||||
cunning/?
|
|
||||||
cunningly/?
|
|
||||||
dead/?
|
|
||||||
death of the author/?
|
|
||||||
debunk/?
|
|
||||||
debunked/?
|
|
||||||
debunking/?
|
|
||||||
debunks/?
|
|
||||||
deconstruct/?
|
|
||||||
deconstruction/?
|
|
||||||
deconstructs/?
|
|
||||||
deleuzian/?
|
|
||||||
desire/?
|
|
||||||
desires/?
|
|
||||||
dialectic/?
|
|
||||||
dialectical/?
|
|
||||||
dialectically/?
|
|
||||||
dialectics/?
|
|
||||||
discourse/?
|
|
||||||
discursive/?
|
|
||||||
disrupt/?
|
|
||||||
disrupts/?
|
|
||||||
enfold/?
|
|
||||||
enfolds/?
|
|
||||||
engage/?
|
|
||||||
engagement/?
|
|
||||||
engages/?
|
|
||||||
episteme/?
|
|
||||||
epistemic/?
|
|
||||||
ergo/?
|
|
||||||
expansive/?
|
|
||||||
experiencability/?
|
|
||||||
experience/?
|
|
||||||
experiences/?
|
|
||||||
explore/?
|
|
||||||
explored/?
|
|
||||||
explores/?
|
|
||||||
fetish/?
|
|
||||||
fetishes/?
|
|
||||||
fetishise/?
|
|
||||||
fetishised/?
|
|
||||||
fetishize/?
|
|
||||||
fetishized/?
|
|
||||||
fey/?
|
|
||||||
gaze/?
|
|
||||||
gender/?
|
|
||||||
gendered/?
|
|
||||||
gestural/?
|
|
||||||
global/?
|
|
||||||
globality/?
|
|
||||||
groundbreaking/?
|
|
||||||
hegemonic/?
|
|
||||||
hegemonies/?
|
|
||||||
hegemony/?
|
|
||||||
historicisation/?
|
|
||||||
historicise/?
|
|
||||||
historicization/?
|
|
||||||
historicize/?
|
|
||||||
historicized/?
|
|
||||||
honest/?
|
|
||||||
human/?
|
|
||||||
iconic/?
|
|
||||||
identities/?
|
|
||||||
identity politics/?
|
|
||||||
identity/?
|
|
||||||
important/?
|
|
||||||
incomprehensible/?
|
|
||||||
inept/?
|
|
||||||
innocently/?
|
|
||||||
intelligently/?
|
|
||||||
intensified/?
|
|
||||||
intensifies/?
|
|
||||||
intensify/?
|
|
||||||
intensifying/?
|
|
||||||
interesting/?
|
|
||||||
interrogate/?
|
|
||||||
interrogated/?
|
|
||||||
interrogates/?
|
|
||||||
interrogation/?
|
|
||||||
intersection/?
|
|
||||||
intersections/?
|
|
||||||
intertextual/?
|
|
||||||
intertextuality/?
|
|
||||||
invert/?
|
|
||||||
inverted/?
|
|
||||||
inverting/?
|
|
||||||
inverts/?
|
|
||||||
involution/?
|
|
||||||
involutions/?
|
|
||||||
ironic/?
|
|
||||||
ironical/?
|
|
||||||
ironically/?
|
|
||||||
ironies/?
|
|
||||||
ironisation/?
|
|
||||||
ironises/?
|
|
||||||
ironization/?
|
|
||||||
ironizes/?
|
|
||||||
irony/?
|
|
||||||
jouissance/?
|
|
||||||
juxtapose/?
|
|
||||||
juxtaposed/?
|
|
||||||
juxtaposes/?
|
|
||||||
juxtaposition/?
|
|
||||||
lacanian/?
|
|
||||||
lack/?
|
|
||||||
lacked/?
|
|
||||||
lacks/?
|
|
||||||
loci/?
|
|
||||||
locus/?
|
|
||||||
locuses/?
|
|
||||||
matrix/?
|
|
||||||
mise en abyme/?
|
|
||||||
mock/?
|
|
||||||
mocked/?
|
|
||||||
mocking/?
|
|
||||||
mockingly/?
|
|
||||||
mocks/?
|
|
||||||
modalities/?
|
|
||||||
modality/?
|
|
||||||
myth/?
|
|
||||||
mythologies/?
|
|
||||||
mythology/?
|
|
||||||
myths/?
|
|
||||||
narrative/?
|
|
||||||
narrativisation/?
|
|
||||||
narrativity/?
|
|
||||||
narrativization/?
|
|
||||||
natural/?
|
|
||||||
negation/?
|
|
||||||
negative/?
|
|
||||||
nexus/?
|
|
||||||
nodal/?
|
|
||||||
node/?
|
|
||||||
normative/?
|
|
||||||
normativity/?
|
|
||||||
notion/?
|
|
||||||
notions/?
|
|
||||||
objective/?
|
|
||||||
objectivities/?
|
|
||||||
objectivity/?
|
|
||||||
objet petit a/?
|
|
||||||
obscure/?
|
|
||||||
obscured/?
|
|
||||||
obscures/?
|
|
||||||
ontological/?
|
|
||||||
ontology/?
|
|
||||||
operate/?
|
|
||||||
operates/?
|
|
||||||
othered/?
|
|
||||||
othering/?
|
|
||||||
otherness/?
|
|
||||||
paradigm/?
|
|
||||||
paradigmatic/?
|
|
||||||
paradigms/?
|
|
||||||
parallel/?
|
|
||||||
paralleled/?
|
|
||||||
parallelism/?
|
|
||||||
parallels/?
|
|
||||||
parodic/?
|
|
||||||
parodies/?
|
|
||||||
parody/?
|
|
||||||
perception/?
|
|
||||||
perceptions/?
|
|
||||||
physicality/?
|
|
||||||
plastic/?
|
|
||||||
platform/?
|
|
||||||
platforms/?
|
|
||||||
playful/?
|
|
||||||
playfully/?
|
|
||||||
plenitude/?
|
|
||||||
poetics/?
|
|
||||||
popular notions/?
|
|
||||||
position/?
|
|
||||||
post hoc/?
|
|
||||||
post internet/?
|
|
||||||
post-internet/?
|
|
||||||
postmodern/?
|
|
||||||
postmodernism/?
|
|
||||||
postmodernist/?
|
|
||||||
postmodernity/?
|
|
||||||
poststructural/?
|
|
||||||
poststructuralism/?
|
|
||||||
poststructuralist/?
|
|
||||||
potential/?
|
|
||||||
potentiality/?
|
|
||||||
practice/?
|
|
||||||
practiced/?
|
|
||||||
practices/?
|
|
||||||
practise/?
|
|
||||||
praxis/?
|
|
||||||
problematic/?
|
|
||||||
problematics/?
|
|
||||||
problematise/?
|
|
||||||
problematize/?
|
|
||||||
process/?
|
|
||||||
processed/?
|
|
||||||
processing/?
|
|
||||||
production/?
|
|
||||||
proposition/?
|
|
||||||
qua/?
|
|
||||||
question/?
|
|
||||||
questioned/?
|
|
||||||
questions/?
|
|
||||||
radical/?
|
|
||||||
radically/?
|
|
||||||
reading/?
|
|
||||||
readings/?
|
|
||||||
realities/?
|
|
||||||
reality/?
|
|
||||||
redundancies/?
|
|
||||||
redundancy/?
|
|
||||||
reification/?
|
|
||||||
relation/?
|
|
||||||
relational/?
|
|
||||||
relationality/?
|
|
||||||
relations/?
|
|
||||||
representation/?
|
|
||||||
representations/?
|
|
||||||
restrained/?
|
|
||||||
reveal/?
|
|
||||||
revealed/?
|
|
||||||
reveals/?
|
|
||||||
rhizomatic/?
|
|
||||||
rhizome/?
|
|
||||||
rhythm/?
|
|
||||||
rhythms/?
|
|
||||||
romantic/?
|
|
||||||
sentimental/?
|
|
||||||
sexuality/?
|
|
||||||
simulacra/?
|
|
||||||
simulacral/?
|
|
||||||
simulation/?
|
|
||||||
simulationism/?
|
|
||||||
situate/?
|
|
||||||
situated/?
|
|
||||||
situates/?
|
|
||||||
space/?
|
|
||||||
spaced/?
|
|
||||||
spaces/?
|
|
||||||
spacing/?
|
|
||||||
span/?
|
|
||||||
spanned/?
|
|
||||||
spanning/?
|
|
||||||
spans/?
|
|
||||||
stereotype/?
|
|
||||||
stereotyped/?
|
|
||||||
stereotypes/?
|
|
||||||
stereotyping/?
|
|
||||||
stillness/?
|
|
||||||
strategies/?
|
|
||||||
strategy/?
|
|
||||||
style/?
|
|
||||||
styles/?
|
|
||||||
stylistic/?
|
|
||||||
subjective/?
|
|
||||||
subjectivities/?
|
|
||||||
subjectivity/?
|
|
||||||
subversion/?
|
|
||||||
subvert/?
|
|
||||||
subverted/?
|
|
||||||
subverting/?
|
|
||||||
subverts/?
|
|
||||||
superficial/?
|
|
||||||
tension/?
|
|
||||||
tensioned/?
|
|
||||||
tensions/?
|
|
||||||
text/?
|
|
||||||
textual/?
|
|
||||||
textuality/?
|
|
||||||
the mythology/?
|
|
||||||
thinker/?
|
|
||||||
thinkers/?
|
|
||||||
totally/?
|
|
||||||
trace/?
|
|
||||||
traced/?
|
|
||||||
traces/?
|
|
||||||
trajectory/?
|
|
||||||
transgress/?
|
|
||||||
transgressed/?
|
|
||||||
transgresses/?
|
|
||||||
transgressing/?
|
|
||||||
transgression/?
|
|
||||||
transgressive/?
|
|
||||||
uncanny/?
|
|
||||||
undermine/?
|
|
||||||
undermined/?
|
|
||||||
undermines/?
|
|
||||||
undermining/?
|
|
||||||
unfold/?
|
|
||||||
unfolded/?
|
|
||||||
unfolding/?
|
|
||||||
unfolds/?
|
|
||||||
unpleasant/?
|
|
||||||
unrealities/?
|
|
||||||
unreality/?
|
|
||||||
unrestrained/?
|
|
||||||
values/?
|
|
||||||
visual/?
|
|
||||||
visuality/?
|
|
||||||
visuals/?
|
|
||||||
vitality/?
|
|
||||||
void/?
|
|
||||||
voided/?
|
|
||||||
voids/?
|
|
||||||
work/?
|
|
||||||
works/?
|
|
||||||
wry/?
|
|
||||||
wryly/?
|
|
||||||
zeitgeist/?
|
|
||||||
zizekian/?
|
|
||||||
zižekian/?
|
|
||||||
@@ -1,90 +0,0 @@
|
|||||||
# forms of 'to be', to identify where an active verb might be better
|
|
||||||
# http://darlingmionette.deviantart.com/art/Words-To-Avoid-152886782
|
|
||||||
/encoding=utf-8
|
|
||||||
I am/?
|
|
||||||
I have been/?
|
|
||||||
I have not been/?
|
|
||||||
I haven't been/?
|
|
||||||
I haven’t been/?
|
|
||||||
I was/?
|
|
||||||
I wasn't/?
|
|
||||||
I wasn’t/?
|
|
||||||
I'dn't've/?
|
|
||||||
I'm/?
|
|
||||||
I've been/?
|
|
||||||
I've not been/?
|
|
||||||
I’dn’t’ve/?
|
|
||||||
I’m/?
|
|
||||||
I’ve been/?
|
|
||||||
I’ve not been/?
|
|
||||||
ain't/?
|
|
||||||
ain’t/?
|
|
||||||
am/?
|
|
||||||
are/?
|
|
||||||
aren't/?
|
|
||||||
aren’t/?
|
|
||||||
been/?
|
|
||||||
being/?
|
|
||||||
has been/?
|
|
||||||
has not been/?
|
|
||||||
hasn't been/?
|
|
||||||
hasn’t been/?
|
|
||||||
have/?
|
|
||||||
haven't/?
|
|
||||||
haven’t/?
|
|
||||||
is/?
|
|
||||||
isn't/?
|
|
||||||
isn’t/?
|
|
||||||
shall/?
|
|
||||||
they are/?
|
|
||||||
they aren't/?
|
|
||||||
they aren’t/?
|
|
||||||
they have been/?
|
|
||||||
they have not been/?
|
|
||||||
they haven't been/?
|
|
||||||
they haven’t been/?
|
|
||||||
they were/?
|
|
||||||
they weren't/?
|
|
||||||
they weren’t/?
|
|
||||||
they're/?
|
|
||||||
they've been/?
|
|
||||||
they've not been/?
|
|
||||||
they’re/?
|
|
||||||
they’ve been/?
|
|
||||||
they’ve not been/?
|
|
||||||
was/?
|
|
||||||
wasn't/?
|
|
||||||
wasn’t/?
|
|
||||||
we are/?
|
|
||||||
we aren't/?
|
|
||||||
we aren’t/?
|
|
||||||
we have been/?
|
|
||||||
we have not been/?
|
|
||||||
we haven't been/?
|
|
||||||
we haven’t been/?
|
|
||||||
we were/?
|
|
||||||
we weren't/?
|
|
||||||
we weren’t/?
|
|
||||||
we've been/?
|
|
||||||
we've not been/?
|
|
||||||
were/?
|
|
||||||
weren't/?
|
|
||||||
weren’t/?
|
|
||||||
we’ve been/?
|
|
||||||
we’ve not been/?
|
|
||||||
you are/?
|
|
||||||
you aren't/?
|
|
||||||
you aren’t/?
|
|
||||||
you have been/?
|
|
||||||
you have not been/?
|
|
||||||
you haven't been/?
|
|
||||||
you haven’t been/?
|
|
||||||
you were/?
|
|
||||||
you weren't/?
|
|
||||||
you weren’t/?
|
|
||||||
you're/?
|
|
||||||
you've been/?
|
|
||||||
you've not been/?
|
|
||||||
you’re/?
|
|
||||||
you’ve been/?
|
|
||||||
you’ve not been/?
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,140 +0,0 @@
|
|||||||
# http://en.wikipedia.org/wiki/Wikipedia:List_of_English_contractions
|
|
||||||
# TODO how to capture NOUN's?
|
|
||||||
I'd/?
|
|
||||||
I'll/?
|
|
||||||
I'm/?
|
|
||||||
I've/?
|
|
||||||
I’d/?
|
|
||||||
I’ll/?
|
|
||||||
I’m/?
|
|
||||||
I’ve/?
|
|
||||||
ain't/?
|
|
||||||
ain’t/?
|
|
||||||
aren't/?
|
|
||||||
aren’t/?
|
|
||||||
can't/?
|
|
||||||
can’t/?
|
|
||||||
could've/?
|
|
||||||
couldn't/?
|
|
||||||
couldn’t/?
|
|
||||||
could’ve/?
|
|
||||||
didn't/?
|
|
||||||
didn’t/?
|
|
||||||
doesn't/?
|
|
||||||
doesn’t/?
|
|
||||||
don't/?
|
|
||||||
don’t/?
|
|
||||||
hadn't/?
|
|
||||||
hadn’t/?
|
|
||||||
hasn't/?
|
|
||||||
hasn’t/?
|
|
||||||
haven't/?
|
|
||||||
haven’t/?
|
|
||||||
he'd/?
|
|
||||||
he'll/?
|
|
||||||
he's/?
|
|
||||||
he’d/?
|
|
||||||
he’ll/?
|
|
||||||
he’s/?
|
|
||||||
how'd/?
|
|
||||||
how'll/?
|
|
||||||
how's/?
|
|
||||||
how’d/?
|
|
||||||
how’ll/?
|
|
||||||
how’s/?
|
|
||||||
isn't/?
|
|
||||||
isn’t/?
|
|
||||||
it'd/?
|
|
||||||
it'll/?
|
|
||||||
it's/?
|
|
||||||
it’d/?
|
|
||||||
it’ll/?
|
|
||||||
it’s/?
|
|
||||||
let's/?
|
|
||||||
let’s/?
|
|
||||||
ma'am/?
|
|
||||||
ma’am/?
|
|
||||||
might've/?
|
|
||||||
might’ve/?
|
|
||||||
must've/?
|
|
||||||
must’ve/?
|
|
||||||
needn't/?
|
|
||||||
needn’t/?
|
|
||||||
o'clock/?
|
|
||||||
o’clock/?
|
|
||||||
shan't/?
|
|
||||||
shan’t/?
|
|
||||||
she'd/?
|
|
||||||
she'll/?
|
|
||||||
she's/?
|
|
||||||
she’d/?
|
|
||||||
she’ll/?
|
|
||||||
she’s/?
|
|
||||||
should've/?
|
|
||||||
shouldn't/?
|
|
||||||
shouldn’t/?
|
|
||||||
should’ve/?
|
|
||||||
that'd/?
|
|
||||||
that's/?
|
|
||||||
that’d/?
|
|
||||||
that’s/?
|
|
||||||
there'd/?
|
|
||||||
there's/?
|
|
||||||
there’d/?
|
|
||||||
there’s/?
|
|
||||||
they'd/?
|
|
||||||
they'll/?
|
|
||||||
they're/?
|
|
||||||
they've/?
|
|
||||||
they’d/?
|
|
||||||
they’ll/?
|
|
||||||
they’re/?
|
|
||||||
they’ve/?
|
|
||||||
wasn't/?
|
|
||||||
wasn’t/?
|
|
||||||
we'd/?
|
|
||||||
we'll/?
|
|
||||||
we're/?
|
|
||||||
we've/?
|
|
||||||
weren't/?
|
|
||||||
weren’t/?
|
|
||||||
we’d/?
|
|
||||||
we’ll/?
|
|
||||||
we’re/?
|
|
||||||
we’ve/?
|
|
||||||
what'll/?
|
|
||||||
what're/?
|
|
||||||
what's/?
|
|
||||||
what’ll/?
|
|
||||||
what’re/?
|
|
||||||
what’s/?
|
|
||||||
when's/?
|
|
||||||
when’s/?
|
|
||||||
where'd/?
|
|
||||||
where's/?
|
|
||||||
where've/?
|
|
||||||
where’d/?
|
|
||||||
where’s/?
|
|
||||||
where’ve/?
|
|
||||||
who'll/?
|
|
||||||
who's/?
|
|
||||||
who’ll/?
|
|
||||||
who’s/?
|
|
||||||
why's/?
|
|
||||||
why’s/?
|
|
||||||
won't/?
|
|
||||||
won’t/?
|
|
||||||
would've/?
|
|
||||||
wouldn't/?
|
|
||||||
wouldn’t/?
|
|
||||||
would’ve/?
|
|
||||||
y'all/?
|
|
||||||
you'd/?
|
|
||||||
you'll/?
|
|
||||||
you're/?
|
|
||||||
you've/?
|
|
||||||
you’d/?
|
|
||||||
you’ll/?
|
|
||||||
you’re/?
|
|
||||||
you’ve/?
|
|
||||||
y’all/?
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,22 +0,0 @@
|
|||||||
# editorializing - imparting an opinion where impartiality is called for
|
|
||||||
# http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Words_to_watch
|
|
||||||
/encoding=utf-8
|
|
||||||
actually/?
|
|
||||||
basically/?
|
|
||||||
clearly/?
|
|
||||||
essentially/?
|
|
||||||
fortunate/?
|
|
||||||
fortunately/?
|
|
||||||
fundamentally/?
|
|
||||||
happily/?
|
|
||||||
interestingly/?
|
|
||||||
it should be noted/?
|
|
||||||
naturally/?
|
|
||||||
notably/?
|
|
||||||
obviously/?
|
|
||||||
of course/?
|
|
||||||
tragically/?
|
|
||||||
unfortunate/?
|
|
||||||
unfortunately/?
|
|
||||||
untimely/?
|
|
||||||
without a doubt/?
|
|
||||||
@@ -1,299 +0,0 @@
|
|||||||
# words that indicate use of the passive voice
|
|
||||||
# http://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/
|
|
||||||
/encoding=utf-8
|
|
||||||
awoken/?
|
|
||||||
be abusive of/?
|
|
||||||
be applicable to/?
|
|
||||||
be benefited by/?
|
|
||||||
be derived from/?
|
|
||||||
be desirous of/?
|
|
||||||
be determinative of/?
|
|
||||||
be in agreement/?
|
|
||||||
be in attendance/?
|
|
||||||
be in error/?
|
|
||||||
be in existence/?
|
|
||||||
be in possession of/?
|
|
||||||
be in receipt of/?
|
|
||||||
be in violation of/?
|
|
||||||
be indicative of/?
|
|
||||||
be influential on/?
|
|
||||||
be operative/?
|
|
||||||
be productive of/?
|
|
||||||
be promotive of/?
|
|
||||||
be supportive of/?
|
|
||||||
beat/?
|
|
||||||
become/?
|
|
||||||
been/?
|
|
||||||
begun/?
|
|
||||||
bent/?
|
|
||||||
beset/?
|
|
||||||
bet/?
|
|
||||||
bid/?
|
|
||||||
bidden/?
|
|
||||||
bitten/?
|
|
||||||
bled/?
|
|
||||||
blown/?
|
|
||||||
born/?
|
|
||||||
bought/?
|
|
||||||
bound/?
|
|
||||||
bred/?
|
|
||||||
broadcast/?
|
|
||||||
broken/?
|
|
||||||
brought/?
|
|
||||||
built/?
|
|
||||||
burnt/?
|
|
||||||
burst/?
|
|
||||||
can/?
|
|
||||||
cast/?
|
|
||||||
caught/?
|
|
||||||
chosen/?
|
|
||||||
clung/?
|
|
||||||
come/?
|
|
||||||
cost/?
|
|
||||||
could/?
|
|
||||||
couldn't/?
|
|
||||||
couldn’t/?
|
|
||||||
crept/?
|
|
||||||
cut/?
|
|
||||||
dealt/?
|
|
||||||
did/?
|
|
||||||
dived/?
|
|
||||||
do/?
|
|
||||||
does/?
|
|
||||||
done/?
|
|
||||||
drawn/?
|
|
||||||
dreamt/?
|
|
||||||
driven/?
|
|
||||||
drunk/?
|
|
||||||
dug/?
|
|
||||||
eaten/?
|
|
||||||
fallen/?
|
|
||||||
fed/?
|
|
||||||
felt/?
|
|
||||||
fit/?
|
|
||||||
fled/?
|
|
||||||
flown/?
|
|
||||||
flung/?
|
|
||||||
forbidden/?
|
|
||||||
foregone/?
|
|
||||||
forgiven/?
|
|
||||||
forgotten/?
|
|
||||||
forsaken/?
|
|
||||||
fought/?
|
|
||||||
found/?
|
|
||||||
frozen/?
|
|
||||||
given/?
|
|
||||||
gone/?
|
|
||||||
gotten/?
|
|
||||||
ground/?
|
|
||||||
grown/?
|
|
||||||
heard/?
|
|
||||||
held/?
|
|
||||||
hidden/?
|
|
||||||
hit/?
|
|
||||||
hung/?
|
|
||||||
hurt/?
|
|
||||||
is able to/?
|
|
||||||
is about to/?
|
|
||||||
is authorized to/?
|
|
||||||
is binding upon/?
|
|
||||||
is empowered to/?
|
|
||||||
is going to/?
|
|
||||||
is supposed to/?
|
|
||||||
is unable to/?
|
|
||||||
isn't able to/?
|
|
||||||
isn't about to/?
|
|
||||||
isn't authorized to/?
|
|
||||||
isn't binding upon/?
|
|
||||||
isn't empowered to/?
|
|
||||||
isn't going to/?
|
|
||||||
isn't supposed to/?
|
|
||||||
isn't unable to/?
|
|
||||||
isn’t able to/?
|
|
||||||
isn’t about to/?
|
|
||||||
isn’t authorized to/?
|
|
||||||
isn’t binding upon/?
|
|
||||||
isn’t empowered to/?
|
|
||||||
isn’t going to/?
|
|
||||||
isn’t supposed to/?
|
|
||||||
isn’t unable to/?
|
|
||||||
it is/?
|
|
||||||
it isn't/?
|
|
||||||
it isn’t/?
|
|
||||||
it was/?
|
|
||||||
it wasn't/?
|
|
||||||
it wasn’t/?
|
|
||||||
kept/?
|
|
||||||
knelt/?
|
|
||||||
knit/?
|
|
||||||
known/?
|
|
||||||
laid/?
|
|
||||||
lain/?
|
|
||||||
leapt/?
|
|
||||||
learnt/?
|
|
||||||
led/?
|
|
||||||
left/?
|
|
||||||
lent/?
|
|
||||||
let/?
|
|
||||||
lighted/?
|
|
||||||
lost/?
|
|
||||||
made/?
|
|
||||||
may/?
|
|
||||||
meant/?
|
|
||||||
met/?
|
|
||||||
might/?
|
|
||||||
misspelt/?
|
|
||||||
mistaken/?
|
|
||||||
mown/?
|
|
||||||
must/?
|
|
||||||
ought/?
|
|
||||||
overcome/?
|
|
||||||
overdone/?
|
|
||||||
overtaken/?
|
|
||||||
overthrown/?
|
|
||||||
paid/?
|
|
||||||
pled/?
|
|
||||||
proven/?
|
|
||||||
put/?
|
|
||||||
quit/?
|
|
||||||
read/?
|
|
||||||
rid/?
|
|
||||||
ridden/?
|
|
||||||
risen/?
|
|
||||||
run/?
|
|
||||||
rung/?
|
|
||||||
said/?
|
|
||||||
sat/?
|
|
||||||
sawn/?
|
|
||||||
seen/?
|
|
||||||
sent/?
|
|
||||||
set/?
|
|
||||||
sewn/?
|
|
||||||
shaken/?
|
|
||||||
shaven/?
|
|
||||||
shed/?
|
|
||||||
shod/?
|
|
||||||
shone/?
|
|
||||||
shorn/?
|
|
||||||
shot/?
|
|
||||||
should/?
|
|
||||||
shouldn't/?
|
|
||||||
shouldn’t/?
|
|
||||||
shown/?
|
|
||||||
shrunk/?
|
|
||||||
shut/?
|
|
||||||
slain/?
|
|
||||||
slept/?
|
|
||||||
slid/?
|
|
||||||
slit/?
|
|
||||||
slung/?
|
|
||||||
smitten/?
|
|
||||||
sold/?
|
|
||||||
sought/?
|
|
||||||
sown/?
|
|
||||||
sped/?
|
|
||||||
spent/?
|
|
||||||
spilt/?
|
|
||||||
spit/?
|
|
||||||
split/?
|
|
||||||
spoken/?
|
|
||||||
spread/?
|
|
||||||
sprung/?
|
|
||||||
spun/?
|
|
||||||
stolen/?
|
|
||||||
stood/?
|
|
||||||
stridden/?
|
|
||||||
striven/?
|
|
||||||
struck/?
|
|
||||||
strung/?
|
|
||||||
stuck/?
|
|
||||||
stung/?
|
|
||||||
stunk/?
|
|
||||||
sung/?
|
|
||||||
sunk/?
|
|
||||||
swept/?
|
|
||||||
swollen/?
|
|
||||||
sworn/?
|
|
||||||
swum/?
|
|
||||||
swung/?
|
|
||||||
taken/?
|
|
||||||
taught/?
|
|
||||||
that is/?
|
|
||||||
that isn't/?
|
|
||||||
that isn’t/?
|
|
||||||
that was/?
|
|
||||||
that wasn't/?
|
|
||||||
that wasn’t/?
|
|
||||||
that were/?
|
|
||||||
that weren't/?
|
|
||||||
that weren’t/?
|
|
||||||
there is/?
|
|
||||||
there isn't/?
|
|
||||||
there isn’t/?
|
|
||||||
there was/?
|
|
||||||
there wasn't/?
|
|
||||||
there wasn’t/?
|
|
||||||
there were/?
|
|
||||||
there weren't/?
|
|
||||||
there weren’t/?
|
|
||||||
thought/?
|
|
||||||
thrived/?
|
|
||||||
thrown/?
|
|
||||||
thrust/?
|
|
||||||
told/?
|
|
||||||
torn/?
|
|
||||||
trodden/?
|
|
||||||
understood/?
|
|
||||||
upheld/?
|
|
||||||
upset/?
|
|
||||||
was able to/?
|
|
||||||
was about to/?
|
|
||||||
was going to/?
|
|
||||||
was supposed to/?
|
|
||||||
wasn't able to/?
|
|
||||||
wasn't about to/?
|
|
||||||
wasn't going to/?
|
|
||||||
wasn't supposed to/?
|
|
||||||
wasn’t able to/?
|
|
||||||
wasn’t about to/?
|
|
||||||
wasn’t going to/?
|
|
||||||
wasn’t supposed to/?
|
|
||||||
wed/?
|
|
||||||
wept/?
|
|
||||||
were able to/?
|
|
||||||
were about to/?
|
|
||||||
were going to/?
|
|
||||||
were supposed to/?
|
|
||||||
weren't able to/?
|
|
||||||
weren't about to/?
|
|
||||||
weren't going to/?
|
|
||||||
weren't supposed to/?
|
|
||||||
weren’t able to/?
|
|
||||||
weren’t about to/?
|
|
||||||
weren’t going to/?
|
|
||||||
weren’t supposed to/?
|
|
||||||
who is/?
|
|
||||||
who isn't/?
|
|
||||||
who isn’t/?
|
|
||||||
who was/?
|
|
||||||
who wasn't/?
|
|
||||||
who wasn’t/?
|
|
||||||
who were/?
|
|
||||||
who weren't/?
|
|
||||||
who weren’t/?
|
|
||||||
will be allowed to/?
|
|
||||||
will/?
|
|
||||||
withheld/?
|
|
||||||
withstood/?
|
|
||||||
woken/?
|
|
||||||
won't be allowed to/?
|
|
||||||
won/?
|
|
||||||
won’t be allowed to/?
|
|
||||||
worn/?
|
|
||||||
would/?
|
|
||||||
wouldn't/?
|
|
||||||
wouldn’t/?
|
|
||||||
wound/?
|
|
||||||
woven/?
|
|
||||||
written/?
|
|
||||||
wrung/?
|
|
||||||
@@ -1,193 +0,0 @@
|
|||||||
# http://www.dailywritingtips.com/50-problem-words-and-phrases/
|
|
||||||
/encoding=utf-8
|
|
||||||
a lot/?
|
|
||||||
a while/?
|
|
||||||
ability/?
|
|
||||||
able/?
|
|
||||||
actual/?
|
|
||||||
actually/?
|
|
||||||
advice/?
|
|
||||||
advise/?
|
|
||||||
affect/?
|
|
||||||
affects/?
|
|
||||||
all right/?
|
|
||||||
all together/?
|
|
||||||
alot/?
|
|
||||||
alright/?
|
|
||||||
also/?
|
|
||||||
although/?
|
|
||||||
altogether/?
|
|
||||||
amend/?
|
|
||||||
among/?
|
|
||||||
amount/?
|
|
||||||
any way/?
|
|
||||||
anyway/?
|
|
||||||
anyways/?
|
|
||||||
assume/?
|
|
||||||
assumes/?
|
|
||||||
assumption/?
|
|
||||||
assure/?
|
|
||||||
awhile/?
|
|
||||||
because/?
|
|
||||||
between/?
|
|
||||||
biannual/?
|
|
||||||
biennial/?
|
|
||||||
bring/?
|
|
||||||
cache/?
|
|
||||||
cachet/?
|
|
||||||
can/?
|
|
||||||
capability/?
|
|
||||||
capable/?
|
|
||||||
compare to/?
|
|
||||||
compare with/?
|
|
||||||
complement/?
|
|
||||||
compliment/?
|
|
||||||
compose/?
|
|
||||||
composed/?
|
|
||||||
comprise/?
|
|
||||||
comprises/?
|
|
||||||
conform to/?
|
|
||||||
conform/?
|
|
||||||
connote/?
|
|
||||||
consist of/?
|
|
||||||
consist/?
|
|
||||||
consists/?
|
|
||||||
constitute/?
|
|
||||||
continual/?
|
|
||||||
continuous/?
|
|
||||||
convince/?
|
|
||||||
credible/?
|
|
||||||
credulous/?
|
|
||||||
data/?
|
|
||||||
datum/?
|
|
||||||
denote/?
|
|
||||||
desert/?
|
|
||||||
deserts/?
|
|
||||||
dessert/?
|
|
||||||
desserts/?
|
|
||||||
different from/?
|
|
||||||
different than/?
|
|
||||||
different to/?
|
|
||||||
discreet/?
|
|
||||||
discrete/?
|
|
||||||
each other/?
|
|
||||||
economic/?
|
|
||||||
economical/?
|
|
||||||
effect/?
|
|
||||||
effects/?
|
|
||||||
elemental/?
|
|
||||||
elementary/?
|
|
||||||
emend/?
|
|
||||||
emigrate/?
|
|
||||||
emigration/?
|
|
||||||
endemic/?
|
|
||||||
enquire/?
|
|
||||||
enquiry/?
|
|
||||||
ensure/?
|
|
||||||
envy/?
|
|
||||||
epidemic/?
|
|
||||||
farther/?
|
|
||||||
fewer/?
|
|
||||||
flammable/?
|
|
||||||
forego/?
|
|
||||||
forgo/?
|
|
||||||
further/?
|
|
||||||
gibe/?
|
|
||||||
healthful/?
|
|
||||||
healthy/?
|
|
||||||
hilarious/?
|
|
||||||
historic/?
|
|
||||||
historical/?
|
|
||||||
home in/?
|
|
||||||
hone in/?
|
|
||||||
hysterical/?
|
|
||||||
if/?
|
|
||||||
immigrate/?
|
|
||||||
immigration/?
|
|
||||||
inflammable/?
|
|
||||||
inquire/?
|
|
||||||
inquiry/?
|
|
||||||
insure/?
|
|
||||||
irregardless/?
|
|
||||||
jealousy/?
|
|
||||||
jibe/?
|
|
||||||
jive/?
|
|
||||||
lay/?
|
|
||||||
leach/?
|
|
||||||
leech/?
|
|
||||||
less/?
|
|
||||||
libel/?
|
|
||||||
lie/?
|
|
||||||
literal/?
|
|
||||||
literally/?
|
|
||||||
loose/?
|
|
||||||
lose/?
|
|
||||||
math/?
|
|
||||||
maths/?
|
|
||||||
may/?
|
|
||||||
might/?
|
|
||||||
more/?
|
|
||||||
nauseated/?
|
|
||||||
nauseous/?
|
|
||||||
nonflammable/?
|
|
||||||
notable/?
|
|
||||||
noteworthy/?
|
|
||||||
noticeable/?
|
|
||||||
number/?
|
|
||||||
one another/?
|
|
||||||
oral/?
|
|
||||||
over all/?
|
|
||||||
over/?
|
|
||||||
overall/?
|
|
||||||
pandemic/?
|
|
||||||
partially/?
|
|
||||||
partly/?
|
|
||||||
peak/?
|
|
||||||
people/?
|
|
||||||
persons/?
|
|
||||||
persuade/?
|
|
||||||
pique/?
|
|
||||||
predominantly/?
|
|
||||||
predominately/?
|
|
||||||
presume/?
|
|
||||||
presumes/?
|
|
||||||
presumption/?
|
|
||||||
purposefully/?
|
|
||||||
purposely/?
|
|
||||||
regretfully/?
|
|
||||||
regrettably/?
|
|
||||||
repetitious/?
|
|
||||||
repetitive/?
|
|
||||||
say/?
|
|
||||||
sensual/?
|
|
||||||
sensuous/?
|
|
||||||
since/?
|
|
||||||
slander/?
|
|
||||||
stationary/?
|
|
||||||
stationery/?
|
|
||||||
take/?
|
|
||||||
tell/?
|
|
||||||
than/?
|
|
||||||
that/?
|
|
||||||
their/?
|
|
||||||
then/?
|
|
||||||
there/?
|
|
||||||
they're/?
|
|
||||||
they’re/?
|
|
||||||
to/?
|
|
||||||
too/?
|
|
||||||
tortuous/?
|
|
||||||
torturous/?
|
|
||||||
transcript/?
|
|
||||||
transcription/?
|
|
||||||
up on/?
|
|
||||||
upon/?
|
|
||||||
verbal/?
|
|
||||||
whereas/?
|
|
||||||
whether/?
|
|
||||||
which/?
|
|
||||||
while/?
|
|
||||||
who/?
|
|
||||||
whom/?
|
|
||||||
wreak/?
|
|
||||||
wreck/?
|
|
||||||
@@ -1,151 +0,0 @@
|
|||||||
# known as "peacock terms" by Wikipedia contributors
|
|
||||||
# http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Words_to_watch
|
|
||||||
# https://francis.digication.com/fund_engl_100_fa2013/Vague_Vocabulary
|
|
||||||
/encoding=utf-8
|
|
||||||
a gift/?
|
|
||||||
acclaimed/?
|
|
||||||
age−old/?
|
|
||||||
amazing/?
|
|
||||||
amazingly/?
|
|
||||||
ameliorate/?
|
|
||||||
ancien regime/?
|
|
||||||
authentic/?
|
|
||||||
authentically/?
|
|
||||||
authenticity/?
|
|
||||||
award-winning/?
|
|
||||||
awesome/?
|
|
||||||
awesomeness/?
|
|
||||||
awesomesauce/?
|
|
||||||
banner/?
|
|
||||||
basic/?
|
|
||||||
best kept secret/?
|
|
||||||
best-kept secret/?
|
|
||||||
big/?
|
|
||||||
breathtaking/?
|
|
||||||
breathtakingly/?
|
|
||||||
brilliant/?
|
|
||||||
brilliantly/?
|
|
||||||
buckler/?
|
|
||||||
capable/?
|
|
||||||
categorical/?
|
|
||||||
celebrated/?
|
|
||||||
chariot/?
|
|
||||||
clandestine/?
|
|
||||||
clarion/?
|
|
||||||
competent/?
|
|
||||||
confident/?
|
|
||||||
constitute/?
|
|
||||||
cool/?
|
|
||||||
creative/?
|
|
||||||
cul de sac/?
|
|
||||||
cutting-edge/?
|
|
||||||
deracinated/?
|
|
||||||
deus ex machina/?
|
|
||||||
disruptive/?
|
|
||||||
don't-miss/?
|
|
||||||
don’t-miss/?
|
|
||||||
dynamic/?
|
|
||||||
effective/?
|
|
||||||
element/?
|
|
||||||
eliminate/?
|
|
||||||
energetic/?
|
|
||||||
enormous/?
|
|
||||||
enormously/?
|
|
||||||
epic/?
|
|
||||||
epoch−making/?
|
|
||||||
excel/?
|
|
||||||
excels/?
|
|
||||||
exciting/?
|
|
||||||
exhibit/?
|
|
||||||
exotic/?
|
|
||||||
expedite/?
|
|
||||||
exploit/?
|
|
||||||
extraneous/?
|
|
||||||
extraordinary/?
|
|
||||||
famous/?
|
|
||||||
famously/?
|
|
||||||
fascinating/?
|
|
||||||
gifted/?
|
|
||||||
gleichschaltung/?
|
|
||||||
grandest/?
|
|
||||||
grandeur/?
|
|
||||||
great/?
|
|
||||||
highly qualified/?
|
|
||||||
historic/?
|
|
||||||
iconic/?
|
|
||||||
impact/?
|
|
||||||
impactful/?
|
|
||||||
individual/?
|
|
||||||
inevitable/?
|
|
||||||
inexorable/?
|
|
||||||
interesting/?
|
|
||||||
interestingly/?
|
|
||||||
jackboot/?
|
|
||||||
landmark/?
|
|
||||||
largest/?
|
|
||||||
leading/?
|
|
||||||
legendary/?
|
|
||||||
liquidate/?
|
|
||||||
mailed fist/?
|
|
||||||
masterful/?
|
|
||||||
masterfully/?
|
|
||||||
must-see/?
|
|
||||||
mutatis mutandis/?
|
|
||||||
nice/?
|
|
||||||
notable/?
|
|
||||||
notably/?
|
|
||||||
objective/?
|
|
||||||
off-the-hook/?
|
|
||||||
outstanding/?
|
|
||||||
outstandingly/?
|
|
||||||
perfect/?
|
|
||||||
phenomenon/?
|
|
||||||
predict/?
|
|
||||||
prestigious/?
|
|
||||||
prestigiously/?
|
|
||||||
prettier/?
|
|
||||||
pretty/?
|
|
||||||
primary/?
|
|
||||||
professional/?
|
|
||||||
promote/?
|
|
||||||
qualified/?
|
|
||||||
radical/?
|
|
||||||
realm/?
|
|
||||||
remarkable/?
|
|
||||||
remarkably/?
|
|
||||||
renowned/?
|
|
||||||
respected/?
|
|
||||||
shield/?
|
|
||||||
spectacular/?
|
|
||||||
spectacularly/?
|
|
||||||
status quo/?
|
|
||||||
stellar/?
|
|
||||||
subaqueous/?
|
|
||||||
successful/?
|
|
||||||
successfully/?
|
|
||||||
sword/?
|
|
||||||
talent/?
|
|
||||||
talented/?
|
|
||||||
thought provoking/?
|
|
||||||
thought-provoking/?
|
|
||||||
thrilling/?
|
|
||||||
throne/?
|
|
||||||
touched/i
|
|
||||||
touching/i
|
|
||||||
transform/?
|
|
||||||
transformative/?
|
|
||||||
transforming/?
|
|
||||||
trident/?
|
|
||||||
triumphant/?
|
|
||||||
unforgettable/?
|
|
||||||
unique/?
|
|
||||||
uniquely/?
|
|
||||||
utilize/?
|
|
||||||
veritable/?
|
|
||||||
virtual/?
|
|
||||||
virtuoso/?
|
|
||||||
visionary/?
|
|
||||||
weltanschauung/?
|
|
||||||
wonderful/?
|
|
||||||
wonderfully/?
|
|
||||||
world-class/?
|
|
||||||
@@ -1,158 +0,0 @@
|
|||||||
# redundancies
|
|
||||||
/encoding=utf-8
|
|
||||||
a period of one week/?
|
|
||||||
a.m. in the morning/?
|
|
||||||
abm missile/?
|
|
||||||
abs system/?
|
|
||||||
absolutely certain/?
|
|
||||||
absolutely essential/?
|
|
||||||
absolutely guaranteed/?
|
|
||||||
absolutely sure/?
|
|
||||||
ac current/?
|
|
||||||
act test/?
|
|
||||||
actual experience/?
|
|
||||||
actual fact/?
|
|
||||||
add an additional/?
|
|
||||||
added bonus/?
|
|
||||||
adsl line/?
|
|
||||||
advance notice/?
|
|
||||||
advance planning/?
|
|
||||||
advance reservations/?
|
|
||||||
advance warning/?
|
|
||||||
all meet together/?
|
|
||||||
armed gunman/?
|
|
||||||
as for example/?
|
|
||||||
as per/?
|
|
||||||
ask a question/?
|
|
||||||
at the present time/?
|
|
||||||
atm machine/?
|
|
||||||
autobiography of my life/?
|
|
||||||
awkward predicament/?
|
|
||||||
baby boy was born/?
|
|
||||||
basic essentials/?
|
|
||||||
basic fundamentals/?
|
|
||||||
cad design/?
|
|
||||||
came at a time when/?
|
|
||||||
cease and desist/?
|
|
||||||
cheap price/?
|
|
||||||
climbing up/?
|
|
||||||
close proximity/?
|
|
||||||
close scrutiny/?
|
|
||||||
cnn news network/?
|
|
||||||
cold temperature/?
|
|
||||||
collaborate together/?
|
|
||||||
commute back and forth/?
|
|
||||||
completely destroyed/?
|
|
||||||
completely filled/?
|
|
||||||
completely finished/?
|
|
||||||
completely opposite/?
|
|
||||||
consensus of opinion/?
|
|
||||||
current status/?
|
|
||||||
dc current/?
|
|
||||||
definite decision/?
|
|
||||||
difficult dilemma/?
|
|
||||||
direct confrontation/?
|
|
||||||
direct descendant/?
|
|
||||||
dmz zone/?
|
|
||||||
dos operating system/?
|
|
||||||
during the course of/?
|
|
||||||
each and every/?
|
|
||||||
empty space/?
|
|
||||||
end result/?
|
|
||||||
enter in/?
|
|
||||||
estimated at about/?
|
|
||||||
estimated at roughly/?
|
|
||||||
estimated roughly at/?
|
|
||||||
falling down/?
|
|
||||||
false pretense/?
|
|
||||||
few in number/?
|
|
||||||
filled to capacity/?
|
|
||||||
final outcome/?
|
|
||||||
first began, new beginning/?
|
|
||||||
first created/?
|
|
||||||
for a number of days/?
|
|
||||||
for a period of days/?
|
|
||||||
foreign imports/?
|
|
||||||
forever and ever/?
|
|
||||||
free gift/?
|
|
||||||
frozen ice/?
|
|
||||||
future plans/?
|
|
||||||
general public/?
|
|
||||||
gmt time/?
|
|
||||||
gop party/?
|
|
||||||
gre exam/?
|
|
||||||
green in color/?
|
|
||||||
hiv virus/?
|
|
||||||
html language/?
|
|
||||||
invited guests/?
|
|
||||||
isbn number/?
|
|
||||||
isdn network/?
|
|
||||||
join together/?
|
|
||||||
lan network/?
|
|
||||||
larger in size/?
|
|
||||||
largest ever/?
|
|
||||||
lcd display/?
|
|
||||||
led diode/?
|
|
||||||
longer in duration/?
|
|
||||||
major breakthrough/?
|
|
||||||
meet together/?
|
|
||||||
merge together/?
|
|
||||||
nato organization/?
|
|
||||||
natural instinct/?
|
|
||||||
never at any time/?
|
|
||||||
new and improved/?
|
|
||||||
new innovation/?
|
|
||||||
nodded her head/?
|
|
||||||
nodded his head/?
|
|
||||||
null and void/?
|
|
||||||
oval in shape/?
|
|
||||||
p.m. in the evening/?
|
|
||||||
pair of twins/?
|
|
||||||
past experience/?
|
|
||||||
past history/?
|
|
||||||
past record/?
|
|
||||||
pc computer/?
|
|
||||||
percent apr/?
|
|
||||||
personal opinion/?
|
|
||||||
pin number/?
|
|
||||||
plan ahead/?
|
|
||||||
please rsvp/?
|
|
||||||
poisonous venom/?
|
|
||||||
possibly might/?
|
|
||||||
postpone until later/?
|
|
||||||
pre-recorded/?
|
|
||||||
protest against/?
|
|
||||||
ram memory/?
|
|
||||||
rate of return/?
|
|
||||||
rate of speed/?
|
|
||||||
reason is because/?
|
|
||||||
rectangular in shape/?
|
|
||||||
regular routine/?
|
|
||||||
repeat again/?
|
|
||||||
reply back/?
|
|
||||||
revert back/?
|
|
||||||
round in shape/?
|
|
||||||
same identical/?
|
|
||||||
sat test/?
|
|
||||||
scsi interface/?
|
|
||||||
shorter in duration/?
|
|
||||||
since the time when/?
|
|
||||||
sit down/?
|
|
||||||
small speck/?
|
|
||||||
smaller in size/?
|
|
||||||
spell out in detail/?
|
|
||||||
square in shape/?
|
|
||||||
still remains/?
|
|
||||||
strategic plan/?
|
|
||||||
suddenly exploded/?
|
|
||||||
surrounded on all sides/?
|
|
||||||
therapeutic treatment/?
|
|
||||||
twelve midnight/?
|
|
||||||
twelve noon/?
|
|
||||||
unexpected surprise/?
|
|
||||||
unintended mistake/?
|
|
||||||
upc code/?
|
|
||||||
usual custom/?
|
|
||||||
vin number/?
|
|
||||||
wake up/?
|
|
||||||
written down/?
|
|
||||||
@@ -1,546 +0,0 @@
|
|||||||
# synonyms for said - where neutrality is needed
|
|
||||||
# Neutral: said, stated, described, wrote, and according to
|
|
||||||
# http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Words_to_watch
|
|
||||||
/encoding=utf-8
|
|
||||||
admit/?
|
|
||||||
admits/?
|
|
||||||
admitted/?
|
|
||||||
admitting/?
|
|
||||||
agree/?
|
|
||||||
agreed/?
|
|
||||||
agreeing/?
|
|
||||||
agrees/?
|
|
||||||
allege/?
|
|
||||||
alleged/?
|
|
||||||
alleging/?
|
|
||||||
answer/?
|
|
||||||
answered/?
|
|
||||||
answering/?
|
|
||||||
answers/?
|
|
||||||
argue/?
|
|
||||||
argued/?
|
|
||||||
argues/?
|
|
||||||
arguing/?
|
|
||||||
articulate/?
|
|
||||||
articulated/?
|
|
||||||
articulates/?
|
|
||||||
articulating/?
|
|
||||||
ask/?
|
|
||||||
asked/?
|
|
||||||
asking/?
|
|
||||||
asks/?
|
|
||||||
assert/?
|
|
||||||
asserted/?
|
|
||||||
asserting/?
|
|
||||||
asserts/?
|
|
||||||
babble/?
|
|
||||||
babbled/?
|
|
||||||
babbles/?
|
|
||||||
babbling/?
|
|
||||||
bark/?
|
|
||||||
barked/?
|
|
||||||
barking/?
|
|
||||||
barks/?
|
|
||||||
bawl/?
|
|
||||||
bawled/?
|
|
||||||
bawling/?
|
|
||||||
bawls/?
|
|
||||||
beam/?
|
|
||||||
beamed/?
|
|
||||||
beaming/?
|
|
||||||
beams/?
|
|
||||||
beg/?
|
|
||||||
began/?
|
|
||||||
begged/?
|
|
||||||
begging/?
|
|
||||||
begs/?
|
|
||||||
bellow/?
|
|
||||||
bellowed/?
|
|
||||||
bellowing/?
|
|
||||||
bellows/?
|
|
||||||
berate/?
|
|
||||||
berated/?
|
|
||||||
berates/?
|
|
||||||
berating/?
|
|
||||||
blabber/?
|
|
||||||
blabbered/?
|
|
||||||
blabbering/?
|
|
||||||
blabbers/?
|
|
||||||
brag/?
|
|
||||||
bragged/?
|
|
||||||
bragging/?
|
|
||||||
brags/?
|
|
||||||
breath/?
|
|
||||||
breathed/?
|
|
||||||
breathing/?
|
|
||||||
breaths/?
|
|
||||||
bribe/?
|
|
||||||
bribed/?
|
|
||||||
bribes/?
|
|
||||||
bribing/?
|
|
||||||
burp/?
|
|
||||||
burped/?
|
|
||||||
burping/?
|
|
||||||
burps/?
|
|
||||||
call/?
|
|
||||||
called/?
|
|
||||||
calling/?
|
|
||||||
calls/?
|
|
||||||
caution/?
|
|
||||||
cautioned/?
|
|
||||||
cautioning/?
|
|
||||||
cautions/?
|
|
||||||
chortle/?
|
|
||||||
chortled/?
|
|
||||||
chortles/?
|
|
||||||
chortling/?
|
|
||||||
chuckle/?
|
|
||||||
chuckled/?
|
|
||||||
chuckles/?
|
|
||||||
chuckling/?
|
|
||||||
claim/?
|
|
||||||
claimed/?
|
|
||||||
claiming/?
|
|
||||||
claims/?
|
|
||||||
clarified/?
|
|
||||||
clarifies/?
|
|
||||||
clarify/?
|
|
||||||
clarifying/?
|
|
||||||
comment/?
|
|
||||||
commented/?
|
|
||||||
commenting/?
|
|
||||||
comments/?
|
|
||||||
complain/?
|
|
||||||
complained/?
|
|
||||||
complaining/?
|
|
||||||
complains/?
|
|
||||||
confess/?
|
|
||||||
confessed/?
|
|
||||||
confesses/?
|
|
||||||
confessing/?
|
|
||||||
convey/?
|
|
||||||
conveyed/?
|
|
||||||
conveying/?
|
|
||||||
conveys/?
|
|
||||||
cough/?
|
|
||||||
coughed/?
|
|
||||||
coughing/?
|
|
||||||
coughs/?
|
|
||||||
counter/?
|
|
||||||
countered/?
|
|
||||||
countering/?
|
|
||||||
counters/?
|
|
||||||
cried/?
|
|
||||||
cries/?
|
|
||||||
croak/?
|
|
||||||
croaked/?
|
|
||||||
croaking/?
|
|
||||||
croaks/?
|
|
||||||
cry/?
|
|
||||||
crying/?
|
|
||||||
demand/?
|
|
||||||
demanded/?
|
|
||||||
demanding/?
|
|
||||||
demands/?
|
|
||||||
denied/?
|
|
||||||
denies/?
|
|
||||||
denounce/?
|
|
||||||
denounced/?
|
|
||||||
denounces/?
|
|
||||||
denouncing/?
|
|
||||||
deny/?
|
|
||||||
denying/?
|
|
||||||
disagree/?
|
|
||||||
disagreed/?
|
|
||||||
disagreeing/?
|
|
||||||
disagrees/?
|
|
||||||
drone/?
|
|
||||||
droned/?
|
|
||||||
drones/?
|
|
||||||
droning/?
|
|
||||||
elaborate/?
|
|
||||||
elaborated/?
|
|
||||||
elaborates/?
|
|
||||||
elaborating/?
|
|
||||||
enjoin/?
|
|
||||||
enjoined/?
|
|
||||||
enjoining/?
|
|
||||||
enjoins/?
|
|
||||||
enunciate/?
|
|
||||||
enunciated/?
|
|
||||||
enunciates/?
|
|
||||||
enunciating/?
|
|
||||||
exclaim/?
|
|
||||||
exclaimed/?
|
|
||||||
exclaiming/?
|
|
||||||
exclaims/?
|
|
||||||
explain/?
|
|
||||||
explained/?
|
|
||||||
explaining/?
|
|
||||||
explains/?
|
|
||||||
expose/?
|
|
||||||
exposed/?
|
|
||||||
exposes/?
|
|
||||||
exposing/?
|
|
||||||
express/?
|
|
||||||
expressed/?
|
|
||||||
expresses/?
|
|
||||||
expressing/?
|
|
||||||
find/?
|
|
||||||
finding/?
|
|
||||||
finds/?
|
|
||||||
found/?
|
|
||||||
fuss/?
|
|
||||||
fussed/?
|
|
||||||
fusses/?
|
|
||||||
fussing/?
|
|
||||||
gasp/?
|
|
||||||
gasped/?
|
|
||||||
gasping/?
|
|
||||||
gasps/?
|
|
||||||
grate/?
|
|
||||||
grated/?
|
|
||||||
grates/?
|
|
||||||
grating/?
|
|
||||||
greet/?
|
|
||||||
greeted/?
|
|
||||||
greeting/?
|
|
||||||
greets/?
|
|
||||||
growl/?
|
|
||||||
growled/?
|
|
||||||
growling/?
|
|
||||||
growls/?
|
|
||||||
grumble/?
|
|
||||||
grumbled/?
|
|
||||||
grumbles/?
|
|
||||||
grumbling/?
|
|
||||||
guffaw/?
|
|
||||||
guffawed/?
|
|
||||||
guffawing/?
|
|
||||||
guffaws/?
|
|
||||||
hiss/?
|
|
||||||
hissed/?
|
|
||||||
hisses/?
|
|
||||||
hissing/?
|
|
||||||
holler/?
|
|
||||||
hollered/?
|
|
||||||
hollering/?
|
|
||||||
hollers/?
|
|
||||||
howl/?
|
|
||||||
howled/?
|
|
||||||
howling/?
|
|
||||||
howls/?
|
|
||||||
huff/?
|
|
||||||
huffed/?
|
|
||||||
huffing/?
|
|
||||||
huffs/?
|
|
||||||
implore/?
|
|
||||||
implored/?
|
|
||||||
implores/?
|
|
||||||
imploring/?
|
|
||||||
inquire/?
|
|
||||||
inquired/?
|
|
||||||
inquires/?
|
|
||||||
inquiring/?
|
|
||||||
insist/?
|
|
||||||
insisted/?
|
|
||||||
insisting/?
|
|
||||||
insists/?
|
|
||||||
interrogate/?
|
|
||||||
interrogated/?
|
|
||||||
interrogates/?
|
|
||||||
interrogating/?
|
|
||||||
laugh/?
|
|
||||||
laughed/?
|
|
||||||
laughing/?
|
|
||||||
laughs/?
|
|
||||||
lie/?
|
|
||||||
lied/?
|
|
||||||
lies/?
|
|
||||||
lying/?
|
|
||||||
mimic/?
|
|
||||||
mimicked/?
|
|
||||||
mimicking/?
|
|
||||||
mimics/?
|
|
||||||
mock/?
|
|
||||||
mocked/?
|
|
||||||
mocking/?
|
|
||||||
mocks/?
|
|
||||||
mumble/?
|
|
||||||
mumbled/?
|
|
||||||
mumbles/?
|
|
||||||
mumbling/?
|
|
||||||
murmur/?
|
|
||||||
murmured/?
|
|
||||||
murmuring/?
|
|
||||||
murmurs/?
|
|
||||||
mutter/?
|
|
||||||
muttered/?
|
|
||||||
muttering/?
|
|
||||||
mutters/?
|
|
||||||
note/?
|
|
||||||
noted/?
|
|
||||||
notes/?
|
|
||||||
noting/?
|
|
||||||
observe/?
|
|
||||||
observed/?
|
|
||||||
observes/?
|
|
||||||
observing/?
|
|
||||||
offer/?
|
|
||||||
offered/?
|
|
||||||
offering/?
|
|
||||||
offers/?
|
|
||||||
order/?
|
|
||||||
ordered/?
|
|
||||||
ordering/?
|
|
||||||
orders/?
|
|
||||||
pant/?
|
|
||||||
panted/?
|
|
||||||
panting/?
|
|
||||||
pants/?
|
|
||||||
point out/?
|
|
||||||
pointed out/?
|
|
||||||
pointing out/?
|
|
||||||
points out/?
|
|
||||||
pose/?
|
|
||||||
posed/?
|
|
||||||
poses/?
|
|
||||||
posing/?
|
|
||||||
pout/?
|
|
||||||
pouted/?
|
|
||||||
pouting/?
|
|
||||||
pouts/?
|
|
||||||
pray/?
|
|
||||||
prayed/?
|
|
||||||
praying/?
|
|
||||||
prays/?
|
|
||||||
preach/?
|
|
||||||
preached/?
|
|
||||||
preaches/?
|
|
||||||
preaching/?
|
|
||||||
press/?
|
|
||||||
pressed/?
|
|
||||||
presses/?
|
|
||||||
pressing/?
|
|
||||||
pried/?
|
|
||||||
pries/?
|
|
||||||
prod/?
|
|
||||||
prodded/?
|
|
||||||
prodding/?
|
|
||||||
prods/?
|
|
||||||
pronounce/?
|
|
||||||
pronounced/?
|
|
||||||
pronounces/?
|
|
||||||
pronouncing/?
|
|
||||||
propose/?
|
|
||||||
proposed/?
|
|
||||||
proposes/?
|
|
||||||
proposing/?
|
|
||||||
pry/?
|
|
||||||
prying/?
|
|
||||||
purr/?
|
|
||||||
purred/?
|
|
||||||
purring/?
|
|
||||||
purrs/?
|
|
||||||
queried/?
|
|
||||||
queries/?
|
|
||||||
query/?
|
|
||||||
querying/?
|
|
||||||
question/?
|
|
||||||
questioned/?
|
|
||||||
questioning/?
|
|
||||||
questions/?
|
|
||||||
quip/?
|
|
||||||
quipped/?
|
|
||||||
quipping/?
|
|
||||||
quips/?
|
|
||||||
rag/?
|
|
||||||
raged/?
|
|
||||||
raging/?
|
|
||||||
rags/?
|
|
||||||
rant/?
|
|
||||||
ranted/?
|
|
||||||
ranting/?
|
|
||||||
rants/?
|
|
||||||
rave/?
|
|
||||||
raved/?
|
|
||||||
raves/?
|
|
||||||
raving/?
|
|
||||||
read/?
|
|
||||||
reading/?
|
|
||||||
reads/?
|
|
||||||
recite/?
|
|
||||||
recited/?
|
|
||||||
recites/?
|
|
||||||
reciting/?
|
|
||||||
record/?
|
|
||||||
recorded/?
|
|
||||||
recording/?
|
|
||||||
records/?
|
|
||||||
register/?
|
|
||||||
registered/?
|
|
||||||
registering/?
|
|
||||||
registers/?
|
|
||||||
replied/?
|
|
||||||
replies/?
|
|
||||||
reply/?
|
|
||||||
replying/?
|
|
||||||
request/?
|
|
||||||
requested/?
|
|
||||||
requesting/?
|
|
||||||
requests/?
|
|
||||||
respond/?
|
|
||||||
responded/?
|
|
||||||
responding/?
|
|
||||||
responds/?
|
|
||||||
retort/?
|
|
||||||
retorted/?
|
|
||||||
retorting/?
|
|
||||||
retorts/?
|
|
||||||
reveal/?
|
|
||||||
revealed/?
|
|
||||||
revealing/?
|
|
||||||
reveals/?
|
|
||||||
roar/?
|
|
||||||
roared/?
|
|
||||||
roaring/?
|
|
||||||
roars/?
|
|
||||||
said/?
|
|
||||||
sang/?
|
|
||||||
say/?
|
|
||||||
saying/?
|
|
||||||
says/?
|
|
||||||
scoff/?
|
|
||||||
scoffed/?
|
|
||||||
scoffing/?
|
|
||||||
scoffs/?
|
|
||||||
scold/?
|
|
||||||
scolded/?
|
|
||||||
scolding/?
|
|
||||||
scolds/?
|
|
||||||
scream/?
|
|
||||||
screamed/?
|
|
||||||
screaming/?
|
|
||||||
screams/?
|
|
||||||
screech/?
|
|
||||||
screeched/?
|
|
||||||
screeches/?
|
|
||||||
screeching/?
|
|
||||||
shout/?
|
|
||||||
shouted/?
|
|
||||||
shouting/?
|
|
||||||
shouts/?
|
|
||||||
show/?
|
|
||||||
showed/?
|
|
||||||
showing/?
|
|
||||||
shows/?
|
|
||||||
shriek/?
|
|
||||||
shrieked/?
|
|
||||||
shrieking/?
|
|
||||||
shrieks/?
|
|
||||||
sigh/?
|
|
||||||
sighed/?
|
|
||||||
sighing/?
|
|
||||||
sighs/?
|
|
||||||
snap/?
|
|
||||||
snapped/?
|
|
||||||
snapping/?
|
|
||||||
snaps/?
|
|
||||||
snarl/?
|
|
||||||
snarled/?
|
|
||||||
snarling/?
|
|
||||||
snarls/?
|
|
||||||
sneer/?
|
|
||||||
sneered/?
|
|
||||||
sneering/?
|
|
||||||
sneers/?
|
|
||||||
snort/?
|
|
||||||
snorted/?
|
|
||||||
snorting/?
|
|
||||||
snorts/?
|
|
||||||
sob/?
|
|
||||||
sobbed/?
|
|
||||||
sobbing/?
|
|
||||||
sobs/?
|
|
||||||
sounded out/?
|
|
||||||
speculate/?
|
|
||||||
speculated/?
|
|
||||||
speculates/?
|
|
||||||
speculating/?
|
|
||||||
sputter/?
|
|
||||||
sputtered/?
|
|
||||||
sputtering/?
|
|
||||||
sputters/?
|
|
||||||
squawk/?
|
|
||||||
squawked/?
|
|
||||||
squawking/?
|
|
||||||
squawks/?
|
|
||||||
squeak/?
|
|
||||||
squeaked/?
|
|
||||||
squeaking/?
|
|
||||||
squeaks/?
|
|
||||||
stat/?
|
|
||||||
stated/?
|
|
||||||
stating/?
|
|
||||||
stats/?
|
|
||||||
suggest/?
|
|
||||||
suggested/?
|
|
||||||
suggesting/?
|
|
||||||
suggests/?
|
|
||||||
summed up/?
|
|
||||||
surmise/?
|
|
||||||
surmised/?
|
|
||||||
surmises/?
|
|
||||||
surmising/?
|
|
||||||
tell/?
|
|
||||||
telling/?
|
|
||||||
tells/?
|
|
||||||
titter/?
|
|
||||||
tittered/?
|
|
||||||
tittering/?
|
|
||||||
titters/?
|
|
||||||
told/?
|
|
||||||
utter/?
|
|
||||||
uttered/?
|
|
||||||
uttering/?
|
|
||||||
utters/?
|
|
||||||
verbalise/?
|
|
||||||
verbalised/?
|
|
||||||
verbalises/?
|
|
||||||
verbalising/?
|
|
||||||
verbalize/?
|
|
||||||
verbalized/?
|
|
||||||
verbalizes/?
|
|
||||||
verbalizing/?
|
|
||||||
wail/?
|
|
||||||
wailed/?
|
|
||||||
wailing/?
|
|
||||||
wails/?
|
|
||||||
whimper/?
|
|
||||||
whimpered/?
|
|
||||||
whimpering/?
|
|
||||||
whimpers/?
|
|
||||||
whine/?
|
|
||||||
whined/?
|
|
||||||
whines/?
|
|
||||||
whining/?
|
|
||||||
whisper/?
|
|
||||||
whispered/?
|
|
||||||
whispering/?
|
|
||||||
whispers/?
|
|
||||||
yammer/?
|
|
||||||
yammered/?
|
|
||||||
yammering/?
|
|
||||||
yammers/?
|
|
||||||
yawn/?
|
|
||||||
yawned/?
|
|
||||||
yawning/?
|
|
||||||
yawns/?
|
|
||||||
yell/?
|
|
||||||
yelled/?
|
|
||||||
yelling/?
|
|
||||||
yells/?
|
|
||||||
yodel/?
|
|
||||||
yodeled/?
|
|
||||||
yodeling/?
|
|
||||||
yodels/?
|
|
||||||
@@ -1,330 +0,0 @@
|
|||||||
# English similes
|
|
||||||
# http://en.wiktionary.org/wiki/Appendix:English_similes
|
|
||||||
/encoding=utf-8
|
|
||||||
American as apple pie/?
|
|
||||||
as English as apple pie/?
|
|
||||||
as fine as Dick's hatband/?
|
|
||||||
as fine as Dick’s hatband/?
|
|
||||||
as full as a tick/?
|
|
||||||
as good as it gets/?
|
|
||||||
as much use as a chocolate fireguard/?
|
|
||||||
as much use as a chocolate teapot/?
|
|
||||||
as often as not/?
|
|
||||||
as queer as Dick's hatband/?
|
|
||||||
as queer as Dick’s hatband/?
|
|
||||||
as sure as eggs are eggs/?
|
|
||||||
as sure as eggs is eggs/?
|
|
||||||
as tight as Dick's hatband/?
|
|
||||||
as tight as Dick’s hatband/?
|
|
||||||
avoid like the plague/?
|
|
||||||
bald as a coot/?
|
|
||||||
be as silent as the grave/?
|
|
||||||
bent as a nine-bob note/?
|
|
||||||
black as coal/?
|
|
||||||
blind as a bat/?
|
|
||||||
bold as brass/?
|
|
||||||
breed like rabbits/?
|
|
||||||
bright as a button/?
|
|
||||||
built like a brick shithouse/?
|
|
||||||
built like a tank/?
|
|
||||||
business as usual/?
|
|
||||||
busy as a beaver/?
|
|
||||||
busy as a bee/?
|
|
||||||
calm as a millpond/?
|
|
||||||
camp as a row of tents/?
|
|
||||||
catch as catch can/?
|
|
||||||
catch-as-catch-can/?
|
|
||||||
cheap as chips/?
|
|
||||||
chirpy as a cricket/?
|
|
||||||
clean as a hound's tooth/?
|
|
||||||
clean as a hound’s tooth/?
|
|
||||||
clean as a whistle/?
|
|
||||||
clear as a bell/?
|
|
||||||
clear as mud/?
|
|
||||||
close as wax/?
|
|
||||||
cold as a wagon tire/?
|
|
||||||
cold as a witch's tit/?
|
|
||||||
cold as a witch’s tit/?
|
|
||||||
cold as ice/?
|
|
||||||
come down on like a ton of bricks/?
|
|
||||||
cool as a cucumber/?
|
|
||||||
crazy like a fox/?
|
|
||||||
cry like a baby/?
|
|
||||||
cry like a little girl/?
|
|
||||||
crying like a baby/?
|
|
||||||
cut like a knife/?
|
|
||||||
cute as a bug's ear/?
|
|
||||||
cute as a bug’s ear/?
|
|
||||||
cute as a button/?
|
|
||||||
daft as a brush/?
|
|
||||||
dead as a dodo/?
|
|
||||||
dead as a doorknob/?
|
|
||||||
dead as a doornail/?
|
|
||||||
deaf as a doorpost/?
|
|
||||||
deaf as a post/?
|
|
||||||
different as chalk and cheese/?
|
|
||||||
drink like a fish/?
|
|
||||||
drop him like a hot potato/?
|
|
||||||
drop like flies/?
|
|
||||||
drunk as Chloe/?
|
|
||||||
drunk as a cunt/?
|
|
||||||
drunk as a lord/?
|
|
||||||
drunk as a skunk/?
|
|
||||||
dry as a bone/?
|
|
||||||
dry as a dead dingo's donger/?
|
|
||||||
dry as a dead dingo’s donger/?
|
|
||||||
dull as dishwater/?
|
|
||||||
dull as ditchwater/?
|
|
||||||
dumb as a bag of hammers/?
|
|
||||||
dumb as a box of rocks/?
|
|
||||||
dumb as a sack of hammers/?
|
|
||||||
easy as ABC/?
|
|
||||||
easy as falling off a log/?
|
|
||||||
easy as pie/?
|
|
||||||
eat like a bird/?
|
|
||||||
eat like a horse/?
|
|
||||||
eat like a pig/?
|
|
||||||
fat as a cow/?
|
|
||||||
fine as frog hair/?
|
|
||||||
finer than frog hair/?
|
|
||||||
fit as a Mallee bull/?
|
|
||||||
fit as a butcher's dog/?
|
|
||||||
fit as a butcher’s dog/?
|
|
||||||
fit as a fiddle/?
|
|
||||||
fit as a lop/?
|
|
||||||
fit like a glove/?
|
|
||||||
flat as a pancake/?
|
|
||||||
float like a butterfly/?
|
|
||||||
fly like a rock/?
|
|
||||||
free as a bird/?
|
|
||||||
fresh as a daisy/?
|
|
||||||
fresh fucked fox in a forest fire/?
|
|
||||||
fuck like a mink/?
|
|
||||||
fuck like rabbits/?
|
|
||||||
full as a goog/?
|
|
||||||
full as a tick/?
|
|
||||||
get on like a house on fire/?
|
|
||||||
give as good as one gets/?
|
|
||||||
go down like a lead balloon/?
|
|
||||||
go out like a light/?
|
|
||||||
good as gold/?
|
|
||||||
good as one's word/?
|
|
||||||
good as one’s word/?
|
|
||||||
green as a gooseberry/?
|
|
||||||
grin like a Cheshire cat/?
|
|
||||||
grinning like a bushel basketful of possum heads/?
|
|
||||||
guilty as sin/?
|
|
||||||
hanged for a sheep as a lamb/?
|
|
||||||
happy as Larry/?
|
|
||||||
happy as a box of birds/?
|
|
||||||
happy as a clam/?
|
|
||||||
happy as a lark/?
|
|
||||||
happy as a peacock/?
|
|
||||||
happy as a pig in shit/?
|
|
||||||
hard as nails/?
|
|
||||||
hateful as a toad/?
|
|
||||||
have a mind like a sieve/?
|
|
||||||
hell hath no fury like a woman scorned/?
|
|
||||||
high as a kite/?
|
|
||||||
hung like a donkey/?
|
|
||||||
hung like a horse/?
|
|
||||||
hungry as a hog/?
|
|
||||||
keen as mustard/?
|
|
||||||
kick like a mule/?
|
|
||||||
know like a book/?
|
|
||||||
large as life/?
|
|
||||||
laugh like a drain/?
|
|
||||||
laugh like a hyena/?
|
|
||||||
light as a feather/?
|
|
||||||
like a bat out of hell/?
|
|
||||||
like a bear with a sore head/?
|
|
||||||
like a blue-arsed fly/?
|
|
||||||
like a bolt from the blue/?
|
|
||||||
like a broken record/?
|
|
||||||
like a bull in a china shop/?
|
|
||||||
like a bump on a log/?
|
|
||||||
like a cat in a strange garret/?
|
|
||||||
like a cat on a hot tin roof/?
|
|
||||||
like a charm/?
|
|
||||||
like a chicken on a june bug/?
|
|
||||||
like a chicken with its head cut off/?
|
|
||||||
like a chicken with the pip/?
|
|
||||||
like a dirty shirt/?
|
|
||||||
like a dog in heat/?
|
|
||||||
like a dog on heat/?
|
|
||||||
like a dog with a bone/?
|
|
||||||
like a duck takes to water/?
|
|
||||||
like a hawk/?
|
|
||||||
like a hot potato/?
|
|
||||||
like a house on fire/?
|
|
||||||
like a kid in a candy store/?
|
|
||||||
like a lamb to the slaughter/?
|
|
||||||
like a man/?
|
|
||||||
like a million bucks/?
|
|
||||||
like a million dollars/?
|
|
||||||
like a mother hawk/?
|
|
||||||
like a ton of bricks/?
|
|
||||||
like a train/?
|
|
||||||
like cheese at fourpence/?
|
|
||||||
like clockwork/?
|
|
||||||
like crack/?
|
|
||||||
like crazy/?
|
|
||||||
like death warmed over/?
|
|
||||||
like dog's breath/?
|
|
||||||
like dog’s breath/?
|
|
||||||
like father, like son/?
|
|
||||||
like feeding time at the zoo/?
|
|
||||||
like gangbusters/?
|
|
||||||
like hot cakes/?
|
|
||||||
like it's going out of style/?
|
|
||||||
like it’s going out of style/?
|
|
||||||
like nobody's business/?
|
|
||||||
like nobody’s business/?
|
|
||||||
like one's life depended on it/?
|
|
||||||
like one’s life depended on it/?
|
|
||||||
like rats from a sinking ship/?
|
|
||||||
like riding a bike/?
|
|
||||||
like shelling peas/?
|
|
||||||
like shit through a goose/?
|
|
||||||
like shooting fish in a barrel/?
|
|
||||||
like taking candy from a baby/?
|
|
||||||
like the back end of a bus/?
|
|
||||||
like the clappers/?
|
|
||||||
like the devil/?
|
|
||||||
like the new time/?
|
|
||||||
like the wind/?
|
|
||||||
like there is no tomorrow/?
|
|
||||||
like turkeys voting for Christmas/?
|
|
||||||
like turkeys voting for an early Christmas/?
|
|
||||||
like two peas in a pod/?
|
|
||||||
like water off a duck's back/?
|
|
||||||
like water off a duck’s back/?
|
|
||||||
like white on rice/?
|
|
||||||
limber as a dishrag/?
|
|
||||||
long as my arm/?
|
|
||||||
mad as a March hare/?
|
|
||||||
mad as a cut snake/?
|
|
||||||
mad as a hatter/?
|
|
||||||
mad as a hornet/?
|
|
||||||
make it up as one goes along/?
|
|
||||||
make like a banana and split/?
|
|
||||||
make like a tree and leave/?
|
|
||||||
make out like a bandit/?
|
|
||||||
memory like a sieve/?
|
|
||||||
mutton dressed as lamb/?
|
|
||||||
naked as a jay bird/?
|
|
||||||
naked as a jaybird/?
|
|
||||||
nervous as a cat/?
|
|
||||||
nervous as a long-tailed cat in a room full of rocking chairs/?
|
|
||||||
nice as ninepence/?
|
|
||||||
nice as pie/?
|
|
||||||
nod's as good as a wink to a blind bat/?
|
|
||||||
nod’s as good as a wink to a blind bat/?
|
|
||||||
nutty as a fruit cake/?
|
|
||||||
nutty as a fruitcake/?
|
|
||||||
off like a bride's nightie/?
|
|
||||||
off like a bride’s nightie/?
|
|
||||||
off like a prom dress/?
|
|
||||||
old as the hills/?
|
|
||||||
out like a light/?
|
|
||||||
piss like a racehorse/?
|
|
||||||
pissed as a newt/?
|
|
||||||
plain as a pikestaff/?
|
|
||||||
plain as day/?
|
|
||||||
plain as the nose on one's face/?
|
|
||||||
plain as the nose on one’s face/?
|
|
||||||
plain as the nose on your face/?
|
|
||||||
play someone like a fiddle/?
|
|
||||||
pleased as Punch/?
|
|
||||||
poor as a church mouse/?
|
|
||||||
pretty as a picture/?
|
|
||||||
proud as a peacock/?
|
|
||||||
pure as the driven snow/?
|
|
||||||
quack like a duck/?
|
|
||||||
queer as Dick's hatband/?
|
|
||||||
queer as Dick’s hatband/?
|
|
||||||
queer as a clockwork orange/?
|
|
||||||
quick as a flash/?
|
|
||||||
quiet as a mouse/?
|
|
||||||
read like a book/?
|
|
||||||
rich as Croesus/?
|
|
||||||
right as a trivet/?
|
|
||||||
right as rain/?
|
|
||||||
rock solid/?
|
|
||||||
run around like a chicken with its head cut off/?
|
|
||||||
run like a top/?
|
|
||||||
safe as houses/?
|
|
||||||
scarce as hen's teeth/?
|
|
||||||
scarce as hen’s teeth/?
|
|
||||||
scared as hell/?
|
|
||||||
sharp as a tack/?
|
|
||||||
sick as a dog/?
|
|
||||||
sick as a parrot/?
|
|
||||||
sing like a bird/?
|
|
||||||
sink like a stone/?
|
|
||||||
skinny as a rail/?
|
|
||||||
sleep like a baby/?
|
|
||||||
sleep like a log/?
|
|
||||||
slippery as an eel/?
|
|
||||||
slow as a dead snail/?
|
|
||||||
slow as a snail/?
|
|
||||||
slow as molasses in January/?
|
|
||||||
slow as molasses/?
|
|
||||||
sly as a fox/?
|
|
||||||
smell like a rose/?
|
|
||||||
smoke like a chimney/?
|
|
||||||
smoke like a furnace/?
|
|
||||||
smooth as a baby's bottom/?
|
|
||||||
smooth as a baby’s bottom/?
|
|
||||||
smooth as silk/?
|
|
||||||
snug as a bug in a rug/?
|
|
||||||
sober as a judge/?
|
|
||||||
soft as a baby's bottom/?
|
|
||||||
soft as a baby’s bottom/?
|
|
||||||
solid as a rock/?
|
|
||||||
solid as the rock of gibraltar/?
|
|
||||||
sound as a bell/?
|
|
||||||
sound as a roach/?
|
|
||||||
spread like wildfire/?
|
|
||||||
squeal like a stuck pig/?
|
|
||||||
squint like a bag of nails/?
|
|
||||||
steady as a rock/?
|
|
||||||
steady as she goes/?
|
|
||||||
steady-as-she-goes/?
|
|
||||||
stick out like a sore thumb/?
|
|
||||||
sting like a bee/?
|
|
||||||
straight as an arrow/?
|
|
||||||
strange as it may seem/?
|
|
||||||
strong as an ox/?
|
|
||||||
stubborn as a mule/?
|
|
||||||
stuffed like a turkey/?
|
|
||||||
sure as eggs is eggs/?
|
|
||||||
sure as eggs/?
|
|
||||||
sure as hell/?
|
|
||||||
swear like a sailor/?
|
|
||||||
swear like a trooper/?
|
|
||||||
sweat like a pig/?
|
|
||||||
sweet as a nut/?
|
|
||||||
sweet as pie/?
|
|
||||||
swim like a fish/?
|
|
||||||
take it like a man/?
|
|
||||||
talk like an apothecary/?
|
|
||||||
taste like chicken/?
|
|
||||||
there's nowt so queer as folk/?
|
|
||||||
there’s nowt so queer as folk/?
|
|
||||||
thick as a brick/?
|
|
||||||
thick as thieves/?
|
|
||||||
thin as a rake/?
|
|
||||||
tight as a duck's arse/?
|
|
||||||
tight as a duck’s arse/?
|
|
||||||
toey as a Roman sandal/?
|
|
||||||
tough as nails/?
|
|
||||||
walk like an Egyptian/?
|
|
||||||
watch like a hawk/?
|
|
||||||
watch me like a hawk/?
|
|
||||||
watch over like a mother hawk/?
|
|
||||||
white as a sheet/?
|
|
||||||
white as driven snow/?
|
|
||||||
white as snow/?
|
|
||||||
work like a charm/?
|
|
||||||
work like a horse/?
|
|
||||||
@@ -1,187 +0,0 @@
|
|||||||
# vague relative time references, where more precision could be used
|
|
||||||
# http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Words_to_watch
|
|
||||||
/encoding=utf-8
|
|
||||||
after hours/?
|
|
||||||
after office hours/?
|
|
||||||
after that/?
|
|
||||||
after this/?
|
|
||||||
after/?
|
|
||||||
afterward/?
|
|
||||||
age/?
|
|
||||||
ahead of time/?
|
|
||||||
already/?
|
|
||||||
any day/?
|
|
||||||
any hour/?
|
|
||||||
any minute/?
|
|
||||||
any month/?
|
|
||||||
any second/?
|
|
||||||
any week/?
|
|
||||||
any year/?
|
|
||||||
anytime/?
|
|
||||||
as of this date/?
|
|
||||||
at a later date/?
|
|
||||||
at the buzzer/?
|
|
||||||
at the end of the day/?
|
|
||||||
at the last minute/?
|
|
||||||
at the present time/?
|
|
||||||
autumn/?
|
|
||||||
back/?
|
|
||||||
before long/?
|
|
||||||
before now/?
|
|
||||||
before then/?
|
|
||||||
before you know it/?
|
|
||||||
before/?
|
|
||||||
beforehand/?
|
|
||||||
behind schedule/?
|
|
||||||
behind time/?
|
|
||||||
behindhand/?
|
|
||||||
belated/?
|
|
||||||
belatedly/?
|
|
||||||
by and by/?
|
|
||||||
bygone/?
|
|
||||||
currently/?
|
|
||||||
dated/?
|
|
||||||
day/?
|
|
||||||
delayed/?
|
|
||||||
directly/?
|
|
||||||
earlier/?
|
|
||||||
earliest/?
|
|
||||||
early/?
|
|
||||||
elapse/?
|
|
||||||
elapsed/?
|
|
||||||
ensue/?
|
|
||||||
ensuing/?
|
|
||||||
eon/?
|
|
||||||
epoch/?
|
|
||||||
era/?
|
|
||||||
eventually/?
|
|
||||||
exist/?
|
|
||||||
existed/?
|
|
||||||
existing/?
|
|
||||||
fall/?
|
|
||||||
following/?
|
|
||||||
former/?
|
|
||||||
formerly/?
|
|
||||||
frequent/?
|
|
||||||
frequently/?
|
|
||||||
future/?
|
|
||||||
generation/?
|
|
||||||
has been/?
|
|
||||||
have been/?
|
|
||||||
having been/?
|
|
||||||
immediate/?
|
|
||||||
immediately/?
|
|
||||||
imminent/?
|
|
||||||
imminently/?
|
|
||||||
impend/?
|
|
||||||
impending/?
|
|
||||||
impendingly/?
|
|
||||||
in a bit/?
|
|
||||||
in a flash/?
|
|
||||||
in a little while/?
|
|
||||||
in a minute/?
|
|
||||||
in a moment/?
|
|
||||||
in a second/?
|
|
||||||
in a snap/?
|
|
||||||
in a trice/?
|
|
||||||
in a twinkle/?
|
|
||||||
in a while/?
|
|
||||||
in a wink/?
|
|
||||||
in advance/?
|
|
||||||
in an instant/?
|
|
||||||
in due course/?
|
|
||||||
in no time/?
|
|
||||||
in the future/?
|
|
||||||
in the near future/?
|
|
||||||
in the past/?
|
|
||||||
in the twinkling of an eye/?
|
|
||||||
in time/?
|
|
||||||
in two shakes/?
|
|
||||||
instant/?
|
|
||||||
instantly/?
|
|
||||||
jiff/?
|
|
||||||
jiffy/?
|
|
||||||
just gone/?
|
|
||||||
last day/?
|
|
||||||
last hour/?
|
|
||||||
last minute/?
|
|
||||||
last month/?
|
|
||||||
last second/?
|
|
||||||
last week/?
|
|
||||||
last year/?
|
|
||||||
late/?
|
|
||||||
lately/?
|
|
||||||
later on/?
|
|
||||||
later/?
|
|
||||||
latest/?
|
|
||||||
long past/?
|
|
||||||
momentarily/?
|
|
||||||
next day/?
|
|
||||||
next hour/?
|
|
||||||
next minute/?
|
|
||||||
next month/?
|
|
||||||
next second/?
|
|
||||||
next week/?
|
|
||||||
next year/?
|
|
||||||
next/?
|
|
||||||
night/?
|
|
||||||
now/?
|
|
||||||
once/?
|
|
||||||
overdue/?
|
|
||||||
overtime/?
|
|
||||||
past/?
|
|
||||||
period/?
|
|
||||||
phase/?
|
|
||||||
presently/?
|
|
||||||
previously/?
|
|
||||||
promptly/?
|
|
||||||
punctual/?
|
|
||||||
punctually/?
|
|
||||||
quickly/?
|
|
||||||
recent/?
|
|
||||||
recent past/?
|
|
||||||
recently/?
|
|
||||||
remote future/?
|
|
||||||
remote past/?
|
|
||||||
running late/?
|
|
||||||
shortly/?
|
|
||||||
since/?
|
|
||||||
soon/?
|
|
||||||
sooner/?
|
|
||||||
soonest/?
|
|
||||||
span/?
|
|
||||||
speedily/?
|
|
||||||
spring/?
|
|
||||||
subsequent/?
|
|
||||||
subsequently/?
|
|
||||||
succeeding/?
|
|
||||||
suddenly/?
|
|
||||||
summer/?
|
|
||||||
tardily/?
|
|
||||||
tardy/?
|
|
||||||
then/?
|
|
||||||
thereafter/?
|
|
||||||
this week/?
|
|
||||||
this year/?
|
|
||||||
till all hours/?
|
|
||||||
time/?
|
|
||||||
to come/?
|
|
||||||
to date/?
|
|
||||||
today/?
|
|
||||||
tomorrow/?
|
|
||||||
traditionally/?
|
|
||||||
untimely/?
|
|
||||||
upcoming/?
|
|
||||||
was/?
|
|
||||||
when/?
|
|
||||||
whenever/?
|
|
||||||
will/?
|
|
||||||
winter/?
|
|
||||||
won't/?
|
|
||||||
won’t/?
|
|
||||||
would/?
|
|
||||||
wouldn't/?
|
|
||||||
wouldn’t/?
|
|
||||||
years ago/?
|
|
||||||
yesterday/?
|
|
||||||
yesteryear/?
|
|
||||||
@@ -1,576 +0,0 @@
|
|||||||
# Potentially lazy, weak, awkward, overused, filler, imprecise,
|
|
||||||
# boring, abused, imprecise, redundant, vague, et cetera
|
|
||||||
# http://darlingmionette.deviantart.com/art/Words-To-Avoid-152886782
|
|
||||||
# http://en.wikipedia.org/wiki/Wikipedia:Vagueness
|
|
||||||
# http://evilauthor.com/blog/wp-content/uploads/downloads/2011/01/VagueWordsList.pdf
|
|
||||||
# http://goinswriter.com/weak-words/
|
|
||||||
# http://writingcenter.unc.edu/handouts/word-choice/
|
|
||||||
# http://www.helpingwritersbecomeauthors.com/2011/03/most-common-mistakes-series-why-vague.html
|
|
||||||
# http://www.lawnamackie.ca/wordpress/wp-content/uploads/weak-words.pdf
|
|
||||||
# http://www.shewrites.com/profiles/blogs/list-of-weak-words-to-seach-for-while-editing-print-and-save-this
|
|
||||||
# http://www.tameri.com/edit/words2kill.html
|
|
||||||
# http://www.theglobeandmail.com/report-on-business/small-business/sb-tools/top-tens/ten-words-to-cut-from-your-writing/article15017159/
|
|
||||||
# https://francis.digication.com/fund_engl_100_fa2013/Vague_Vocabulary
|
|
||||||
# See also Orwell's _Politics And The English Language_
|
|
||||||
/encoding=utf-8
|
|
||||||
I believe/?
|
|
||||||
I feel/?
|
|
||||||
I heard/?
|
|
||||||
I think/?
|
|
||||||
I'm trying to/?
|
|
||||||
I’m trying to/?
|
|
||||||
a bit/?
|
|
||||||
a couple/?
|
|
||||||
a few/?
|
|
||||||
a little/?
|
|
||||||
a lot/?
|
|
||||||
a man who/?
|
|
||||||
a person who/?
|
|
||||||
a woman who/?
|
|
||||||
able/?
|
|
||||||
about/?
|
|
||||||
absolutely/?
|
|
||||||
accordingly/?
|
|
||||||
actually/?
|
|
||||||
adopt/?
|
|
||||||
adopted/?
|
|
||||||
adopting/?
|
|
||||||
adopts/?
|
|
||||||
advantage/?
|
|
||||||
adventure/?
|
|
||||||
ain't/?
|
|
||||||
ain’t/?
|
|
||||||
all in all/?
|
|
||||||
all of a sudden/?
|
|
||||||
all of the sudden/?
|
|
||||||
all/?
|
|
||||||
almost like/?
|
|
||||||
almost/?
|
|
||||||
alot/?
|
|
||||||
already/?
|
|
||||||
alright/?
|
|
||||||
also/?
|
|
||||||
alternative/?
|
|
||||||
although/?
|
|
||||||
always/?
|
|
||||||
am/?
|
|
||||||
amount/?
|
|
||||||
an issue with/?
|
|
||||||
and also/?
|
|
||||||
annoying/?
|
|
||||||
annoyingly/?
|
|
||||||
another/?
|
|
||||||
anxiously/?
|
|
||||||
any/?
|
|
||||||
anything/?
|
|
||||||
anytime/?
|
|
||||||
anyway/?
|
|
||||||
apparent/?
|
|
||||||
appear/?
|
|
||||||
appears/?
|
|
||||||
appropriate/?
|
|
||||||
appropriately/?
|
|
||||||
appropriateness/?
|
|
||||||
approximately/?
|
|
||||||
are/?
|
|
||||||
area/?
|
|
||||||
around/?
|
|
||||||
as greatly to be desired/?
|
|
||||||
as if/?
|
|
||||||
as one/?
|
|
||||||
as to whether/?
|
|
||||||
as you are aware/?
|
|
||||||
as/?
|
|
||||||
aspect/?
|
|
||||||
at once/?
|
|
||||||
at that point in time/?
|
|
||||||
at the end of the day/?
|
|
||||||
at the present time/?
|
|
||||||
attitude/?
|
|
||||||
attractive/?
|
|
||||||
awesome/?
|
|
||||||
awful/?
|
|
||||||
awfully/?
|
|
||||||
back/?
|
|
||||||
background/?
|
|
||||||
bad/?
|
|
||||||
badly/?
|
|
||||||
balance/?
|
|
||||||
basically/?
|
|
||||||
be subjected to/?
|
|
||||||
be/?
|
|
||||||
beautiful/?
|
|
||||||
beauty/?
|
|
||||||
became/?
|
|
||||||
become/?
|
|
||||||
becoming/?
|
|
||||||
been/?
|
|
||||||
began to/?
|
|
||||||
began/?
|
|
||||||
begin to/?
|
|
||||||
begin/?
|
|
||||||
begins to/?
|
|
||||||
being as/?
|
|
||||||
being that/?
|
|
||||||
being/?
|
|
||||||
believe/?
|
|
||||||
believes/?
|
|
||||||
beneficial/?
|
|
||||||
benefit/?
|
|
||||||
big/?
|
|
||||||
bit/?
|
|
||||||
bizarre/?
|
|
||||||
bogus/?
|
|
||||||
boring/?
|
|
||||||
brand/?
|
|
||||||
briefly/?
|
|
||||||
broad/?
|
|
||||||
brought to a satisfactory conclusion/?
|
|
||||||
but yet/?
|
|
||||||
but/?
|
|
||||||
by dint of/?
|
|
||||||
by means of/?
|
|
||||||
came to be seen as/?
|
|
||||||
came to the realization that/?
|
|
||||||
came/?
|
|
||||||
cannot be left out of account/?
|
|
||||||
certain/?
|
|
||||||
certainly/?
|
|
||||||
character/?
|
|
||||||
clear/?
|
|
||||||
clearly/?
|
|
||||||
close to/?
|
|
||||||
cold/?
|
|
||||||
come to the realization that/?
|
|
||||||
coming to the realization that/?
|
|
||||||
commonsense/?
|
|
||||||
community/?
|
|
||||||
concerning the matter of/?
|
|
||||||
connect/?
|
|
||||||
connected to/?
|
|
||||||
considerable/?
|
|
||||||
considered to be/?
|
|
||||||
context/?
|
|
||||||
continued/?
|
|
||||||
contrasting/?
|
|
||||||
cool/?
|
|
||||||
could of/?
|
|
||||||
could/?
|
|
||||||
creative/?
|
|
||||||
critical/?
|
|
||||||
culture/?
|
|
||||||
deal with/?
|
|
||||||
deal/?
|
|
||||||
deals with/?
|
|
||||||
decided/?
|
|
||||||
definite/?
|
|
||||||
definitely/?
|
|
||||||
deserving of serious consideration/?
|
|
||||||
did/?
|
|
||||||
difference/?
|
|
||||||
different/?
|
|
||||||
difficulty/?
|
|
||||||
disadvantage/?
|
|
||||||
do/?
|
|
||||||
does/?
|
|
||||||
down/?
|
|
||||||
due to the fact that/?
|
|
||||||
during the course of/?
|
|
||||||
eagerly/?
|
|
||||||
earliest/?
|
|
||||||
easy/?
|
|
||||||
effectual/?
|
|
||||||
empower/?
|
|
||||||
empowered/?
|
|
||||||
empowering/?
|
|
||||||
empowers/?
|
|
||||||
enough/?
|
|
||||||
environment/?
|
|
||||||
epic/?
|
|
||||||
equally as/?
|
|
||||||
essentially/?
|
|
||||||
et cetera/?
|
|
||||||
etc/?
|
|
||||||
even/?
|
|
||||||
eventually/?
|
|
||||||
ever/?
|
|
||||||
every/?
|
|
||||||
everyone knows/?
|
|
||||||
everyone/?
|
|
||||||
everywhere/?
|
|
||||||
exactly/?
|
|
||||||
exhibit a tendency to/?
|
|
||||||
exist/?
|
|
||||||
experience/?
|
|
||||||
fact/?
|
|
||||||
fairly/?
|
|
||||||
fascinating/?
|
|
||||||
feel/?
|
|
||||||
feeling/?
|
|
||||||
feels/?
|
|
||||||
felt/?
|
|
||||||
finally/?
|
|
||||||
find out/?
|
|
||||||
finding out/?
|
|
||||||
finds out/?
|
|
||||||
fine/?
|
|
||||||
firstly/?
|
|
||||||
fit/?
|
|
||||||
for all intents and purposes/?
|
|
||||||
for all to/?
|
|
||||||
for the purpose of/?
|
|
||||||
formerly/?
|
|
||||||
fortunately/?
|
|
||||||
found out/?
|
|
||||||
frequently/?
|
|
||||||
fun/?
|
|
||||||
funnel/?
|
|
||||||
gazed/?
|
|
||||||
generally/?
|
|
||||||
get/?
|
|
||||||
gets/?
|
|
||||||
give grounds for/?
|
|
||||||
give or take/?
|
|
||||||
give rise to/?
|
|
||||||
going/?
|
|
||||||
good/?
|
|
||||||
got/?
|
|
||||||
gotten/?
|
|
||||||
great/?
|
|
||||||
greatly/?
|
|
||||||
guess/?
|
|
||||||
guessed/?
|
|
||||||
guesses/?
|
|
||||||
guessing/?
|
|
||||||
had had/?
|
|
||||||
had known/?
|
|
||||||
had start to/?
|
|
||||||
had/?
|
|
||||||
happily/?
|
|
||||||
happy/?
|
|
||||||
has been/?
|
|
||||||
has got/?
|
|
||||||
has talent for/?
|
|
||||||
has the ability to/?
|
|
||||||
has/?
|
|
||||||
have been/?
|
|
||||||
have got/?
|
|
||||||
have talent for/?
|
|
||||||
have the ability to/?
|
|
||||||
have the effect of/?
|
|
||||||
have/?
|
|
||||||
having been/?
|
|
||||||
having regard to/?
|
|
||||||
having/?
|
|
||||||
hear/?
|
|
||||||
heard/?
|
|
||||||
hears/?
|
|
||||||
here/?
|
|
||||||
highly/?
|
|
||||||
hoped/?
|
|
||||||
horrible/?
|
|
||||||
horribly/?
|
|
||||||
hot/?
|
|
||||||
how/?
|
|
||||||
however/?
|
|
||||||
impact/?
|
|
||||||
impacted/?
|
|
||||||
impactful/?
|
|
||||||
impacts/?
|
|
||||||
important/?
|
|
||||||
in all cases/?
|
|
||||||
in order to/?
|
|
||||||
in the event that/?
|
|
||||||
in the interests of/?
|
|
||||||
in the process of/?
|
|
||||||
in this case/?
|
|
||||||
in view of/?
|
|
||||||
inappropriate/?
|
|
||||||
inappropriately/?
|
|
||||||
indeed/?
|
|
||||||
instead/?
|
|
||||||
intend/?
|
|
||||||
interest/?
|
|
||||||
interested/?
|
|
||||||
interesting/?
|
|
||||||
interestingly/?
|
|
||||||
interests/?
|
|
||||||
intersect/?
|
|
||||||
involve/?
|
|
||||||
involved/?
|
|
||||||
irregardless/?
|
|
||||||
is able to/?
|
|
||||||
is related/?
|
|
||||||
is/?
|
|
||||||
issue/?
|
|
||||||
it is/?
|
|
||||||
it was/?
|
|
||||||
it will/?
|
|
||||||
it/?
|
|
||||||
journey/?
|
|
||||||
just that/?
|
|
||||||
just then/?
|
|
||||||
just/?
|
|
||||||
kind of/?
|
|
||||||
knew/?
|
|
||||||
know/?
|
|
||||||
leverage/?
|
|
||||||
lifestyle/?
|
|
||||||
like/?
|
|
||||||
likely/?
|
|
||||||
linked/?
|
|
||||||
literally/?
|
|
||||||
little too/?
|
|
||||||
little/?
|
|
||||||
living with/?
|
|
||||||
look as if/?
|
|
||||||
look/?
|
|
||||||
looked/?
|
|
||||||
looking/?
|
|
||||||
lots of/?
|
|
||||||
lots/?
|
|
||||||
loudly/?
|
|
||||||
lucid/?
|
|
||||||
made/?
|
|
||||||
make contact with/?
|
|
||||||
make itself felt/?
|
|
||||||
make/?
|
|
||||||
many/?
|
|
||||||
maybe/?
|
|
||||||
meaning/?
|
|
||||||
meaningful/?
|
|
||||||
meaningfully/?
|
|
||||||
merely/?
|
|
||||||
might/?
|
|
||||||
more or less/?
|
|
||||||
moreover/?
|
|
||||||
most feel/?
|
|
||||||
most/?
|
|
||||||
mostly/?
|
|
||||||
narrowly/?
|
|
||||||
nature/?
|
|
||||||
nearly/?
|
|
||||||
neat/?
|
|
||||||
need/?
|
|
||||||
never/?
|
|
||||||
next/?
|
|
||||||
nice/?
|
|
||||||
nicely/?
|
|
||||||
nonetheless/?
|
|
||||||
not/?
|
|
||||||
note/?
|
|
||||||
now/?
|
|
||||||
obviously/?
|
|
||||||
of course/?
|
|
||||||
of the opinion that/?
|
|
||||||
often/?
|
|
||||||
oh/?
|
|
||||||
on account of/?
|
|
||||||
on the hypothesis that/?
|
|
||||||
one day/?
|
|
||||||
one/?
|
|
||||||
oneness/?
|
|
||||||
only/?
|
|
||||||
opposite/?
|
|
||||||
other/?
|
|
||||||
out of/?
|
|
||||||
out/?
|
|
||||||
over there/?
|
|
||||||
people say/?
|
|
||||||
people/?
|
|
||||||
per/?
|
|
||||||
perhaps/?
|
|
||||||
person/?
|
|
||||||
platform/?
|
|
||||||
play a leading part in/?
|
|
||||||
play a leading role in/?
|
|
||||||
plenty/?
|
|
||||||
plus/?
|
|
||||||
poorly/?
|
|
||||||
practically/?
|
|
||||||
pretty/?
|
|
||||||
prior to/?
|
|
||||||
probably/?
|
|
||||||
proceeded/?
|
|
||||||
provide/?
|
|
||||||
provided/?
|
|
||||||
purported/?
|
|
||||||
quickly/?
|
|
||||||
quite/?
|
|
||||||
random/?
|
|
||||||
rather/?
|
|
||||||
reality/?
|
|
||||||
realized/?
|
|
||||||
really/?
|
|
||||||
regardless of the fact that/?
|
|
||||||
render inoperative/?
|
|
||||||
resonate/?
|
|
||||||
resonated/?
|
|
||||||
resonates/?
|
|
||||||
respected/?
|
|
||||||
returned/?
|
|
||||||
right/?
|
|
||||||
robust/?
|
|
||||||
roughly/?
|
|
||||||
said/?
|
|
||||||
sat down/?
|
|
||||||
saw/?
|
|
||||||
say/?
|
|
||||||
scary/?
|
|
||||||
secondly/?
|
|
||||||
see/?
|
|
||||||
seem/?
|
|
||||||
seemed/?
|
|
||||||
seeming/?
|
|
||||||
seemingly/?
|
|
||||||
seems/?
|
|
||||||
sees/?
|
|
||||||
seriously/?
|
|
||||||
serve the purpose of/?
|
|
||||||
several/?
|
|
||||||
share/?
|
|
||||||
shared/?
|
|
||||||
shares/?
|
|
||||||
sharing/?
|
|
||||||
short/?
|
|
||||||
should/?
|
|
||||||
signage/?
|
|
||||||
silly/?
|
|
||||||
simply/?
|
|
||||||
situation/?
|
|
||||||
slightly/?
|
|
||||||
slowly/?
|
|
||||||
small/?
|
|
||||||
so as to/?
|
|
||||||
so/?
|
|
||||||
society/?
|
|
||||||
softly/?
|
|
||||||
some/?
|
|
||||||
somehow/?
|
|
||||||
someone/?
|
|
||||||
something/?
|
|
||||||
sometimes/?
|
|
||||||
somewhat like/?
|
|
||||||
somewhat/?
|
|
||||||
soon/?
|
|
||||||
sooner or later/?
|
|
||||||
sooner/?
|
|
||||||
sort of/?
|
|
||||||
soul/?
|
|
||||||
sound/?
|
|
||||||
start/?
|
|
||||||
started to/?
|
|
||||||
started/?
|
|
||||||
starting/?
|
|
||||||
starts/?
|
|
||||||
stayed/?
|
|
||||||
still/?
|
|
||||||
stood up/?
|
|
||||||
stuff/?
|
|
||||||
stupid/?
|
|
||||||
such/?
|
|
||||||
sudden/?
|
|
||||||
suddenly/?
|
|
||||||
suitable/?
|
|
||||||
supposed/?
|
|
||||||
synergy/?
|
|
||||||
take effect/?
|
|
||||||
take issue with/?
|
|
||||||
taken issue with/?
|
|
||||||
takes issue with/?
|
|
||||||
taking issue with/?
|
|
||||||
tall/?
|
|
||||||
terrible/?
|
|
||||||
terribly/?
|
|
||||||
that/?
|
|
||||||
the fact that/?
|
|
||||||
the perspn/?
|
|
||||||
the public/?
|
|
||||||
then/?
|
|
||||||
there are/?
|
|
||||||
there is/?
|
|
||||||
there was/?
|
|
||||||
there were/?
|
|
||||||
there/?
|
|
||||||
therefore/?
|
|
||||||
they say/?
|
|
||||||
they/?
|
|
||||||
thin/?
|
|
||||||
thing/?
|
|
||||||
things/?
|
|
||||||
think/?
|
|
||||||
thinking/?
|
|
||||||
thinks/?
|
|
||||||
thirdly/?
|
|
||||||
this/?
|
|
||||||
though/?
|
|
||||||
thought/?
|
|
||||||
thus/?
|
|
||||||
to be/?
|
|
||||||
to me/?
|
|
||||||
to the/?
|
|
||||||
too/?
|
|
||||||
took issue with/?
|
|
||||||
totally/?
|
|
||||||
traditionally/?
|
|
||||||
tragically/?
|
|
||||||
transpire/?
|
|
||||||
tried/?
|
|
||||||
tries/?
|
|
||||||
truly/?
|
|
||||||
trust/?
|
|
||||||
try/?
|
|
||||||
trying/?
|
|
||||||
typical/?
|
|
||||||
understand/?
|
|
||||||
understanding/?
|
|
||||||
unexciting/?
|
|
||||||
unfortunately/?
|
|
||||||
uninteresting/?
|
|
||||||
unique/?
|
|
||||||
up over/?
|
|
||||||
up/?
|
|
||||||
used to/?
|
|
||||||
usually/?
|
|
||||||
utilization/?
|
|
||||||
utilize/?
|
|
||||||
utilized/?
|
|
||||||
utilizes/?
|
|
||||||
utilizing/?
|
|
||||||
utterly/?
|
|
||||||
value/?
|
|
||||||
values/?
|
|
||||||
various/?
|
|
||||||
very/?
|
|
||||||
view/?
|
|
||||||
virtually/?
|
|
||||||
walk/?
|
|
||||||
walked/?
|
|
||||||
walking/?
|
|
||||||
walks/?
|
|
||||||
was/?
|
|
||||||
way/?
|
|
||||||
weak/?
|
|
||||||
well/?
|
|
||||||
went/?
|
|
||||||
were/?
|
|
||||||
what is up with/?
|
|
||||||
what not/?
|
|
||||||
what's up with/?
|
|
||||||
what/?
|
|
||||||
whatever/?
|
|
||||||
what’s up with/?
|
|
||||||
which is/?
|
|
||||||
while/?
|
|
||||||
who where/?
|
|
||||||
why/?
|
|
||||||
widely/?
|
|
||||||
wince/?
|
|
||||||
wished/?
|
|
||||||
with respect to/?
|
|
||||||
wondered/?
|
|
||||||
wonderful/?
|
|
||||||
would like/?
|
|
||||||
would/?
|
|
||||||
yet/?
|
|
||||||
you know/?
|
|
||||||
@@ -1,123 +0,0 @@
|
|||||||
# words and phrases that can be used to manipulate credibility
|
|
||||||
# based on something other than explicit evidence. Weasel words.
|
|
||||||
# appeal to authority or ad populum
|
|
||||||
# http://en.wikipedia.org/wiki/Wikipedia:WEASEL#Unsupported_attributions
|
|
||||||
# http://en.wikipedia.org/wiki/Wikipedia:Vagueness
|
|
||||||
/encoding=utf-8
|
|
||||||
accused/?
|
|
||||||
alleged/?
|
|
||||||
allegedly/?
|
|
||||||
apparent/?
|
|
||||||
apparently/?
|
|
||||||
are a number/?
|
|
||||||
casting doubt/?
|
|
||||||
clearly/?
|
|
||||||
common sense has it/?
|
|
||||||
common sense insists/?
|
|
||||||
completely/?
|
|
||||||
considered to be/?
|
|
||||||
critics claim/?
|
|
||||||
everyone knows/?
|
|
||||||
exceedingly/?
|
|
||||||
excellent/?
|
|
||||||
experience shows that/?
|
|
||||||
experts declare/?
|
|
||||||
extremely/?
|
|
||||||
fairly/?
|
|
||||||
few accept/?
|
|
||||||
few believe/?
|
|
||||||
few/?
|
|
||||||
growing body of evidence/?
|
|
||||||
has links to/?
|
|
||||||
huge/?
|
|
||||||
interestingly/?
|
|
||||||
is a number/?
|
|
||||||
it has been claimed that/?
|
|
||||||
it has been mentioned that/?
|
|
||||||
it is believed/?
|
|
||||||
it is known that/?
|
|
||||||
it is often reported/?
|
|
||||||
it is regarded/?
|
|
||||||
it is said/?
|
|
||||||
it is widely thought/?
|
|
||||||
it should be noted/?
|
|
||||||
it stands to reason that/?
|
|
||||||
it turns out that/?
|
|
||||||
it was noted that/?
|
|
||||||
it's been claimed that/?
|
|
||||||
it's been mentioned that/?
|
|
||||||
it's believed/?
|
|
||||||
it's known that/?
|
|
||||||
it's often reported/?
|
|
||||||
it's regarded/?
|
|
||||||
it's said/?
|
|
||||||
it's widely thought/?
|
|
||||||
it’s been claimed that/?
|
|
||||||
it’s been mentioned that/?
|
|
||||||
it’s believed/?
|
|
||||||
it’s known that/?
|
|
||||||
it’s often reported/?
|
|
||||||
it’s regarded/?
|
|
||||||
it’s said/?
|
|
||||||
it’s widely thought/?
|
|
||||||
largely/?
|
|
||||||
linked to/?
|
|
||||||
literally/?
|
|
||||||
many are of the opinion/?
|
|
||||||
many scholars state/?
|
|
||||||
many/?
|
|
||||||
mistakes were made/?
|
|
||||||
most feel/?
|
|
||||||
mostly/?
|
|
||||||
not rocket science/?
|
|
||||||
notably/?
|
|
||||||
obviously/?
|
|
||||||
of course/?
|
|
||||||
one hundred percent/?
|
|
||||||
outside the box/?
|
|
||||||
popular wisdom has it/?
|
|
||||||
purported/?
|
|
||||||
purportedly/?
|
|
||||||
questions have been raised/?
|
|
||||||
questions were raised/?
|
|
||||||
quite/?
|
|
||||||
relatively/?
|
|
||||||
remarkably/?
|
|
||||||
research has shown/?
|
|
||||||
research says/?
|
|
||||||
research shows/?
|
|
||||||
science has shown/?
|
|
||||||
science says/?
|
|
||||||
several/?
|
|
||||||
significantly/?
|
|
||||||
so-called/?
|
|
||||||
some argue/?
|
|
||||||
some people say/?
|
|
||||||
some say/?
|
|
||||||
studies has shown/?
|
|
||||||
studies have shown/?
|
|
||||||
studies say/?
|
|
||||||
studies show/?
|
|
||||||
studies shows/?
|
|
||||||
study has shown/?
|
|
||||||
study says/?
|
|
||||||
study shows/?
|
|
||||||
substantially/?
|
|
||||||
supposed/?
|
|
||||||
supposedly/?
|
|
||||||
surprisingly/?
|
|
||||||
take issue with/?
|
|
||||||
the fact that/?
|
|
||||||
the public/?
|
|
||||||
the vast majority/?
|
|
||||||
there is evidence that/?
|
|
||||||
there's evidence that/?
|
|
||||||
there’s evidence that/?
|
|
||||||
threat/?
|
|
||||||
threaten/?
|
|
||||||
tiny/?
|
|
||||||
trustworthy/?
|
|
||||||
various/?
|
|
||||||
vast/?
|
|
||||||
very/?
|
|
||||||
without a doubt/?
|
|
||||||
Reference in New Issue
Block a user