This commit is contained in:
Reed Esau
2014-01-24 22:39:38 -07:00
4 changed files with 191 additions and 32 deletions

View File

@@ -115,7 +115,7 @@ when the thought can merely occur?
But redundancies may not actually be redundant: invited guests may not
if some of the guests have crashed your event. Or dialect differences can
erase redundancies, as the British will protest against where Americans
may simply protest.
will simply protest.
See [50 Problem Words and Phrases][1] for more detail on those issues
targeted by _ProblemWordy_.
@@ -180,7 +180,7 @@ idiomatic phrases scraped from Wiktionary and Wikipedia.
:SaidWordy
:OpineWordy
:AintWordy
:TimeWordy
:VagueTimeWordy (renamed from TimeWordy)
```
A few dictionaries to serve specific needs.
@@ -192,7 +192,7 @@ If youre writing formally, youll want to identify unintentional
contractions with _AintWordy_. A warning that its not yet capturing most
instances of “s”, such as “Joes not here.”
And finally, _TimeWordy_ finds where you are using general descriptions of
And finally, _VagueTimeWordy_ finds where you are using vague descriptions of
time where you could be more specific.
## See also

View File

@@ -1,28 +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
as of this date/!
at the end of the day/!
at the present time/!
autumn/!
currently/!
fall/!
formerly/!
frequently/!
immediately/!
in the past/!
instantly/!
last year/!
lately/!
next year/!
presently/!
recently/!
spring/!
suddenly/!
summer/!
this year/!
to date/!
traditionally/!
untimely/!
winter/!
years ago/!

187
data/en/vague-time.dic Normal file
View File

@@ -0,0 +1,187 @@
# 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/!
wont/!
would/!
wouldn't/!
wouldnt/!
years ago/!
yesterday/!
yesteryear/!

View File

@@ -22,7 +22,7 @@ command -nargs=0 JargWordy call wordy#init({ 'd': ['jargonese',] })
command -nargs=0 LazyWordy call wordy#init({ 'd': ['weak-and-lazy',] })
command -nargs=0 ProblemWordy call wordy#init({ 'd': ['problematic',] })
command -nargs=0 PuffWordy call wordy#init({ 'd': ['puffery',] })
command -nargs=0 TimeWordy call wordy#init({ 'd': ['non-spec-time',] })
command -nargs=0 VagueTimeWordy call wordy#init({ 'd': ['vague-time',] })
command -nargs=0 WeaselWordy call wordy#init({ 'd': ['weasel',] })
command -nargs=0 WordyWordy call wordy#init({ 'd': ['redundant',] })