mirror of
https://github.com/preservim/vim-wordy.git
synced 2025-11-11 11:23:48 -05:00
Merge pull request #8 from reedes/july-beta
dictionary changes; new Wordy command with completion list
This commit is contained in:
@@ -90,6 +90,8 @@ let g:wordy#ring = [
|
|||||||
\ 'puffery',
|
\ 'puffery',
|
||||||
\ ['problematic', 'redundant', ],
|
\ ['problematic', 'redundant', ],
|
||||||
\ ['colloquial', 'idiomatic', 'similies', ],
|
\ ['colloquial', 'idiomatic', 'similies', ],
|
||||||
|
\ 'art-jargon',
|
||||||
|
\ ['contractions', 'opinion', 'vague-time', 'said-synonyms', ],
|
||||||
\ ]
|
\ ]
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -122,10 +124,20 @@ go to those words flagged by _wordy_.
|
|||||||
* `]s` - Move to next misspelled word after the cursor.
|
* `]s` - Move to next misspelled word after the cursor.
|
||||||
* `[s` - Like `]s` but search backwards
|
* `[s` - Like `]s` but search backwards
|
||||||
|
|
||||||
|
_NEW_ - You can browse through a flattened list of dictionaries specified
|
||||||
|
in your ring with:
|
||||||
|
|
||||||
|
```
|
||||||
|
:Wordy <tab>
|
||||||
|
```
|
||||||
|
|
||||||
|
Note that the order of dictionaries in your ring is preserved, so you
|
||||||
|
can place your most-frequently-used ones at the start of the list.
|
||||||
|
|
||||||
### Weak and lazy usage
|
### Weak and lazy usage
|
||||||
|
|
||||||
```
|
```
|
||||||
:WeakWordy (weak)
|
:Wordy weak
|
||||||
```
|
```
|
||||||
|
|
||||||
Weak and lazy words are common in first drafts.
|
Weak and lazy words are common in first drafts.
|
||||||
@@ -153,8 +165,8 @@ asking whether it detracts from the point you are trying to make.
|
|||||||
### Redundant and problematic usage
|
### Redundant and problematic usage
|
||||||
|
|
||||||
```
|
```
|
||||||
:WordyWordy (redundant)
|
:Wordy redundant
|
||||||
:ProblemWordy (problematic)
|
:Wordy problematic
|
||||||
```
|
```
|
||||||
|
|
||||||
Did you ever receive an ‘advance warning’ when a mere warning would do?
|
Did you ever receive an ‘advance warning’ when a mere warning would do?
|
||||||
@@ -167,7 +179,7 @@ erase redundancies, as the British will ‘protest against’ where Americans
|
|||||||
will simply ‘protest’.
|
will simply ‘protest’.
|
||||||
|
|
||||||
See [50 Problem Words and Phrases][1] for more detail on those issues
|
See [50 Problem Words and Phrases][1] for more detail on those issues
|
||||||
targeted by _ProblemWordy_.
|
targeted by _problematic_.
|
||||||
|
|
||||||
[1]: http://www.dailywritingtips.com/50-problem-words-and-phrases/
|
[1]: http://www.dailywritingtips.com/50-problem-words-and-phrases/
|
||||||
|
|
||||||
@@ -178,9 +190,9 @@ targeted by _ProblemWordy_.
|
|||||||
> personality.” (puffery and jargon)
|
> personality.” (puffery and jargon)
|
||||||
|
|
||||||
```
|
```
|
||||||
:PuffWordy (puffery)
|
:Wordy puffery
|
||||||
:JargonWordy (business-jargon)
|
:Wordy business-jargon
|
||||||
:ArtJargonWordy (art-jargon)
|
:Wordy art-jargon
|
||||||
```
|
```
|
||||||
|
|
||||||
Instead of puffery, demonstrate through details.
|
Instead of puffery, demonstrate through details.
|
||||||
@@ -192,7 +204,7 @@ Instead of puffery, demonstrate through details.
|
|||||||
### Manipulative language
|
### Manipulative language
|
||||||
|
|
||||||
```
|
```
|
||||||
:WeaselWordy (weasel)
|
:Wordy weasel
|
||||||
```
|
```
|
||||||
|
|
||||||
Words can be used to hide or obscure a weak position, or to cast doubt on
|
Words can be used to hide or obscure a weak position, or to cast doubt on
|
||||||
@@ -209,8 +221,8 @@ will seek to purge such loaded language from your writing.
|
|||||||
### To be and the passive voice
|
### To be and the passive voice
|
||||||
|
|
||||||
```
|
```
|
||||||
:BeingWordy (being)
|
:Wordy being
|
||||||
:PassiveWordy (being, passive-voice)
|
:Wordy passive-voice
|
||||||
```
|
```
|
||||||
|
|
||||||
You may find this dictionary useful in avoiding overuse of the many forms
|
You may find this dictionary useful in avoiding overuse of the many forms
|
||||||
@@ -219,7 +231,9 @@ of the verb to be, often found in overly-passive sentences.
|
|||||||
### Colloquialisms, Idioms, and Similies
|
### Colloquialisms, Idioms, and Similies
|
||||||
|
|
||||||
```
|
```
|
||||||
:TriteWordy (colloquial, idiomatic, similies)
|
:Wordy colloquial
|
||||||
|
:Wordy idiomatic
|
||||||
|
:Wordy similies
|
||||||
```
|
```
|
||||||
|
|
||||||
Dictionaries for uncovering the tired cliché, including colloquial and
|
Dictionaries for uncovering the tired cliché, including colloquial and
|
||||||
@@ -228,22 +242,22 @@ idiomatic phrases scraped from Wiktionary and Wikipedia.
|
|||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
|
|
||||||
```
|
```
|
||||||
:SaidWordy (said-synonyms)
|
:Wordy said-synonyms
|
||||||
:OpineWordy (opinion)
|
:Wordy opinion
|
||||||
:AintWordy (contractions)
|
:Wordy contractions
|
||||||
:VagueTimeWordy (vague-time)
|
:Wordy vague-time
|
||||||
```
|
```
|
||||||
|
|
||||||
A few dictionaries to serve specific needs.
|
A few dictionaries to serve specific needs.
|
||||||
|
|
||||||
If you’re writing to be neutral, you will want to avoid editorializing
|
If you’re writing to be neutral, you will want to avoid editorializing
|
||||||
(_OpineWordy_) and loaded use of ‘said’ (_SaidWordy_).
|
(`opinion`) and loaded use of ‘said’ (`said-synonyms`).
|
||||||
|
|
||||||
If you’re writing formally, you’ll want to identify unintentional
|
If you’re writing formally, you’ll want to identify unintentional
|
||||||
contractions with _AintWordy_. A warning that it’s not yet capturing most
|
contractions with `contractions`. A warning that it’s not yet capturing most
|
||||||
instances of “’s”, such as “Joe’s not here.”
|
instances of “’s”, such as “Joe’s not here.”
|
||||||
|
|
||||||
And finally, _VagueTimeWordy_ finds where you are using vague descriptions of
|
And finally, `vague-time` finds where you are using vague descriptions of
|
||||||
time where you could be more specific.
|
time where you could be more specific.
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|||||||
@@ -89,4 +89,19 @@ function! wordy#jump(mode)
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" Code from bairui@#vim.freenode
|
||||||
|
" https://gist.github.com/3322468
|
||||||
|
function! wordy#flatten(list)
|
||||||
|
let val = []
|
||||||
|
for elem in a:list
|
||||||
|
if type(elem) == type([])
|
||||||
|
call extend(val, wordy#flatten(elem))
|
||||||
|
else
|
||||||
|
call add(val, elem)
|
||||||
|
endif
|
||||||
|
unlet elem
|
||||||
|
endfor
|
||||||
|
return val
|
||||||
|
endfunction
|
||||||
|
|
||||||
" vim:ts=2:sw=2:sts=2
|
" vim:ts=2:sw=2:sts=2
|
||||||
|
|||||||
@@ -66,6 +66,7 @@ critiqued/!
|
|||||||
critiques/!
|
critiques/!
|
||||||
cunning/!
|
cunning/!
|
||||||
cunningly/!
|
cunningly/!
|
||||||
|
dead/!
|
||||||
death of the author/!
|
death of the author/!
|
||||||
debunk/!
|
debunk/!
|
||||||
debunked/!
|
debunked/!
|
||||||
@@ -123,10 +124,11 @@ historicization/!
|
|||||||
historicize/!
|
historicize/!
|
||||||
historicized/!
|
historicized/!
|
||||||
honest/!
|
honest/!
|
||||||
|
human/!
|
||||||
iconic/!
|
iconic/!
|
||||||
|
identities/!
|
||||||
identity politics/!
|
identity politics/!
|
||||||
identity/!
|
identity/!
|
||||||
identities/!
|
|
||||||
important/!
|
important/!
|
||||||
incomprehensible/!
|
incomprehensible/!
|
||||||
inept/!
|
inept/!
|
||||||
@@ -189,6 +191,7 @@ narrative/!
|
|||||||
narrativisation/!
|
narrativisation/!
|
||||||
narrativity/!
|
narrativity/!
|
||||||
narrativization/!
|
narrativization/!
|
||||||
|
natural/!
|
||||||
negation/!
|
negation/!
|
||||||
negative/!
|
negative/!
|
||||||
nexus/!
|
nexus/!
|
||||||
@@ -225,6 +228,7 @@ parody/!
|
|||||||
perception/!
|
perception/!
|
||||||
perceptions/!
|
perceptions/!
|
||||||
physicality/!
|
physicality/!
|
||||||
|
plastic/!
|
||||||
platform/!
|
platform/!
|
||||||
platforms/!
|
platforms/!
|
||||||
playful/!
|
playful/!
|
||||||
@@ -286,6 +290,8 @@ rhizomatic/!
|
|||||||
rhizome/!
|
rhizome/!
|
||||||
rhythm/!
|
rhythm/!
|
||||||
rhythms/!
|
rhythms/!
|
||||||
|
romantic/!
|
||||||
|
sentimental/!
|
||||||
sexuality/!
|
sexuality/!
|
||||||
simulacra/!
|
simulacra/!
|
||||||
simulacral/!
|
simulacral/!
|
||||||
@@ -354,9 +360,11 @@ unpleasant/!
|
|||||||
unrealities/!
|
unrealities/!
|
||||||
unreality/!
|
unreality/!
|
||||||
unrestrained/!
|
unrestrained/!
|
||||||
|
values/!
|
||||||
visual/!
|
visual/!
|
||||||
visuality/!
|
visuality/!
|
||||||
visuals/!
|
visuals/!
|
||||||
|
vitality/!
|
||||||
void/!
|
void/!
|
||||||
voided/!
|
voided/!
|
||||||
voids/!
|
voids/!
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ acquisition/!
|
|||||||
across the piece/!
|
across the piece/!
|
||||||
action item/!
|
action item/!
|
||||||
action items/!
|
action items/!
|
||||||
|
action-items/!
|
||||||
action/!
|
action/!
|
||||||
actionable/!
|
actionable/!
|
||||||
ad partner/!
|
ad partner/!
|
||||||
@@ -30,6 +31,7 @@ adverteasing/!
|
|||||||
advertorial/!
|
advertorial/!
|
||||||
advertorials/!
|
advertorials/!
|
||||||
advise/!
|
advise/!
|
||||||
|
aggregate/!
|
||||||
aggressive mediocrity/!
|
aggressive mediocrity/!
|
||||||
agreeance/!
|
agreeance/!
|
||||||
aha moment/!
|
aha moment/!
|
||||||
@@ -51,7 +53,9 @@ anonymize/!
|
|||||||
anticipointment/!
|
anticipointment/!
|
||||||
appetite/!
|
appetite/!
|
||||||
apple polish/!
|
apple polish/!
|
||||||
|
applications/!
|
||||||
architect/!
|
architect/!
|
||||||
|
architectures/!
|
||||||
area of great strength/!
|
area of great strength/!
|
||||||
armchair general/!
|
armchair general/!
|
||||||
around/!
|
around/!
|
||||||
@@ -73,10 +77,13 @@ automagically/!
|
|||||||
availability/!
|
availability/!
|
||||||
award winning/!
|
award winning/!
|
||||||
b-school/!
|
b-school/!
|
||||||
|
b2b/!
|
||||||
|
b2c/!
|
||||||
babylonian orgy/!
|
babylonian orgy/!
|
||||||
back door/!
|
back door/!
|
||||||
back to square 1/!
|
back to square 1/!
|
||||||
back to square one/!
|
back to square one/!
|
||||||
|
back-end/!
|
||||||
back-of-the-envelope/!
|
back-of-the-envelope/!
|
||||||
backburner/!
|
backburner/!
|
||||||
backchannel/!
|
backchannel/!
|
||||||
@@ -115,6 +122,7 @@ bell ringer/!
|
|||||||
bell/!
|
bell/!
|
||||||
below the fold/!
|
below the fold/!
|
||||||
belts and suspenders/!
|
belts and suspenders/!
|
||||||
|
benchmark/!
|
||||||
best days are still ahead/!
|
best days are still ahead/!
|
||||||
best endeavors/!
|
best endeavors/!
|
||||||
best in breed/!
|
best in breed/!
|
||||||
@@ -122,9 +130,11 @@ best in class/!
|
|||||||
best of breed/!
|
best of breed/!
|
||||||
best practice/!
|
best practice/!
|
||||||
best practices/!
|
best practices/!
|
||||||
|
best-of-breed/!
|
||||||
betamaxed/!
|
betamaxed/!
|
||||||
bifurcate/!
|
bifurcate/!
|
||||||
big enchilada/!
|
big enchilada/!
|
||||||
|
big data/!
|
||||||
big idea/!
|
big idea/!
|
||||||
big ideas/!
|
big ideas/!
|
||||||
big learn/!
|
big learn/!
|
||||||
@@ -182,6 +192,7 @@ brainstorm/!
|
|||||||
brainstorming/!
|
brainstorming/!
|
||||||
brainstorms/!
|
brainstorms/!
|
||||||
brand terrorist/!
|
brand terrorist/!
|
||||||
|
brand/!
|
||||||
brandactional/!
|
brandactional/!
|
||||||
brandatories/!
|
brandatories/!
|
||||||
brandgage/!
|
brandgage/!
|
||||||
@@ -194,6 +205,7 @@ break through/!
|
|||||||
break your crayons/!
|
break your crayons/!
|
||||||
breakthrough/!
|
breakthrough/!
|
||||||
brick and mortar/!
|
brick and mortar/!
|
||||||
|
bricks-and-clicks/!
|
||||||
bricks-to-clicks/!
|
bricks-to-clicks/!
|
||||||
bring to the table/!
|
bring to the table/!
|
||||||
brogrammer/!
|
brogrammer/!
|
||||||
@@ -250,6 +262,7 @@ champs at the bit/!
|
|||||||
change agent/!
|
change agent/!
|
||||||
change management/!
|
change management/!
|
||||||
change/!
|
change/!
|
||||||
|
channels/!
|
||||||
charm school/!
|
charm school/!
|
||||||
chartists/!
|
chartists/!
|
||||||
chasing butterflies/!
|
chasing butterflies/!
|
||||||
@@ -274,6 +287,7 @@ circular file/!
|
|||||||
circular firing squad/!
|
circular firing squad/!
|
||||||
cite chapter and verse/!
|
cite chapter and verse/!
|
||||||
cleans up well/!
|
cleans up well/!
|
||||||
|
clicks-and-mortar/!
|
||||||
clm/!
|
clm/!
|
||||||
clock speed/!
|
clock speed/!
|
||||||
clock tower attrition/!
|
clock tower attrition/!
|
||||||
@@ -288,14 +302,17 @@ code monkey/!
|
|||||||
code monkeys/!
|
code monkeys/!
|
||||||
cognoscenti/!
|
cognoscenti/!
|
||||||
cold towel/!
|
cold towel/!
|
||||||
|
collaborative/!
|
||||||
color outside the lines/!
|
color outside the lines/!
|
||||||
column-shaking/!
|
column-shaking/!
|
||||||
come to jesus meeting/!
|
come to jesus meeting/!
|
||||||
come to jesus/!
|
come to jesus/!
|
||||||
commonplate/!
|
commonplate/!
|
||||||
|
communities/!
|
||||||
community property/!
|
community property/!
|
||||||
community/!
|
community/!
|
||||||
comp/!
|
comp/!
|
||||||
|
compelling/!
|
||||||
compliment sandwich/!
|
compliment sandwich/!
|
||||||
componentize/!
|
componentize/!
|
||||||
componentized/!
|
componentized/!
|
||||||
@@ -316,6 +333,7 @@ contraction/!
|
|||||||
contrarian/!
|
contrarian/!
|
||||||
contributor/!
|
contributor/!
|
||||||
contributors/!
|
contributors/!
|
||||||
|
convergence/!
|
||||||
convo/!
|
convo/!
|
||||||
convos/!
|
convos/!
|
||||||
cook the books/!
|
cook the books/!
|
||||||
@@ -344,6 +362,8 @@ critical mass/!
|
|||||||
criticality/!
|
criticality/!
|
||||||
cronyism/!
|
cronyism/!
|
||||||
cross sabers/!
|
cross sabers/!
|
||||||
|
cross-media/!
|
||||||
|
cross-platform/!
|
||||||
cross-pollinate/!
|
cross-pollinate/!
|
||||||
cross-pollinated/!
|
cross-pollinated/!
|
||||||
cross-pollination/!
|
cross-pollination/!
|
||||||
@@ -358,6 +378,7 @@ crowdsource/!
|
|||||||
crowdsourced/!
|
crowdsourced/!
|
||||||
crushing it/!
|
crushing it/!
|
||||||
cubicle vultures/!
|
cubicle vultures/!
|
||||||
|
cultivate/!
|
||||||
culture fit/!
|
culture fit/!
|
||||||
culture-jacking/!
|
culture-jacking/!
|
||||||
curate/!
|
curate/!
|
||||||
@@ -366,8 +387,10 @@ curates/!
|
|||||||
curation/!
|
curation/!
|
||||||
curb appeal/!
|
curb appeal/!
|
||||||
customer intimacy/!
|
customer intimacy/!
|
||||||
|
customized/!
|
||||||
cut and dry/!
|
cut and dry/!
|
||||||
cut the mustard/!
|
cut the mustard/!
|
||||||
|
cutting-edge/!
|
||||||
cya/!
|
cya/!
|
||||||
cybernate/!
|
cybernate/!
|
||||||
cyberslacking/!
|
cyberslacking/!
|
||||||
@@ -400,7 +423,9 @@ deja moo/!
|
|||||||
delagatorship/!
|
delagatorship/!
|
||||||
deliver innovation/!
|
deliver innovation/!
|
||||||
deliver the goods/!
|
deliver the goods/!
|
||||||
|
deliver/!
|
||||||
deliverable/!
|
deliverable/!
|
||||||
|
deliverables/!
|
||||||
delta/!
|
delta/!
|
||||||
demographics/!
|
demographics/!
|
||||||
deploy/!
|
deploy/!
|
||||||
@@ -442,6 +467,7 @@ disrupted/!
|
|||||||
disrupting/!
|
disrupting/!
|
||||||
disruptive/!
|
disruptive/!
|
||||||
disrupts/!
|
disrupts/!
|
||||||
|
distributed/!
|
||||||
diversify/!
|
diversify/!
|
||||||
diversity/!
|
diversity/!
|
||||||
dk/!
|
dk/!
|
||||||
@@ -491,6 +517,7 @@ drinks from the fire hose/!
|
|||||||
drinks from the firehose/!
|
drinks from the firehose/!
|
||||||
drinks the kool-aid/!
|
drinks the kool-aid/!
|
||||||
drive beyond the headlights/!
|
drive beyond the headlights/!
|
||||||
|
drive/!
|
||||||
drop the ball/!
|
drop the ball/!
|
||||||
drop the kimono/!
|
drop the kimono/!
|
||||||
drop-dead date/!
|
drop-dead date/!
|
||||||
@@ -507,6 +534,12 @@ duck shuffler/!
|
|||||||
ducks in a row/!
|
ducks in a row/!
|
||||||
due diligence/!
|
due diligence/!
|
||||||
dynamic/!
|
dynamic/!
|
||||||
|
e-business/!
|
||||||
|
e-commerce/!
|
||||||
|
e-enable/!
|
||||||
|
e-markets/!
|
||||||
|
e-services/!
|
||||||
|
e-tailers/!
|
||||||
ear candy/!
|
ear candy/!
|
||||||
ear job/!
|
ear job/!
|
||||||
early adopter/!
|
early adopter/!
|
||||||
@@ -523,6 +556,7 @@ economical with the truth/!
|
|||||||
ecosystem/!
|
ecosystem/!
|
||||||
edutainment/!
|
edutainment/!
|
||||||
efficiency/!
|
efficiency/!
|
||||||
|
efficient/!
|
||||||
efforting/!
|
efforting/!
|
||||||
ego surfing/!
|
ego surfing/!
|
||||||
eighty-six/!
|
eighty-six/!
|
||||||
@@ -532,13 +566,17 @@ elephants/!
|
|||||||
elevator pitch/!
|
elevator pitch/!
|
||||||
eleventh hour/!
|
eleventh hour/!
|
||||||
embrace new capabilities/!
|
embrace new capabilities/!
|
||||||
|
embrace/!
|
||||||
emergence/!
|
emergence/!
|
||||||
empower/!
|
empower/!
|
||||||
empowered/!
|
empowered/!
|
||||||
empowering/!
|
empowering/!
|
||||||
empowers/!
|
empowers/!
|
||||||
empty suits/!
|
empty suits/!
|
||||||
|
enable/!
|
||||||
|
enabled/!
|
||||||
enabler/!
|
enabler/!
|
||||||
|
enabling/!
|
||||||
enail/!
|
enail/!
|
||||||
enculturate/!
|
enculturate/!
|
||||||
end of day/!
|
end of day/!
|
||||||
@@ -546,9 +584,15 @@ end of play/!
|
|||||||
end of week/!
|
end of week/!
|
||||||
end-to-end/!
|
end-to-end/!
|
||||||
engage/!
|
engage/!
|
||||||
|
engineer/!
|
||||||
|
enhance/!
|
||||||
|
enterprise/!
|
||||||
enthuse/!
|
enthuse/!
|
||||||
entremanure/!
|
entremanure/!
|
||||||
entrepreneur/!
|
entrepreneur/!
|
||||||
|
envisioneer/!
|
||||||
|
envisioneered/!
|
||||||
|
envisioneering/!
|
||||||
epon/!
|
epon/!
|
||||||
escalate/!
|
escalate/!
|
||||||
escalated/!
|
escalated/!
|
||||||
@@ -557,11 +601,19 @@ escalating/!
|
|||||||
evangelize/!
|
evangelize/!
|
||||||
even dead cats bounce/!
|
even dead cats bounce/!
|
||||||
evergreen/!
|
evergreen/!
|
||||||
|
evolve/!
|
||||||
exciting/!
|
exciting/!
|
||||||
exco/!
|
exco/!
|
||||||
execute/!
|
execute/!
|
||||||
|
expedite/!
|
||||||
|
expedited/!
|
||||||
|
expediting/!
|
||||||
experience/!
|
experience/!
|
||||||
|
experiences/!
|
||||||
exploding offer/!
|
exploding offer/!
|
||||||
|
exploit/!
|
||||||
|
extend/!
|
||||||
|
extensible/!
|
||||||
extract the max/!
|
extract the max/!
|
||||||
extrapediately/!
|
extrapediately/!
|
||||||
extraview/!
|
extraview/!
|
||||||
@@ -569,7 +621,9 @@ eyeballs/!
|
|||||||
f2f/!
|
f2f/!
|
||||||
face time/!
|
face time/!
|
||||||
facilitate/!
|
facilitate/!
|
||||||
|
facilitated/!
|
||||||
facilitates/!
|
facilitates/!
|
||||||
|
facilitating/!
|
||||||
facipulate/!
|
facipulate/!
|
||||||
fact pattern/!
|
fact pattern/!
|
||||||
fail/!
|
fail/!
|
||||||
@@ -625,13 +679,16 @@ free cell/!
|
|||||||
free lunch/!
|
free lunch/!
|
||||||
free seminar/!
|
free seminar/!
|
||||||
freemium/!
|
freemium/!
|
||||||
|
frictionless/!
|
||||||
front burner/!
|
front burner/!
|
||||||
|
front-end/!
|
||||||
fubar/!
|
fubar/!
|
||||||
fud factor/!
|
fud factor/!
|
||||||
full optics/!
|
full optics/!
|
||||||
full service/!
|
full service/!
|
||||||
full-court press/!
|
full-court press/!
|
||||||
function/!
|
function/!
|
||||||
|
functionalities/!
|
||||||
fundamental shift/!
|
fundamental shift/!
|
||||||
future-proof/!
|
future-proof/!
|
||||||
gain traction/!
|
gain traction/!
|
||||||
@@ -648,6 +705,7 @@ gatekeeper/!
|
|||||||
gave 110%/!
|
gave 110%/!
|
||||||
gazump/!
|
gazump/!
|
||||||
geek out/!
|
geek out/!
|
||||||
|
generate/!
|
||||||
generica/!
|
generica/!
|
||||||
gently toggle/!
|
gently toggle/!
|
||||||
geography/!
|
geography/!
|
||||||
@@ -676,6 +734,7 @@ giving 110%/!
|
|||||||
glad-handing/!
|
glad-handing/!
|
||||||
glass ceiling/!
|
glass ceiling/!
|
||||||
glide-path/!
|
glide-path/!
|
||||||
|
global/!
|
||||||
glocal/!
|
glocal/!
|
||||||
go forward plan/!
|
go forward plan/!
|
||||||
go social/!
|
go social/!
|
||||||
@@ -717,6 +776,7 @@ greenwashed/!
|
|||||||
greenwashes/!
|
greenwashes/!
|
||||||
greenwashing/!
|
greenwashing/!
|
||||||
grey-sourcing/!
|
grey-sourcing/!
|
||||||
|
grow/!
|
||||||
growth hacker/!
|
growth hacker/!
|
||||||
growth strategist/!
|
growth strategist/!
|
||||||
growth/!
|
growth/!
|
||||||
@@ -739,6 +799,7 @@ hard-nosed/!
|
|||||||
hardball/!
|
hardball/!
|
||||||
harness power/!
|
harness power/!
|
||||||
harness the power/!
|
harness the power/!
|
||||||
|
harness/!
|
||||||
harnessed power/!
|
harnessed power/!
|
||||||
harnessed the power/!
|
harnessed the power/!
|
||||||
harnessing power/!
|
harnessing power/!
|
||||||
@@ -763,7 +824,6 @@ hear you concerns/!
|
|||||||
heard you concerns/!
|
heard you concerns/!
|
||||||
heart full of passion/!
|
heart full of passion/!
|
||||||
heavy lifting/!
|
heavy lifting/!
|
||||||
the heisman/!
|
|
||||||
helicopter view/!
|
helicopter view/!
|
||||||
herd cats/!
|
herd cats/!
|
||||||
herding cats/!
|
herding cats/!
|
||||||
@@ -823,7 +883,11 @@ inbox me/!
|
|||||||
incent/!
|
incent/!
|
||||||
incentivize/!
|
incentivize/!
|
||||||
incredibly optimistic/!
|
incredibly optimistic/!
|
||||||
|
incubate/!
|
||||||
industrial vacation/!
|
industrial vacation/!
|
||||||
|
infomediaries/!
|
||||||
|
infrastructures/!
|
||||||
|
initiatives/!
|
||||||
innovate/!
|
innovate/!
|
||||||
innovated/!
|
innovated/!
|
||||||
innovates/!
|
innovates/!
|
||||||
@@ -832,11 +896,16 @@ innovations/!
|
|||||||
innovative/!
|
innovative/!
|
||||||
insight/!
|
insight/!
|
||||||
insourcing/!
|
insourcing/!
|
||||||
|
integrate/!
|
||||||
|
integrated/!
|
||||||
intelligence/!
|
intelligence/!
|
||||||
|
interactive/!
|
||||||
interface/!
|
interface/!
|
||||||
|
interfaces/!
|
||||||
interject/!
|
interject/!
|
||||||
interlock/!
|
interlock/!
|
||||||
into the weeds/!
|
into the weeds/!
|
||||||
|
intuitive/!
|
||||||
invite/!
|
invite/!
|
||||||
involuntary entrepreneur/!
|
involuntary entrepreneur/!
|
||||||
involuntary reduction in force/!
|
involuntary reduction in force/!
|
||||||
@@ -845,6 +914,8 @@ irregardless/!
|
|||||||
issue/!
|
issue/!
|
||||||
issues around/!
|
issues around/!
|
||||||
it is what it is/!
|
it is what it is/!
|
||||||
|
iterate/!
|
||||||
|
iterating/!
|
||||||
itl/!
|
itl/!
|
||||||
jargon basement/!
|
jargon basement/!
|
||||||
jargonaut/!
|
jargonaut/!
|
||||||
@@ -902,6 +973,7 @@ lay the foundation/!
|
|||||||
lay the groundwork/!
|
lay the groundwork/!
|
||||||
lay your silver on the table/!
|
lay your silver on the table/!
|
||||||
lead balloon/!
|
lead balloon/!
|
||||||
|
leading-edge/!
|
||||||
lean in/!
|
lean in/!
|
||||||
leapfrog/!
|
leapfrog/!
|
||||||
leapfrogging/!
|
leapfrogging/!
|
||||||
@@ -971,6 +1043,7 @@ macromanager/!
|
|||||||
mad money/!
|
mad money/!
|
||||||
made hay/!
|
made hay/!
|
||||||
magic bullet/!
|
magic bullet/!
|
||||||
|
magnetic/!
|
||||||
magnitude/!
|
magnitude/!
|
||||||
major player/!
|
major player/!
|
||||||
make hay/!
|
make hay/!
|
||||||
@@ -987,6 +1060,7 @@ marinates/!
|
|||||||
marinating/!
|
marinating/!
|
||||||
market-facing/!
|
market-facing/!
|
||||||
marketecture/!
|
marketecture/!
|
||||||
|
markets/!
|
||||||
markitecture/!
|
markitecture/!
|
||||||
massage/!
|
massage/!
|
||||||
massaged/!
|
massaged/!
|
||||||
@@ -995,6 +1069,7 @@ massaging/!
|
|||||||
matrices/!
|
matrices/!
|
||||||
matrix team/!
|
matrix team/!
|
||||||
matrix/!
|
matrix/!
|
||||||
|
maximize/!
|
||||||
mcjob/!
|
mcjob/!
|
||||||
meanderthal/!
|
meanderthal/!
|
||||||
meat and potatoes/!
|
meat and potatoes/!
|
||||||
@@ -1003,16 +1078,21 @@ mediable/!
|
|||||||
meeting assassin/!
|
meeting assassin/!
|
||||||
melt-down/!
|
melt-down/!
|
||||||
meritocracy/!
|
meritocracy/!
|
||||||
|
mesh/!
|
||||||
meta ignorance/!
|
meta ignorance/!
|
||||||
|
methodologies/!
|
||||||
metric/!
|
metric/!
|
||||||
|
metrics/!
|
||||||
mickey mouse/!
|
mickey mouse/!
|
||||||
microcopy/!
|
microcopy/!
|
||||||
milestone/!
|
milestone/!
|
||||||
milk/!
|
milk/!
|
||||||
mindshare/!
|
mindshare/!
|
||||||
mission critical/!
|
mission critical/!
|
||||||
|
mission-critical/!
|
||||||
mobile/!
|
mobile/!
|
||||||
mocial/!
|
mocial/!
|
||||||
|
models/!
|
||||||
mom-and-pop/!
|
mom-and-pop/!
|
||||||
mommy track/!
|
mommy track/!
|
||||||
monday morning quarterback/!
|
monday morning quarterback/!
|
||||||
@@ -1049,10 +1129,13 @@ negatron/!
|
|||||||
net new/!
|
net new/!
|
||||||
net-net/!
|
net-net/!
|
||||||
netiquette/!
|
netiquette/!
|
||||||
|
networks/!
|
||||||
new and exciting/!
|
new and exciting/!
|
||||||
new breed/!
|
new breed/!
|
||||||
new guy gene/!
|
new guy gene/!
|
||||||
news sandwich/!
|
news sandwich/!
|
||||||
|
next-generation/!
|
||||||
|
niches/!
|
||||||
nimby/!
|
nimby/!
|
||||||
ninja/!
|
ninja/!
|
||||||
ninth inning/!
|
ninth inning/!
|
||||||
@@ -1101,10 +1184,12 @@ one hundred and ten percent/!
|
|||||||
one throat to choke/!
|
one throat to choke/!
|
||||||
one with nature/!
|
one with nature/!
|
||||||
one-man show/!
|
one-man show/!
|
||||||
|
one-to-one/!
|
||||||
one-two punch/!
|
one-two punch/!
|
||||||
oops/!
|
oops/!
|
||||||
open skies/!
|
open skies/!
|
||||||
open the kimono/!
|
open the kimono/!
|
||||||
|
open-source/!
|
||||||
opened the kimono/!
|
opened the kimono/!
|
||||||
opening the kimono/!
|
opening the kimono/!
|
||||||
operationalize/!
|
operationalize/!
|
||||||
@@ -1119,6 +1204,7 @@ optimize/!
|
|||||||
optimized/!
|
optimized/!
|
||||||
optimizes/!
|
optimizes/!
|
||||||
optimizing/!
|
optimizing/!
|
||||||
|
orchestrate/!
|
||||||
org chart/!
|
org chart/!
|
||||||
organic growth/!
|
organic growth/!
|
||||||
organic/!
|
organic/!
|
||||||
@@ -1132,6 +1218,7 @@ out of the box/!
|
|||||||
out of the office/!
|
out of the office/!
|
||||||
out of the woodwork/!
|
out of the woodwork/!
|
||||||
out-of-pocket/!
|
out-of-pocket/!
|
||||||
|
out-of-the-box/!
|
||||||
outbeat/!
|
outbeat/!
|
||||||
outside the box/!
|
outside the box/!
|
||||||
over the wall/!
|
over the wall/!
|
||||||
@@ -1155,9 +1242,11 @@ paradigm shifted/!
|
|||||||
paradigm shifting/!
|
paradigm shifting/!
|
||||||
paradigm shifts/!
|
paradigm shifts/!
|
||||||
paradigm/!
|
paradigm/!
|
||||||
|
paradigms/!
|
||||||
parking lot this/!
|
parking lot this/!
|
||||||
parking lot/!
|
parking lot/!
|
||||||
partnering/!
|
partnering/!
|
||||||
|
partnerships/!
|
||||||
party line/!
|
party line/!
|
||||||
passionate/!
|
passionate/!
|
||||||
passionista/!
|
passionista/!
|
||||||
@@ -1213,7 +1302,9 @@ pissing in the ocean/!
|
|||||||
pivot/!
|
pivot/!
|
||||||
planful/!
|
planful/!
|
||||||
platform/!
|
platform/!
|
||||||
|
platforms/!
|
||||||
player/!
|
player/!
|
||||||
|
plug-and-play/!
|
||||||
pocket call/!
|
pocket call/!
|
||||||
point of pain/!
|
point of pain/!
|
||||||
point person/!
|
point person/!
|
||||||
@@ -1225,6 +1316,7 @@ pooh-pooh/!
|
|||||||
poor mouth/!
|
poor mouth/!
|
||||||
populate/!
|
populate/!
|
||||||
portal/!
|
portal/!
|
||||||
|
portals/!
|
||||||
post mortem/!
|
post mortem/!
|
||||||
post-mortem/!
|
post-mortem/!
|
||||||
potential/!
|
potential/!
|
||||||
@@ -1334,10 +1426,13 @@ recontextualize/!
|
|||||||
rectible/!
|
rectible/!
|
||||||
red flag/!
|
red flag/!
|
||||||
red ocean/!
|
red ocean/!
|
||||||
|
redefine/!
|
||||||
reduction in force/!
|
reduction in force/!
|
||||||
referenceability/!
|
referenceability/!
|
||||||
refudiate/!
|
refudiate/!
|
||||||
|
reintermediate/!
|
||||||
reinvent the wheel/!
|
reinvent the wheel/!
|
||||||
|
reinvent/!
|
||||||
reinvented the wheel/!
|
reinvented the wheel/!
|
||||||
reinventing the wheel/!
|
reinventing the wheel/!
|
||||||
reinvents the wheel/!
|
reinvents the wheel/!
|
||||||
@@ -1360,10 +1455,12 @@ retread/!
|
|||||||
return on investment/!
|
return on investment/!
|
||||||
reverse infallibility/!
|
reverse infallibility/!
|
||||||
reverse logistics/!
|
reverse logistics/!
|
||||||
|
revolutionary/!
|
||||||
revolutionize/!
|
revolutionize/!
|
||||||
revolutionized/!
|
revolutionized/!
|
||||||
revolutionizes/!
|
revolutionizes/!
|
||||||
revolutionizing/!
|
revolutionizing/!
|
||||||
|
rich/!
|
||||||
ride herd/!
|
ride herd/!
|
||||||
rif/!
|
rif/!
|
||||||
riff/!
|
riff/!
|
||||||
@@ -1385,6 +1482,7 @@ rock star/!
|
|||||||
rocket surgery/!
|
rocket surgery/!
|
||||||
rocking a pair of doobs/!
|
rocking a pair of doobs/!
|
||||||
rocks in the backpack/!
|
rocks in the backpack/!
|
||||||
|
roi/!
|
||||||
roll in/!
|
roll in/!
|
||||||
roll-up/!
|
roll-up/!
|
||||||
rolling the tortoise/!
|
rolling the tortoise/!
|
||||||
@@ -1419,7 +1517,9 @@ sanity checks/!
|
|||||||
sausage and the sizzle/!
|
sausage and the sizzle/!
|
||||||
scab/!
|
scab/!
|
||||||
scalable/!
|
scalable/!
|
||||||
|
scale/!
|
||||||
scarlet letter/!
|
scarlet letter/!
|
||||||
|
schemas/!
|
||||||
scooby snacks/!
|
scooby snacks/!
|
||||||
scope creep/!
|
scope creep/!
|
||||||
screw the pooch/!
|
screw the pooch/!
|
||||||
@@ -1436,12 +1536,14 @@ secret sauce/!
|
|||||||
secret weapon/!
|
secret weapon/!
|
||||||
security theater/!
|
security theater/!
|
||||||
see if it sticks/!
|
see if it sticks/!
|
||||||
|
seize/!
|
||||||
sense-checking/!
|
sense-checking/!
|
||||||
seo/!
|
seo/!
|
||||||
serial entrepreneur/!
|
serial entrepreneur/!
|
||||||
service/!
|
service/!
|
||||||
serving suggestion/!
|
serving suggestion/!
|
||||||
session/!
|
session/!
|
||||||
|
sexy/!
|
||||||
shanghaied/!
|
shanghaied/!
|
||||||
share/!
|
share/!
|
||||||
sharpen our strategy/!
|
sharpen our strategy/!
|
||||||
@@ -1509,6 +1611,7 @@ soft launching/!
|
|||||||
soft pedal/!
|
soft pedal/!
|
||||||
solution/!
|
solution/!
|
||||||
solutioneering/!
|
solutioneering/!
|
||||||
|
solutions/!
|
||||||
soundbites/!
|
soundbites/!
|
||||||
soup to nuts/!
|
soup to nuts/!
|
||||||
soup-to-nuts/!
|
soup-to-nuts/!
|
||||||
@@ -1553,8 +1656,11 @@ strategic incompetence/!
|
|||||||
strategic partnership/!
|
strategic partnership/!
|
||||||
strategic partnerships/!
|
strategic partnerships/!
|
||||||
strategic planning/!
|
strategic planning/!
|
||||||
|
strategic/!
|
||||||
|
strategize/!
|
||||||
straw man/!
|
straw man/!
|
||||||
straw men/!
|
straw men/!
|
||||||
|
streamline/!
|
||||||
stress puppy/!
|
stress puppy/!
|
||||||
stretch assignment/!
|
stretch assignment/!
|
||||||
subject matter expert/!
|
subject matter expert/!
|
||||||
@@ -1572,12 +1678,12 @@ sunshine enema/!
|
|||||||
super/!
|
super/!
|
||||||
superhero/!
|
superhero/!
|
||||||
superheroes/!
|
superheroes/!
|
||||||
|
supply-chains/!
|
||||||
surface/!
|
surface/!
|
||||||
surplused/!
|
surplused/!
|
||||||
swag/!
|
swag/!
|
||||||
swampland/!
|
swampland/!
|
||||||
swat team/!
|
swat team/!
|
||||||
s.w.a.t. team/!
|
|
||||||
sweat equity/!
|
sweat equity/!
|
||||||
sweat the asset/!
|
sweat the asset/!
|
||||||
sweet spot/!
|
sweet spot/!
|
||||||
@@ -1592,9 +1698,13 @@ sync up/!
|
|||||||
synced up/!
|
synced up/!
|
||||||
syncing up/!
|
syncing up/!
|
||||||
syncs up/!
|
syncs up/!
|
||||||
|
syndicate/!
|
||||||
synergies/!
|
synergies/!
|
||||||
|
synergistic/!
|
||||||
synergize/!
|
synergize/!
|
||||||
synergy/!
|
synergy/!
|
||||||
|
synthesize/!
|
||||||
|
systems/!
|
||||||
t-shaped/!
|
t-shaped/!
|
||||||
table stakes/!
|
table stakes/!
|
||||||
table this/!
|
table this/!
|
||||||
@@ -1631,12 +1741,14 @@ talks the talk/!
|
|||||||
tall foreheads/!
|
tall foreheads/!
|
||||||
tangentery/!
|
tangentery/!
|
||||||
tap dancer/!
|
tap dancer/!
|
||||||
|
target/!
|
||||||
tart up/!
|
tart up/!
|
||||||
task/!
|
task/!
|
||||||
tasked/!
|
tasked/!
|
||||||
tassel-loafers/!
|
tassel-loafers/!
|
||||||
team player/!
|
team player/!
|
||||||
team players/!
|
team players/!
|
||||||
|
technologies/!
|
||||||
tee up/!
|
tee up/!
|
||||||
teflon shoulders/!
|
teflon shoulders/!
|
||||||
telecommute/!
|
telecommute/!
|
||||||
@@ -1645,6 +1757,7 @@ tension in the system/!
|
|||||||
testiculate/!
|
testiculate/!
|
||||||
that dog won't hunt/!
|
that dog won't hunt/!
|
||||||
that dog won’t hunt/!
|
that dog won’t hunt/!
|
||||||
|
the heisman/!
|
||||||
the juice is not worth the squeeze/!
|
the juice is not worth the squeeze/!
|
||||||
the street/!
|
the street/!
|
||||||
think outside the box/!
|
think outside the box/!
|
||||||
@@ -1700,7 +1813,9 @@ transform/!
|
|||||||
transformed/!
|
transformed/!
|
||||||
transforming/!
|
transforming/!
|
||||||
transforms/!
|
transforms/!
|
||||||
|
transition/!
|
||||||
transitioning/!
|
transitioning/!
|
||||||
|
transparent/!
|
||||||
travel dazzle/!
|
travel dazzle/!
|
||||||
tree killer/!
|
tree killer/!
|
||||||
treeware/!
|
treeware/!
|
||||||
@@ -1746,6 +1861,10 @@ upskill/!
|
|||||||
upspeak/!
|
upspeak/!
|
||||||
upstream/!
|
upstream/!
|
||||||
uptitling/!
|
uptitling/!
|
||||||
|
user-centric/!
|
||||||
|
user-focus/!
|
||||||
|
user-focused/!
|
||||||
|
users/!
|
||||||
utilize/!
|
utilize/!
|
||||||
utilized/!
|
utilized/!
|
||||||
utilizes/!
|
utilizes/!
|
||||||
@@ -1772,14 +1891,18 @@ vertical/!
|
|||||||
video white paper/!
|
video white paper/!
|
||||||
village hall/!
|
village hall/!
|
||||||
viral/!
|
viral/!
|
||||||
|
virtual/!
|
||||||
virtuoso/!
|
virtuoso/!
|
||||||
vis-à-vis/!
|
vis-à-vis/!
|
||||||
visibility to/!
|
visibility to/!
|
||||||
vision/!
|
vision/!
|
||||||
|
visionary/!
|
||||||
visioning/!
|
visioning/!
|
||||||
visual noise/!
|
visual noise/!
|
||||||
|
visualize/!
|
||||||
voldis/!
|
voldis/!
|
||||||
voluntold/!
|
voluntold/!
|
||||||
|
vortals/!
|
||||||
vubicle/!
|
vubicle/!
|
||||||
vulture capitalists/!
|
vulture capitalists/!
|
||||||
w-cubed/!
|
w-cubed/!
|
||||||
@@ -1801,7 +1924,14 @@ washup/!
|
|||||||
wax poetic/!
|
wax poetic/!
|
||||||
we'll get there/!
|
we'll get there/!
|
||||||
weapons grade/!
|
weapons grade/!
|
||||||
|
web 1.0/!
|
||||||
web 2.0/!
|
web 2.0/!
|
||||||
|
web 3.0/!
|
||||||
|
web-scale/!
|
||||||
|
web services/!
|
||||||
|
web-enabled/!
|
||||||
|
web-readiness/!
|
||||||
|
web scale/!
|
||||||
webeneur/!
|
webeneur/!
|
||||||
webinar/!
|
webinar/!
|
||||||
webinars/!
|
webinars/!
|
||||||
@@ -1830,16 +1960,16 @@ wifm/!
|
|||||||
wiggle room/!
|
wiggle room/!
|
||||||
win-win situation/!
|
win-win situation/!
|
||||||
win-win/!
|
win-win/!
|
||||||
window-licker/!
|
|
||||||
window of opportunity/!
|
window of opportunity/!
|
||||||
|
window-licker/!
|
||||||
windshield survey/!
|
windshield survey/!
|
||||||
|
wireless/!
|
||||||
witch hunt/!
|
witch hunt/!
|
||||||
with all due respect/!
|
with all due respect/!
|
||||||
within a nine iron/!
|
within a nine iron/!
|
||||||
wizard/!
|
wizard/!
|
||||||
wizards/!
|
wizards/!
|
||||||
womb to tomb/!
|
womb to tomb/!
|
||||||
women/!
|
|
||||||
woo/!
|
woo/!
|
||||||
word-of-mouse/!
|
word-of-mouse/!
|
||||||
wordsmith/!
|
wordsmith/!
|
||||||
@@ -1853,6 +1983,7 @@ work-work balance/!
|
|||||||
workload/!
|
workload/!
|
||||||
workstream/!
|
workstream/!
|
||||||
world class talent/!
|
world class talent/!
|
||||||
|
world-class/!
|
||||||
worry bead/!
|
worry bead/!
|
||||||
wow factor/!
|
wow factor/!
|
||||||
xerox subsidy/!
|
xerox subsidy/!
|
||||||
@@ -1867,5 +1998,5 @@ zero-sum game/!
|
|||||||
zero-zero split/!
|
zero-zero split/!
|
||||||
zerotasking/!
|
zerotasking/!
|
||||||
zombie project/!
|
zombie project/!
|
||||||
über/!
|
|
||||||
über trend/!
|
über trend/!
|
||||||
|
über/!
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# idioms - because many are cliches that you will wish to avoid
|
# idioms - because many are cliches and worn-out metaphors that you will wish to avoid
|
||||||
# http://en.wiktionary.org/w/index.php?title=Category:English_idioms
|
# http://en.wiktionary.org/w/index.php?title=Category:English_idioms
|
||||||
|
# http://writingcenter.unc.edu/handouts/word-choice/
|
||||||
/encoding=utf-8
|
/encoding=utf-8
|
||||||
'fraid not/!
|
'fraid not/!
|
||||||
'nuff said/!
|
'nuff said/!
|
||||||
@@ -17,6 +18,8 @@
|
|||||||
AFAIU/!
|
AFAIU/!
|
||||||
Aaron's beard/!
|
Aaron's beard/!
|
||||||
Aaron’s beard/!
|
Aaron’s beard/!
|
||||||
|
Achilles' heel/!
|
||||||
|
Achilles’ heel/!
|
||||||
Adam Tiler/!
|
Adam Tiler/!
|
||||||
Adam and Eve not Adam and Steve/!
|
Adam and Eve not Adam and Steve/!
|
||||||
American Dream/!
|
American Dream/!
|
||||||
@@ -2920,6 +2923,7 @@ de minimis non curat lex/!
|
|||||||
dead 'n' buried/!
|
dead 'n' buried/!
|
||||||
dead air/!
|
dead air/!
|
||||||
dead and buried/!
|
dead and buried/!
|
||||||
|
dead as a doornail/!
|
||||||
dead asleep/!
|
dead asleep/!
|
||||||
dead certain/!
|
dead certain/!
|
||||||
dead duck/!
|
dead duck/!
|
||||||
@@ -4004,6 +4008,7 @@ fish out/!
|
|||||||
fish to fry/!
|
fish to fry/!
|
||||||
fish-eating grin/!
|
fish-eating grin/!
|
||||||
fishing expedition/!
|
fishing expedition/!
|
||||||
|
fishing in troubled waters/!
|
||||||
fit for a king/!
|
fit for a king/!
|
||||||
fit out/!
|
fit out/!
|
||||||
fit the bill/!
|
fit the bill/!
|
||||||
@@ -5986,6 +5991,7 @@ hot topic/!
|
|||||||
hot under the collar/!
|
hot under the collar/!
|
||||||
hot up/!
|
hot up/!
|
||||||
hot water/!
|
hot water/!
|
||||||
|
hotbed/!
|
||||||
hotfoot it/!
|
hotfoot it/!
|
||||||
house cooling party/!
|
house cooling party/!
|
||||||
house of cards/!
|
house of cards/!
|
||||||
@@ -7809,6 +7815,7 @@ middle for diddle/!
|
|||||||
middle ground/!
|
middle ground/!
|
||||||
middle of nowhere/!
|
middle of nowhere/!
|
||||||
middle of the road/!
|
middle of the road/!
|
||||||
|
militate against/!
|
||||||
milk it/!
|
milk it/!
|
||||||
milk run/!
|
milk run/!
|
||||||
millstone around your neck/!
|
millstone around your neck/!
|
||||||
@@ -8083,6 +8090,7 @@ nip in the bud/!
|
|||||||
nip it in the bud/!
|
nip it in the bud/!
|
||||||
nipped in the bud/!
|
nipped in the bud/!
|
||||||
nitty-gritty/!
|
nitty-gritty/!
|
||||||
|
no axe to grind/!
|
||||||
no biggie/!
|
no biggie/!
|
||||||
no bloody way/!
|
no bloody way/!
|
||||||
no bones about it/!
|
no bones about it/!
|
||||||
@@ -8594,6 +8602,7 @@ on the money/!
|
|||||||
on the move/!
|
on the move/!
|
||||||
on the nose/!
|
on the nose/!
|
||||||
on the one hand/!
|
on the one hand/!
|
||||||
|
on the order of the day/!
|
||||||
on the other hand/!
|
on the other hand/!
|
||||||
on the outs/!
|
on the outs/!
|
||||||
on the pill/!
|
on the pill/!
|
||||||
@@ -9212,6 +9221,7 @@ play hide the sausage/!
|
|||||||
play hookey/!
|
play hookey/!
|
||||||
play hooky/!
|
play hooky/!
|
||||||
play into his hand/!
|
play into his hand/!
|
||||||
|
play into the hands of/!
|
||||||
play it by ear/!
|
play it by ear/!
|
||||||
play it cool/!
|
play it cool/!
|
||||||
play it for all it's worth/!
|
play it for all it's worth/!
|
||||||
@@ -9501,6 +9511,7 @@ push the envelope/!
|
|||||||
push the right buttons/!
|
push the right buttons/!
|
||||||
push your luck/!
|
push your luck/!
|
||||||
pushing fifty/!
|
pushing fifty/!
|
||||||
|
pushing the envelope/!
|
||||||
pushing up daisies/!
|
pushing up daisies/!
|
||||||
pussy out/!
|
pussy out/!
|
||||||
pussyfoot around/!
|
pussyfoot around/!
|
||||||
@@ -9930,6 +9941,7 @@ ring one's bell/!
|
|||||||
ring one’s bell/!
|
ring one’s bell/!
|
||||||
ring someone's bell/!
|
ring someone's bell/!
|
||||||
ring someone’s bell/!
|
ring someone’s bell/!
|
||||||
|
ring the changes on/!
|
||||||
ring true/!
|
ring true/!
|
||||||
ring up/!
|
ring up/!
|
||||||
rings a bell/!
|
rings a bell/!
|
||||||
@@ -11119,6 +11131,7 @@ stand one's ground/!
|
|||||||
stand one’s ground/!
|
stand one’s ground/!
|
||||||
stand out/!
|
stand out/!
|
||||||
stand pat/!
|
stand pat/!
|
||||||
|
stand shoulder to shoulder with/!
|
||||||
stand someone in good stead/!
|
stand someone in good stead/!
|
||||||
stand stock still/!
|
stand stock still/!
|
||||||
stand tall/!
|
stand tall/!
|
||||||
@@ -11693,6 +11706,7 @@ take umbrage/!
|
|||||||
take up a collection/!
|
take up a collection/!
|
||||||
take up cudgels/!
|
take up cudgels/!
|
||||||
take up the cudgel for/!
|
take up the cudgel for/!
|
||||||
|
take up the cudgels for/!
|
||||||
take up the gauntlet/!
|
take up the gauntlet/!
|
||||||
take up the slack/!
|
take up the slack/!
|
||||||
take up with/!
|
take up with/!
|
||||||
|
|||||||
@@ -1,10 +1,14 @@
|
|||||||
# known as "peacock terms" by Wikipedia contributors
|
# known as "peacock terms" by Wikipedia contributors
|
||||||
# http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Words_to_watch
|
# 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
|
/encoding=utf-8
|
||||||
a gift/!
|
a gift/!
|
||||||
acclaimed/!
|
acclaimed/!
|
||||||
|
age−old/!
|
||||||
amazing/!
|
amazing/!
|
||||||
amazingly/!
|
amazingly/!
|
||||||
|
ameliorate/!
|
||||||
|
ancien regime/!
|
||||||
authentic/!
|
authentic/!
|
||||||
authentically/!
|
authentically/!
|
||||||
authenticity/!
|
authenticity/!
|
||||||
@@ -12,6 +16,8 @@ award-winning/!
|
|||||||
awesome/!
|
awesome/!
|
||||||
awesomeness/!
|
awesomeness/!
|
||||||
awesomesauce/!
|
awesomesauce/!
|
||||||
|
banner/!
|
||||||
|
basic/!
|
||||||
best kept secret/!
|
best kept secret/!
|
||||||
best-kept secret/!
|
best-kept secret/!
|
||||||
big/!
|
big/!
|
||||||
@@ -19,75 +25,127 @@ breathtaking/!
|
|||||||
breathtakingly/!
|
breathtakingly/!
|
||||||
brilliant/!
|
brilliant/!
|
||||||
brilliantly/!
|
brilliantly/!
|
||||||
|
buckler/!
|
||||||
capable/!
|
capable/!
|
||||||
|
categorical/!
|
||||||
celebrated/!
|
celebrated/!
|
||||||
|
chariot/!
|
||||||
|
clandestine/!
|
||||||
|
clarion/!
|
||||||
competent/!
|
competent/!
|
||||||
confident/!
|
confident/!
|
||||||
|
constitute/!
|
||||||
cool/!
|
cool/!
|
||||||
creative/!
|
creative/!
|
||||||
|
cul de sac/!
|
||||||
cutting-edge/!
|
cutting-edge/!
|
||||||
|
deracinated/!
|
||||||
|
deus ex machina/!
|
||||||
disruptive/!
|
disruptive/!
|
||||||
don't-miss/!
|
don't-miss/!
|
||||||
don’t-miss/!
|
don’t-miss/!
|
||||||
dynamic/!
|
dynamic/!
|
||||||
|
effective/!
|
||||||
|
element/!
|
||||||
|
eliminate/!
|
||||||
energetic/!
|
energetic/!
|
||||||
enormous/!
|
enormous/!
|
||||||
enormously/!
|
enormously/!
|
||||||
|
epic/!
|
||||||
|
epoch−making/!
|
||||||
excel/!
|
excel/!
|
||||||
excels/!
|
excels/!
|
||||||
exciting/!
|
exciting/!
|
||||||
|
exhibit/!
|
||||||
exotic/!
|
exotic/!
|
||||||
|
expedite/!
|
||||||
|
exploit/!
|
||||||
|
extraneous/!
|
||||||
extraordinary/!
|
extraordinary/!
|
||||||
famous/!
|
famous/!
|
||||||
famously/!
|
famously/!
|
||||||
fascinating/!
|
fascinating/!
|
||||||
gifted/!
|
gifted/!
|
||||||
|
gleichschaltung/!
|
||||||
grandest/!
|
grandest/!
|
||||||
grandeur/!
|
grandeur/!
|
||||||
great/!
|
great/!
|
||||||
highly qualified/!
|
highly qualified/!
|
||||||
|
historic/!
|
||||||
iconic/!
|
iconic/!
|
||||||
impact/!
|
impact/!
|
||||||
impactful/!
|
impactful/!
|
||||||
|
individual/!
|
||||||
|
inevitable/!
|
||||||
|
inexorable/!
|
||||||
interesting/!
|
interesting/!
|
||||||
interestingly/!
|
interestingly/!
|
||||||
|
jackboot/!
|
||||||
landmark/!
|
landmark/!
|
||||||
largest/!
|
largest/!
|
||||||
leading/!
|
leading/!
|
||||||
legendary/!
|
legendary/!
|
||||||
|
liquidate/!
|
||||||
|
mailed fist/!
|
||||||
masterful/!
|
masterful/!
|
||||||
masterfully/!
|
masterfully/!
|
||||||
must-see/!
|
must-see/!
|
||||||
|
mutatis mutandis/!
|
||||||
nice/!
|
nice/!
|
||||||
notable/!
|
notable/!
|
||||||
notably/!
|
notably/!
|
||||||
|
objective/!
|
||||||
|
off-the-hook/!
|
||||||
outstanding/!
|
outstanding/!
|
||||||
outstandingly/!
|
outstandingly/!
|
||||||
perfect/!
|
perfect/!
|
||||||
|
phenomenon/!
|
||||||
|
predict/!
|
||||||
prestigious/!
|
prestigious/!
|
||||||
prestigiously/!
|
prestigiously/!
|
||||||
prettier/!
|
prettier/!
|
||||||
pretty/!
|
pretty/!
|
||||||
|
primary/!
|
||||||
professional/!
|
professional/!
|
||||||
|
promote/!
|
||||||
qualified/!
|
qualified/!
|
||||||
|
radical/!
|
||||||
|
realm/!
|
||||||
remarkable/!
|
remarkable/!
|
||||||
remarkably/!
|
remarkably/!
|
||||||
renowned/!
|
renowned/!
|
||||||
respected/!
|
respected/!
|
||||||
|
shield/!
|
||||||
spectacular/!
|
spectacular/!
|
||||||
spectacularly/!
|
spectacularly/!
|
||||||
|
status quo/!
|
||||||
stellar/!
|
stellar/!
|
||||||
|
subaqueous/!
|
||||||
successful/!
|
successful/!
|
||||||
successfully/!
|
successfully/!
|
||||||
|
sword/!
|
||||||
talent/!
|
talent/!
|
||||||
talented/!
|
talented/!
|
||||||
|
thought provoking/!
|
||||||
|
thought-provoking/!
|
||||||
|
thrilling/!
|
||||||
|
throne/!
|
||||||
|
touched/i
|
||||||
|
touching/i
|
||||||
transform/!
|
transform/!
|
||||||
transformative/!
|
transformative/!
|
||||||
transforming/!
|
transforming/!
|
||||||
|
trident/!
|
||||||
|
triumphant/!
|
||||||
|
unforgettable/!
|
||||||
unique/!
|
unique/!
|
||||||
uniquely/!
|
uniquely/!
|
||||||
|
utilize/!
|
||||||
|
veritable/!
|
||||||
|
virtual/!
|
||||||
virtuoso/!
|
virtuoso/!
|
||||||
visionary/!
|
visionary/!
|
||||||
|
weltanschauung/!
|
||||||
wonderful/!
|
wonderful/!
|
||||||
wonderfully/!
|
wonderfully/!
|
||||||
world-class/!
|
world-class/!
|
||||||
|
|||||||
207
data/en/weak.dic
207
data/en/weak.dic
@@ -1,7 +1,17 @@
|
|||||||
# Potentially lazy, weak, awkward, overused, filler, imprecise,
|
# Potentially lazy, weak, awkward, overused, filler, imprecise,
|
||||||
# boring, abused, imprecise, redundant, et cetera
|
# boring, abused, imprecise, redundant, vague, et cetera
|
||||||
# http://darlingmionette.deviantart.com/art/Words-To-Avoid-152886782
|
# http://darlingmionette.deviantart.com/art/Words-To-Avoid-152886782
|
||||||
# http://en.wikipedia.org/wiki/Wikipedia:Vagueness
|
# 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
|
/encoding=utf-8
|
||||||
I believe/!
|
I believe/!
|
||||||
I feel/!
|
I feel/!
|
||||||
@@ -9,6 +19,7 @@ I heard/!
|
|||||||
I think/!
|
I think/!
|
||||||
I'm trying to/!
|
I'm trying to/!
|
||||||
I’m trying to/!
|
I’m trying to/!
|
||||||
|
a bit/!
|
||||||
a couple/!
|
a couple/!
|
||||||
a few/!
|
a few/!
|
||||||
a little/!
|
a little/!
|
||||||
@@ -25,64 +36,119 @@ adopt/!
|
|||||||
adopted/!
|
adopted/!
|
||||||
adopting/!
|
adopting/!
|
||||||
adopts/!
|
adopts/!
|
||||||
|
advantage/!
|
||||||
|
adventure/!
|
||||||
ain't/!
|
ain't/!
|
||||||
ain’t/!
|
ain’t/!
|
||||||
all in all/!
|
all in all/!
|
||||||
all of a sudden/!
|
all of a sudden/!
|
||||||
all of the sudden/!
|
all of the sudden/!
|
||||||
all/!
|
all/!
|
||||||
|
almost like/!
|
||||||
almost/!
|
almost/!
|
||||||
alot/!
|
alot/!
|
||||||
|
already/!
|
||||||
alright/!
|
alright/!
|
||||||
also/!
|
also/!
|
||||||
alternative/!
|
alternative/!
|
||||||
although/!
|
although/!
|
||||||
always/!
|
always/!
|
||||||
am/!
|
am/!
|
||||||
|
amount/!
|
||||||
an issue with/!
|
an issue with/!
|
||||||
and also/!
|
and also/!
|
||||||
annoying/!
|
annoying/!
|
||||||
annoyingly/!
|
annoyingly/!
|
||||||
|
another/!
|
||||||
anxiously/!
|
anxiously/!
|
||||||
any/!
|
any/!
|
||||||
|
anything/!
|
||||||
|
anytime/!
|
||||||
|
anyway/!
|
||||||
apparent/!
|
apparent/!
|
||||||
|
appear/!
|
||||||
|
appears/!
|
||||||
appropriate/!
|
appropriate/!
|
||||||
appropriately/!
|
appropriately/!
|
||||||
appropriateness/!
|
appropriateness/!
|
||||||
|
approximately/!
|
||||||
are/!
|
are/!
|
||||||
|
area/!
|
||||||
around/!
|
around/!
|
||||||
|
as greatly to be desired/!
|
||||||
as if/!
|
as if/!
|
||||||
as one/!
|
as one/!
|
||||||
as to whether/!
|
as to whether/!
|
||||||
as you are aware/!
|
as you are aware/!
|
||||||
as/!
|
as/!
|
||||||
|
aspect/!
|
||||||
at once/!
|
at once/!
|
||||||
|
at that point in time/!
|
||||||
at the end of the day/!
|
at the end of the day/!
|
||||||
at the present time/!
|
at the present time/!
|
||||||
|
attitude/!
|
||||||
|
attractive/!
|
||||||
|
awesome/!
|
||||||
awful/!
|
awful/!
|
||||||
|
awfully/!
|
||||||
back/!
|
back/!
|
||||||
|
background/!
|
||||||
bad/!
|
bad/!
|
||||||
|
badly/!
|
||||||
balance/!
|
balance/!
|
||||||
basically/!
|
basically/!
|
||||||
|
be subjected to/!
|
||||||
|
be/!
|
||||||
|
beautiful/!
|
||||||
|
beauty/!
|
||||||
|
became/!
|
||||||
|
become/!
|
||||||
|
becoming/!
|
||||||
been/!
|
been/!
|
||||||
began to/!
|
began to/!
|
||||||
began/!
|
began/!
|
||||||
|
begin to/!
|
||||||
|
begin/!
|
||||||
begins to/!
|
begins to/!
|
||||||
being as/!
|
being as/!
|
||||||
being that/!
|
being that/!
|
||||||
|
being/!
|
||||||
believe/!
|
believe/!
|
||||||
believes/!
|
believes/!
|
||||||
|
beneficial/!
|
||||||
|
benefit/!
|
||||||
big/!
|
big/!
|
||||||
|
bit/!
|
||||||
|
bizarre/!
|
||||||
|
bogus/!
|
||||||
|
boring/!
|
||||||
brand/!
|
brand/!
|
||||||
briefly/!
|
briefly/!
|
||||||
|
broad/!
|
||||||
|
brought to a satisfactory conclusion/!
|
||||||
but yet/!
|
but yet/!
|
||||||
|
but/!
|
||||||
|
by dint of/!
|
||||||
by means of/!
|
by means of/!
|
||||||
came to be seen as/!
|
came to be seen as/!
|
||||||
|
came to the realization that/!
|
||||||
came/!
|
came/!
|
||||||
|
cannot be left out of account/!
|
||||||
certain/!
|
certain/!
|
||||||
|
certainly/!
|
||||||
|
character/!
|
||||||
|
clear/!
|
||||||
clearly/!
|
clearly/!
|
||||||
|
close to/!
|
||||||
|
cold/!
|
||||||
|
come to the realization that/!
|
||||||
|
coming to the realization that/!
|
||||||
commonsense/!
|
commonsense/!
|
||||||
|
community/!
|
||||||
|
concerning the matter of/!
|
||||||
connect/!
|
connect/!
|
||||||
|
connected to/!
|
||||||
|
considerable/!
|
||||||
considered to be/!
|
considered to be/!
|
||||||
context/!
|
context/!
|
||||||
continued/!
|
continued/!
|
||||||
@@ -90,33 +156,55 @@ contrasting/!
|
|||||||
cool/!
|
cool/!
|
||||||
could of/!
|
could of/!
|
||||||
could/!
|
could/!
|
||||||
|
creative/!
|
||||||
|
critical/!
|
||||||
culture/!
|
culture/!
|
||||||
|
deal with/!
|
||||||
|
deal/!
|
||||||
|
deals with/!
|
||||||
decided/!
|
decided/!
|
||||||
|
definite/!
|
||||||
|
definitely/!
|
||||||
|
deserving of serious consideration/!
|
||||||
did/!
|
did/!
|
||||||
|
difference/!
|
||||||
different/!
|
different/!
|
||||||
|
difficulty/!
|
||||||
|
disadvantage/!
|
||||||
do/!
|
do/!
|
||||||
does/!
|
does/!
|
||||||
|
down/!
|
||||||
due to the fact that/!
|
due to the fact that/!
|
||||||
|
during the course of/!
|
||||||
eagerly/!
|
eagerly/!
|
||||||
|
earliest/!
|
||||||
easy/!
|
easy/!
|
||||||
effectual/!
|
effectual/!
|
||||||
empower/!
|
empower/!
|
||||||
empowered/!
|
empowered/!
|
||||||
empowering/!
|
empowering/!
|
||||||
empowers/!
|
empowers/!
|
||||||
|
enough/!
|
||||||
environment/!
|
environment/!
|
||||||
|
epic/!
|
||||||
equally as/!
|
equally as/!
|
||||||
essentially/!
|
essentially/!
|
||||||
et cetera/!
|
et cetera/!
|
||||||
etc/!
|
etc/!
|
||||||
even/!
|
even/!
|
||||||
|
eventually/!
|
||||||
|
ever/!
|
||||||
every/!
|
every/!
|
||||||
everyone knows/!
|
everyone knows/!
|
||||||
everyone/!
|
everyone/!
|
||||||
everywhere/!
|
everywhere/!
|
||||||
exactly/!
|
exactly/!
|
||||||
|
exhibit a tendency to/!
|
||||||
exist/!
|
exist/!
|
||||||
experience/!
|
experience/!
|
||||||
|
fact/!
|
||||||
|
fairly/!
|
||||||
|
fascinating/!
|
||||||
feel/!
|
feel/!
|
||||||
feeling/!
|
feeling/!
|
||||||
feels/!
|
feels/!
|
||||||
@@ -125,6 +213,7 @@ finally/!
|
|||||||
find out/!
|
find out/!
|
||||||
finding out/!
|
finding out/!
|
||||||
finds out/!
|
finds out/!
|
||||||
|
fine/!
|
||||||
firstly/!
|
firstly/!
|
||||||
fit/!
|
fit/!
|
||||||
for all intents and purposes/!
|
for all intents and purposes/!
|
||||||
@@ -133,18 +222,29 @@ for the purpose of/!
|
|||||||
formerly/!
|
formerly/!
|
||||||
fortunately/!
|
fortunately/!
|
||||||
found out/!
|
found out/!
|
||||||
|
frequently/!
|
||||||
fun/!
|
fun/!
|
||||||
funnel/!
|
funnel/!
|
||||||
gazed/!
|
gazed/!
|
||||||
generally/!
|
generally/!
|
||||||
get/!
|
get/!
|
||||||
gets/!
|
gets/!
|
||||||
|
give grounds for/!
|
||||||
|
give or take/!
|
||||||
|
give rise to/!
|
||||||
|
going/!
|
||||||
good/!
|
good/!
|
||||||
got/!
|
got/!
|
||||||
gotten/!
|
gotten/!
|
||||||
great/!
|
great/!
|
||||||
|
greatly/!
|
||||||
|
guess/!
|
||||||
|
guessed/!
|
||||||
|
guesses/!
|
||||||
|
guessing/!
|
||||||
had had/!
|
had had/!
|
||||||
had known/!
|
had known/!
|
||||||
|
had start to/!
|
||||||
had/!
|
had/!
|
||||||
happily/!
|
happily/!
|
||||||
happy/!
|
happy/!
|
||||||
@@ -157,23 +257,38 @@ have been/!
|
|||||||
have got/!
|
have got/!
|
||||||
have talent for/!
|
have talent for/!
|
||||||
have the ability to/!
|
have the ability to/!
|
||||||
|
have the effect of/!
|
||||||
have/!
|
have/!
|
||||||
having been/!
|
having been/!
|
||||||
|
having regard to/!
|
||||||
|
having/!
|
||||||
hear/!
|
hear/!
|
||||||
heard/!
|
heard/!
|
||||||
hears/!
|
hears/!
|
||||||
|
here/!
|
||||||
|
highly/!
|
||||||
hoped/!
|
hoped/!
|
||||||
|
horrible/!
|
||||||
|
horribly/!
|
||||||
|
hot/!
|
||||||
|
how/!
|
||||||
however/!
|
however/!
|
||||||
impact/!
|
impact/!
|
||||||
impacted/!
|
impacted/!
|
||||||
impactful/!
|
impactful/!
|
||||||
impacts/!
|
impacts/!
|
||||||
important/!
|
important/!
|
||||||
|
in all cases/!
|
||||||
in order to/!
|
in order to/!
|
||||||
in the event that/!
|
in the event that/!
|
||||||
|
in the interests of/!
|
||||||
|
in the process of/!
|
||||||
in this case/!
|
in this case/!
|
||||||
|
in view of/!
|
||||||
inappropriate/!
|
inappropriate/!
|
||||||
inappropriately/!
|
inappropriately/!
|
||||||
|
indeed/!
|
||||||
|
instead/!
|
||||||
intend/!
|
intend/!
|
||||||
interest/!
|
interest/!
|
||||||
interested/!
|
interested/!
|
||||||
@@ -185,10 +300,16 @@ involve/!
|
|||||||
involved/!
|
involved/!
|
||||||
irregardless/!
|
irregardless/!
|
||||||
is able to/!
|
is able to/!
|
||||||
|
is related/!
|
||||||
is/!
|
is/!
|
||||||
issue/!
|
issue/!
|
||||||
it is what it is/!
|
it is/!
|
||||||
|
it was/!
|
||||||
|
it will/!
|
||||||
|
it/!
|
||||||
journey/!
|
journey/!
|
||||||
|
just that/!
|
||||||
|
just then/!
|
||||||
just/!
|
just/!
|
||||||
kind of/!
|
kind of/!
|
||||||
knew/!
|
knew/!
|
||||||
@@ -197,15 +318,22 @@ leverage/!
|
|||||||
lifestyle/!
|
lifestyle/!
|
||||||
like/!
|
like/!
|
||||||
likely/!
|
likely/!
|
||||||
|
linked/!
|
||||||
literally/!
|
literally/!
|
||||||
|
little too/!
|
||||||
|
little/!
|
||||||
living with/!
|
living with/!
|
||||||
|
look as if/!
|
||||||
look/!
|
look/!
|
||||||
looked/!
|
looked/!
|
||||||
looking/!
|
looking/!
|
||||||
lots of/!
|
lots of/!
|
||||||
lots/!
|
lots/!
|
||||||
|
loudly/!
|
||||||
lucid/!
|
lucid/!
|
||||||
made/!
|
made/!
|
||||||
|
make contact with/!
|
||||||
|
make itself felt/!
|
||||||
make/!
|
make/!
|
||||||
many/!
|
many/!
|
||||||
maybe/!
|
maybe/!
|
||||||
@@ -214,63 +342,91 @@ meaningful/!
|
|||||||
meaningfully/!
|
meaningfully/!
|
||||||
merely/!
|
merely/!
|
||||||
might/!
|
might/!
|
||||||
|
more or less/!
|
||||||
moreover/!
|
moreover/!
|
||||||
most feel/!
|
most feel/!
|
||||||
most/!
|
most/!
|
||||||
|
mostly/!
|
||||||
narrowly/!
|
narrowly/!
|
||||||
nature/!
|
nature/!
|
||||||
nearly/!
|
nearly/!
|
||||||
|
neat/!
|
||||||
need/!
|
need/!
|
||||||
never/!
|
never/!
|
||||||
next/!
|
next/!
|
||||||
nice/!
|
nice/!
|
||||||
|
nicely/!
|
||||||
nonetheless/!
|
nonetheless/!
|
||||||
not/!
|
not/!
|
||||||
note/!
|
note/!
|
||||||
|
now/!
|
||||||
obviously/!
|
obviously/!
|
||||||
of course/!
|
of course/!
|
||||||
|
of the opinion that/!
|
||||||
often/!
|
often/!
|
||||||
oh/!
|
oh/!
|
||||||
on account of/!
|
on account of/!
|
||||||
|
on the hypothesis that/!
|
||||||
one day/!
|
one day/!
|
||||||
|
one/!
|
||||||
oneness/!
|
oneness/!
|
||||||
only/!
|
only/!
|
||||||
opposite/!
|
opposite/!
|
||||||
|
other/!
|
||||||
out of/!
|
out of/!
|
||||||
|
out/!
|
||||||
over there/!
|
over there/!
|
||||||
people say/!
|
people say/!
|
||||||
people/!
|
people/!
|
||||||
per/!
|
per/!
|
||||||
perhaps/!
|
perhaps/!
|
||||||
|
person/!
|
||||||
platform/!
|
platform/!
|
||||||
|
play a leading part in/!
|
||||||
|
play a leading role in/!
|
||||||
|
plenty/!
|
||||||
plus/!
|
plus/!
|
||||||
|
poorly/!
|
||||||
|
practically/!
|
||||||
|
pretty/!
|
||||||
|
prior to/!
|
||||||
probably/!
|
probably/!
|
||||||
proceeded/!
|
proceeded/!
|
||||||
provide/!
|
provide/!
|
||||||
provided/!
|
provided/!
|
||||||
purported/!
|
purported/!
|
||||||
|
quickly/!
|
||||||
quite/!
|
quite/!
|
||||||
random/!
|
random/!
|
||||||
|
rather/!
|
||||||
reality/!
|
reality/!
|
||||||
realized/!
|
realized/!
|
||||||
really/!
|
really/!
|
||||||
|
regardless of the fact that/!
|
||||||
|
render inoperative/!
|
||||||
resonate/!
|
resonate/!
|
||||||
resonated/!
|
resonated/!
|
||||||
resonates/!
|
resonates/!
|
||||||
respected/!
|
respected/!
|
||||||
|
returned/!
|
||||||
|
right/!
|
||||||
robust/!
|
robust/!
|
||||||
|
roughly/!
|
||||||
said/!
|
said/!
|
||||||
sat down/!
|
sat down/!
|
||||||
saw/!
|
saw/!
|
||||||
say/!
|
say/!
|
||||||
|
scary/!
|
||||||
secondly/!
|
secondly/!
|
||||||
see/!
|
see/!
|
||||||
seem/!
|
seem/!
|
||||||
seemed/!
|
seemed/!
|
||||||
|
seeming/!
|
||||||
seemingly/!
|
seemingly/!
|
||||||
seems/!
|
seems/!
|
||||||
sees/!
|
sees/!
|
||||||
seriously/!
|
seriously/!
|
||||||
|
serve the purpose of/!
|
||||||
several/!
|
several/!
|
||||||
share/!
|
share/!
|
||||||
shared/!
|
shared/!
|
||||||
@@ -279,73 +435,109 @@ sharing/!
|
|||||||
short/!
|
short/!
|
||||||
should/!
|
should/!
|
||||||
signage/!
|
signage/!
|
||||||
|
silly/!
|
||||||
simply/!
|
simply/!
|
||||||
situation/!
|
situation/!
|
||||||
|
slightly/!
|
||||||
|
slowly/!
|
||||||
small/!
|
small/!
|
||||||
so as to/!
|
so as to/!
|
||||||
so/!
|
so/!
|
||||||
society/!
|
society/!
|
||||||
|
softly/!
|
||||||
some/!
|
some/!
|
||||||
|
somehow/!
|
||||||
|
someone/!
|
||||||
something/!
|
something/!
|
||||||
|
sometimes/!
|
||||||
|
somewhat like/!
|
||||||
somewhat/!
|
somewhat/!
|
||||||
|
soon/!
|
||||||
sooner or later/!
|
sooner or later/!
|
||||||
|
sooner/!
|
||||||
sort of/!
|
sort of/!
|
||||||
soul/!
|
soul/!
|
||||||
|
sound/!
|
||||||
|
start/!
|
||||||
started to/!
|
started to/!
|
||||||
started/!
|
started/!
|
||||||
|
starting/!
|
||||||
starts/!
|
starts/!
|
||||||
|
stayed/!
|
||||||
|
still/!
|
||||||
stood up/!
|
stood up/!
|
||||||
stuff/!
|
stuff/!
|
||||||
stupid/!
|
stupid/!
|
||||||
|
such/!
|
||||||
|
sudden/!
|
||||||
suddenly/!
|
suddenly/!
|
||||||
suitable/!
|
suitable/!
|
||||||
supposed/!
|
supposed/!
|
||||||
synergy/!
|
synergy/!
|
||||||
|
take effect/!
|
||||||
take issue with/!
|
take issue with/!
|
||||||
taken issue with/!
|
taken issue with/!
|
||||||
takes issue with/!
|
takes issue with/!
|
||||||
taking issue with/!
|
taking issue with/!
|
||||||
tall/!
|
tall/!
|
||||||
terrible/!
|
terrible/!
|
||||||
|
terribly/!
|
||||||
that/!
|
that/!
|
||||||
|
the fact that/!
|
||||||
|
the perspn/!
|
||||||
the public/!
|
the public/!
|
||||||
the/!
|
|
||||||
then/!
|
then/!
|
||||||
there are/!
|
there are/!
|
||||||
there is/!
|
there is/!
|
||||||
there was/!
|
there was/!
|
||||||
there were/!
|
there were/!
|
||||||
|
there/!
|
||||||
therefore/!
|
therefore/!
|
||||||
they say/!
|
they say/!
|
||||||
|
they/!
|
||||||
|
thin/!
|
||||||
thing/!
|
thing/!
|
||||||
things/!
|
things/!
|
||||||
think/!
|
think/!
|
||||||
thinking/!
|
thinking/!
|
||||||
thinks/!
|
thinks/!
|
||||||
thirdly/!
|
thirdly/!
|
||||||
|
this/!
|
||||||
though/!
|
though/!
|
||||||
thought/!
|
thought/!
|
||||||
thus/!
|
thus/!
|
||||||
to be/!
|
to be/!
|
||||||
to me/!
|
to me/!
|
||||||
|
to the/!
|
||||||
|
too/!
|
||||||
took issue with/!
|
took issue with/!
|
||||||
totally/!
|
totally/!
|
||||||
traditionally/!
|
traditionally/!
|
||||||
tragically/!
|
tragically/!
|
||||||
tribe/!
|
transpire/!
|
||||||
|
tried/!
|
||||||
|
tries/!
|
||||||
truly/!
|
truly/!
|
||||||
trust/!
|
trust/!
|
||||||
|
try/!
|
||||||
|
trying/!
|
||||||
typical/!
|
typical/!
|
||||||
understand/!
|
understand/!
|
||||||
understanding/!
|
understanding/!
|
||||||
|
unexciting/!
|
||||||
unfortunately/!
|
unfortunately/!
|
||||||
|
uninteresting/!
|
||||||
|
unique/!
|
||||||
up over/!
|
up over/!
|
||||||
|
up/!
|
||||||
used to/!
|
used to/!
|
||||||
|
usually/!
|
||||||
utilization/!
|
utilization/!
|
||||||
utilize/!
|
utilize/!
|
||||||
utilized/!
|
utilized/!
|
||||||
utilizes/!
|
utilizes/!
|
||||||
utilizing/!
|
utilizing/!
|
||||||
|
utterly/!
|
||||||
value/!
|
value/!
|
||||||
values/!
|
values/!
|
||||||
various/!
|
various/!
|
||||||
@@ -357,21 +549,28 @@ walked/!
|
|||||||
walking/!
|
walking/!
|
||||||
walks/!
|
walks/!
|
||||||
was/!
|
was/!
|
||||||
|
way/!
|
||||||
|
weak/!
|
||||||
well/!
|
well/!
|
||||||
went/!
|
went/!
|
||||||
were/!
|
were/!
|
||||||
what is up with/!
|
what is up with/!
|
||||||
what not/!
|
what not/!
|
||||||
what's up with/!
|
what's up with/!
|
||||||
|
what/!
|
||||||
whatever/!
|
whatever/!
|
||||||
what’s up with/!
|
what’s up with/!
|
||||||
which is/!
|
which is/!
|
||||||
while/!
|
while/!
|
||||||
who where/!
|
who where/!
|
||||||
|
why/!
|
||||||
widely/!
|
widely/!
|
||||||
wince/!
|
wince/!
|
||||||
wished/!
|
wished/!
|
||||||
|
with respect to/!
|
||||||
wondered/!
|
wondered/!
|
||||||
wonderful/!
|
wonderful/!
|
||||||
would like/!
|
would like/!
|
||||||
|
would/!
|
||||||
|
yet/!
|
||||||
you know/!
|
you know/!
|
||||||
|
|||||||
@@ -18,28 +18,6 @@ let g:wordy_dir = fnamemodify(resolve(expand('<sfile>:p')), ':h:h')
|
|||||||
|
|
||||||
command -nargs=0 NoWordy call wordy#init({})
|
command -nargs=0 NoWordy call wordy#init({})
|
||||||
|
|
||||||
command -nargs=0 BeingWordy call wordy#init({ 'd': 'being' })
|
|
||||||
command -nargs=0 PassiveWordy call wordy#init({ 'd': ['passive-voice', 'being',] })
|
|
||||||
|
|
||||||
command -nargs=0 WeakWordy call wordy#init({ 'd': 'weak' })
|
|
||||||
command -nargs=0 LazyWordy call wordy#init({ 'd': 'weak' })
|
|
||||||
|
|
||||||
command -nargs=0 ProblemWordy call wordy#init({ 'd': 'problematic' })
|
|
||||||
command -nargs=0 WordyWordy call wordy#init({ 'd': 'redundant' })
|
|
||||||
|
|
||||||
command -nargs=0 JargonWordy call wordy#init({ 'd': 'business-jargon' })
|
|
||||||
command -nargs=0 ArtJargonWordy call wordy#init({ 'd': 'art-jargon' })
|
|
||||||
command -nargs=0 PuffWordy call wordy#init({ 'd': 'puffery' })
|
|
||||||
command -nargs=0 WeaselWordy call wordy#init({ 'd': 'weasel' })
|
|
||||||
|
|
||||||
command -nargs=0 TriteWordy call wordy#init({ 'd': ['colloquial', 'idiomatic', 'similies',] })
|
|
||||||
|
|
||||||
" tools for formal and objective writing
|
|
||||||
command -nargs=0 VagueTimeWordy call wordy#init({ 'd': 'vague-time' })
|
|
||||||
command -nargs=0 OpineWordy call wordy#init({ 'd': 'opinion' })
|
|
||||||
command -nargs=0 SaidWordy call wordy#init({ 'd': 'said-synonyms' })
|
|
||||||
command -nargs=0 AintWordy call wordy#init({ 'd': 'contractions' })
|
|
||||||
|
|
||||||
command -nargs=0 NextWordy call wordy#jump(1)
|
command -nargs=0 NextWordy call wordy#jump(1)
|
||||||
command -nargs=0 PrevWordy call wordy#jump(-1)
|
command -nargs=0 PrevWordy call wordy#jump(-1)
|
||||||
|
|
||||||
@@ -55,9 +33,39 @@ if !exists('g:wordy#ring')
|
|||||||
\ 'puffery',
|
\ 'puffery',
|
||||||
\ ['problematic', 'redundant', ],
|
\ ['problematic', 'redundant', ],
|
||||||
\ ['colloquial', 'idiomatic', 'similies', ],
|
\ ['colloquial', 'idiomatic', 'similies', ],
|
||||||
|
\ 'art-jargon',
|
||||||
|
\ ['contractions', 'opinion', 'vague-time', 'said-synonyms', ],
|
||||||
\ ]
|
\ ]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
function! <SID>chooseDict(ArgLead, CmdLine, CursorPos)
|
||||||
|
return wordy#flatten(g:wordy#ring)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" Wordy {dict_name}
|
||||||
|
command -nargs=1
|
||||||
|
\ -complete=customlist,<SID>chooseDict
|
||||||
|
\ Wordy
|
||||||
|
\ call wordy#init({ 'd': <f-args> })
|
||||||
|
|
||||||
|
" start.DEPRECATED - will be removed at some point in future
|
||||||
|
command -nargs=0 BeingWordy call wordy#init({ 'd': 'being' })
|
||||||
|
command -nargs=0 PassiveWordy call wordy#init({ 'd': ['passive-voice', 'being',] })
|
||||||
|
command -nargs=0 WeakWordy call wordy#init({ 'd': 'weak' })
|
||||||
|
command -nargs=0 LazyWordy call wordy#init({ 'd': 'weak' })
|
||||||
|
command -nargs=0 ProblemWordy call wordy#init({ 'd': 'problematic' })
|
||||||
|
command -nargs=0 WordyWordy call wordy#init({ 'd': 'redundant' })
|
||||||
|
command -nargs=0 JargonWordy call wordy#init({ 'd': 'business-jargon' })
|
||||||
|
command -nargs=0 ArtJargonWordy call wordy#init({ 'd': 'art-jargon' })
|
||||||
|
command -nargs=0 PuffWordy call wordy#init({ 'd': 'puffery' })
|
||||||
|
command -nargs=0 WeaselWordy call wordy#init({ 'd': 'weasel' })
|
||||||
|
command -nargs=0 TriteWordy call wordy#init({ 'd': ['colloquial', 'idiomatic', 'similies',] })
|
||||||
|
command -nargs=0 VagueTimeWordy call wordy#init({ 'd': 'vague-time' })
|
||||||
|
command -nargs=0 OpineWordy call wordy#init({ 'd': 'opinion' })
|
||||||
|
command -nargs=0 SaidWordy call wordy#init({ 'd': 'said-synonyms' })
|
||||||
|
command -nargs=0 AintWordy call wordy#init({ 'd': 'contractions' })
|
||||||
|
" end.DEPRECATED
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
unlet s:save_cpo
|
unlet s:save_cpo
|
||||||
" vim:ts=2:sw=2:sts=2
|
" vim:ts=2:sw=2:sts=2
|
||||||
|
|||||||
Reference in New Issue
Block a user