keyphrase 0.1.0

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.
@@ -0,0 +1,1896 @@
1
+ class Keyphrase
2
+ module Stoplist
3
+ class Eng
4
+ def self.smart
5
+ @@smart_regex ||= /(?:^|\s)(?:#{smart_words.join('|')})(?:$|\s)/io
6
+ end
7
+
8
+ def self.strict
9
+ @@strict_regex ||= /(?:^|\s)(?:#{strict_words.join('|')})(?:$|\s)/io
10
+ end
11
+
12
+ def self.smart_words
13
+ @@smart ||= %w{
14
+ dr
15
+ dra
16
+ mr
17
+ ms
18
+ a
19
+ a's
20
+ able
21
+ about
22
+ above
23
+ according
24
+ accordingly
25
+ across
26
+ actually
27
+ after
28
+ afterwards
29
+ again
30
+ against
31
+ ain't
32
+ all
33
+ allow
34
+ allows
35
+ almost
36
+ alone
37
+ along
38
+ already
39
+ also
40
+ although
41
+ always
42
+ am
43
+ among
44
+ amongst
45
+ an
46
+ and
47
+ another
48
+ any
49
+ anybody
50
+ anyhow
51
+ anyone
52
+ anything
53
+ anyway
54
+ anyways
55
+ anywhere
56
+ apart
57
+ appear
58
+ appreciate
59
+ appropriate
60
+ are
61
+ aren't
62
+ around
63
+ as
64
+ aside
65
+ ask
66
+ asking
67
+ associated
68
+ at
69
+ available
70
+ away
71
+ awfully
72
+ b
73
+ be
74
+ became
75
+ because
76
+ become
77
+ becomes
78
+ becoming
79
+ been
80
+ before
81
+ beforehand
82
+ behind
83
+ being
84
+ believe
85
+ below
86
+ beside
87
+ besides
88
+ best
89
+ better
90
+ between
91
+ beyond
92
+ both
93
+ brief
94
+ but
95
+ by
96
+ c
97
+ c'mon
98
+ c's
99
+ came
100
+ can
101
+ can't
102
+ cannot
103
+ cant
104
+ cause
105
+ causes
106
+ certain
107
+ certainly
108
+ changes
109
+ clearly
110
+ co
111
+ com
112
+ come
113
+ comes
114
+ concerning
115
+ consequently
116
+ consider
117
+ considering
118
+ contain
119
+ containing
120
+ contains
121
+ corresponding
122
+ could
123
+ couldn't
124
+ course
125
+ currently
126
+ d
127
+ definitely
128
+ described
129
+ despite
130
+ did
131
+ didn't
132
+ different
133
+ do
134
+ does
135
+ doesn't
136
+ doing
137
+ don't
138
+ done
139
+ down
140
+ downwards
141
+ during
142
+ e
143
+ each
144
+ edu
145
+ eg
146
+ eight
147
+ either
148
+ else
149
+ elsewhere
150
+ enough
151
+ entirely
152
+ especially
153
+ et
154
+ etc
155
+ even
156
+ ever
157
+ every
158
+ everybody
159
+ everyone
160
+ everything
161
+ everywhere
162
+ ex
163
+ exactly
164
+ example
165
+ except
166
+ f
167
+ far
168
+ few
169
+ fifth
170
+ first
171
+ five
172
+ followed
173
+ following
174
+ follows
175
+ for
176
+ former
177
+ formerly
178
+ forth
179
+ four
180
+ from
181
+ further
182
+ furthermore
183
+ g
184
+ get
185
+ gets
186
+ getting
187
+ given
188
+ gives
189
+ go
190
+ goes
191
+ going
192
+ gone
193
+ got
194
+ gotten
195
+ greetings
196
+ h
197
+ had
198
+ hadn't
199
+ happens
200
+ hardly
201
+ has
202
+ hasn't
203
+ have
204
+ haven't
205
+ having
206
+ he
207
+ he's
208
+ hello
209
+ help
210
+ hence
211
+ her
212
+ here
213
+ here's
214
+ hereafter
215
+ hereby
216
+ herein
217
+ hereupon
218
+ hers
219
+ herself
220
+ hi
221
+ him
222
+ himself
223
+ his
224
+ hither
225
+ hopefully
226
+ how
227
+ howbeit
228
+ however
229
+ i
230
+ i'd
231
+ i'll
232
+ i'm
233
+ i've
234
+ ie
235
+ if
236
+ ignored
237
+ immediate
238
+ in
239
+ inasmuch
240
+ inc
241
+ indeed
242
+ indicate
243
+ indicated
244
+ indicates
245
+ inner
246
+ insofar
247
+ instead
248
+ into
249
+ inward
250
+ is
251
+ isn't
252
+ it
253
+ it'd
254
+ it'll
255
+ it's
256
+ its
257
+ itself
258
+ j
259
+ just
260
+ k
261
+ keep
262
+ keeps
263
+ kept
264
+ know
265
+ knows
266
+ known
267
+ l
268
+ last
269
+ lately
270
+ later
271
+ latter
272
+ latterly
273
+ least
274
+ less
275
+ lest
276
+ let
277
+ let's
278
+ like
279
+ liked
280
+ likely
281
+ little
282
+ look
283
+ looking
284
+ looks
285
+ ltd
286
+ m
287
+ mainly
288
+ many
289
+ may
290
+ maybe
291
+ me
292
+ mean
293
+ meanwhile
294
+ merely
295
+ might
296
+ more
297
+ moreover
298
+ most
299
+ mostly
300
+ much
301
+ must
302
+ my
303
+ myself
304
+ n
305
+ name
306
+ namely
307
+ nd
308
+ near
309
+ nearly
310
+ necessary
311
+ need
312
+ needs
313
+ neither
314
+ never
315
+ nevertheless
316
+ new
317
+ next
318
+ nine
319
+ no
320
+ nobody
321
+ non
322
+ none
323
+ noone
324
+ nor
325
+ normally
326
+ not
327
+ nothing
328
+ novel
329
+ now
330
+ nowhere
331
+ o
332
+ obviously
333
+ of
334
+ off
335
+ often
336
+ oh
337
+ ok
338
+ okay
339
+ old
340
+ on
341
+ once
342
+ one
343
+ ones
344
+ only
345
+ onto
346
+ or
347
+ other
348
+ others
349
+ otherwise
350
+ ought
351
+ our
352
+ ours
353
+ ourselves
354
+ out
355
+ outside
356
+ over
357
+ overall
358
+ own
359
+ p
360
+ particular
361
+ particularly
362
+ per
363
+ perhaps
364
+ placed
365
+ please
366
+ plus
367
+ possible
368
+ presumably
369
+ probably
370
+ provides
371
+ q
372
+ que
373
+ quite
374
+ qv
375
+ r
376
+ rather
377
+ rd
378
+ re
379
+ really
380
+ reasonably
381
+ regarding
382
+ regardless
383
+ regards
384
+ relatively
385
+ respectively
386
+ right
387
+ s
388
+ said
389
+ same
390
+ saw
391
+ say
392
+ saying
393
+ says
394
+ second
395
+ secondly
396
+ see
397
+ seeing
398
+ seem
399
+ seemed
400
+ seeming
401
+ seems
402
+ seen
403
+ self
404
+ selves
405
+ sensible
406
+ sent
407
+ serious
408
+ seriously
409
+ seven
410
+ several
411
+ shall
412
+ she
413
+ should
414
+ shouldn't
415
+ since
416
+ six
417
+ so
418
+ some
419
+ somebody
420
+ somehow
421
+ someone
422
+ something
423
+ sometime
424
+ sometimes
425
+ somewhat
426
+ somewhere
427
+ soon
428
+ sorry
429
+ specified
430
+ specify
431
+ specifying
432
+ still
433
+ sub
434
+ such
435
+ sup
436
+ sure
437
+ t
438
+ t's
439
+ take
440
+ taken
441
+ tell
442
+ tends
443
+ th
444
+ than
445
+ thank
446
+ thanks
447
+ thanx
448
+ that
449
+ that's
450
+ thats
451
+ the
452
+ their
453
+ theirs
454
+ them
455
+ themselves
456
+ then
457
+ thence
458
+ there
459
+ there's
460
+ thereafter
461
+ thereby
462
+ therefore
463
+ therein
464
+ theres
465
+ thereupon
466
+ these
467
+ they
468
+ they'd
469
+ they'll
470
+ they're
471
+ they've
472
+ think
473
+ third
474
+ this
475
+ thorough
476
+ thoroughly
477
+ those
478
+ though
479
+ three
480
+ through
481
+ throughout
482
+ thru
483
+ thus
484
+ to
485
+ together
486
+ too
487
+ took
488
+ toward
489
+ towards
490
+ tried
491
+ tries
492
+ truly
493
+ try
494
+ trying
495
+ twice
496
+ two
497
+ u
498
+ un
499
+ under
500
+ unfortunately
501
+ unless
502
+ unlikely
503
+ until
504
+ unto
505
+ up
506
+ upon
507
+ us
508
+ use
509
+ used
510
+ useful
511
+ uses
512
+ using
513
+ usually
514
+ uucp
515
+ v
516
+ value
517
+ various
518
+ very
519
+ via
520
+ viz
521
+ vs
522
+ w
523
+ want
524
+ wants
525
+ was
526
+ wasn't
527
+ way
528
+ we
529
+ we'd
530
+ we'll
531
+ we're
532
+ we've
533
+ welcome
534
+ well
535
+ went
536
+ were
537
+ weren't
538
+ what
539
+ what's
540
+ whatever
541
+ when
542
+ whence
543
+ whenever
544
+ where
545
+ where's
546
+ whereafter
547
+ whereas
548
+ whereby
549
+ wherein
550
+ whereupon
551
+ wherever
552
+ whether
553
+ which
554
+ while
555
+ whither
556
+ who
557
+ who's
558
+ whoever
559
+ whole
560
+ whom
561
+ whose
562
+ why
563
+ will
564
+ willing
565
+ wish
566
+ with
567
+ within
568
+ without
569
+ won't
570
+ wonder
571
+ would
572
+ would
573
+ wouldn't
574
+ x
575
+ y
576
+ yes
577
+ yet
578
+ you
579
+ you'd
580
+ you'll
581
+ you're
582
+ you've
583
+ your
584
+ yours
585
+ yourself
586
+ yourselves
587
+ z
588
+ zero
589
+ }
590
+ end
591
+
592
+ def self.strict_words
593
+ @@strict ||= %w{
594
+ 'll
595
+ 'tis
596
+ 'twas
597
+ 've
598
+ 10
599
+ 39
600
+ a
601
+ a's
602
+ able
603
+ ableabout
604
+ about
605
+ above
606
+ abroad
607
+ abst
608
+ accordance
609
+ according
610
+ accordingly
611
+ across
612
+ act
613
+ actually
614
+ ad
615
+ added
616
+ adj
617
+ adopted
618
+ ae
619
+ af
620
+ affected
621
+ affecting
622
+ affects
623
+ after
624
+ afterwards
625
+ ag
626
+ again
627
+ against
628
+ ago
629
+ ah
630
+ ahead
631
+ ai
632
+ ain't
633
+ aint
634
+ al
635
+ all
636
+ allow
637
+ allows
638
+ almost
639
+ alone
640
+ along
641
+ alongside
642
+ already
643
+ also
644
+ although
645
+ always
646
+ am
647
+ amid
648
+ amidst
649
+ among
650
+ amongst
651
+ amoungst
652
+ amount
653
+ an
654
+ and
655
+ announce
656
+ another
657
+ any
658
+ anybody
659
+ anyhow
660
+ anymore
661
+ anyone
662
+ anything
663
+ anyway
664
+ anyways
665
+ anywhere
666
+ ao
667
+ apart
668
+ apparently
669
+ appear
670
+ appreciate
671
+ appropriate
672
+ approximately
673
+ aq
674
+ ar
675
+ are
676
+ area
677
+ areas
678
+ aren
679
+ aren't
680
+ arent
681
+ arise
682
+ around
683
+ arpa
684
+ as
685
+ aside
686
+ ask
687
+ asked
688
+ asking
689
+ asks
690
+ associated
691
+ at
692
+ au
693
+ auth
694
+ available
695
+ aw
696
+ away
697
+ awfully
698
+ az
699
+ b
700
+ ba
701
+ back
702
+ backed
703
+ backing
704
+ backs
705
+ backward
706
+ backwards
707
+ bb
708
+ bd
709
+ be
710
+ became
711
+ because
712
+ become
713
+ becomes
714
+ becoming
715
+ been
716
+ before
717
+ beforehand
718
+ began
719
+ begin
720
+ beginning
721
+ beginnings
722
+ begins
723
+ behind
724
+ being
725
+ beings
726
+ believe
727
+ below
728
+ beside
729
+ besides
730
+ best
731
+ better
732
+ between
733
+ beyond
734
+ bf
735
+ bg
736
+ bh
737
+ bi
738
+ big
739
+ bill
740
+ billion
741
+ biol
742
+ bj
743
+ bm
744
+ bn
745
+ bo
746
+ both
747
+ bottom
748
+ br
749
+ brief
750
+ briefly
751
+ bs
752
+ bt
753
+ but
754
+ buy
755
+ bv
756
+ bw
757
+ by
758
+ bz
759
+ c
760
+ c'mon
761
+ c's
762
+ ca
763
+ call
764
+ came
765
+ can
766
+ can't
767
+ cannot
768
+ cant
769
+ caption
770
+ case
771
+ cases
772
+ cause
773
+ causes
774
+ cc
775
+ cd
776
+ certain
777
+ certainly
778
+ cf
779
+ cg
780
+ ch
781
+ changes
782
+ ci
783
+ ck
784
+ cl
785
+ clear
786
+ clearly
787
+ click
788
+ cm
789
+ cmon
790
+ cn
791
+ co
792
+ co.
793
+ com
794
+ come
795
+ comes
796
+ computer
797
+ con
798
+ concerning
799
+ consequently
800
+ consider
801
+ considering
802
+ contain
803
+ containing
804
+ contains
805
+ copy
806
+ corresponding
807
+ could
808
+ could've
809
+ couldn
810
+ couldn't
811
+ couldnt
812
+ course
813
+ cr
814
+ cry
815
+ cs
816
+ cu
817
+ currently
818
+ cv
819
+ cx
820
+ cy
821
+ cz
822
+ d
823
+ dare
824
+ daren't
825
+ darent
826
+ date
827
+ de
828
+ dear
829
+ definitely
830
+ describe
831
+ described
832
+ despite
833
+ detail
834
+ did
835
+ didn
836
+ didn't
837
+ didnt
838
+ differ
839
+ different
840
+ differently
841
+ directly
842
+ dj
843
+ dk
844
+ dm
845
+ do
846
+ does
847
+ doesn
848
+ doesn't
849
+ doesnt
850
+ doing
851
+ don
852
+ don't
853
+ done
854
+ dont
855
+ doubtful
856
+ down
857
+ downed
858
+ downing
859
+ downs
860
+ downwards
861
+ due
862
+ during
863
+ dz
864
+ e
865
+ each
866
+ early
867
+ ec
868
+ ed
869
+ edu
870
+ ee
871
+ effect
872
+ eg
873
+ eh
874
+ eight
875
+ eighty
876
+ either
877
+ eleven
878
+ else
879
+ elsewhere
880
+ empty
881
+ end
882
+ ended
883
+ ending
884
+ ends
885
+ enough
886
+ entirely
887
+ er
888
+ es
889
+ especially
890
+ et
891
+ et-al
892
+ etc
893
+ even
894
+ evenly
895
+ ever
896
+ evermore
897
+ every
898
+ everybody
899
+ everyone
900
+ everything
901
+ everywhere
902
+ ex
903
+ exactly
904
+ example
905
+ except
906
+ f
907
+ face
908
+ faces
909
+ fact
910
+ facts
911
+ fairly
912
+ far
913
+ farther
914
+ felt
915
+ few
916
+ fewer
917
+ ff
918
+ fi
919
+ fifteen
920
+ fifth
921
+ fifty
922
+ fify
923
+ fill
924
+ find
925
+ finds
926
+ fire
927
+ first
928
+ five
929
+ fix
930
+ fj
931
+ fk
932
+ fm
933
+ fo
934
+ followed
935
+ following
936
+ follows
937
+ for
938
+ forever
939
+ former
940
+ formerly
941
+ forth
942
+ forty
943
+ forward
944
+ found
945
+ four
946
+ fr
947
+ free
948
+ from
949
+ front
950
+ full
951
+ fully
952
+ further
953
+ furthered
954
+ furthering
955
+ furthermore
956
+ furthers
957
+ fx
958
+ g
959
+ ga
960
+ gave
961
+ gb
962
+ gd
963
+ ge
964
+ general
965
+ generally
966
+ get
967
+ gets
968
+ getting
969
+ gf
970
+ gg
971
+ gh
972
+ gi
973
+ give
974
+ given
975
+ gives
976
+ giving
977
+ gl
978
+ gm
979
+ gmt
980
+ gn
981
+ go
982
+ goes
983
+ going
984
+ gone
985
+ good
986
+ goods
987
+ got
988
+ gotten
989
+ gov
990
+ gp
991
+ gq
992
+ gr
993
+ great
994
+ greater
995
+ greatest
996
+ greetings
997
+ group
998
+ grouped
999
+ grouping
1000
+ groups
1001
+ gs
1002
+ gt
1003
+ gu
1004
+ gw
1005
+ gy
1006
+ h
1007
+ had
1008
+ hadn't
1009
+ hadnt
1010
+ half
1011
+ happens
1012
+ hardly
1013
+ has
1014
+ hasn
1015
+ hasn't
1016
+ hasnt
1017
+ have
1018
+ haven
1019
+ haven't
1020
+ havent
1021
+ having
1022
+ he
1023
+ he'd
1024
+ he'll
1025
+ he's
1026
+ hed
1027
+ hell
1028
+ hello
1029
+ help
1030
+ hence
1031
+ her
1032
+ here
1033
+ here's
1034
+ hereafter
1035
+ hereby
1036
+ herein
1037
+ heres
1038
+ hereupon
1039
+ hers
1040
+ herself
1041
+ herse”
1042
+ hes
1043
+ hi
1044
+ hid
1045
+ high
1046
+ higher
1047
+ highest
1048
+ him
1049
+ himself
1050
+ himse”
1051
+ his
1052
+ hither
1053
+ hk
1054
+ hm
1055
+ hn
1056
+ home
1057
+ homepage
1058
+ hopefully
1059
+ how
1060
+ how'd
1061
+ how'll
1062
+ how's
1063
+ howbeit
1064
+ however
1065
+ hr
1066
+ ht
1067
+ htm
1068
+ html
1069
+ http
1070
+ hu
1071
+ hundred
1072
+ i
1073
+ i'd
1074
+ i'll
1075
+ i'm
1076
+ i've
1077
+ i.e.
1078
+ id
1079
+ ie
1080
+ if
1081
+ ignored
1082
+ ii
1083
+ il
1084
+ ill
1085
+ im
1086
+ immediate
1087
+ immediately
1088
+ importance
1089
+ important
1090
+ in
1091
+ inasmuch
1092
+ inc
1093
+ inc.
1094
+ indeed
1095
+ index
1096
+ indicate
1097
+ indicated
1098
+ indicates
1099
+ information
1100
+ inner
1101
+ inside
1102
+ insofar
1103
+ instead
1104
+ int
1105
+ interest
1106
+ interested
1107
+ interesting
1108
+ interests
1109
+ into
1110
+ invention
1111
+ inward
1112
+ io
1113
+ iq
1114
+ ir
1115
+ is
1116
+ isn
1117
+ isn't
1118
+ isnt
1119
+ it
1120
+ it'd
1121
+ it'll
1122
+ it's
1123
+ itd
1124
+ itll
1125
+ its
1126
+ itself
1127
+ itse”
1128
+ ive
1129
+ j
1130
+ je
1131
+ jm
1132
+ jo
1133
+ join
1134
+ jp
1135
+ just
1136
+ k
1137
+ ke
1138
+ keep
1139
+ keeps
1140
+ kept
1141
+ keys
1142
+ kg
1143
+ kh
1144
+ ki
1145
+ kind
1146
+ km
1147
+ kn
1148
+ knew
1149
+ know
1150
+ known
1151
+ knows
1152
+ kp
1153
+ kr
1154
+ kw
1155
+ ky
1156
+ kz
1157
+ l
1158
+ la
1159
+ large
1160
+ largely
1161
+ last
1162
+ lately
1163
+ later
1164
+ latest
1165
+ latter
1166
+ latterly
1167
+ lb
1168
+ lc
1169
+ least
1170
+ length
1171
+ less
1172
+ lest
1173
+ let
1174
+ let's
1175
+ lets
1176
+ li
1177
+ like
1178
+ liked
1179
+ likely
1180
+ likewise
1181
+ line
1182
+ little
1183
+ lk
1184
+ ll
1185
+ long
1186
+ longer
1187
+ longest
1188
+ look
1189
+ looking
1190
+ looks
1191
+ low
1192
+ lower
1193
+ lr
1194
+ ls
1195
+ lt
1196
+ ltd
1197
+ lu
1198
+ lv
1199
+ ly
1200
+ m
1201
+ ma
1202
+ made
1203
+ mainly
1204
+ make
1205
+ makes
1206
+ making
1207
+ man
1208
+ many
1209
+ may
1210
+ maybe
1211
+ mayn't
1212
+ maynt
1213
+ mc
1214
+ md
1215
+ me
1216
+ mean
1217
+ means
1218
+ meantime
1219
+ meanwhile
1220
+ member
1221
+ members
1222
+ men
1223
+ merely
1224
+ mg
1225
+ mh
1226
+ microsoft
1227
+ might
1228
+ might've
1229
+ mightn't
1230
+ mightnt
1231
+ mil
1232
+ mill
1233
+ million
1234
+ mine
1235
+ minus
1236
+ miss
1237
+ mk
1238
+ ml
1239
+ mm
1240
+ mn
1241
+ mo
1242
+ more
1243
+ moreover
1244
+ most
1245
+ mostly
1246
+ move
1247
+ mp
1248
+ mq
1249
+ mr
1250
+ mrs
1251
+ ms
1252
+ msie
1253
+ mt
1254
+ mu
1255
+ much
1256
+ mug
1257
+ must
1258
+ must've
1259
+ mustn't
1260
+ mustnt
1261
+ mv
1262
+ mw
1263
+ mx
1264
+ my
1265
+ myself
1266
+ myse”
1267
+ mz
1268
+ n
1269
+ na
1270
+ name
1271
+ namely
1272
+ nay
1273
+ nc
1274
+ nd
1275
+ ne
1276
+ near
1277
+ nearly
1278
+ necessarily
1279
+ necessary
1280
+ need
1281
+ needed
1282
+ needing
1283
+ needn't
1284
+ neednt
1285
+ needs
1286
+ neither
1287
+ net
1288
+ netscape
1289
+ never
1290
+ neverf
1291
+ neverless
1292
+ nevertheless
1293
+ new
1294
+ newer
1295
+ newest
1296
+ next
1297
+ nf
1298
+ ng
1299
+ ni
1300
+ nine
1301
+ ninety
1302
+ nl
1303
+ no
1304
+ no-one
1305
+ nobody
1306
+ non
1307
+ none
1308
+ nonetheless
1309
+ noone
1310
+ nor
1311
+ normally
1312
+ nos
1313
+ not
1314
+ noted
1315
+ nothing
1316
+ notwithstanding
1317
+ novel
1318
+ now
1319
+ nowhere
1320
+ np
1321
+ nr
1322
+ nu
1323
+ null
1324
+ number
1325
+ numbers
1326
+ nz
1327
+ o
1328
+ obtain
1329
+ obtained
1330
+ obviously
1331
+ of
1332
+ off
1333
+ often
1334
+ oh
1335
+ ok
1336
+ okay
1337
+ old
1338
+ older
1339
+ oldest
1340
+ om
1341
+ omitted
1342
+ on
1343
+ once
1344
+ one
1345
+ one's
1346
+ ones
1347
+ only
1348
+ onto
1349
+ open
1350
+ opened
1351
+ opening
1352
+ opens
1353
+ opposite
1354
+ or
1355
+ ord
1356
+ order
1357
+ ordered
1358
+ ordering
1359
+ orders
1360
+ org
1361
+ other
1362
+ others
1363
+ otherwise
1364
+ ought
1365
+ oughtn't
1366
+ oughtnt
1367
+ our
1368
+ ours
1369
+ ourselves
1370
+ out
1371
+ outside
1372
+ over
1373
+ overall
1374
+ owing
1375
+ own
1376
+ p
1377
+ pa
1378
+ page
1379
+ pages
1380
+ part
1381
+ parted
1382
+ particular
1383
+ particularly
1384
+ parting
1385
+ parts
1386
+ past
1387
+ pe
1388
+ per
1389
+ perhaps
1390
+ pf
1391
+ pg
1392
+ ph
1393
+ pk
1394
+ pl
1395
+ place
1396
+ placed
1397
+ places
1398
+ please
1399
+ plus
1400
+ pm
1401
+ pmid
1402
+ pn
1403
+ point
1404
+ pointed
1405
+ pointing
1406
+ points
1407
+ poorly
1408
+ possible
1409
+ possibly
1410
+ potentially
1411
+ pp
1412
+ pr
1413
+ predominantly
1414
+ present
1415
+ presented
1416
+ presenting
1417
+ presents
1418
+ presumably
1419
+ previously
1420
+ primarily
1421
+ probably
1422
+ problem
1423
+ problems
1424
+ promptly
1425
+ proud
1426
+ provided
1427
+ provides
1428
+ pt
1429
+ put
1430
+ puts
1431
+ pw
1432
+ py
1433
+ q
1434
+ qa
1435
+ que
1436
+ quickly
1437
+ quite
1438
+ qv
1439
+ r
1440
+ ran
1441
+ rather
1442
+ rd
1443
+ re
1444
+ readily
1445
+ really
1446
+ reasonably
1447
+ recent
1448
+ recently
1449
+ ref
1450
+ refs
1451
+ regarding
1452
+ regardless
1453
+ regards
1454
+ related
1455
+ relatively
1456
+ research
1457
+ reserved
1458
+ respectively
1459
+ resulted
1460
+ resulting
1461
+ results
1462
+ right
1463
+ ring
1464
+ ro
1465
+ room
1466
+ rooms
1467
+ round
1468
+ ru
1469
+ run
1470
+ rw
1471
+ s
1472
+ sa
1473
+ said
1474
+ same
1475
+ saw
1476
+ say
1477
+ saying
1478
+ says
1479
+ sb
1480
+ sc
1481
+ sd
1482
+ se
1483
+ sec
1484
+ second
1485
+ secondly
1486
+ seconds
1487
+ section
1488
+ see
1489
+ seeing
1490
+ seem
1491
+ seemed
1492
+ seeming
1493
+ seems
1494
+ seen
1495
+ sees
1496
+ self
1497
+ selves
1498
+ sensible
1499
+ sent
1500
+ serious
1501
+ seriously
1502
+ seven
1503
+ seventy
1504
+ several
1505
+ sg
1506
+ sh
1507
+ shall
1508
+ shan't
1509
+ shant
1510
+ she
1511
+ she'd
1512
+ she'll
1513
+ she's
1514
+ shed
1515
+ shell
1516
+ shes
1517
+ should
1518
+ should've
1519
+ shouldn
1520
+ shouldn't
1521
+ shouldnt
1522
+ show
1523
+ showed
1524
+ showing
1525
+ shown
1526
+ showns
1527
+ shows
1528
+ si
1529
+ side
1530
+ sides
1531
+ significant
1532
+ significantly
1533
+ similar
1534
+ similarly
1535
+ since
1536
+ sincere
1537
+ site
1538
+ six
1539
+ sixty
1540
+ sj
1541
+ sk
1542
+ sl
1543
+ slightly
1544
+ sm
1545
+ small
1546
+ smaller
1547
+ smallest
1548
+ sn
1549
+ so
1550
+ some
1551
+ somebody
1552
+ someday
1553
+ somehow
1554
+ someone
1555
+ somethan
1556
+ something
1557
+ sometime
1558
+ sometimes
1559
+ somewhat
1560
+ somewhere
1561
+ soon
1562
+ sorry
1563
+ specifically
1564
+ specified
1565
+ specify
1566
+ specifying
1567
+ sr
1568
+ st
1569
+ state
1570
+ states
1571
+ still
1572
+ stop
1573
+ strongly
1574
+ su
1575
+ sub
1576
+ substantially
1577
+ successfully
1578
+ such
1579
+ sufficiently
1580
+ suggest
1581
+ sup
1582
+ sure
1583
+ sv
1584
+ sy
1585
+ system
1586
+ sz
1587
+ t
1588
+ t's
1589
+ take
1590
+ taken
1591
+ taking
1592
+ tc
1593
+ td
1594
+ tell
1595
+ ten
1596
+ tends
1597
+ test
1598
+ text
1599
+ tf
1600
+ tg
1601
+ th
1602
+ than
1603
+ thank
1604
+ thanks
1605
+ thanx
1606
+ that
1607
+ that'll
1608
+ that's
1609
+ that've
1610
+ thatll
1611
+ thats
1612
+ thatve
1613
+ the
1614
+ their
1615
+ theirs
1616
+ them
1617
+ themselves
1618
+ then
1619
+ thence
1620
+ there
1621
+ there'd
1622
+ there'll
1623
+ there're
1624
+ there's
1625
+ there've
1626
+ thereafter
1627
+ thereby
1628
+ thered
1629
+ therefore
1630
+ therein
1631
+ therell
1632
+ thereof
1633
+ therere
1634
+ theres
1635
+ thereto
1636
+ thereupon
1637
+ thereve
1638
+ these
1639
+ they
1640
+ they'd
1641
+ they'll
1642
+ they're
1643
+ they've
1644
+ theyd
1645
+ theyll
1646
+ theyre
1647
+ theyve
1648
+ thick
1649
+ thin
1650
+ thing
1651
+ things
1652
+ think
1653
+ thinks
1654
+ third
1655
+ thirty
1656
+ this
1657
+ thorough
1658
+ thoroughly
1659
+ those
1660
+ thou
1661
+ though
1662
+ thoughh
1663
+ thought
1664
+ thoughts
1665
+ thousand
1666
+ three
1667
+ throug
1668
+ through
1669
+ throughout
1670
+ thru
1671
+ thus
1672
+ til
1673
+ till
1674
+ tip
1675
+ tis
1676
+ tj
1677
+ tk
1678
+ tm
1679
+ tn
1680
+ to
1681
+ today
1682
+ together
1683
+ too
1684
+ took
1685
+ top
1686
+ toward
1687
+ towards
1688
+ tp
1689
+ tr
1690
+ tried
1691
+ tries
1692
+ trillion
1693
+ truly
1694
+ try
1695
+ trying
1696
+ ts
1697
+ tt
1698
+ turn
1699
+ turned
1700
+ turning
1701
+ turns
1702
+ tv
1703
+ tw
1704
+ twas
1705
+ twelve
1706
+ twenty
1707
+ twice
1708
+ two
1709
+ tz
1710
+ u
1711
+ ua
1712
+ ug
1713
+ uk
1714
+ um
1715
+ un
1716
+ under
1717
+ underneath
1718
+ undoing
1719
+ unfortunately
1720
+ unless
1721
+ unlike
1722
+ unlikely
1723
+ until
1724
+ unto
1725
+ up
1726
+ upon
1727
+ ups
1728
+ upwards
1729
+ us
1730
+ use
1731
+ used
1732
+ useful
1733
+ usefully
1734
+ usefulness
1735
+ uses
1736
+ using
1737
+ usually
1738
+ uucp
1739
+ uy
1740
+ uz
1741
+ v
1742
+ va
1743
+ value
1744
+ various
1745
+ vc
1746
+ ve
1747
+ versus
1748
+ very
1749
+ vg
1750
+ vi
1751
+ via
1752
+ viz
1753
+ vn
1754
+ vol
1755
+ vols
1756
+ vs
1757
+ vu
1758
+ w
1759
+ want
1760
+ wanted
1761
+ wanting
1762
+ wants
1763
+ was
1764
+ wasn
1765
+ wasn't
1766
+ wasnt
1767
+ way
1768
+ ways
1769
+ we
1770
+ we'd
1771
+ we'll
1772
+ we're
1773
+ we've
1774
+ web
1775
+ webpage
1776
+ website
1777
+ wed
1778
+ welcome
1779
+ well
1780
+ wells
1781
+ went
1782
+ were
1783
+ weren
1784
+ weren't
1785
+ werent
1786
+ weve
1787
+ wf
1788
+ what
1789
+ what'd
1790
+ what'll
1791
+ what's
1792
+ what've
1793
+ whatever
1794
+ whatll
1795
+ whats
1796
+ whatve
1797
+ when
1798
+ when'd
1799
+ when'll
1800
+ when's
1801
+ whence
1802
+ whenever
1803
+ where
1804
+ where'd
1805
+ where'll
1806
+ where's
1807
+ whereafter
1808
+ whereas
1809
+ whereby
1810
+ wherein
1811
+ wheres
1812
+ whereupon
1813
+ wherever
1814
+ whether
1815
+ which
1816
+ whichever
1817
+ while
1818
+ whilst
1819
+ whim
1820
+ whither
1821
+ who
1822
+ who'd
1823
+ who'll
1824
+ who's
1825
+ whod
1826
+ whoever
1827
+ whole
1828
+ wholl
1829
+ whom
1830
+ whomever
1831
+ whos
1832
+ whose
1833
+ why
1834
+ why'd
1835
+ why'll
1836
+ why's
1837
+ widely
1838
+ width
1839
+ will
1840
+ willing
1841
+ wish
1842
+ with
1843
+ within
1844
+ without
1845
+ won
1846
+ won't
1847
+ wonder
1848
+ wont
1849
+ words
1850
+ work
1851
+ worked
1852
+ working
1853
+ works
1854
+ world
1855
+ would
1856
+ would've
1857
+ wouldn
1858
+ wouldn't
1859
+ wouldnt
1860
+ ws
1861
+ www
1862
+ x
1863
+ y
1864
+ ye
1865
+ year
1866
+ years
1867
+ yes
1868
+ yet
1869
+ you
1870
+ you'd
1871
+ you'll
1872
+ you're
1873
+ you've
1874
+ youd
1875
+ youll
1876
+ young
1877
+ younger
1878
+ youngest
1879
+ your
1880
+ youre
1881
+ yours
1882
+ yourself
1883
+ yourselves
1884
+ youve
1885
+ yt
1886
+ yu
1887
+ z
1888
+ za
1889
+ zero
1890
+ zm
1891
+ zr
1892
+ }
1893
+ end
1894
+ end
1895
+ end
1896
+ end