style-scanner 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. data/.gitignore +19 -0
  2. data/.rspec +0 -0
  3. data/.rvmrc +1 -0
  4. data/Gemfile +4 -0
  5. data/Rakefile +16 -0
  6. data/bin/style +11 -0
  7. data/lib/dictionaries/acronyms.txt +5 -0
  8. data/lib/dictionaries/cliches.txt +680 -0
  9. data/lib/dictionaries/nationalities.txt +185 -0
  10. data/lib/style_scanner/problems/base.rb +45 -0
  11. data/lib/style_scanner/scanner.rb +67 -0
  12. data/lib/style_scanner/sentence.rb +61 -0
  13. data/lib/style_scanner/sentence_scans/adverb.rb +19 -0
  14. data/lib/style_scanner/sentence_scans/base.rb +70 -0
  15. data/lib/style_scanner/sentence_scans/broken_link.rb +27 -0
  16. data/lib/style_scanner/sentence_scans/capitalization.rb +57 -0
  17. data/lib/style_scanner/sentence_scans/cliche.rb +21 -0
  18. data/lib/style_scanner/sentence_scans/consecutively_repeated_word.rb +22 -0
  19. data/lib/style_scanner/sentence_scans/excess_white_space.rb +22 -0
  20. data/lib/style_scanner/sentence_scans/inappropriate_contraction.rb +20 -0
  21. data/lib/style_scanner/sentence_scans/latin_abbreviation.rb +38 -0
  22. data/lib/style_scanner/sentence_scans/passive_tense.rb +32 -0
  23. data/lib/style_scanner/sentence_scans/speaking_in_generalities.rb +17 -0
  24. data/lib/style_scanner/sentence_scans/spelling.rb +22 -0
  25. data/lib/style_scanner/sentence_scans/ugly_word.rb +17 -0
  26. data/lib/style_scanner/sentence_scans/used_word_already_in_sentence.rb +29 -0
  27. data/lib/style_scanner/sentence_scans/useless_word.rb +17 -0
  28. data/lib/style_scanner/string.rb +33 -0
  29. data/lib/style_scanner/tagged_word.rb +58 -0
  30. data/lib/style_scanner/tagger.rb +25 -0
  31. data/lib/style_scanner/version.rb +3 -0
  32. data/lib/style_scanner.rb +17 -0
  33. data/readme.textile +157 -0
  34. data/spec/fixtures/sample_text.txt +2 -0
  35. data/spec/fixtures/stylish/economist/economist-1.txt +29 -0
  36. data/spec/fixtures/stylish/economist/economist-2.txt +21 -0
  37. data/spec/fixtures/stylish/economist/economist-3.txt +9 -0
  38. data/spec/fixtures/stylish/economist/economist-4.txt +23 -0
  39. data/spec/fixtures/stylish/economist/economist-5.txt +15 -0
  40. data/spec/fixtures/stylish/economist/economist-6.txt +37 -0
  41. data/spec/integrations/command_line_spec.rb +41 -0
  42. data/spec/problems/base_spec.rb +38 -0
  43. data/spec/scanner_spec.rb +41 -0
  44. data/spec/sentence_scans/adverb_spec.rb +13 -0
  45. data/spec/sentence_scans/base_spec.rb +18 -0
  46. data/spec/sentence_scans/broken_link_spec.rb +18 -0
  47. data/spec/sentence_scans/capitalization_spec.rb +44 -0
  48. data/spec/sentence_scans/cliche_spec.rb +35 -0
  49. data/spec/sentence_scans/consecutively_repeated_word_spec.rb +26 -0
  50. data/spec/sentence_scans/excess_white_space_spec.rb +22 -0
  51. data/spec/sentence_scans/inappropriate_contraction_spec.rb +21 -0
  52. data/spec/sentence_scans/latin_abbreviation_spec.rb +34 -0
  53. data/spec/sentence_scans/passive_tense_spec.rb +138 -0
  54. data/spec/sentence_scans/speaking_in_generalities_spec.rb +15 -0
  55. data/spec/sentence_scans/spelling_spec.rb +16 -0
  56. data/spec/sentence_scans/ugly_word_spec.rb +29 -0
  57. data/spec/sentence_scans/used_word_already_in_sentence.rb +21 -0
  58. data/spec/sentence_scans/useless_word_spec.rb +14 -0
  59. data/spec/sentence_spec.rb +76 -0
  60. data/spec/spec_helper.rb +26 -0
  61. data/spec/string_spec.rb +30 -0
  62. data/spec/tagged_word_spec.rb +35 -0
  63. data/spec/tagger_spec.rb +14 -0
  64. data/style-scanner.gemspec +30 -0
  65. metadata +263 -0
@@ -0,0 +1,680 @@
1
+ 'tis the season
2
+ 20/20 hindsight
3
+ 24/7
4
+ 800 pound gorilla
5
+ a few cans short of a six-pack
6
+ a leading provider of
7
+ a plus for all stakeholders
8
+ ace in the hole
9
+ ace up your sleeve
10
+ acid test
11
+ actionable
12
+ airing dirty laundry
13
+ all booster, no payload
14
+ all foam, no beer
15
+ all foam, no beer
16
+ all hammer, no nail
17
+ all hat, no cattle
18
+ all icing, no cake
19
+ all in a day's work
20
+ all lime and salt, no tequila
21
+ all missile, no warhead
22
+ all shot, no powder
23
+ all sizzle, no steak
24
+ all talk, no action
25
+ all that and a bag of chips
26
+ all thumbs
27
+ all wax and no wick
28
+ all wet
29
+ all's fair in love and war
30
+ almighty dollar
31
+ always a bridesmaid
32
+ ambulance chaser
33
+ another day, another dollar
34
+ ants in your pants
35
+ apple-pie order
36
+ arm and a leg
37
+ armchair quarterback
38
+ army brat
39
+ art imitates life
40
+ artsy-craftsy
41
+ artsy-fartsy
42
+ as luck would have it
43
+ as old as time
44
+ at loggerheads
45
+ at the end of the day
46
+ babe in the woods
47
+ back against the wall
48
+ back in the saddle
49
+ back to square one
50
+ back to the drawing board
51
+ bad to the bone
52
+ badge of honor
53
+ badonkadonk
54
+ ballpark figure
55
+ balls to the wall
56
+ baptism of fire
57
+ bare bones
58
+ bark is worse than the bite
59
+ bark up the wrong tree
60
+ bat out of hell
61
+ bats in the belfry
62
+ battle royal
63
+ beat around the bush
64
+ beat the bushes
65
+ beats me
66
+ behind the eight ball
67
+ benchmark
68
+ bent out of shape
69
+ best foot forward
70
+ best of breed
71
+ best practices
72
+ bet your bottom dollar
73
+ better half
74
+ better late than never
75
+ better mousetrap
76
+ better safe than sorry
77
+ better than ever
78
+ better the devil you know
79
+ between a rock and a hard place
80
+ beyond the pale
81
+ bib and tucker
82
+ big as life
83
+ big fish in a small pond
84
+ big man on campus
85
+ bigger they are
86
+ bird in the hand
87
+ birds and the bees
88
+ birds of the feather
89
+ bite the dust
90
+ bite your tongue
91
+ bitter disappointment
92
+ black as coal
93
+ blast from the past
94
+ bleeding heart
95
+ blind as a bat
96
+ blood is thicker than water
97
+ blood money
98
+ blood on your hands
99
+ blood sweat and tears
100
+ blow this pop stand / joint
101
+ blushing bride
102
+ body by fisher, brains by mattel
103
+ boil it down to
104
+ bone of contention
105
+ boots on the ground
106
+ booze and broads
107
+ bored to tears
108
+ born and raised
109
+ born with a silver spoon in your mouth
110
+ born yesterday
111
+ bottom line
112
+ brain drain
113
+ brain dump
114
+ brass tacks
115
+ bring home the bacon
116
+ bring our 'a' game
117
+ brings a lot of value to the table
118
+ broken record
119
+ brother's keeper
120
+ bull by the horns
121
+ bull in a china shop
122
+ bump in the night
123
+ busy as a bee
124
+ but seriously
125
+ by and large
126
+ calm before the storm
127
+ can't cut the mustard
128
+ candle at both ends
129
+ case of mistaken identity
130
+ cast a wider net
131
+ cat got your tongue
132
+ cat out of the bag
133
+ caught red-handed
134
+ change agent
135
+ chapter and verse
136
+ checkered career
137
+ chickens come home to
138
+ chomping at the bit
139
+ circle back
140
+ cleanliness is next to
141
+ clear as a bell
142
+ clear as mud
143
+ client-centered
144
+ cold shoulder
145
+ communist conspiracy
146
+ conniption fit
147
+ core competency
148
+ could care less
149
+ couldn't care less
150
+ couldn't get to first base
151
+ count your blessings
152
+ countless hours
153
+ creature comfort
154
+ crime in the street
155
+ curiosity killed the cat
156
+ curry favor
157
+ cut a fine figure
158
+ cut and dried
159
+ cut to the chase
160
+ cut to the quick
161
+ cute as a button
162
+ darkest before the dawn
163
+ dead as a doornail
164
+ death and destruction
165
+ death and taxes
166
+ death's doorstep
167
+ devil is in the details
168
+ dim view
169
+ do no evil
170
+ dog days
171
+ dog in the manger
172
+ don't count your chickens before they're hatched
173
+ don't do the crime if you can't do the time
174
+ don't throw out the baby with the bathwater
175
+ doubting thomas
176
+ down and dirty
177
+ down in the dumps
178
+ down pat
179
+ down the drain/toilet
180
+ down the hatch
181
+ down to earth
182
+ downsizing
183
+ drinking kool-aid
184
+ drive you up a wall
185
+ drop the ball
186
+ dutch uncle
187
+ dyed in the wool
188
+ e-ticket
189
+ ear to the ground
190
+ early bird catches the worm
191
+ easier said than done
192
+ easy as 1-2-3
193
+ easy as pie
194
+ eat crow
195
+ eat humble pie
196
+ eco-anything
197
+ enough already
198
+ even money
199
+ every dog has its day
200
+ every fiber of my being
201
+ everything but the kitchen sink
202
+ evil twin
203
+ existential angst
204
+ experts agree
205
+ eye for an eye
206
+ facts of life
207
+ fair weather friend
208
+ fair-haired one
209
+ fall off of a turnip truck
210
+ faster, cheaper, better
211
+ fat slob
212
+ favor us with a song
213
+ fear and loathing
214
+ feather your nest
215
+ fellow traveler
216
+ few and far between
217
+ field this one
218
+ fifteen minutes of fame
219
+ fish nor fowl
220
+ fly by night
221
+ fly the coop
222
+ for the birds
223
+ fox in the henhouse
224
+ freudian slip
225
+ from a professional standpoint
226
+ fun and games
227
+ fun in the sun
228
+ game changer
229
+ garbage in, garbage out
230
+ get the sack
231
+ get your groove back
232
+ gets my goat
233
+ gift horse in the mouth
234
+ gilding the lily
235
+ give a damn
236
+ give me a break
237
+ gives me the creeps
238
+ giving 110%
239
+ go him one better
240
+ godliness
241
+ goes without saying
242
+ going forward
243
+ going from good to great
244
+ good deed for the day
245
+ good time was had by all
246
+ greek to me
247
+ green thumb
248
+ green-eyed monster
249
+ grist for the mill
250
+ guiding light
251
+ hair of the dog
252
+ hard to believe
253
+ has legs and can go really far
254
+ have a nice day
255
+ he couldn't pour water out of a boot with instructions printed on the heel
256
+ he couldn't think his way out of a paper bag
257
+ he donated his brain to science science sent it back
258
+ he fell out of the stupid tree and hit every branch on his way down
259
+ he's a walking advertisement/poster boy for birth control/planned parenthood
260
+ he's as useful as tits on a wart/boar hog
261
+ he's dumber than a bag of hammers
262
+ he's dumber than a box of rocks
263
+ he's not the brightest crayon in the box
264
+ he's not the sharpest knife in the drawer
265
+ head honcho
266
+ heart's content
267
+ hell-bent for leather
268
+ hidden agenda
269
+ high and the mighty
270
+ high on the hog
271
+ his bread ain't done
272
+ his elevator doesn't go to the top floor
273
+ his pilot light isn't lit
274
+ his yeast went bad
275
+ hold a candle to
276
+ hold your horses
277
+ hold your tongue
278
+ hook or by crook
279
+ horse of a different color
280
+ hot knife through butter
281
+ how goes the battle?
282
+ i beg to differ
283
+ i don't have the bandwidth
284
+ i'm not throwing him under the bus, but
285
+ i'm okay, you're okay
286
+ if brains were dynamite, he couldn't blow his nose
287
+ if the shoe fits
288
+ if you gave him a penny for his thoughts, you'd get change
289
+ impactful
290
+ improve roi
291
+ in a nutshell
292
+ in a pinch
293
+ in a wink
294
+ in harm's way
295
+ in the tank
296
+ in today's highly competitive marketplace
297
+ in your dreams
298
+ in your face
299
+ industry leader
300
+ industry standard
301
+ inexorably drawn
302
+ influence peddling
303
+ info dump
304
+ integrated approach
305
+ intents and purposes
306
+ it is what it is
307
+ it takes him an hour to cook minute rice
308
+ it was a dark and stormy night
309
+ it won't fly
310
+ jack of all trades
311
+ jockey for position
312
+ johnny-come-lately
313
+ joined at the hip
314
+ jump down your throat
315
+ jump her/his bones
316
+ jump in with both feet
317
+ jump on the bandwagon
318
+ jump the gun
319
+ junk in the trunk
320
+ jury is still out
321
+ justice is blind
322
+ keep an eye on you
323
+ keep it down
324
+ keep it simple, stupid
325
+ keep up with the joneses
326
+ keep your cards close to vest
327
+ keep your chin up
328
+ keep your fingers crossed
329
+ keep your powder dry
330
+ kick ass
331
+ kick the bucket
332
+ kick up your heels
333
+ kick you to the curb
334
+ kick your feet up
335
+ kickbutt
336
+ kid in a candy store
337
+ kill two birds with one stone
338
+ king's english
339
+ king's ransom
340
+ kiss and tell
341
+ kiss ass
342
+ kiss of death
343
+ kit and kaboodle
344
+ knee-high to a grasshopper
345
+ knock it out of the park
346
+ knock on wood
347
+ knock your socks off
348
+ knocked up
349
+ know him from adam
350
+ know the ropes
351
+ know the score
352
+ knuckle down
353
+ knuckle sandwich
354
+ knuckle under
355
+ labor of love
356
+ lap of luxury
357
+ last but not least
358
+ last hurrah
359
+ last-ditch effort
360
+ law of the jungle
361
+ law of the land
362
+ lay down the law
363
+ leaps and bounds
364
+ let sleeping dogs lie
365
+ let the cat out of the bag
366
+ let's be proactive here people
367
+ let's get granular
368
+ let's hit the ground running
369
+ let's split
370
+ let's take this off-line
371
+ liberal media
372
+ lie like a rug
373
+ life and limb
374
+ life imitates art
375
+ life's a bitch
376
+ lighten up
377
+ lights out
378
+ like a sore thumb
379
+ like butter
380
+ like the plague
381
+ like there's no tomorrow
382
+ lion's share
383
+ litmus test
384
+ little black book
385
+ live and learn
386
+ long and short of it
387
+ long lost love
388
+ look before you leap
389
+ lounge lizard
390
+ loved and lost
391
+ low man on the totem pole
392
+ low-hanging fruit
393
+ luck of the draw
394
+ luck of the irish
395
+ make my day
396
+ male chauvinist
397
+ man's best friend
398
+ manage expectations
399
+ many moons
400
+ many-splendored thing
401
+ mark my words
402
+ marketing-driven
403
+ maximize customer satisfaction
404
+ maximize leverage
405
+ meaningful relationship
406
+ mellow out
407
+ moment of glory
408
+ moment's respite
409
+ monday morning quarterback
410
+ monkey see, monkey do
411
+ monkey suit
412
+ motherhood and apple pie
413
+ movers and shakers
414
+ moving experience
415
+ moving up the value chain
416
+ multi task
417
+ my two cents
418
+ neat as a pin
419
+ needless to say
420
+ net-net
421
+ next generation
422
+ nip it in the bud
423
+ no guts, no glory
424
+ no love lost
425
+ no pain, no gain
426
+ no stone unturned
427
+ no time like the present
428
+ nose to the grindstone
429
+ not in my back yard
430
+ not on your tintype
431
+ now more than ever
432
+ number one fan
433
+ numerous to mention
434
+ off the wagon
435
+ offline
436
+ old college try
437
+ old meets new
438
+ older and wiser
439
+ older than dirt
440
+ older than methuselah
441
+ on steroids
442
+ on the bandwagon
443
+ on the nose
444
+ on the wagon
445
+ on thin ice
446
+ one born every minute
447
+ one brick shy of a load
448
+ one foot in the grave
449
+ one fry short of a happy meal
450
+ one in a million
451
+ one pickle short of a barrel
452
+ one sandwich short of a picnic
453
+ one step short of a flight
454
+ one taco short of a combination plate
455
+ only game in town
456
+ only to be met
457
+ out of pocket
458
+ out of the frying pan
459
+ out on a limb
460
+ out-of-pocket
461
+ p's and q's
462
+ pain and suffering
463
+ panic button
464
+ paradigm shift
465
+ party pooper
466
+ pass the sniff test
467
+ patter of little feet
468
+ pay through the nose
469
+ peas in a pod
470
+ perfect storm
471
+ pig in a poke
472
+ pillar of society
473
+ pinko
474
+ plenty of fish in the sea
475
+ poison pen
476
+ poor as a churchmouse
477
+ poor excuse for
478
+ pot calling the kettle black
479
+ proud possessor
480
+ pull through in the end
481
+ push the envelope
482
+ put a stake in the ground
483
+ put my/your foot down
484
+ putting lipstick on a pig
485
+ quick and the dead
486
+ quick as a bunny
487
+ radical chic
488
+ rags to riches
489
+ raining buckets
490
+ raining cats and dogs
491
+ raise the bar
492
+ rank and file
493
+ read my lips
494
+ red herring
495
+ redheaded stepchild
496
+ reign supreme
497
+ remember the alamo
498
+ resonate
499
+ rightsizing
500
+ road to hell is paved with good intentions
501
+ rob peter to pay paul
502
+ robust
503
+ rock and a hard place
504
+ rocket science/scientist
505
+ roost
506
+ rope a dope
507
+ run it up the flagpole
508
+ run it up the flagpole and see who salutes
509
+ running dog lackey
510
+ safe than sorry
511
+ salt of the earth
512
+ save face
513
+ scalable
514
+ scared stiff
515
+ scared to death
516
+ school's out
517
+ screaming meemies
518
+ seamless integration
519
+ senses reel
520
+ set the record straight
521
+ shake a stick should of
522
+ shapes and forms
523
+ shoulder to the wheel
524
+ shouldered his way
525
+ shut your trap
526
+ sigh of relief
527
+ significant other
528
+ silence is golden
529
+ six sigma
530
+ slept like a log
531
+ small world
532
+ snake in the grass
533
+ snow job
534
+ snug as a bug
535
+ some of my best friends
536
+ something the cat dragged in
537
+ somewhere a villiage is missing its idiot
538
+ spade a spade
539
+ spare the rod
540
+ spending more time with my family
541
+ spitting image
542
+ spring to life
543
+ squeaky wheel gets the grease/oil
544
+ start from scratch
545
+ step up to the plate
546
+ stick in the mud
547
+ stick in your craw
548
+ still waters run deep
549
+ stop and smell the roses
550
+ store bought
551
+ stranger than fiction
552
+ strategic
553
+ straw that broke the camel's back
554
+ stubborn as a mule
555
+ stuff that dreams are made of
556
+ stuffed shirt
557
+ synergy
558
+ take it to the next level
559
+ take one for the team
560
+ take the bull by the horns
561
+ take the plunge
562
+ takes one to know one
563
+ talk turkey
564
+ team player
565
+ teamwork
566
+ ten foot pole
567
+ the 80%-20% rule
568
+ the bottom line
569
+ the cheese slid off his cracker
570
+ the customer is always right
571
+ the earth moved
572
+ the elephant in the room
573
+ the final analysis
574
+ the gates are down, the lights are flashing, but there is no train
575
+ the light is on, but nobody is home
576
+ the real mccoy
577
+ the same old story
578
+ the scenery only changes for the lead dog
579
+ the starting gate is open, but he's still asking directions
580
+ the wheel is turning, but the hamster is dead
581
+ there's nothing in the attic but cobwebs
582
+ these things happen
583
+ thick as thieves
584
+ think outside of the box
585
+ thinking outside of the box
586
+ third time's the charm
587
+ this day and age
588
+ this point in time
589
+ thought leader
590
+ three strikes and you're out
591
+ through the grapevine
592
+ throw in the towel
593
+ tiger by the tail
594
+ till the fat lady sings
595
+ time and time again
596
+ time is of the essense
597
+ tip of the iceberg
598
+ to err is human
599
+ to the best of my knowledge
600
+ today, more than ever
601
+ tongue-in-cheek
602
+ too hot to handle
603
+ too many chiefs and not enough indians
604
+ touch base
605
+ touch of blarney
606
+ tough as nails
607
+ tough luck
608
+ tough row to hoe
609
+ traditional family values
610
+ transparency
611
+ trials and tribulations
612
+ tried and true
613
+ trip down memory lane
614
+ true blue
615
+ turn your smile/frown upside-down
616
+ twist of fate
617
+ twists and turns
618
+ two to tango
619
+ under the gun
620
+ under the same roof
621
+ understated elegance
622
+ unexpected twist
623
+ until the cows come home
624
+ up his sleeve
625
+ up the creek
626
+ up the wrong tree
627
+ user-experience
628
+ user-focused
629
+ value-added proposition
630
+ very real concern
631
+ view with alarm
632
+ viral
633
+ wakeup call
634
+ was my face red
635
+ watch your tongue
636
+ web 2 0
637
+ web of intrigue
638
+ week of sundays
639
+ what a bummer
640
+ what comes around, goes around
641
+ what the cat dragged in
642
+ what the dickens
643
+ what the heck/hell
644
+ what you see is what you get
645
+ what's not to like
646
+ wheeler-dealer
647
+ when in doubt, punt
648
+ when push comes to shove
649
+ when rubber meets the road
650
+ when the cat's away
651
+ when the going gets tough, the tough get going
652
+ who has everything
653
+ whole ball of wax
654
+ whole hog
655
+ whole nine yards
656
+ whole other story
657
+ wild goose chase
658
+ wild oats
659
+ will wonders never cease
660
+ wimp
661
+ win friends and influence
662
+ win one for the gipper
663
+ win-win
664
+ win-win situation
665
+ wisdom of the ages
666
+ without benefit of clergy
667
+ wnning is everything
668
+ wolf at the door
669
+ words fail
670
+ work like a dog
671
+ worst nightmare
672
+ wrong side of the bed
673
+ years young
674
+ yellow journalism
675
+ you are what you eat
676
+ you can run, but you can't hide
677
+ you know what they say
678
+ young and foolish
679
+ young and restless
680
+ yuppie