lab1_p1 output

1 4 9 16 25
10 20
1 2 4 8 16

lab1_p2 output


20
14
25
8

lab1_p3 output


[[4, 8, 8], [10, 0, 8], [9, 5, 2]]

54

[[1, 5, 3], [1, 4, 4], [10, 10, 6]]

44

True

False

input 1 numbers:1

input 2 numbers:2

input 3 numbers:3

input 4 numbers:4

input 5 numbers:5

input 6 numbers:6

input 7 numbers:7

input 8 numbers:8

input 9 numbers:9

input 10 numbers:0

input 11 numbers:1

input 12 numbers:2

input 13 numbers:3

input 14 numbers:4

input 15 numbers:5

input 16 numbers:6

[['1', '2', '3', '4'], ['5', '6', '7', '8'], ['9', '10', '1', '2'], ['3', '4', '5', '6']]

False

[[4 9 2]

 [3 5 7]

 [8 1 6]]

True

[[9, 6, 2, 4, 1, 7, 8, 3, 5], [7, 3, 1, 5, 8, 9, 2, 4, 6], [8, 5, 4, 3, 2, 6, 7, 9, 1], [3, 8, 5, 9, 4, 1, 6, 2, 7], [2, 9, 7, 6, 5, 3, 4, 1, 8], [1, 4, 6, 8, 7, 2, 3, 5, 9], [4, 7, 3, 1, 6, 5, 9, 8, 2], [5, 2, 9, 7, 3, 8, 1, 6, 4], [6, 1, 8, 2, 9, 4, 5, 7, 3]]

True

lab2_Point


(0,3)

(4,0)

5.0

(0,3)--(4,0)

5.0

1.4142135623730951

lab2_Robot


(1,1,Tigger,E)

(1,1,Tigger,N)

(2,2,Bank,S)

(2,2,Bank,W)

(-8,2,Bank,W)

(-8,2,Bank,E)

(2,2,Bank,E)

lab2_Tour


random_search swap Tour length:616
threshold_accepting swap Tour length:1551
simulated_annealing swap Tour length:1680
simulated_annealing swap 0 1723
simulated_annealing swap 1 1637
simulated_annealing swap 2 1658
simulated_annealing swap 3 1729
simulated_annealing swap 4 1736
simulated_annealing insert 0 1616
simulated_annealing insert 1 1837
simulated_annealing insert 2 1521
simulated_annealing insert 3 1653
simulated_annealing insert 4 1590
simulated_annealing inverse 0 1664
simulated_annealing inverse 1 1669
simulated_annealing inverse 2 1720
simulated_annealing inverse 3 1559
simulated_annealing inverse 4 1675
simulated_annealing swap 1736.0 1637.0 1696.6
simulated_annealing insert 1837.0 1521.0 1643.4
simulated_annealing inverse 1720.0 1559.0 1657.4
random_search inverse 0 470
random_search inverse 1 470
random_search inverse 2 450
random_search inverse 3 451
random_search inverse 4 454
threshold_accepting inverse 0 1488
threshold_accepting inverse 1 1643
threshold_accepting inverse 2 1572
threshold_accepting inverse 3 1364
threshold_accepting inverse 4 1658
simulated_annealing inverse 0 1629
simulated_annealing inverse 1 1644
simulated_annealing inverse 2 1442
simulated_annealing inverse 3 1630
simulated_annealing inverse 4 1716
random_search inverse 470.0 450.0 459.0
threshold_accepting inverse 1658.0 1364.0 1545.0
simulated_annealing inverse 1716.0 1442.0 1612.2


1

2

3

4

5

6

lab3_linear_regression


[[0 1]
 [2 3]
 [4 5]]
Degree = 2, interaction_only = True, include_bias = True
[[ 1.  0.  1.  0.]
 [ 1.  2.  3.  6.]
 [ 1.  4.  5. 20.]]
Degree = 2, interaction_only = True, include_bias = False
[[ 0.  1.  0.]
 [ 2.  3.  6.]
 [ 4.  5. 20.]]
Degree = 2, interaction_only = False, include_bias = True
[[ 1.  0.  1.  0.  0.  1.]
 [ 1.  2.  3.  4.  6.  9.]
 [ 1.  4.  5. 16. 20. 25.]]
Degree = 2, interaction_only = False, include_bias = False
[[ 0.  1.  0.  0.  1.]
 [ 2.  3.  4.  6.  9.]
 [ 4.  5. 16. 20. 25.]]
Degree = 3, interaction_only = True, include_bias = True
[[ 1.  0.  1.  0.]
 [ 1.  2.  3.  6.]
 [ 1.  4.  5. 20.]]
Degree = 3, interaction_only = True, include_bias = False
[[ 0.  1.  0.]
 [ 2.  3.  6.]
 [ 4.  5. 20.]]
Degree = 3, interaction_only = False, include_bias = True
[[  1.   0.   1.   0.   0.   1.   0.   0.   0.   1.]
 [  1.   2.   3.   4.   6.   9.   8.  12.  18.  27.]
 [  1.   4.   5.  16.  20.  25.  64.  80. 100. 125.]]
Degree = 3, interaction_only = False, include_bias = False
[[  0.   1.   0.   0.   1.   0.   0.   0.   1.]
 [  2.   3.   4.   6.   9.   8.  12.  18.  27.]
 [  4.   5.  16.  20.  25.  64.  80. 100. 125.]]
[[1.000e+00 2.272e+03]
 [2.000e+00       nan]
 [3.000e+00 1.386e+03]
 ...
 [7.410e+02 5.392e+03]
 [7.420e+02 5.906e+03]
 [7.430e+02 4.881e+03]]
(743, 2)

317389767.3397781 0.41632369094258925 989.0248710607153 [2.59619213]
Degree=1, 317389767.3397781 0.41632369094258914 989.0248710607158 [0.         2.59619213]
Degree=2, 179983507.8781791 0.6690122985058977 1974.7608169567045 [ 0.         -5.2654565   0.01053222]
Degree=3, 139350144.0317253 0.7437366099834488 1333.2879656082441 [ 0.00000000e+00  4.94226019e+00 -2.35893797e-02  3.04960132e-05]
Degree=1, 317389767.33977795 [  2.59619213 989.02487106]
Degree=2, 179983507.87817925 [ 1.05322215e-02 -5.26545650e+00  1.97476082e+03]
Degree=3, 139350144.0317253 [ 3.04960132e-05 -2.35893797e-02  4.94226019e+00  1.33328797e+03]

7

8

lab3_linear_regression_gradient_descent


Testing started at 15:15 ...
D:\ProgramData\Anaconda3\python.exe "D:\Program Files\JetBrains\PyCharm 2020.2.31\plugins\python\helpers\pycharm\_jb_pytest_runner.py" --target lab3_linear_regression_gradient_descent.py::test_random_data
Launching pytest with arguments lab3_linear_regression_gradient_descent.py::test_random_data in E:\work\homework\machine_learning\homework_ml2020_shao\Lab03\Question

============================= test session starts =============================
platform win32 -- Python 3.8.3, pytest-5.4.3, py-1.9.0, pluggy-0.13.1 -- D:\ProgramData\Anaconda3\python.exe
cachedir: .pytest_cache
rootdir: E:\work\homework\machine_learning\homework_ml2020_shao\Lab03\Question
collecting ... collected 1 item

lab3_linear_regression_gradient_descent.py::test_random_data PASSED      [100%]X的数据规模为 :  (2000, 1)
Y的数据规模为 :  (2000, 1)
系数为3和3.27
(2000, 2)
[[1.         5.14565512]
 [1.         6.63812737]
 [1.         8.77687454]
 ...
 [1.         9.10442437]
 [1.         4.54407881]
 [1.         0.78512724]]
Gradient Descent:
 (array([[2.99971338],
       [3.27004318]]), 3588)
Stochastic Gradient Descent:
 (array([[2.99856289],
       [3.27021674]]), 2994)
Mini-batch Gradient Descent:
 (array([[2.99863047],
       [3.27019828]]), 2996)

============================== 1 passed in 4.26s ==============================

Lab04-fearureExtraction

data_feature_name: ['city=厦门', 'city=泉州', 'city=福州', 'income']

data_transform [[ 0.  0.  1. 12.]
 [ 1.  0.  0. 15.]
 [ 0.  1.  0. 10.]]

new_data_transform [[ 0.  0.  1. 13.]
 [ 1.  0.  0. 16.]
 [ 0.  1.  0. 11.]
 [ 0.  0.  0.  9.]]

analyzer= word

data_feature_name ['***上太阳升', '我爱北京', '我爱北京***']

data_transform [[0 1 1]
 [1 0 0]]
====================================

analyzer= char

data_feature_name ['上', '京', '北', '升', '天', '太', '安', '我', '爱', '门', '阳', ',']

data_transform [[0 2 2 0 1 0 1 2 2 1 0 1]
 [1 0 0 1 1 1 1 0 0 1 1 0]]
====================================

ngram_range= (1, 1)

data_feature_name ['上', '京', '北', '升', '天', '太', '安', '我', '爱', '门', '阳', ',']

data_transform [[0 2 2 0 1 0 1 2 2 1 0 1]
 [1 0 0 1 1 1 1 0 0 1 1 0]]
====================================

ngram_range= (2, 2)

data_feature_name ['上太', '京天', '京,', '北京', '天安', '太阳', '安门', '我爱', '爱北', '门上', '阳升', ',我']

data_transform [[0 1 1 2 1 0 1 2 2 0 0 1]
 [1 0 0 0 1 1 1 0 0 1 1 0]]
====================================

ngram_range= (1, 2)

data_feature_name ['上', '上太', '京', '京天', '京,', '北', '北京', '升', '天', '天安', '太', '太阳', '安', '安门', '我', '我爱', '爱', '爱北', '门', '门上', '阳', '阳升', ',', ',我']

data_transform [[0 0 2 1 1 2 2 0 1 1 0 0 1 1 2 2 2 2 1 0 0 0 1 1]
 [1 1 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 1 1 1 1 0 0]]
====================================
Tfid

ngram_range= (1, 1)

data_feature_name ['上', '京', '北', '升', '天', '太', '安', '我', '爱', '门', '阳']

data_transform [[0.         0.42567716 0.42567716 0.         0.30287281 0.
  0.30287281 0.42567716 0.42567716 0.30287281 0.        ]
 [0.42567716 0.         0.         0.42567716 0.30287281 0.42567716
  0.30287281 0.         0.         0.30287281 0.42567716]]
====================================

ngram_range= (2, 2)

data_feature_name ['上太', '京天', '北京', '天安', '太阳', '安门', '我爱', '爱北', '门上', '阳升']

data_transform [[0.         0.44665616 0.44665616 0.31779954 0.         0.31779954
  0.44665616 0.44665616 0.         0.        ]
 [0.44665616 0.         0.         0.31779954 0.44665616 0.31779954
  0.         0.         0.44665616 0.44665616]]
====================================

ngram_range= (1, 2)

data_feature_name ['上', '上太', '京', '京天', '北', '北京', '升', '天', '天安', '太', '太阳', '安', '安门', '我', '我爱', '爱', '爱北', '门', '门上', '阳', '阳升']

data_transform [[0.         0.         0.30814893 0.30814893 0.30814893 0.30814893
  0.         0.2192505  0.2192505  0.         0.         0.2192505
  0.2192505  0.30814893 0.30814893 0.30814893 0.30814893 0.2192505
  0.         0.         0.        ]
 [0.30814893 0.30814893 0.         0.         0.         0.
  0.30814893 0.2192505  0.2192505  0.30814893 0.30814893 0.2192505
  0.2192505  0.         0.         0.         0.         0.2192505
  0.30814893 0.30814893 0.30814893]]
====================================
[[ 1. -1.  2.]
 [ 2.  0.  0.]
 [ 0.  1. -1.]]
StandardScaler()
[[ 0.         -1.22474487  1.33630621]
 [ 1.22474487  0.         -0.26726124]
 [-1.22474487  1.22474487 -1.06904497]]
MinMaxScaler()
[[0.5        0.         1.        ]
 [1.         0.5        0.33333333]
 [0.         1.         0.        ]]
Normalizer()
[[ 0.40824829 -0.40824829  0.81649658]
 [ 1.          0.          0.        ]
 [ 0.          0.70710678 -0.70710678]]

Lab04-LogisticRegression

['00', '000', '000pes', '008704050406', '0089', '0121', '01223585236', '01223585334', '02', '0207', '02073162414', '021', '03', '04', '0430', '05', '0578', '06', '07', '07008009200', '07046744435', '07090201529', '07090298926', '07099833605', '07123456789', '0721072', '07732584351', '07734396839', '07742676969', '07753741225', '0776xxxxxxx', '07786200117', '077xxx', '078', '07801543489', '07808', '07808247860', '07808726822', '07815296484', '07821230901', '078498', '07880867867', '0789xxxxxxx', '07946746291', '0796xxxxxx', '07973788240', '07xxxxxxxxx', '08', '0800', '08000407165', '08000776320', '08000839402', '08000930705', '08000938767', '08001950382', '08002888812', '08002986030', '08002986906', '08002988890', '08006344447', '0808', '08081263000', '08081560665', '0825', '083', '08448350055', '0845', '08450542832', '08452810071', '08452810073', '0870', '08700435505150p', '08700621170150p', '08701213186', '08701237397', '08701417012', '08701417012150p', '0870141701216', '087016248', '08701752560', '0870241182716', '08702490080', '08702840625', '08704050406', '08704439680ts', '08706091795', '0870737910216yrs', '08707500020', '08707509020', '0870753331018', '08707808226', '08708800282', '08709222922', '08709501522', '0871', '087104711148', '08712101358', '08712103738', '0871212025016', '08712300220', '087123002209am', '08712317606', '08712400200', '08712400602450p', '08712400603', '08712402050', '08712402578', '08712402779', '08712402972', '08712404000', '08712405020', '08712405022', '08712460324', '08712466669', '0871277810710p', '0871277810810', '08714342399', '087147123779am', '08714712379', '08714712388', '08714712394', '08714712412', '08714714011', '08715203028', '08715203649', '08715203656', '08715203677', '08715203685', '08715205273', '08715500022', '08715705022', '08717111821', '08717168528', '08717205546', '0871750', '08717507382', '08717509990', '08717890890', '08717895698', '08717898035', '08718711108', '08718720201', '08718723815', '08718726270', '087187262701', '08718726970', '08718726971', '08718726978', '087187272008', '08718727868', '08718727870', '08718727870150ppm', '08718730666', '08718738001', '08718738002', '08718738034', '08719180219', '08719180248', '08719181259', '08719181503', '08719181513', '08719839835', '08719899217', '08719899229', '08719899230', '09', '09041940223', '09050000301', '09050000332', '09050000460', '09050000555', '09050000878', '09050000928', '09050001295', '09050001808', '09050002311', '09050003091', '09050090044', '09050280520', '09056242159', '09057039994', '09058091854', '09058091870', '09058094455', '09058094507', '09058094565', '09058094583', '09058094594', '09058094597', '09058094599', '09058095107', '09058095201', '09058097189', '09058098002', '09058099801', '09061104276', '09061209465', '09061213237', '09061221061', '09061221066', '09061701444', '09061701461', '09061701851', '09061701939', '09061702893', '09061743386', '09061743806', '09061743810', '09061743811', '09061744553', '09061790121', '09061790126', '09063440451', '09063442151', '09063458130', '0906346330', '09064011000', '09064012103', '09064012160', '09064015307', '09064017295', '09064017305', '09064018838', '09064019014', '09064019788', '09065069120', '09065171142', '09065174042', '09065394514', '09065394973', '09065989180', '09065989182', '09066358152', '09066358361', '09066362206', '09066362220', '09066362231', '09066364311', '09066364349', '09066364589', '09066368327', '09066368753', '09066380611', '09066612661', '09066649731from', '09077818151', '09090204448', '09090900040', '09094100151', '09094646899', '09099725823', '09099726395', '09099726429', '09099726481', '09111030116', '09111032124', '0a', '0quit', '10', '100', '1000', '1000s', '100p', '100percent', '100txt', '1013', '1030', '10am', '10k', '10p', '10ppm', '10th', '11', '1120', '113', '114', '1146', '116', '118p', '11mths', '11pm', '12', '1205', '120p', '121', '1225', '123', '125', '125gift', '12hours', '12hrs', '12mths', '13', '1327', '139', '14', '140', '1405', '145', '1450', '14tcr', '14thmarch', '15', '150', '1500', '150p', '150pm', '150ppermesssubscription', '150ppm', '150ppmsg', '151', '153', '15541', '15pm', '16', '165', '1680', '169', '177', '18', '180', '1843', '18yrs', '195', '1956669', '1b6a5ecef91ff9', '1da', '1er', '1hr', '1im', '1mega', '1pm', '1st', '1stchoice', '1stone', '1thing', '1win150ppmx3', '1winaweek', '1winawk', '1x150p', '20', '200', '2000', '2003', '2004', '2005', '2006', '200p', '2025050', '20m12aq', '20p', '21', '21870000', '21st', '22', '220', '220cm2', '23f', '23g', '24', '24hrs', '24th', '25', '250', '250k', '25p', '26', '2667', '26th', '27', '28', '28days', '28thfeb', '29', '2bold', '2c', '2channel', '2day', '2end', '2exit', '2ez', '2find', '2getha', '2geva', '2go', '2gthr', '2hook', '2i', '2kbsubject', '2lands', '2marrow', '2moro', '2morow', '2morro', '2morrow', '2morrowxxxx', '2mro', '2mrw', '2mwen', '2nd', '2nhite', '2nite', '2optout', '2p', '2price', '2px', '2rcv', '2stop', '2stoptxt', '2u', '2watershd', '2waxsto', '2wt', '2wu', '2years', '2yr', '2yrs', '30', '300', '300p', '3030', '30apr', '30ish', '30pm', '30pp', '30s', '31', '3100', '31p', '32', '32000', '32323', '326', '33', '330', '350', '3510i', '35p', '36504', '3680', '373', '3750', '37819', '391784', '3aj', '3d', '3g', '3gbp', '3hrs', '3lions', '3lp', '3miles', '3mins', '3mobile', '3optical', '3pound', '3qxj9', '3rd', '3ss', '3uz', '3wks', '3xx', '400', '400mins', '402', '4041', '40411', '40533', '40gb', '40mph', '41685', '41782', '420', '42049', '4217', '42478', '434', '44', '440', '4403ldnw1a7rw18', '44345', '447801259231', '448712404000', '449050000301', '45', '450', '450p', '450ppw', '450pw', '45239', '47', '4719', '4742', '47per', '48', '4882', '48922', '4a', '4d', '4eva', '4few', '4fil', '4get', '4give', '4got', '4info', '4jx', '4msgs', '4mths', '4my', '4qf2', '4t', '4th', '4the', '4thnov', '4txt', '4u', '4w', '4ward', '4wrd', '4xx26', '4years', '50', '500', '5000', '505060', '50award', '50gbp', '50p', '50perweeksub', '50perwksub', '50pmmorefrommobile2bremoved', '50ppm', '50rcvd', '523', '5249', '530', '54', '542', '5digital', '5free', '5k', '5min', '5mls', '5p', '5pm', '5th', '5wb', '5we', '5wq', '5years', '600', '6031', '6089', '60p', '61200', '61610', '62220cncl', '6230', '62468', '62735', '630', '63miles', '645', '65', '650', '6669', '674', '69101', '69200', '69669', '69696', '69855', '69866', '69876', '69888', '69888nyt', '69911', '69969', '69988', '6days', '6hl', '6hrs', '6missed', '6months', '6pm', '6th', '6times', '6wu', '6zf', '700', '71', '7250', '7250i', '730', '74355', '75', '750', '7548', '75max', '762', '7634', '7684', '77', '7732584351', '786', '7876150ppm', '79', '7cfca1a', '7ish', '7mp', '7oz', '7pm', '7th', '7zs', '80', '800', '80062', '8007', '80082', '80086', '80122300p', '80155', '80160', '80182', '8027', '80488', '80608', '8077', '80878', '81010', '81151', '81303', '81618', '82050', '820554ad0a1705572711', '82242', '82277', '82324', '82468', '83021', '83039', '83049', '83110', '83118', '83222', '83332', '83338', '83355', '83370', '83383', '83435', '83600', '83738', '84', '84025', '84122', '84128', '84199', '84484', '850', '85023', '85069', '85222', '8552', '85555', '86021', '864233', '86688', '86888', '87021', '87066', '87070', '87077', '87121', '87131', '8714714', '872', '87239', '87575', '8800', '88039', '88066', '88088', '88222', '88600', '88800', '8883', '88877', '88888', '89034', '89070', '89080', '89105', '89123', '89545', '89555', '89693', '8am', '8ball', '8lb', '8p', '8pm', '8th', '8wp', '900', '910', '9153', '9280114', '92h', '930', '9307622', '946', '95', '9755', '9758', '97n7qp', '98321561', '99', '9996', '9ae', '9am', '9ja', '9pm', '9t', '9th', '9yt', '____', 'a21', 'a30', 'aa', 'aah', 'aaniye', 'aaooooright', 'aathi', 'abel', 'aberdeen', 'abi', 'abiola', 'able', 'abnormally', 'about', 'aboutas', 'abroad', 'absence', 'absolutely', 'absolutly', 'abstract', 'abt', 'abta', 'aburo', 'abuse', 'abusers', 'ac', 'acc', 'accent', 'accept', 'access', 'accessible', 'accidant', 'accident', 'accidentally', 'accommodation', 'accommodationvouchers', 'accomodate', 'accomodations', 'accordin', 'accordingly', 'account', 'accounting', 'accumulation', 'ache', 'acid', 'acl03530150pm', 'acnt', 'aco', 'across', 'act', 'acted', 'acting', 'action', 'activate', 'active', 'activities', 'actor', 'actual', 'actually', 'ad', 'adam', 'add', 'addamsfa', 'added', 'addicted', 'addie', 'adding', 'address', 'adds', 'adewale', 'adi', 'adjustable', 'admin', 'administrator', 'admirer', 'admission', 'admit', 'adore', 'adoring', 'adp', 'adress', 'adrian', 'adrink', 'ads', 'adsense', 'adult', 'adults', 'advance', 'adventure', 'adventuring', 'advice', 'advise', 'advising', 'advisors', 'aeronautics', 'aeroplane', 'affair', 'affairs', 'affection', 'affections', 'affidavit', 'afghanistan', 'afraid', 'african', 'aft', 'after', 'afternon', 'afternoon', 'afterwards', 'aftr', 'ag', 'again', 'against', 'agalla', 'age', 'age16', 'age23', 'agency', 'agents', 'ages', 'agidhane', 'aging', 'ago', 'agree', 'ah', 'aha', 'ahead', 'ahhh', 'ahhhh', 'ahmad', 'ahold', 'aid', 'aig', 'aight', 'ain', 'aint', 'air', 'air1', 'airport', 'airtel', 'aiya', 'aiyah', 'aiyar', 'aiyo', 'ajith', 'aka', 'akon', 'al', 'alaikkum', 'alaipayuthe', 'albi', 'album', 'alcohol', 'aldrine', 'alert', 'alertfrom', 'aletter', 'alex', 'alfie', 'algarve', 'algebra', 'ali', 'alian', 'alive', 'all', 'allah', 'allalo', 'allday', 'alle', 'allow', 'allowed', 'allows', 'almost', 'alone', 'along', 'already', 'alright', 'alrite', 'also', 'alternative', 'although', 'alto18', 'aluable', 'alwa', 'always', 'alwys', 'am', 'amanda', 'amazing', 'ambitious', 'american', 'ami', 'amigos', 'amk', 'amla', 'among', 'amongst', 'amore', 'amount', 'amp', 'amplikater', 'amrca', 'amrita', 'amt', 'amused', 'amy', 'an', 'ana', 'anal', 'analysis', 'anand', 'and', 'anderson', 'andre', 'andres', 'andrews', 'andros', 'angry', 'animal', 'animation', 'anjie', 'anjola', 'anna', 'annie', 'anniversary', 'annoncement', 'announcement', 'annoyin', 'annoying', 'anonymous', 'anot', 'another', 'ans', 'ansr', 'answer', 'answered', 'answering', 'answers', 'answr', 'antelope', 'antha', 'anti', 'any', 'anybody', 'anymore', 'anyone', 'anyones', 'anythin', 'anything', 'anythingtomorrow', 'anytime', 'anyway', 'anyways', 'anywhere', 'aom', 'apart', 'apartment', 'apes', 'apeshit', 'aphex', 'apo', 'apologise', 'apologize', 'apology', 'app', 'apparently', 'appeal', 'appear', 'appendix', 'applausestore', 'applebees', 'apples', 'application', 'apply', 'applyed', 'applying', 'appointment', 'appointments', 'appreciate', 'appreciated', 'approaches', 'appropriate', 'approve', 'approved', 'apps', 'appt', 'appy', 'april', 'aproach', 'apt', 'aptitude', 'aquarius', 'ar', 'arab', 'arcade', 'archive', 'ard', 'are', 'area', 'aren', 'arent', 'aretaking', 'argentina', 'argh', 'argue', 'arguing', 'argument', 'arguments', 'aries', 'arise', 'arises', 'arithmetic', 'arm', 'armand', 'armenia', 'arms', 'arng', 'arngd', 'around', 'aroundn', 'arr', 'arrange', 'arranging', 'arrested', 'arrival', 'arrive', 'arrived', 'arrow', 'arsenal', 'art', 'artists', 'arts', 'arty', 'arun', 'as', 'asa', 'asap', 'asda', 'ashes', 'ashley', 'ashwini', 'asia', 'asian', 'asjesus', 'ask', 'askd', 'asked', 'askin', 'asking', 'asks', 'aslamalaikkum', 'asleep', 'asp', 'aspects', 'ass', 'assessment', 'assistance', 'associate', 'asssssholeeee', 'assume', 'assumed', 'asthere', 'asthma', 'astne', 'astrology', 'astronomer', 'asusual', 'at', 'ate', 'athletic', 'athome', 'atlanta', 'atlast', 'atleast', 'atm', 'atrocious', 'attach', 'attached', 'attack', 'attempt', 'atten', 'attend', 'attended', 'attending', 'attention', 'attitude', 'attraction', 'attractive', 'attracts', 'attributed', 'atural', 'auction', 'audition', 'audrey', 'audrie', 'august', 'aunt', 'auntie', 'aunties', 'aunts', 'aunty', 'aust', 'authorise', 'auto', 'autocorrect', 'av', 'ava', 'availa', 'available', 'avalarr', 'avatar', 'ave', 'avent', 'avenue', 'avo', 'avoid', 'avoiding', 'await', 'awaiting', 'awake', 'award', 'awarded', 'away', 'awesome', 'awkward', 'aww', 'awww', 'ax', 'axel', 'axis', 'ayn', 'ayo', 'b4', 'b4190604', 'b4280703', 'b4u', 'b4utele', 'ba', 'ba128nnfwfly150ppm', 'baaaaaaaabe', 'babe', 'babes', 'babies', 'baby', 'babygoodbye', 'babysit', 'babysitting', 'bac', 'back', 'backdoor', 'backwards', 'bad', 'badass', 'badrith', 'bag', 'bags', 'bahamas', 'bailiff', 'bajarangabali', 'bak', 'bakrid', 'balance', 'balloon', 'bam', 'bambling', 'bandages', 'bang', 'bangb', 'bangbabes', 'bani', 'bank', 'banks', 'banned', 'banter', 'bao', 'bar', 'barbie', 'barcelona', 'barely', 'bari', 'barkleys', 'barmed', 'barolla', 'barred', 'barring', 'barry', 'bars', 'base', 'based', 'bash', 'basic', 'basically', 'basket', 'basketball', 'basq', 'batch', 'batchlor', 'bath', 'bathe', 'bathing', 'bathroom', 'batsman', 'batt', 'battery', 'battle', 'bawling', 'bay', 'bb', 'bbc', 'bbd', 'bbdeluxe', 'bc', 'bcaz', 'bck', 'bcm', 'bcm1896wc1n3xx', 'bcmsfwc1n3xx', 'bcoz', 'bcum', 'bcums', 'bcz', 'bday', 'be', 'beach', 'beads', 'bear', 'bears', 'beatings', 'beauties', 'beautiful', 'beauty', 'bec', 'becaus', 'because', 'becausethey', 'become', 'becomes', 'becoz', 'bed', 'bedbut', 'bedrm', 'bedroom', 'beeen', 'beehoon', 'been', 'beendropping', 'beer', 'beerage', 'beers', 'befor', 'before', 'beg', 'beggar', 'begging', 'begin', 'begins', 'begun', 'behave', 'behind', 'bein', 'being', 'believe', 'belive', 'bell', 'bellearlier', 'belligerent', 'belly', 'belovd', 'beloved', 'ben', 'bend', 'beneath', 'beneficiary', 'benefits', 'bennys', 'best', 'best1', 'bet', 'beth', 'betta', 'better', 'bettr', 'between', 'beverage', 'bevies', 'beware', 'beyond', 'bf', 'bffs', 'bfore', 'bhaji', 'bhaskar', 'bian', 'biatch', 'bid', 'bids', 'big', 'bigger', 'biggest', 'bill', 'billed', 'billing', 'billion', 'bills', 'billy', 'bilo', 'bimbo', 'bin', 'biola', 'bird', 'birds', 'birla', 'biro', 'birth', 'birthdate', 'birthday', 'bishan', 'bit', 'bitch', 'bite', 'bites', 'bits', 'biz', 'bk', 'black', 'blackberry', 'blah', 'blake', 'blame', 'blank', 'blanked', 'blanket', 'blankets', 'blastin', 'bleak', 'bless', 'blessed', 'blessing', 'blimey', 'blind', 'block', 'blogging', 'blogspot', 'bloke', 'blokes', 'blonde', 'bloo', 'blood', 'bloody', 'blow', 'blowing', 'blu', 'blue', 'bluetooth', 'bluetoothhdset', 'bluff', 'blur', 'bluray', 'bmw', 'board', 'boat', 'boatin', 'bob', 'body', 'boggy', 'bognor', 'bold', 'bold2', 'bollox', 'boltblue', 'bonus', 'boo', 'boobs', 'book', 'booked', 'booking', 'bookmark', 'books', 'boooo', 'boost', 'booty', 'bootydelious', 'borderline', 'bored', 'borin', 'boring', 'born', 'borrow', 'boss', 'boston', 'bot', 'both', 'bother', 'bothering', 'bottle', 'bottom', 'bought', 'bout', 'bowa', 'bowl', 'box', 'box1146', 'box139', 'box177', 'box245c2150pm', 'box326', 'box334', 'box334sk38ch', 'box385', 'box39822', 'box42wr29c', 'box434sk38wp150ppm18', 'box61', 'box95qu', 'box97n7qp', 'boy', 'boye', 'boyf', 'boyfriend', 'boys', 'boytoy', 'bpo', 'brah', 'brain', 'braindance', 'brainless', 'brand', 'brandy', 'bras', 'bray', 'brb', 'brdget', 'bread', 'breadstick', 'break', 'breaker', 'breakfast', 'breakin', 'breaking', 'breaks', 'breath', 'breathe', 'breathe1', 'breather', 'breezy', 'bridal', 'bridge', 'bridgwater', 'brief', 'bright', 'brighten', 'brilliant', 'brilliantly', 'bring', 'bringing', 'brings', 'brison', 'bristol', 'british', 'britney', 'bro', 'broad', 'broadband', 'broke', 'broken', 'brolly', 'bros', 'brothas', 'brother', 'brothers', 'brought', 'brown', 'brownie', 'brownies', 'browse', 'browsin', 'bruce', 'brum', 'bruv', 'bslvyl', 'bsn', 'bsnl', 'bstfrnd', 'bt', 'bthere', 'btw', 'bubbletext', 'bucks', 'bud', 'buddy', 'buddys', 'budget', 'buen', 'buff', 'buffet', 'buffy', 'bugis', 'build', 'building', 'built', 'bulbs', 'bullshit', 'bunch', 'bunkers', 'buns', 'burden', 'burger', 'burgundy', 'burial', 'burn', 'burning', 'burns', 'burnt', 'bus', 'buses', 'busetop', 'business', 'busty', 'busy', 'but', 'butt', 'buttheres', 'butting', 'buttons', 'buy', 'buyer', 'buying', 'buz', 'buzy', 'buzz', 'buzzzz', 'bw', 'bx420', 'bx526', 'by', 'byatch', 'bye', 'c52', 'cabin', 'cable', 'cafe', 'cage', 'cake', 'cal', 'calculated', 'calculation', 'cali', 'calicut', 'california', 'call', 'call09050000327', 'call2optout', 'callback', 'calld', 'called', 'caller', 'callers', 'callertune', 'callfreefone', 'callin', 'calling', 'callon', 'calls', 'calls1', 'calm', 'cam', 'camcorder', 'came', 'camera', 'camp', 'campus', 'camry', 'can', 'canada', 'canal', 'canary', 'cancel', 'canceled', 'cancelled', 'cancer', 'canlove', 'cann', 'cannot', 'cant', 'cantdo', 'canteen', 'capital', 'cappuccino', 'caps', 'captain', 'captaining', 'car', 'card', 'cardiff', 'cardin', 'cards', 'care', 'careabout', 'cared', 'career', 'careful', 'carefully', 'cares', 'caring', 'carlin', 'carlos', 'carly', 'carolina', 'caroline', 'carry', 'carryin', 'cars', 'cartons', 'cartoon', 'case', 'cash', 'cashbin', 'cashto', 'cast', 'casting', 'castor', 'casualty', 'cat', 'catch', 'catches', 'catching', 'categories', 'caught', 'cause', 'causes', 'causing', 'cave', 'cbe', 'cc', 'ccna', 'cd', 'cdgt', 'cds', 'celeb', 'celebrate', 'celebrated', 'celebration', 'celebrations', 'cell', 'census', 'center', 'centre', 'century', 'cer', 'ceri', 'certainly', 'certificate', 'cha', 'chachi', 'chain', 'challenge', 'challenging', 'champ', 'champlaxigating', 'chance', 'chances', 'change', 'changed', 'changes', 'channel', 'chapel', 'chapter', 'character', 'characters', 'charge', 'charged', 'charges', 'charity', 'charles', 'charlie', 'charming', 'chart', 'charts', 'chase', 'chasing', 'chastity', 'chat', 'chat80155', 'chatlines', 'chatter', 'chatting', 'cheap', 'cheaper', 'cheat', 'cheating', 'chechi', 'check', 'checkboxes', 'checked', 'checkin', 'checking', 'checkup', 'cheer', 'cheered', 'cheers', 'cheery', 'cheese', 'cheesy', 'chef', 'chennai', 'cheque', 'cherish', 'cherthala', 'chest', 'chex', 'chez', 'chg', 'chgs', 'chick', 'chicken', 'chickened', 'chik', 'chikku', 'child', 'childish', 'children', 'chile', 'chill', 'chillaxin', 'chillin', 'china', 'chinatown', 'chinchillas', 'chinese', 'chinky', 'chinnu', 'chiong', 'chip', 'chit', 'chk', 'chloe', 'chocolate', 'choice', 'choices', 'choose', 'choosing', 'chores', 'chosen', 'chrgd', 'christ', 'christmas', 'christmassy', 'chuck', 'chuckin', 'church', 'ciao', 'cine', 'cinema', 'citizen', 'city', 'cl', 'claim', 'claimcode', 'claims', 'claire', 'clarify', 'clark', 'clas', 'clash', 'class', 'classes', 'classic', 'classmates', 'claypot', 'clean', 'cleaning', 'clear', 'clearer', 'clearing', 'clearly', 'clever', 'click', 'cliff', 'cliffs', 'clip', 'clock', 'clocks', 'clos1', 'close', 'closed', 'closer', 'closes', 'closingdate04', 'cloth', 'clothes', 'cloud', 'club', 'club4', 'club4mobiles', 'clubmoby', 'clubsaisai', 'clubzed', 'clue', 'cm', 'cm2', 'cmon', 'cn', 'cnl', 'cnn', 'co', 'coach', 'coast', 'coat', 'coaxing', 'coca', 'cochin', 'cock', 'cocksuckers', 'coco', 'code', 'coffee', 'coin', 'coins', 'cola', 'cold', 'colin', 'collages', 'collapsed', 'colleagues', 'collect', 'collected', 'collecting', 'collection', 'colleg', 'college', 'color', 'colour', 'colourful', 'colours', 'com', 'com1win150ppmx3age16', 'com1win150ppmx3age16subscription', 'combine', 'come', 'comedy', 'comes', 'comfey', 'comfort', 'comin', 'coming', 'comingdown', 'comment', 'commercial', 'commit', 'common', 'community', 'como', 'comp', 'companies', 'companion', 'company', 'compass', 'compensation', 'competition', 'complacent', 'complain', 'complaining', 'complaint', 'complementary', 'complete', 'completed', 'completely', 'completing', 'complexities', 'complimentary', 'compliments', 'compulsory', 'computer', 'computerless', 'computers', 'comuk', 'conacted', 'concentrate', 'concentrating', 'concerned', 'concert', 'condition', 'conditions', 'conducts', 'conected', 'conference', 'confidence', 'configure', 'confirm', 'confirmd', 'confirmed', 'conform', 'confused', 'confuses', 'congrats', 'congratulations', 'connect', 'connection', 'cons', 'consensus', 'consent', 'conserve', 'consider', 'considering', 'consistently', 'console', 'constantly', 'contact', 'contacted', 'contacts', 'contains', 'content', 'contented', 'contention', 'contents', 'continent', 'continue', 'contract', 'contribute', 'control', 'convenience', 'converted', 'converter', 'convey', 'convince', 'cook', 'cooked', 'cookies', 'cooking', 'cool', 'cooperative', 'copied', 'copies', 'coping', 'copy', 'cornwall', 'corporation', 'corrct', 'correct', 'correction', 'correctly', 'corvettes', 'cos', 'cosign', 'cost', 'costa', 'costing', 'costs', 'costume', 'couch', 'cougar', 'coughing', 'could', 'coulda', 'couldn', 'count', 'countin', 'countinlots', 'country', 'counts', 'coupla', 'couple', 'courage', 'courageous', 'course', 'court', 'courtroom', 'cousin', 'cover', 'coveragd', 'covers', 'coz', 'cozy', 'cps', 'cr', 'cr01327bt', 'cr9', 'crack', 'craigslist', 'crammed', 'cramps', 'crap', 'crash', 'crashing', 'crave', 'craziest', 'crazy', 'crazyin', 'crckt', 'cream', 'created', 'credit', 'credited', 'credits', 'creep', 'creepy', 'cricketer', 'cried', 'crisis', 'cro1327', 'cross', 'crossing', 'crowd', 'croydon', 'crucial', 'crucify', 'cruise', 'cruisin', 'crushes', 'cry', 'crying', 'cs', 'csc', 'csh11', 'cst', 'cstore', 'ctagg', 'ctargg', 'ctla', 'cttargg', 'ctter', 'cttergg', 'ctxt', 'cuck', 'cud', 'cuddle', 'cudnt', 'cultures', 'cum', 'cumin', 'cumming', 'cup', 'cupboard', 'cuppa', 'curious', 'current', 'currently', 'curry', 'curtsey', 'cust', 'custcare', 'custom', 'customer', 'customers', 'customersqueries', 'cut', 'cute', 'cutefrnd', 'cutest', 'cutie', 'cutter', 'cutting', 'cuz', 'cw25wx', 'cya', 'cyclists', 'cysts', 'd3wv', 'da', 'daaaaa', 'dabbles', 'dad', 'daddy', 'dai', 'daily', 'damn', 'dan', 'dancce', 'dance', 'dancin', 'dancing', 'dane', 'dang', 'danger', 'dao', 'dare', 'dark', 'darker', 'darkness', 'darlin', 'darling', 'darlings', 'darren', 'dartboard', 'das', 'dat', 'data', 'date', 'datebox1282essexcm61xn', 'dates', 'dating', 'dats', 'datz', 'dave', 'dawns', 'day', 'days', 'daytime', 'daywith', 'db', 'dbuk', 'dd', 'de', 'dead', 'deal', 'dealer', 'dealing', 'dear', 'dear1', 'dearer', 'death', 'dec', 'decades', 'december', 'decide', 'decided', 'deciding', 'decimal', 'decision', 'decisions', 'decking', 'dedicate', 'dedicated', 'deduct', 'deep', 'deepak', 'deer', 'deeraj', 'def', 'defeat', 'defer', 'definite', 'definitely', 'definitly', 'defo', 'degree', 'degrees', 'dehydration', 'del', 'delay', 'delayed', 'delete', 'deleted', 'delhi', 'delicious', 'deliver', 'delivered', 'deliveredtomorrow', 'delivery', 'deluxe', 'dem', 'demand', 'den', 'dena', 'dengra', 'denis', 'dent', 'dental', 'department', 'dependable', 'dependents', 'depends', 'deposit', 'depressed', 'dept', 'derek', 'derp', 'describe', 'description', 'desert', 'deserve', 'desires', 'desk', 'desparate', 'desparately', 'desperate', 'despite', 'dessert', 'destination', 'detail', 'detailed', 'details', 'determine', 'determined', 'detroit', 'deus', 'develop', 'developed', 'device', 'deviousbitch', 'devouring', 'dey', 'dhanush', 'dhina', 'dhoni', 'dhorte', 'di', 'dial', 'dialling', 'dialogue', 'diamond', 'diamonds', 'dice', 'dick', 'dict', 'dictionary', 'did', 'diddy', 'didn', 'didnt', 'didntgive', 'die', 'died', 'diet', 'dieting', 'diff', 'differ', 'difference', 'differences', 'different', 'difficult', 'difficulties', 'dificult', 'digi', 'digital', 'digits', 'dignity', 'dime', 'dimension', 'din', 'dine', 'dinero', 'dining', 'dinner', 'dino', 'dint', 'dip', 'dippeditinadew', 'direct', 'directly', 'director', 'dirt', 'dirtiest', 'dirty', 'dis', 'disagreeable', 'disappeared', 'disaster', 'disasters', 'disastrous', 'disc', 'disclose', 'disconnect', 'discount', 'discreet', 'discuss', 'discussed', 'disk', 'dislikes', 'dismay', 'dismissial', 'display', 'distance', 'distract', 'disturb', 'disturbance', 'disturbing', 'ditto', 'divert', 'division', 'divorce', 'diwali', 'dizzamn', 'dizzee', 'dl', 'dled', 'dlf', 'dload', 'dnot', 'dnt', 'do', 'dobby', 'doc', 'dock', 'docks', 'docs', 'doctor', 'documents', 'dodda', 'dodgey', 'does', 'doesdiscount', 'doesn', 'doesnt', 'dog', 'dogg', 'dogging', 'doggy', 'dogwood', 'doin', 'doinat', 'doing', 'doit', 'dokey', 'doll', 'dollar', 'dollars', 'dolls', 'dom', 'domain', 'don', 'donate', 'done', 'donno', 'dont', 'dontcha', 'dooms', 'door', 'doors', 'dorm', 'dormitory', 'dorothy', 'dot', 'double', 'doublemins', 'doubles', 'doubletxt', 'doubt', 'doug', 'dough', 'down', 'download', 'downloaded', 'downloads', 'downon', 'downs', 'downstem', 'dozens', 'dps', 'dr', 'dracula', 'dramatic', 'drastic', 'draw', 'draws', 'dream', 'dreams', 'dreamz', 'dress', 'dresser', 'drink', 'drinkin', 'drinking', 'drinks', 'drivby', 'drive', 'driver', 'drivin', 'driving', 'drizzling', 'drms', 'drop', 'dropped', 'drops', 'drove', 'drpd', 'drug', 'drugdealer', 'drugs', 'drum', 'drunk', 'drunken', 'drvgsto', 'dry', 'dt', 'dual', 'dub', 'dubsack', 'duchess', 'ducking', 'dude', 'dudette', 'due', 'duffer', 'dull', 'dumb', 'dump', 'dun', 'dungerees', 'dunno', 'duo', 'durban', 'during', 'dusk', 'dust', 'duvet', 'dvd', 'dvg', 'dying', 'dysentry', 'e14', 'each', 'eachother', 'ear', 'earlier', 'earliest', 'early', 'earn', 'ears', 'earth', 'easier', 'easiest', 'easily', 'east', 'easter', 'easy', 'eat', 'eaten', 'eatin', 'eating', 'ebay', 'ec2a', 'eckankar', 'ecstasy', 'edge', 'edhae', 'edison', 'edrunk', 'edu', 'educational', 'edukkukayee', 'edwards', 'ee', 'eek', 'eerie', 'eerulli', 'effect', 'effects', 'efreefone', 'eg', 'egbon', 'egg', 'eggs', 'eh', 'eight', 'eighth', 'eire', 'either', 'el', 'ela', 'elaborate', 'elaborating', 'elaine', 'elama', 'elaya', 'eldest', 'election', 'elections', 'electricity', 'elephant', 'eleven', 'elliot', 'ello', 'else', 'elsewhere', 'elvis', 'em', 'email', 'emailed', 'embarassed', 'embarassing', 'embarrassed', 'embassy', 'emc1', 'emergency', 'emerging', 'emily', 'empty', 'en', 'enc', 'end', 'ended', 'ending', 'endof', 'ends', 'enemies', 'enemy', 'energy', 'eng', 'engaged', 'engalnd', 'engin', 'england', 'english', 'enjoy', 'enjoyed', 'enjoyin', 'enjoying', 'enketa', 'enna', 'ennal', 'enough', 'ente', 'enter', 'entered', 'enters', 'entertain', 'entey', 'entire', 'entirely', 'entitled', 'entrepreneurs', 'entropication', 'entry', 'entry41', 'enufcredeit', 'enuff', 'envelope', 'environment', 'envy', 'epi', 'eppolum', 'epsilon', 'equally', 'er', 'ericsson', 'erm', 'err', 'error', 'errors', 'ertini', 'eruku', 'erupt', 'erutupalam', 'esaplanade', 'escalator', 'escape', 'ese', 'eshxxxxxxxxxxx', 'espe', 'especially', 'esplanade', 'essay', 'essential', 'establish', 'eta', 'etc', 'ethnicity', 'etlp', 'ettans', 'euro', 'euro2004', 'eurodisinc', 'europe', 'evaluation', 'eve', 'eveb', 'even', 'evening', 'evenings', 'event', 'events', 'eventually', 'ever', 'every', 'every1', 'everybody', 'everyboy', 'everyday', 'everyone', 'everyones', 'everythin', 'everything', 'everywhere', 'evey', 'eviction', 'evil', 'evn', 'evng', 'evo', 'evone', 'evrey', 'evry1', 'evrydy', 'ew', 'ex', 'exact', 'exactly', 'exam', 'exams', 'excellent', 'except', 'exchanged', 'exciting', 'excuse', 'excused', 'excuses', 'exe', 'exercise', 'exeter', 'exhaust', 'exhausted', 'exhibition', 'exist', 'exmpel', 'exorcism', 'exorcist', 'exp', 'expect', 'expected', 'expecting', 'expects', 'expensive', 'experience', 'experiencehttp', 'experiment', 'expired', 'expires', 'expiry', 'explain', 'explicit', 'explicitly', 'explosive', 'exposes', 'express', 'expression', 'expressoffer', 'ext', 'exterminator', 'extra', 'extreme', 'ey', 'eye', 'eyed', 'eyes', 'f4q', 'fab', 'faber', 'face', 'facebook', 'facilities', 'fact', 'factory', 'facts', 'faded', 'faggot', 'failed', 'failing', 'fails', 'failure', 'fainting', 'fair', 'faith', 'fake', 'fakeye', 'fal', 'falconerf', 'fall', 'falling', 'falls', 'fals', 'famamus', 'familiar', 'family', 'fan', 'fancied', 'fancies', 'fancy', 'fans', 'fantasies', 'fantastic', 'fantasy', 'far', 'farm', 'farrell', 'farting', 'fast', 'faster', 'fastest', 'fat', 'father', 'fathima', 'fats', 'fatty', 'fault', 'fav', 'fave', 'favor', 'favorite', 'favour', 'favourite', 'fb', 'fear', 'feathery', 'features', 'feb', 'february', 'fed', 'fedex', 'feed', 'feel', 'feelin', 'feeling', 'feelingood', 'feellikw', 'feels', 'fees', 'feet', 'fellow', 'felt', 'female', 'fetch', 'fetching', 'fever', 'few', 'ffectionate', 'fffff', 'ffffffffff', 'ffffuuuuuuu', 'fgkslpo', 'fgkslpopw', 'fidalfication', 'field', 'fieldof', 'fiend', 'fifa', 'fifteen', 'fifth', 'fifty', 'fight', 'fighting', 'fightng', 'fights', 'figure', 'figures', 'figuring', 'file', 'files', 'fill', 'filled', 'filling', 'fills', 'film', 'films', 'filth', 'filthy', 'filthyguys', 'final', 'finalise', 'finally', 'finance', 'financial', 'find', 'finds', 'fine', 'finest', 'fingers', 'finish', 'finishd', 'finished', 'finishes', 'finishing', 'finn', 'fire', 'fireplace', 'first', 'fish', 'fishhead', 'fishrman', 'fit', 'fiting', 'five', 'fix', 'fixed', 'fixedline', 'fizz', 'flag', 'flaked', 'flaky', 'flame', 'flash', 'flat', 'flatter', 'flavour', 'flea', 'fletcher', 'flew', 'flies', 'flight', 'flights', 'flip', 'flippin', 'flirt', 'flirting', 'flirtparty', 'flood', 'floor', 'floppy', 'flow', 'flower', 'flowers', 'flowing', 'fluids', 'flung', 'flurries', 'flute', 'fly', 'flying', 'flyng', 'fm', 'fml', 'fne', 'fo', 'foley', 'folks', 'follow', 'followed', 'following', 'follows', 'fond', 'fone', 'foned', 'fones', 'fonin', 'food', 'fool', 'fooled', 'foot', 'football', 'footbl', 'footie', 'footy', 'for', 'force', 'forced', 'foregate', 'foreign', 'forever', 'forevr', 'forfeit', 'forget', 'forgets', 'forgive', 'forgiven', 'forgot', 'forgotten', 'forgt', 'form', 'formal', 'format', 'formatting', 'forms', 'forth', 'fortune', 'forum', 'forums', 'forward', 'forwarded', 'forwarding', 'found', 'foundurself', 'four', 'fourth', 'foward', 'fowler', 'fps', 'fr', 'fraction', 'fran', 'frank', 'frankie', 'franxx', 'franyxxxxx', 'frauds', 'freak', 'freaked', 'freaking', 'fredericksburg', 'free', 'free2day', 'freedom', 'freeentry', 'freefone', 'freek', 'freely', 'freemsg', 'freephone', 'freezing', 'fren', 'french', 'frens', 'frequently', 'freshers', 'fret', 'fri', 'friday', 'fridge', 'friend', 'friends', 'friendsare', 'friendship', 'friendships', 'fring', 'fringe', 'frm', 'frmcloud', 'frnd', 'frnds', 'frndship', 'frndshp', 'frndz', 'frnt', 'frog', 'from', 'fromm', 'fromwrk', 'front', 'frontierville', 'frosty', 'frwd', 'frying', 'fuck', 'fucked', 'fuckin', 'fucking', 'fuckinnice', 'fudge', 'fujitsu', 'ful', 'fulfil', 'full', 'fullonsms', 'fumbling', 'fun', 'function', 'functions', 'fund', 'fundamentals', 'funeral', 'funk', 'funky', 'funny', 'furniture', 'further', 'fusion', 'future', 'fyi', 'g2', 'g696ga', 'gail', 'gailxx', 'gain', 'gal', 'galileo', 'gals', 'gamb', 'game', 'games', 'gamestar', 'ganesh', 'gang', 'gap', 'gaps', 'garage', 'garbage', 'garden', 'gardener', 'garments', 'gary', 'gas', 'gastroenteritis', 'gate', 'gauge', 'gautham', 'gauti', 'gave', 'gay', 'gayle', 'gaytextbuddy', 'gaze', 'gbp', 'gbp1', 'gbp4', 'gbp5', 'gd', 'ge', 'gee', 'geeee', 'geeeee', 'gei', 'gek1510', 'gender', 'generally', 'genes', 'genius', 'gent', 'gentle', 'gentleman', 'gently', 'genuine', 'genus', 'geoenvironmental', 'george', 'gep', 'ger', 'germany', 'get', 'get4an18th', 'getiing', 'geting', 'gets', 'getstop', 'gettin', 'getting', 'getzed', 'gf', 'ghodbandar', 'ghost', 'gibbs', 'gift', 'gifted', 'gifts', 'giggle', 'gigolo', 'gin', 'girl', 'girlfrnd', 'girls', 'gist', 'giv', 'give', 'given', 'gives', 'giving', 'glad', 'glands', 'glasgow', 'glass', 'glo', 'global', 'glorious', 'glory', 'gloucesterroad', 'gm', 'gn', 'gnarls', 'gnt', 'gnun', 'go', 'go2', 'go2sri', 'goal', 'goals', 'gobi', 'god', 'goes', 'goigng', 'goin', 'goin2bed', 'going', 'gold', 'golddigger', 'golden', 'goldviking', 'gon', 'gona', 'gone', 'gong', 'gonna', 'gonnamissu', 'good', 'goodevening', 'goodfriend', 'goodmate', 'goodmorning', 'goodnight', 'goodnite', 'goodnoon', 'goodo', 'goodtime', 'google', 'gorgeous', 'gosh', 'gossip', 'got', 'gota', 'gotany', 'gotbabes', 'gotmarried', 'goto', 'gotta', 'gotten', 'gotto', 'goverment', 'govt', 'gower', 'gprs', 'gpu', 'gr8', 'gr8fun', 'gr8prizes', 'grab', 'grace', 'graduated', 'grahmbell', 'gram', 'grams', 'grand', 'grandma', 'granite', 'granted', 'graphics', 'grasp', 'grave', 'gravel', 'gravity', 'gravy', 'gray', 'gre', 'great', 'greatest', 'greatly', 'greatness', 'greece', 'green', 'greet', 'greeting', 'greetings', 'grinder', 'grins', 'grinule', 'grl', 'groovy', 'groovying', 'ground', 'group', 'grow', 'growing', 'grown', 'grownup', 'grr', 'grumble', 'grumpy', 'gsex', 'gsoh', 'gt', 'gua', 'guai', 'guarantee', 'guaranteed', 'gucci', 'gud', 'gudni8', 'gudnite', 'gudnyt', 'guess', 'guessed', 'guesses', 'guessin', 'guessing', 'guidance', 'guide', 'guild', 'guilty', 'guitar', 'gumby', 'guoyang', 'gurl', 'gut', 'guy', 'guys', 'gv', 'gving', 'gym', 'ha', 'habit', 'hack', 'had', 'hadn', 'haf', 'haha', 'hahaha', 'hai', 'hail', 'hair', 'haircut', 'haiyoh', 'haiz', 'half', 'hall', 'halla', 'hallaq', 'halloween', 'ham', 'hamper', 'hamster', 'hand', 'handed', 'handing', 'handle', 'hands', 'handset', 'handsomes', 'hang', 'hangin', 'hanging', 'hannaford', 'hanuman', 'hanumanji', 'happen', 'happend', 'happened', 'happening', 'happens', 'happiest', 'happily', 'happiness', 'happy', 'hard', 'hardcore', 'harder', 'hardest', 'hardly', 'hari', 'harish', 'harlem', 'harri', 'harry', 'has', 'hasbro', 'hasn', 'hasnt', 'hassling', 'hate', 'hates', 'haughaighgtujhyguj', 'haul', 'haunt', 'hav', 'hav2hear', 'havbeen', 'have', 'havebeen', 'haven', 'havent', 'haventcn', 'havin', 'having', 'havn', 'havnt', 'hcl', 'he', 'head', 'headache', 'headin', 'heading', 'heads', 'headset', 'headstart', 'heal', 'healer', 'healthy', 'heap', 'hear', 'heard', 'hearin', 'hearing', 'heart', 'hearted', 'hearts', 'heat', 'heater', 'heavily', 'heavy', 'hee', 'heehee', 'hehe', 'height', 'held', 'helen', 'helens', 'hell', 'hella', 'hello', 'hellogorgeous', 'helloooo', 'help', 'help08700621170150p', 'help08718728876', 'helpful', 'helping', 'helpline', 'helps', 'hen', 'hence', 'her', 'here', 'hero', 'heroes', 'heron', 'hes', 'hesitant', 'hesitate', 'hesitation', 'hex', 'hey', 'hg', 'hhahhaahahah', 'hi', 'hidden', 'hide', 'hides', 'hiding', 'high', 'highest', 'hilarious', 'hill', 'hills', 'hillsborough', 'him', 'himself', 'himso', 'hint', 'hip', 'hiphop', 'hire', 'his', 'history', 'hit', 'hitler', 'hitman', 'hits', 'hitter', 'hittng', 'hiya', 'hl', 'hlday', 'hlp', 'hm', 'hmm', 'hmmm', 'hmmmm', 'hmmross', 'hmv', 'hmv1', 'ho', 'hockey', 'hogidhe', 'hogli', 'hogolo', 'hol', 'hold', 'holder', 'holding', 'holiday', 'holla', 'hollalater', 'hols', 'holy', 'home', 'homeowners', 'hon', 'honest', 'honestly', 'honey', 'honeybee', 'honeymoon', 'hont', 'hoo', 'hoody', 'hook', 'hooked', 'hoops', 'hop', 'hope', 'hoped', 'hopefully', 'hopeing', 'hopes', 'hopeu', 'hoping', 'hor', 'horniest', 'horny', 'horo', 'horrible', 'horse', 'hospital', 'hospitals', 'host', 'hostel', 'hostile', 'hot', 'hotel', 'hotels', 'hotmail', 'hotmix', 'hottest', 'hour', 'hourish', 'hours', 'house', 'housewives', 'housework', 'housing', 'how', 'howard', 'howda', 'howdy', 'however', 'hows', 'howu', 'howz', 'hp', 'hppnss', 'hr', 'hrishi', 'hrs', 'hsbc', 'html', 'http', 'hu', 'huai', 'hubby', 'hudgi', 'hug', 'huge', 'hugging', 'hugs', 'huh', 'hui', 'huiming', 'hum', 'humanities', 'humans', 'hun', 'hundred', 'hundreds', 'hungry', 'hunks', 'hunny', 'hunt', 'hurricanes', 'hurried', 'hurry', 'hurt', 'hurting', 'hurts', 'husband', 'hussey', 'hustle', 'hv', 'hv9d', 'hvae', 'hw', 'hyde', 'hype', 'hypotheticalhuagauahahuagahyuhagga', 'iam', 'ias', 'ibh', 'ibhltd', 'ibiza', 'ibm', 'ibn', 'ic', 'iccha', 'ice', 'icic', 'icicibank', 'icky', 'icmb3cktz8r7', 'icon', 'id', 'idc', 'idea', 'ideal', 'ideas', 'identification', 'identifier', 'idew', 'idk', 'idps', 'idu', 'ie', 'if', 'iff', 'ifink', 'ig11', 'ignorant', 'ignoring', 'ihave', 'ijust', 'ikea', 'ikno', 'iknow', 'il', 'ileave', 'ill', 'illness', 'illspeak', 'ilol', 'im', 'image', 'images', 'imagination', 'imagine', 'imat', 'img', 'imma', 'immed', 'immediately', 'imp', 'impatient', 'impede', 'implications', 'important', 'importantly', 'impossible', 'impress', 'impression', 'impressively', 'improved', 'imprtant', 'in', 'in2', 'inc', 'inch', 'inches', 'incident', 'inclu', 'include', 'includes', 'including', 'inclusive', 'incomm', 'inconsiderate', 'inconvenient', 'increase', 'increments', 'inde', 'indeed', 'independently', 'index', 'india', 'indian', 'indians', 'indicate', 'individual', 'indyarocks', 'inever', 'infact', 'infernal', 'influx', 'info', 'inform', 'information', 'informed', 'infra', 'infront', 'ing', 'ingredients', 'initiate', 'ink', 'inlude', 'inmind', 'innocent', 'innu', 'inperialmusic', 'inpersonation', 'inr', 'insects', 'insha', 'inshah', 'inside', 'inspection', 'inst', 'install', 'installation', 'installing', 'instant', 'instantly', 'instead', 'instituitions', 'instructions', 'insurance', 'intelligent', 'intend', 'intention', 'intentions', 'interest', 'interested', 'interesting', 'interflora', 'interfued', 'internet', 'interview', 'interviews', 'interviw', 'intha', 'into', 'intrepid', 'intro', 'intrude', 'invaders', 'invention', 'invest', 'investigate', 'invitation', 'invite', 'invited', 'inviting', 'invnted', 'invoices', 'involved', 'iouri', 'ip', 'ip4', 'ipad', 'ipaditan', 'ipads', 'iphone', 'ipod', 'iq', 'iraq', 'iron', 'ironing', 'irritated', 'irritates', 'irritating', 'irulinae', 'is', 'isaiah', 'iscoming', 'ish', 'ishtamayoo', 'island', 'islands', 'isn', 'isnt', 'issue', 'issues', 'it', 'italian', 'itcould', 'items', 'iter', 'itried2tell', 'its', 'itself', 'itwhichturnedinto', 'itxt', 'itz', 'ivatte', 'ive', 'iwana', 'iwas', 'iz', 'izzit', 'j5q', 'j89', 'jabo', 'jack', 'jacket', 'jackpot', 'jackson', 'jada', 'jade', 'jaklin', 'jam', 'james', 'jamster', 'jamz', 'jan', 'janarige', 'jane', 'janinexx', 'january', 'jap', 'japanese', 'jas', 'jason', 'java', 'jay', 'jaya', 'jaykwon', 'jaz', 'jazz', 'jb', 'je', 'jealous', 'jeans', 'jeetey', 'jeevithathile', 'jen', 'jenne', 'jenny', 'jenxxx', 'jeremiah', 'jeri', 'jerk', 'jerry', 'jess', 'jesus', 'jet', 'jewelry', 'jez', 'ji', 'jia', 'jiayin', 'jiu', 'jjc', 'jo', 'joanna', 'job', 'jobs', 'jobyet', 'jocks', 'jod', 'jog', 'jogging', 'john', 'join', 'joined', 'joining', 'joke', 'jokes', 'jokin', 'joking', 'jolly', 'jolt', 'jon', 'jones', 'jontin', 'jordan', 'jos', 'jot', 'journey', 'joy', 'joys', 'jp', 'jsco', 'jst', 'jstfrnd', 'jsut', 'juan', 'juicy', 'jul', 'jules', 'juliana', 'julianaland', 'july', 'jump', 'june', 'junna', 'jurong', 'jus', 'just', 'justfound', 'justify', 'justthought', 'juswoke', 'juz', 'k52', 'k61', 'k718', 'kaaj', 'kadeem', 'kaiez', 'kaila', 'kaitlyn', 'kalaachutaarama', 'kalainar', 'kalisidare', 'kallis', 'kama', 'kanagu', 'kane', 'kano', 'karaoke', 'kate', 'katexxx', 'kavalan', 'kay', 'kaypoh', 'kb', 'ke', 'keen', 'keep', 'keeping', 'keeps', 'kegger', 'keluviri', 'ken', 'kent', 'kept', 'kerala', 'keralacircle', 'keris', 'kettoda', 'key', 'keys', 'keyword', 'kfc', 'khelate', 'kicchu', 'kick', 'kickboxing', 'kickoff', 'kicks', 'kid', 'kidding', 'kids', 'kidz', 'kiefer', 'kill', 'killed', 'killing', 'kills', 'kilos', 'kind', 'kinda', 'kindly', 'king', 'kingdom', 'kintu', 'kiosk', 'kip', 'kisi', 'kiss', 'kisses', 'kissing', 'kit', 'kittum', 'kl341', 'knackered', 'knee', 'knew', 'knickers', 'knock', 'knocking', 'know', 'knowing', 'known', 'knows', 'knw', 'ko', 'kodstini', 'kodthini', 'konw', 'korche', 'korean', 'korte', 'kotees', 'kothi', 'kr', 'kuch', 'kudi', 'kusruthi', 'kvb', 'kz', 'l8', 'l8er', 'l8r', 'l8rs', 'l8tr', 'la', 'la3', 'la32wu', 'lab', 'labor', 'lacs', 'laden', 'ladies', 'lady', 'lage', 'lager', 'laid', 'lakhs', 'lambda', 'lambu', 'land', 'landing', 'landline', 'landlines', 'landmark', 'lands', 'lane', 'langport', 'language', 'lanka', 'lanre', 'lap', 'lapdancer', 'laptop', 'lar', 'lara', 'laready', 'large', 'largest', 'lark', 'lasagna', 'last', 'lastest', 'lasting', 'late', 'lately', 'later', 'latest', 'latests', 'latr', 'laugh', 'laughed', 'laughing', 'laughs', 'laundry', 'lavender', 'law', 'laxinorficated', 'lay', 'lays', 'lazy', 'lccltd', 'ld', 'ldew', 'ldn', 'ldnw15h', 'le', 'lead', 'leadership', 'leading', 'leads', 'leafcutter', 'league', 'leanne', 'learn', 'least', 'leave', 'leaves', 'leaving', 'lect', 'lecture', 'lecturer', 'left', 'leftovers', 'legal', 'legitimat', 'legs', 'leh', 'lei', 'lekdog', 'lemme', 'length', 'lennon', 'leona', 'leonardo', 'les', 'less', 'lesser', 'lesson', 'lessons', 'let', 'lets', 'letter', 'letters', 'lf56', 'li', 'liao', 'lib', 'libertines', 'library', 'lick', 'licks', 'lido', 'lie', 'lies', 'life', 'lifeis', 'lifetime', 'lifpartnr', 'lift', 'lifted', 'lifting', 'light', 'lightly', 'lik', 'like', 'liked', 'likely', 'likes', 'likeyour', 'lil', 'lim', 'limiting', 'limping', 'lindsay', 'line', 'linear', 'linerental', 'lines', 'lingerie', 'lingo', 'link', 'links', 'linux', 'lion', 'lionm', 'lionp', 'lions', 'lip', 'lipo', 'lips', 'liquor', 'list', 'listen', 'listened2the', 'listener', 'listening', 'listening2the', 'listn', 'lists', 'lit', 'literally', 'little', 'live', 'lived', 'liverpool', 'lives', 'living', 'lk', 'll', 'llc', 'llspeak', 'lmao', 'lnly', 'lo', 'load', 'loads', 'loan', 'loans', 'lobby', 'local', 'location', 'locations', 'locaxx', 'lock', 'locks', 'lodge', 'lodging', 'log', 'logged', 'logging', 'login', 'logo', 'logoff', 'logon', 'logos', 'loko', 'lol', 'lolnice', 'lololo', 'london', 'lonely', 'long', 'longer', 'lonlines', 'look', 'lookatme', 'looked', 'lookin', 'looking', 'looks', 'lool', 'loooooool', 'loose', 'loosing', 'lor', 'lord', 'lose', 'loses', 'losing', 'loss', 'lost', 'lot', 'lotr', 'lots', 'lotta', 'lotto', 'lotz', 'lou', 'loud', 'lounge', 'lousy', 'lov', 'lovable', 'love', 'loved', 'lovejen', 'lovely', 'loveme', 'lover', 'loverboy', 'lovers', 'loves', 'loving', 'lovingly', 'lovly', 'low', 'lower', 'lowes', 'loxahatchee', 'loyal', 'loyalty', 'ls1', 'ls15hb', 'ls278bb', 'lst', 'lt', 'ltd', 'lttrs', 'lubly', 'luck', 'luckily', 'lucky', 'lucozade', 'lucy', 'lucyxx', 'lul', 'lunch', 'lunchtime', 'lunsford', 'lush', 'luv', 'luvd', 'luvs', 'lux', 'luxury', 'lv', 'lvblefrnd', 'lyf', 'lyfu', 'lying', 'lyk', 'lyricalladie', 'm100', 'm221bp', 'm227xy', 'm26', 'm263uz', 'm39m51', 'm6', 'm60', 'm8', 'm8s', 'm95', 'ma', 'maangalyam', 'mac', 'macedonia', 'macha', 'machan', 'machines', 'macho', 'mack', 'macleran', 'mad', 'mad1', 'mad2', 'madam', 'made', 'madodu', 'madoke', 'madstini', 'mag', 'maga', 'magazine', 'maggi', 'magic', 'magical', 'magicalsongs', 'mah', 'mahal', 'mahaveer', 'mahfuuz', 'maid', 'mail', 'mailbox', 'mailed', 'mails', 'main', 'maintain', 'maintaining', 'major', 'make', 'makes', 'makiing', 'makin', 'making', 'malaria', 'malarky', 'male', 'mall', 'mallika', 'man', 'manage', 'management', 'manda', 'mandan', 'mandara', 'mandy', 'maneesha', 'manege', 'mango', 'manky', 'manual', 'many', 'map', 'mapquest', 'maps', 'maraikara', 'marandratha', 'march', 'maretare', 'margaret', 'marine', 'mark', 'market', 'marketing', 'marley', 'marriage', 'married', 'marry', 'marsms', 'maruti', 'marvel', 'mas', 'masked', 'massage', 'massages', 'massive', 'masteriastering', 'masters', 'match', 'matches', 'mate', 'mates', 'math', 'mathe', 'mathematics', 'mathews', 'maths', 'matra', 'matrix3', 'matter', 'matters', 'matthew', 'matured', 'maturity', 'max', 'max10mins', 'max6', 'maximize', 'maximum', 'may', 'mayb', 'maybe', 'mb', 'mc', 'mca', 'mcat', 'mcr', 'me', 'meal', 'meals', 'mean', 'meaning', 'meaningless', 'means', 'meant', 'meanwhile', 'measure', 'meat', 'meatballs', 'mecause', 'med', 'medical', 'medicine', 'meds', 'mee', 'meet', 'meetin', 'meeting', 'meetins', 'meets', 'meg', 'mega', 'meh', 'mei', 'meive', 'mel', 'melle', 'melnite', 'melody', 'melt', 'member', 'members', 'membership', 'memorable', 'memories', 'memory', 'men', 'mens', 'mental', 'mention', 'mentor', 'menu', 'meow', 'merely', 'merememberin', 'merry', 'mesages', 'mess', 'message', 'messaged', 'messages', 'messaging', 'messed', 'messenger', 'messy', 'met', 'method', 'mfl', 'mgs', 'mi', 'mia', 'michael', 'mid', 'middle', 'midnight', 'mids', 'might', 'miiiiiiissssssssss', 'mike', 'mila', 'mileage', 'miles', 'milk', 'millers', 'million', 'millions', 'milta', 'min', 'mina', 'minapn', 'mind', 'minded', 'mindset', 'mine', 'minecraft', 'mini', 'minimum', 'minmobsmorelkpobox177hp51fl', 'minmoremobsemspobox45po139wa', 'minnaminunginte', 'minor', 'mins', 'mint', 'minus', 'minute', 'minutes', 'minuts', 'miracle', 'mis', 'misbehaved', 'miserable', 'mising', 'misplaced', 'miss', 'misscall', 'missed', 'missin', 'missing', 'missionary', 'missunderstding', 'missy', 'mist', 'mistake', 'mistakes', 'misundrstud', 'mite', 'mitsake', 'miwa', 'mix', 'mj', 'mjzgroup', 'mk17', 'mk45', 'ml', 'mm', 'mmm', 'mmmm', 'mmmmm', 'mmmmmm', 'mmmmmmm', 'mmsto', 'mns', 'mnth', 'mnths', 'mo', 'moan', 'mob', 'mobile', 'mobiles', 'mobilesdirect', 'mobileupd8', 'mobno', 'mobs', 'mobsi', 'mobstorequiz10ppm', 'moby', 'mobypobox734ls27yf', 'mode', 'model', 'module', 'modules', 'mofo', 'moji', 'mojibiola', 'mokka', 'molested', 'mom', 'moment', 'moments', 'moms', 'mon', 'monday', 'mone', 'money', 'monkeespeople', 'monkeyaround', 'monkeys', 'mono', 'monoc', 'monos', 'monster', 'month', 'monthly', 'monthlysubscription', 'months', 'mood', 'moon', 'moral', 'more', 'morefrmmob', 'morn', 'mornin', 'morning', 'morphine', 'morrow', 'moseley', 'most', 'mostly', 'mother', 'motivate', 'motor', 'motorola', 'mountain', 'mouse', 'mouth', 'move', 'moved', 'moves', 'movie', 'movies', 'movietrivia', 'mp3', 'mr', 'mre', 'mrng', 'mrt', 'ms', 'msg', 'msg150p', 'msging', 'msgrcvd18', 'msgrcvdhg', 'msgs', 'msn', 'mt', 'mtalk', 'mth', 'mths', 'mtmsg', 'mtmsg18', 'mtmsgrcvd18', 'mtnl', 'mu', 'muah', 'much', 'muchxxlove', 'mudyadhu', 'mufti', 'muhommad', 'muht', 'multiply', 'multis', 'mum', 'mumbai', 'mumhas', 'mummy', 'mums', 'mumtaz', 'mundhe', 'munsters', 'murder', 'murdered', 'murderer', 'mushy', 'music', 'musical', 'must', 'musthu', 'mustprovide', 'mutai', 'mutations', 'muz', 'mw', 'mwahs', 'my', 'mymoby', 'myparents', 'mys', 'myself', 'myspace', 'mystery', 'n8', 'n9dx', 'na', 'naal', 'nachos', 'nag', 'nagar', 'nah', 'nahi', 'nails', 'naked', 'nalla', 'nalli', 'name', 'name1', 'name2', 'named', 'names', 'nammanna', 'namous', 'nan', 'nanny', 'nannys', 'nap', 'narcotics', 'nasdaq', 'naseeb', 'nasty', 'nat', 'nat27081980', 'natalie', 'natalie2k9', 'natalja', 'national', 'nattil', 'natural', 'nature', 'naughty', 'nauseous', 'nav', 'navigate', 'nb', 'nbme', 'nd', 'ndship', 'ne', 'near', 'nearby', 'nearer', 'nearly', 'necesity', 'necessarily', 'necessary', 'neck', 'necklace', 'ned', 'need', 'needa', 'needed', 'needing', 'needle', 'needs', 'needy', 'neekunna', 'neft', 'negative', 'neglet', 'neighbor', 'neighbors', 'neighbour', 'neither', 'neo69', 'nervous', 'neshanth', 'net', 'netcollex', 'netflix', 'nething', 'netun', 'netvision', 'network', 'networking', 'networks', 'neva', 'nevamind', 'never', 'nevering', 'neville', 'nevr', 'new', 'neway', 'newest', 'newquay', 'news', 'newscaster', 'next', 'ni8', 'nic', 'nice', 'nichols', 'nick', 'nickey', 'nicky', 'nig', 'nigeria', 'night', 'nightnight', 'nights', 'nigro', 'nike', 'nikiyu4', 'nimbomsons', 'nimya', 'ninish', 'nino', 'nit', 'nite', 'nitro', 'nitros', 'nitw', 'nitz', 'nmde', 'no', 'no1', 'nobbing', 'nobody', 'noe', 'noice', 'noise', 'noisy', 'nok', 'nokia', 'nokia6600', 'nokia6650', 'nokias', 'noline', 'noncomittal', 'none', 'nonetheless', 'nookii', 'noon', 'nooooooo', 'noooooooo', 'nope', 'nora', 'norcorp', 'nordstrom', 'norm', 'norm150p', 'normal', 'normally', 'north', 'northampton', 'nos', 'nose', 'nosy', 'not', 'note', 'notebook', 'notes', 'nothin', 'nothing', 'notice', 'notifications', 'notified', 'notixiquating', 'nottingham', 'notxt', 'noun', 'novelty', 'november', 'now', 'now1', 'nowadays', 'nowhere', 'noworriesloans', 'nr31', 'nt', 'nte', 'ntimate', 'ntt', 'ntwk', 'nuclear', 'nudist', 'nuerologist', 'num', 'number', 'numbers', 'nursery', 'nurses', 'nurungu', 'nus', 'nusstu', 'nutter', 'nver', 'nvm', 'nvq', 'nw', 'nxt', 'ny', 'nyc', 'nydc', 'nyt', 'nytho', 'nìte', 'o2', 'obedient', 'obese', 'obey', 'oble', 'oblisingately', 'oblivious', 'obviously', 'occasion', 'occupied', 'occupy', 'occur', 'occurs', 'ocean', 'oclock', 'october', 'odalebeku', 'odi', 'of', 'ofcourse', 'off', 'offc', 'offcampus', 'offdam', 'offense', 'offer', 'offered', 'offering', 'offers', 'office', 'officer', 'official', 'officially', 'offline', 'ofice', 'ofsi', 'ofstuff', 'often', 'ogunrinde', 'oh', 'oi', 'oic', 'oil', 'oja', 'ok', 'okay', 'okday', 'okden', 'okey', 'okie', 'okies', 'okmail', 'okors', 'olage', 'olave', 'olayiwola', 'old', 'oli', 'ollu', 'olowoyey', 'olympics', 'omg', 'omw', 'on', 'onam', 'oncall', 'once', 'ondu', 'one', 'ones', 'oni', 'onion', 'online', 'onluy', 'only', 'only1more', 'onto', 'onum', 'onwards', 'onwords', 'ooh', 'oooh', 'ooooooh', 'oops', 'open', 'opened', 'opener', 'openin', 'opening', 'openings', 'operate', 'operator', 'opinion', 'opinions', 'opponenter', 'opportunity', 'opposed', 'opposite', 'opps', 'opt', 'opted', 'optin', 'option', 'optout', 'or', 'or2optout', 'or2stoptxt', 'oral', 'orange', 'orc', 'orchard', 'order', 'ordered', 'ordinator', 'oredi', 'oreo', 'oreos', 'org', 'organise', 'organizer', 'orig', 'original', 'orno', 'ors', 'ortxt', 'oru', 'os', 'oscar', 'oso', 'other', 'others', 'otherwise', 'othrs', 'otside', 'ou', 'ouch', 'our', 'ourbacks', 'ours', 'out', 'outage', 'outages', 'outbid', 'outdoors', 'outfit', 'outfor', 'outgoing', 'outrageous', 'outreach', 'outs', 'outside', 'outsider', 'outsomewhere', 'outstanding', 'outta', 'ovarian', 'oveable', 'over', 'overheating', 'ovr', 'ovulate', 'ovulation', 'ow', 'own', 'owned', 'owns', 'oyea', 'oyster', 'oz', 'pa', 'paces', 'pack', 'package', 'packing', 'packs', 'page', 'pages', 'paid', 'pain', 'painful', 'paining', 'painting', 'pairs', 'pale', 'pan', 'panalam', 'panasonic', 'pandy', 'panic', 'panther', 'pants', 'pap', 'papa', 'paper', 'papers', 'parachute', 'parade', 'paragon', 'paragraphs', 'paranoid', 'parantella', 'parchi', 'parco', 'parent', 'parents', 'paris', 'parish', 'park', 'parked', 'parkin', 'parking', 'part', 'particularly', 'partner', 'parts', 'party', 'pases', 'pass', 'passable', 'passed', 'passion', 'passionate', 'passport', 'password', 'passwords', 'past', 'pataistha', 'path', 'pathaya', 'paths', 'patients', 'patrick', 'pattern', 'patty', 'paul', 'pause', 'pavanaputra', 'pax', 'pay', 'payasam', 'payback', 'payed', 'payed2day', 'payee', 'paying', 'payment', 'payments', 'payoh', 'paypal', 'pc', 'pc1323', 'pdate_now', 'peace', 'peaceful', 'peach', 'peak', 'pee', 'peeps', 'pehle', 'pei', 'pen', 'pendent', 'pending', 'penis', 'penny', 'people', 'peoples', 'per', 'percent', 'percentages', 'perfect', 'perform', 'performance', 'perfume', 'perhaps', 'peril', 'period', 'permanent', 'permission', 'permissions', 'perpetual', 'person', 'person2die', 'personal', 'personality', 'personally', 'persons', 'pert', 'perumbavoor', 'pesky', 'pest', 'pete', 'petexxx', 'petey', 'petrol', 'petticoatdreams', 'pg', 'ph', 'pharmacy', 'phasing', 'phb1', 'phd', 'phews', 'phil', 'philosophy', 'phne', 'phoenix', 'phone', 'phone750', 'phonebook', 'phoned', 'phones', 'phony', 'photo', 'photos', 'photoshop', 'php', 'phyhcmk', 'piah', 'pic', 'pick', 'picked', 'picking', 'pickle', 'pics', 'picsfree1', 'picture', 'pictures', 'pie', 'piece', 'pieces', 'pierre', 'pig', 'piggy', 'pilates', 'pile', 'pillows', 'pimples', 'pin', 'pink', 'pints', 'pisces', 'piss', 'pissed', 'pist', 'pity', 'pix', 'pixels', 'pizza', 'pl', 'place', 'placement', 'places', 'plaid', 'plan', 'plane', 'planet', 'planettalkinstant', 'planned', 'planning', 'plans', 'plate', 'platt', 'play', 'played', 'player', 'players', 'playin', 'playing', 'playng', 'plaza', 'please', 'pleased', 'pleassssssseeeeee', 'pleasure', 'plenty', 'plm', 'ploughing', 'pls', 'plum', 'plumbers', 'plumbing', 'plural', 'plus', 'plyr', 'plz', 'pm', 'pmt', 'po', 'po19', 'pobox', 'pobox1', 'pobox114', 'pobox12n146tf15', 'pobox12n146tf150p', 'pobox202', 'pobox334', 'pobox36504w45wq', 'pobox365o4w45wq', 'pobox45w2tg150p', 'pobox75ldns7', 'pobox84', 'poboxox36504w45wq', 'pocay', 'pocked', 'pocketbabe', 'pockets', 'pocy', 'pod', 'poet', 'point', 'points', 'poker', 'poking', 'pokkiri', 'pole', 'police', 'polo', 'poly', 'poly3', 'polyc', 'polyh', 'polyph', 'polyphonic', 'polys', 'pongal', 'ponnungale', 'pooja', 'pookie', 'pool', 'poop', 'poor', 'poorly', 'poortiyagi', 'pop', 'popcorn', 'popped', 'porn', 'porridge', 'port', 'portal', 'portege', 'pos', 'posible', 'position', 'positions', 'positive', 'possession', 'possessive', 'possessiveness', 'possibility', 'possible', 'possibly', 'post', 'postal', 'postcard', 'postcode', 'posted', 'posting', 'posts', 'potato', 'potential', 'potter', 'pouch', 'pound', 'pounded', 'pounds', 'poured', 'pours', 'pouts', 'power', 'powerful', 'ppl', 'pple', 'ppm', 'ppm150', 'prabha', 'prabu', 'pract', 'practical', 'practice', 'practicing', 'practicum', 'practising', 'praises', 'prakasam', 'prakasamanu', 'prakesh', 'prasanth', 'prashanthettan', 'praveesh', 'pray', 'praying', 'pre', 'predict', 'predicting', 'prediction', 'predictive', 'prefer', 'preferably', 'prem', 'premarica', 'premier', 'premium', 'prepaid', 'prepare', 'prepared', 'preponed', 'preschoolco', 'prescribed', 'prescripiton', 'prescription', 'presence', 'present', 'presents', 'presleys', 'presnts', 'press', 'pressies', 'pretend', 'pretsorginta', 'pretsovru', 'pretty', 'prevent', 'previews', 'previous', 'previously', 'prey', 'price', 'prices', 'pride', 'priest', 'prince', 'princes', 'princess', 'print', 'printer', 'printing', 'priscilla', 'privacy', 'private', 'prix', 'priya', 'prize', 'prizeawaiting', 'prizes', 'prizeswith', 'pro', 'prob', 'probably', 'problem', 'problematic', 'problems', 'problum', 'probs', 'process', 'processed', 'products', 'prof', 'professors', 'profile', 'profit', 'program', 'programs', 'progress', 'project', 'prolly', 'prometazine', 'promise', 'promises', 'promo', 'promoting', 'promotion', 'promptly', 'prompts', 'prone', 'proof', 'proove', 'proper', 'property', 'propose', 'propsd', 'pros', 'prospects', 'protect', 'prove', 'proverb', 'provided', 'provider', 'providing', 'province', 'proze', 'prsn', 'ps', 'pshew', 'psp', 'psychiatrist', 'psychic', 'psychologist', 'pt2', 'ptbo', 'pthis', 'pub', 'public', 'publish', 'pubs', 'pudunga', 'pull', 'pulls', 'pump', 'punch', 'punish', 'punishment', 'punj', 'puppy', 'purchase', 'pure', 'purity', 'purple', 'purpose', 'purse', 'push', 'pushbutton', 'pushes', 'pussy', 'put', 'puttin', 'putting', 'puzzles', 'px3748', 'qatar', 'qbank', 'qet', 'qi', 'qing', 'qjkgighjjgcbl', 'qlynnbv', 'quality', 'quarter', 'que', 'queen', 'queries', 'ques', 'question', 'questioned', 'questions', 'quick', 'quickly', 'quiet', 'quit', 'quite', 'quiz', 'quizclub', 'quizzes', 'quote', 'quoting', 'racal', 'racing', 'radiator', 'radio', 'raed', 'rael', 'rahul', 'raiden', 'railway', 'rain', 'raining', 'raise', 'raj', 'raji', 'rajini', 'rajitha', 'rajnikant', 'rakhesh', 'raksha', 'rally', 'ralphs', 'ramaduth', 'ran', 'random', 'randomly', 'randy', 'rang', 'range', 'ranjith', 'ranju', 'rate', 'rates', 'rather', 'ratio', 'rats', 'rawring', 'rayan', 'rays', 'rcd', 'rct', 'rcv', 'rcvd', 'rd', 'rdy', 're', 'reach', 'reache', 'reached', 'reaching', 'reacting', 'reaction', 'read', 'readers', 'reading', 'ready', 'real', 'real1', 'realise', 'realised', 'realising', 'reality', 'realize', 'realized', 'realizes', 'really', 'realy', 'rearrange', 'reason', 'reasonable', 'reasons', 'rebel', 'reboot', 'rebooting', 'rec', 'recd', 'receipt', 'receipts', 'receive', 'receivea', 'received', 'receiving', 'recent', 'recently', 'reception', 'recession', 'recharge', 'recieve', 'reckon', 'recognise', 'recorded', 'records', 'recount', 'recovery', 'recpt', 'recreation', 'red', 'redeemable', 'redeemed', 'reduce', 'ref', 'reference', 'reffering', 'refilled', 'reflection', 'reflex', 'refreshed', 'refund', 'refunded', 'refused', 'reg', 'regalportfolio', 'regard', 'regarding', 'regards', 'register', 'registered', 'registration', 'regret', 'regretted', 'regular', 'rejected', 'relation', 'relationship', 'relatives', 'relax', 'released', 'relieved', 'religiously', 'reltnship', 'rem', 'remain', 'remains', 'remb', 'remember', 'remembered', 'remembr', 'remind', 'reminder', 'reminding', 'remixed', 'remove', 'removed', 'renewal', 'renewed', 'renewing', 'rent', 'rental', 'renting', 'rentl', 'rents', 'repair', 'repeat', 'repeating', 'repent', 'replace', 'replacing', 'replied', 'replies', 'reply', 'replying', 'replys150', 'report', 'representative', 'request', 'requests', 'require', 'requirements', 'requires', 'research', 'resend', 'resent', 'reserve', 'reset', 'residency', 'resizing', 'reslove', 'resolution', 'resolved', 'respect', 'respectful', 'responce', 'respond', 'responding', 'response', 'responsibility', 'responsible', 'rest', 'restaurant', 'restock', 'restocked', 'restrict', 'restrictions', 'resubbing', 'resubmit', 'result', 'results', 'resume', 'retard', 'retired', 'retrieve', 'return', 'returned', 'returning', 'returns', 'reunion', 'reveal', 'revealed', 'revealing', 'reverse', 'review', 'revision', 'reward', 'rewarding', 'rg21', 'rgds', 'rhythm', 'rice', 'riddance', 'ridden', 'ride', 'right', 'rightio', 'rightly', 'rights', 'ring', 'rings', 'ringtone', 'ringtoneking', 'ringtones', 'rinu', 'rip', 'ripped', 'rise', 'risk', 'risks', 'rite', 'river', 'road', 'roads', 'roast', 'rob', 'robinson', 'rock', 'rocking', 'rocks', 'rodds1', 'rodger', 'rofl', 'roger', 'role', 'roles', 'rolled', 'romantic', 'romcapspam', 'ron', 'room', 'roomate', 'roommate', 'roommates', 'rooms', 'ros', 'rose', 'roses', 'rough', 'round', 'rounds', 'route', 'row', 'rowdy', 'rows', 'rp176781', 'rpl', 'rply', 'rr', 'rs', 'rstm', 'rt', 'rtf', 'rtm', 'rto', 'ru', 'rub', 'rubber', 'rude', 'rudi', 'ruin', 'ruining', 'rule', 'rules', 'rum', 'rumbling', 'rummer', 'rumour', 'run', 'runs', 'rush', 'ruthful', 'rv', 'rvx', 'rwm', 'ryan', 's3xy', 's89', 'sac', 'sachin', 'sack', 'sacked', 'sad', 'sae', 'saeed', 'safe', 'safely', 'safety', 'said', 'sake', 'salad', 'salam', 'salary', 'sale', 'sales', 'salesman', 'sall', 'salmon', 'salon', 'salt', 'sam', 'samachara', 'samantha', 'sambar', 'same', 'samus', 'sandiago', 'sane', 'sang', 'sankatmochan', 'santa', 'santacalling', 'sao', 'sapna', 'sar', 'sarasota', 'sarcastic', 'saristar', 'sariyag', 'sary', 'sashimi', 'sat', 'sathy', 'satisfied', 'satisfy', 'satsgettin', 'saturday', 'saucy', 'sausage', 'savamob', 'save', 'saved', 'saves', 'savings', 'saw', 'say', 'sayhey', 'sayin', 'saying', 'says', 'sayy', 'sc', 'scallies', 'scared', 'scary', 'sch', 'schedule', 'school', 'schools', 'science', 'scold', 'scorable', 'score', 'scores', 'scoring', 'scotch', 'scotland', 'scotsman', 'scouse', 'scratches', 'scratching', 'scream', 'screamed', 'screaming', 'screen', 'screwd', 'scrounge', 'scrumptious', 'sculpture', 'sd', 'sday', 'se', 'sea', 'search', 'searching', 'season', 'seat', 'sec', 'second', 'secondary', 'seconds', 'secret', 'secretary', 'secretly', 'secrets', 'secs', 'section', 'sections', 'secured', 'sed', 'see', 'seeds', 'seeing', 'seeking', 'seem', 'seemed', 'seems', 'seen', 'sef', 'sehwag', 'seing', 'select', 'selected', 'selection', 'self', 'selfindependence', 'selfish', 'selflessness', 'sell', 'selling', 'sells', 'sem', 'semester', 'semi', 'semiobscure', 'sen', 'send', 'sender', 'sending', 'sends', 'senor', 'senrd', 'sense', 'sensible', 'sensitive', 'sent', 'sentence', 'senthil', 'sentiment', 'seperated', 'sept', 'september', 'serena', 'series', 'serious', 'seriously', 'served', 'server', 'service', 'services', 'servs', 'set', 'setting', 'settings', 'settle', 'settled', 'seven', 'seventeen', 'several', 'sex', 'sexiest', 'sextextuk', 'sexual', 'sexy', 'sez', 'sf', 'sg', 'sh', 'sha', 'shade', 'shadow', 'shag', 'shagged', 'shahjahan', 'shakara', 'shake', 'shakespeare', 'shaking', 'shall', 'shame', 'shampain', 'shangela', 'shanghai', 'shanil', 'shant', 'shaping', 'share', 'shared', 'sharing', 'shattered', 'shb', 'shd', 'she', 'sheets', 'sheffield', 'shelf', 'shelves', 'sherawat', 'shes', 'shesil', 'shexy', 'shhhhh', 'shijas', 'shinco', 'shindig', 'shining', 'ship', 'shipped', 'shirt', 'shirts', 'shit', 'shite', 'shitin', 'shitinnit', 'shitload', 'shitstorm', 'shld', 'shldxxxx', 'shock', 'shoes', 'shoot', 'shop', 'shoppin', 'shopping', 'shore', 'short', 'shortage', 'shortbreaks', 'shortcode', 'shorter', 'shortly', 'shoul', 'should', 'shoulders', 'shouldn', 'shouted', 'shouting', 'shove', 'shoving', 'show', 'showed', 'shower', 'showered', 'showers', 'showing', 'showrooms', 'shows', 'shracomorsglsuplt', 'shrek', 'shrink', 'shrub', 'shsex', 'shu', 'shud', 'shudvetold', 'shuhui', 'shun', 'shut', 'shy', 'si', 'sian', 'sib', 'sic', 'sick', 'sickness', 'side', 'sigh', 'sighs', 'sight', 'sign', 'signal', 'significance', 'significant', 'signing', 'siguviri', 'silence', 'silent', 'silently', 'silly', 'silver', 'sim', 'simonwatson5120', 'simple', 'simpler', 'simply', 'since', 'sinco', 'sindu', 'sing', 'singapore', 'singing', 'single', 'singles', 'sink', 'sip', 'sipix', 'sips', 'sir', 'sirji', 'sis', 'sister', 'sisters', 'sit', 'site', 'sitll', 'sitter', 'sittin', 'sitting', 'situation', 'situations', 'siva', 'six', 'size', 'sk3', 'sk38xh', 'skateboarding', 'skilgme', 'skillgame', 'skills', 'skinny', 'skins', 'skint', 'skip', 'skirt', 'sky', 'skye', 'skype', 'skyped', 'skyving', 'slaaaaave', 'slap', 'slave', 'sleep', 'sleepin', 'sleeping', 'sleepingwith', 'sleepwell', 'slept', 'slice', 'slide', 'sliding', 'slightly', 'slip', 'slippers', 'slippery', 'slo', 'slob', 'slots', 'slovely', 'slow', 'slowing', 'slowly', 'slp', 'slurp', 'smacks', 'small', 'smart', 'smarter', 'smash', 'smashed', 'smear', 'smell', 'smells', 'smeone', 'smidgin', 'smile', 'smiled', 'smiles', 'smiley', 'smiling', 'smith', 'smoke', 'smokes', 'smokin', 'smoking', 'smoothly', 'sms', 'smsco', 'smsing', 'smsrewards', 'smsservices', 'smth', 'sn', 'snake', 'snap', 'snappy', 'snatch', 'sneham', 'snogs', 'snoring', 'snot', 'snow', 'snowboarding', 'snowman', 'snuggles', 'so', 'soc', 'sochte', 'social', 'sofa', 'soft', 'software', 'soil', 'soiree', 'sol', 'soladha', 'sold', 'solve', 'solved', 'some', 'some1', 'somebody', 'someday', 'someone', 'someonone', 'someplace', 'somerset', 'sometext', 'somethin', 'something', 'sometime', 'sometimes', 'sometme', 'somewhat', 'somewhere', 'somewheresomeone', 'somewhr', 'somone', 'somtimes', 'sonathaya', 'sonetimes', 'song', 'songs', 'sony', 'sonyericsson', 'soo', 'soon', 'sooner', 'soonlots', 'soooo', 'sooooo', 'sophas', 'sore', 'sorrow', 'sorrows', 'sorry', 'sort', 'sorted', 'sorting', 'sorts', 'sory', 'soryda', 'sos', 'soul', 'sound', 'sounds', 'soundtrack', 'soup', 'source', 'south', 'southern', 'souveniers', 'soz', 'sp', 'space', 'spaces', 'spageddies', 'spain', 'spam', 'spanish', 'spare', 'spark', 'sparkling', 'spatula', 'speak', 'speaking', 'special', 'speciale', 'specialisation', 'specialise', 'specially', 'specific', 'specify', 'specs', 'speechless', 'speed', 'speedchat', 'speeding', 'spell', 'spelled', 'spend', 'spending', 'spent', 'sphosting', 'spider', 'spiffing', 'spile', 'spinout', 'spiral', 'spirit', 'spiritual', 'spk', 'spl', 'splash', 'splashmobile', 'splendid', 'split', 'splleing', 'spoil', 'spoke', 'spoken', 'spontaneously', 'spook', 'spoon', 'spoons', 'sporadically', 'sport', 'sports', 'sportsx', 'spose', 'spot', 'spotty', 'spouse', 'sppok', 'spreadsheet', 'spree', 'spring', 'sprint', 'spun', 'spys', 'sq825', 'squatting', 'squeeeeeze', 'squeezed', 'squishy', 'srs', 'sry', 'st', 'stability', 'stable', 'stadium', 'staff', 'stagwood', 'stairs', 'stalking', 'stamped', 'stamps', 'stand', 'standard', 'standing', 'stands', 'stapati', 'star', 'starer', 'staring', 'starring', 'stars', 'starshine', 'start', 'started', 'starting', 'starts', 'starve', 'starwars3', 'stash', 'stated', 'statement', 'station', 'status', 'stay', 'stayed', 'stayin', 'staying', 'stays', 'std', 'stdtxtrate', 'steal', 'steam', 'steamboat', 'step', 'stereo', 'stereophonics', 'sterling', 'sterm', 'steve', 'stewartsize', 'sth', 'sticky', 'still', 'stink', 'stitch', 'stock', 'stockport', 'stomach', 'stomps', 'stone', 'stones', 'stool', 'stop', 'stop2', 'stop2stop', 'stopbcm', 'stopcost', 'stopcs', 'stopped', 'stops', 'stopsms', 'stoptxtstop', 'store', 'stores', 'stories', 'storming', 'story', 'str', 'str8', 'straight', 'strain', 'strange', 'stranger', 'stream', 'street', 'stress', 'stressed', 'stressful', 'stressfull', 'stretch', 'strewn', 'strict', 'strike', 'strip', 'stripes', 'strips', 'strokes', 'strong', 'strtd', 'sts', 'stu', 'stubborn', 'stuck', 'student', 'studentfinancial', 'students', 'studies', 'studio', 'study', 'studying', 'studyn', 'stuff', 'stuff42moro', 'stuffs', 'stupid', 'style', 'styles', 'styling', 'stylish', 'stylist', 'sub', 'subject', 'subletting', 'submitted', 'submitting', 'subpoly', 'subs', 'subs16', 'subscribe', 'subscribe6gbp', 'subscribed', 'subscriber', 'subscribers', 'subscription', 'subscriptions', 'subscrition', 'subsequent', 'subtoitles', 'success', 'successful', 'successfully', 'sucker', 'suckers', 'sucks', 'sudden', 'suddenly', 'sue', 'suffering', 'suffers', 'sufficient', 'sugababes', 'suganya', 'sugar', 'sugardad', 'suggest', 'suggestion', 'suggestions', 'suite', 'suite342', 'suitemates', 'suits', 'sullivan', 'sum', 'sum1', 'suman', 'sumfing', 'summer', 'summon', 'sumthin', 'sun', 'sun0819', 'sunday', 'sundayish', 'sunlight', 'sunny', 'sunroof', 'sunscreen', 'sunshine', 'suntec', 'sup', 'super', 'superb', 'superior', 'supervisor', 'supose', 'suppliers', 'supplies', 'supply', 'support', 'suppose', 'supposed', 'supreme', 'suprman', 'sura', 'sure', 'surely', 'surfing', 'surgical', 'surly', 'surname', 'surprise', 'surprised', 'surrounded', 'survey', 'surya', 'sutra', 'sux', 'suzy', 'svc', 'sw7', 'sw73ss', 'swalpa', 'swan', 'swann', 'swap', 'swashbuckling', 'swat', 'swatch', 'sway', 'swayze', 'swear', 'sweater', 'sweatter', 'sweet', 'sweetest', 'sweetheart', 'sweetie', 'sweets', 'swell', 'swimming', 'swing', 'switch', 'swollen', 'swoop', 'swt', 'swtheart', 'syd', 'syllabus', 'symbol', 'sympathetic', 'symptoms', 'synced', 'syria', 'syrup', 'system', 'systems', 't4get2text', 't91', 'ta', 'table', 'tablets', 'tackle', 'tactful', 'tag', 'tagged', 'tahan', 'tait', 'taj', 'taka', 'take', 'takecare', 'taken', 'takes', 'takin', 'taking', 'talent', 'talents', 'talk', 'talked', 'talkin', 'talking', 'talks', 'tall', 'tallahassee', 'tallent', 'tampa', 'tank', 'tantrum', 'tap', 'tape', 'tariffs', 'tarot', 'taste', 'tasts', 'tat', 'tata', 'tats', 'tau', 'taught', 'taunton', 'taxes', 'taxi', 'taxt', 'taylor', 'tayseer', 'tb', 'tc', 'tcr', 'tcs', 'tddnewsletter', 'tea', 'teach', 'teacher', 'teaches', 'teaching', 'team', 'teams', 'tear', 'tears', 'tease', 'teasing', 'tech', 'technical', 'technologies', 'tee', 'teeth', 'teju', 'tel', 'telephone', 'telephonic', 'teletext', 'tell', 'telling', 'tellmiss', 'tells', 'telly', 'telphone', 'telugu', 'temales', 'temp', 'temple', 'ten', 'tenants', 'tendencies', 'tenerife', 'teresa', 'term', 'terms', 'ternal', 'terrific', 'terrorist', 'terry', 'tescos', 'tessy', 'test', 'testing', 'tex', 'texas', 'texd', 'text', 'text82228', 'textand', 'textbuddy', 'textcomp', 'texted', 'textin', 'texting', 'textoperator', 'textpod', 'texts', 'tgxxrz', 'th', 'than', 'thandiyachu', 'thangam', 'thank', 'thanks', 'thanks2', 'thanksgiving', 'thanku', 'thankyou', 'thanx', 'thanx4', 'thasa', 'that', 'that2worzels', 'thatmum', 'thats', 'the', 'the4th', 'theacusations', 'theater', 'theatre', 'thedailydraw', 'their', 'theirs', 'thekingshead', 'them', 'themed', 'themes', 'themob', 'then', 'thenampet', 'theoretically', 'theory', 'theplace', 'thepub', 'there', 'theres', 'these', 'thesedays', 'thesis', 'thesmszone', 'thet', 'thew', 'they', 'theyre', 'thgt', 'thia', 'thin', 'thing', 'things', 'think', 'thinked', 'thinkin', 'thinking', 'thinks', 'thinl', 'thirunelvali', 'this', 'thk', 'thm', 'thnk', 'thnq', 'thnx', 'tho', 'those', 'thot', 'though', 'thought', 'thoughts', 'thousands', 'thread', 'threats', 'three', 'threw', 'thriller', 'throat', 'through', 'throw', 'throwin', 'throwing', 'thrown', 'throws', 'thru', 'ths', 'tht', 'thts', 'thuglyfe', 'thurs', 'thursday', 'thus', 'thx', 'thy', 'tick', 'ticket', 'tickets', 'tie', 'tiempo', 'tight', 'tightly', 'tihs', 'til', 'till', 'tim', 'time', 'times', 'timi', 'timin', 'timing', 'timings', 'tiny', 'tips', 'tired', 'tiring', 'tirunelvai', 'tirunelvali', 'tirupur', 'tis', 'tissco', 'title', 'titles', 'tiwary', 'tix', 'tiz', 'tkls', 'tkts', 'tlk', 'tlp', 'tm', 'tming', 'tmorow', 'tmorrow', 'tmr', 'tmrw', 'tms', 'tmw', 'tnc', 'tncs', 'to', 'toa', 'tobacco', 'tocall', 'toclaim', 'today', 'todays', 'todo', 'tog', 'together', 'tohar', 'tok', 'toking', 'tol', 'told', 'toledo', 'tolerance', 'toll', 'tom', 'tomarrow', 'tomeandsaid', 'tomo', 'tomorro', 'tomorrow', 'tomorw', 'tone', 'tones', 'tones2u', 'tones2you', 'tonexs', 'tonght', 'tongued', 'tonight', 'tonights', 'tonite', 'tons', 'too', 'took', 'tookplace', 'tool', 'tooo', 'tooth', 'toothpaste', 'tootsie', 'top', 'topic', 'toplay', 'topped', 'tops', 'torch', 'torrents', 'tortilla', 'torture', 'tosend', 'toshiba', 'toss', 'tot', 'total', 'totally', 'touch', 'touched', 'tough', 'tour', 'towards', 'town', 'toxic', 'toyota', 'tp', 'track', 'trade', 'traditions', 'traffic', 'train', 'trained', 'training', 'trainners', 'trains', 'tram', 'tranquility', 'transaction', 'transcribing', 'transfer', 'transfered', 'transferred', 'transfr', 'transfred', 'transport', 'trash', 'trauma', 'trav', 'travel', 'traveling', 'travelled', 'travelling', 'treadmill', 'treat', 'treated', 'treats', 'trebles', 'tree', 'trek', 'trends', 'tried', 'trip', 'trips', 'trishul', 'trivia', 'tron', 'trouble', 'troubleshooting', 'trouser', 'truble', 'truck', 'true', 'true18', 'truffles', 'truly', 'truro', 'trust', 'truth', 'try', 'tryin', 'trying', 'ts', 'tsandcs', 'tscs', 'tscs08714740323', 'tscs087147403231winawk', 'tsunami', 'tsunamis', 'tt', 'ttyl', 'tue', 'tues', 'tuesday', 'tuition', 'tul', 'tunde', 'turkeys', 'turn', 'turned', 'turning', 'turns', 'tuth', 'tv', 'twat', 'twelve', 'twice', 'twiggs', 'twilight', 'twinks', 'twins', 'two', 'tx', 'txt', 'txt250', 'txt43', 'txt82228', 'txtauction', 'txtin', 'txting', 'txtno', 'txts', 'txtstar', 'txtstop', 'txttowin', 'txtx', 'tyler', 'type', 'types', 'typical', 'tyrone', 'u2moro', 'u4', 'uawake', 'ubandu', 'ugh', 'ugo', 'uh', 'uhhhhrmm', 'uin', 'ujhhhhhhh', 'uk', 'uks', 'ultimate', 'ultimatum', 'um', 'umma', 'ummmmmaah', 'un', 'unable', 'unbreakable', 'unclaimed', 'uncle', 'uncles', 'unconscious', 'unconvinced', 'uncountable', 'uncut', 'under', 'understand', 'understanding', 'understood', 'underwear', 'undrstnd', 'unemployed', 'uneventful', 'unfolds', 'unfortunately', 'unfortuntly', 'uni', 'unicef', 'uniform', 'unintentional', 'unintentionally', 'unique', 'united', 'units', 'univ', 'university', 'unkempt', 'unknown', 'unless', 'unlike', 'unlimited', 'unnecessarily', 'unni', 'unrecognized', 'unredeemed', 'unsecured', 'unsold', 'unsub', 'unsubscribe', 'unsubscribed', 'untamed', 'until', 'unusual', 'up', 'up4', 'upcharge', 'updat', 'update', 'update_now', 'upgrade', 'upgrading', 'upgrdcentre', 'upload', 'uploaded', 'upon', 'upping', 'upset', 'upto', 'uptown', 'ur', 'urawinner', 'ure', 'urgent', 'urgently', 'urgh', 'urgnt', 'urgran', 'urination', 'url', 'urmom', 'urn', 'urself', 'us', 'usa', 'usb', 'usc', 'use', 'used', 'useful', 'useless', 'user', 'usf', 'usher', 'using', 'usmle', 'usual', 'usually', 'uterus', 'utter', 'uup', 'uv', 'uwana', 'uwant', 'uworld', 'va', 'vaazhthukkal', 'vague', 'vaguely', 'vale', 'valentine', 'valentines', 'valid', 'valid12hrs', 'valuable', 'value', 'valued', 'values', 'valuing', 'varaya', 'vargu', 'various', 'varma', 'varunnathu', 'vary', 'vasai', 'vat', 'vatian', 'vava', 'vco', 'vday', 've', 'vegas', 'vegetables', 'veggie', 'vehicle', 'velachery', 'velly', 'velusamy', 'venaam', 'verified', 'verify', 'verifying', 'version', 'versus', 'very', 'vettam', 'vewy', 'via', 'vibrant', 'vibrate', 'vibrator', 'vic', 'victoria', 'victors', 'vid', 'video', 'videochat', 'videophones', 'videos', 'vijay', 'vijaykanth', 'vikky', 'vill', 'village', 'vinobanagar', 'violence', 'vip', 'virgil', 'virgin', 'virgins', 'virtual', 'visa', 'visionsms', 'visit', 'visitor', 'visitors', 'vitamin', 'viva', 'vivek', 'vivekanand', 'vl', 'voda', 'vodafone', 'vodka', 'voice', 'voicemail', 'voila', 'volcanoes', 'vomit', 'vomiting', 'vote', 'voted', 'vouch4me', 'voucher', 'vouchers', 'vry', 'vs', 'vth', 'vu', 'w1', 'w111wx', 'w14rg', 'w1a', 'w1j', 'w1j6hl', 'w1jhl', 'w4', 'w45wq', 'wa', 'wa14', 'waaaat', 'wad', 'wadebridge', 'wah', 'wahala', 'wahay', 'waheed', 'waheeda', 'wahleykkum', 'waht', 'wait', 'waited', 'waitin', 'waiting', 'wake', 'waking', 'wales', 'waliking', 'walk', 'walked', 'walkin', 'walking', 'wall', 'wallet', 'wallpaper', 'walls', 'walmart', 'walsall', 'wan', 'wan2', 'wana', 'wanna', 'want', 'want2come', 'wanted', 'wanting', 'wants', 'wap', 'waqt', 'warm', 'warned', 'warner', 'warning', 'warranty', 'warwick', 'was', 'washob', 'wasn', 'wasnt', 'waste', 'wasted', 'wasting', 'wat', 'watch', 'watched', 'watchin', 'watching', 'watchng', 'water', 'watever', 'watevr', 'wating', 'wats', 'wave', 'wavering', 'way', 'way2sms', 'waz', 'wc1n', 'wc1n3xx', 'we', 'weak', 'weakness', 'weaknesses', 'weapon', 'wear', 'wearing', 'weaseling', 'weasels', 'weather', 'web', 'web2mobile', 'webadres', 'webeburnin', 'webpage', 'website', 'wed', 'weddin', 'wedding', 'weddingfriend', 'wedlunch', 'wednesday', 'weds', 'wee', 'weed', 'week', 'weekdays', 'weekend', 'weekends', 'weekly', 'weeks', 'weigh', 'weighed', 'weight', 'weightloss', 'weird', 'weirdest', 'weirdo', 'weirdy', 'weiyi', 'welcome', 'welcomes', 'well', 'wellda', 'welp', 'wen', 'went', 'wer', 'were', 'werebored', 'weren', 'werethe', 'wesley', 'western', 'westlife', 'westonzoyland', 'westshore', 'wet', 'wetherspoons', 'whassup', 'what', 'whatever', 'whats', 'whatsup', 'wheat', 'wheel', 'when', 'whenever', 'whenevr', 'whens', 'where', 'whereare', 'wherever', 'wherevr', 'wherre', 'whether', 'which', 'while', 'whilltake', 'whispers', 'white', 'whn', 'who', 'whoever', 'whole', 'whom', 'whos', 'whose', 'whr', 'why', 'wicked', 'wicklow', 'wid', 'widelive', 'wif', 'wife', 'wifes', 'wifi', 'wihtuot', 'wikipedia', 'wil', 'wild', 'wildlife', 'will', 'willing', 'willpower', 'win', 'win150ppmx3age16', 'wind', 'window', 'windows', 'winds', 'windy', 'wine', 'wining', 'winner', 'winnersclub', 'winning', 'wins', 'winterstone', 'wipe', 'wipro', 'wisdom', 'wise', 'wish', 'wisheds', 'wishes', 'wishin', 'wishing', 'wishlist', 'wiskey', 'wit', 'with', 'wither', 'within', 'without', 'witin', 'witot', 'witout', 'wiv', 'wizzle', 'wk', 'wkend', 'wkg', 'wkly', 'wknd', 'wks', 'wlcome', 'wld', 'wml', 'wn', 'wnevr', 'wnt', 'wo', 'woah', 'wocay', 'woke', 'woken', 'woman', 'women', 'won', 'wonder', 'wonderful', 'wondering', 'wonders', 'wont', 'woo', 'woodland', 'woohoo', 'woould', 'woozles', 'worc', 'word', 'words', 'work', 'workage', 'workand', 'workin', 'working', 'workout', 'works', 'world', 'worlds', 'worms', 'worried', 'worries', 'worry', 'worrying', 'worse', 'worst', 'worth', 'worthless', 'wot', 'wotu', 'wotz', 'would', 'woulda', 'wouldn', 'wounds', 'wow', 'wrc', 'wrecked', 'wrench', 'wrenching', 'wright', 'write', 'wrk', 'wrkin', 'wrking', 'wrks', 'wrld', 'wrnog', 'wrong', 'wrongly', 'wrote', 'ws', 'wt', 'wtc', 'wtf', 'wth', 'wthout', 'wtlp', 'wud', 'wuld', 'wuldnt', 'wun', 'www', 'wylie', 'x29', 'x49', 'xafter', 'xam', 'xavier', 'xchat', 'xclusive', 'xin', 'xmas', 'xoxo', 'xt', 'xuhui', 'xx', 'xxsp', 'xxuk', 'xxx', 'xxxmobilemovieclub', 'xxxx', 'xxxxx', 'xxxxxx', 'xxxxxxx', 'xxxxxxxx', 'xy', 'y87', 'ya', 'yah', 'yahoo', 'yalru', 'yam', 'yan', 'yar', 'yarasu', 'yaxx', 'yaxxx', 'yay', 'yck', 'yeah', 'year', 'years', 'yeh', 'yelling', 'yellow', 'yelow', 'yen', 'yeovil', 'yep', 'yer', 'yes', 'yest', 'yesterday', 'yet', 'yetunde', 'yhl', 'yifeng', 'yijue', 'ym', 'ymca', 'yo', 'yoga', 'yogasana', 'yor', 'yorge', 'you', 'youdoing', 'youi', 'younger', 'youphone', 'your', 'youre', 'yourinclusive', 'yourjob', 'yours', 'yourself', 'youwanna', 'yoville', 'yoyyooo', 'yr', 'yrs', 'ystrday', 'ything', 'yummmm', 'yummy', 'yun', 'yunny', 'yuo', 'yuou', 'yup', 'yupz', 'zac', 'zaher', 'zebra', 'zed', 'zeros', 'zhong', 'zindgi', 'zoe', 'zogtorius', 'zoom', 'zouk', 'zyada', 'ú1', '〨ud']

抽取训练集的短信文本   (0, 1001)	0.20009309431187025
  (0, 5455)	0.2373503118913133
  (0, 4859)	0.21905199712263723
  (0, 4643)	0.20009309431187025
  (0, 447)	0.26001483559551203
  (0, 6800)	0.21270348454835966
  (0, 1303)	0.1855527591282815
  (0, 4889)	0.26001483559551203
  (0, 6653)	0.08751458366369526
  (0, 6956)	0.17092654603333898
  (0, 1832)	0.1808736483221684
  (0, 5652)	0.233499042668188
  (0, 7464)	0.16247169481077797
  (0, 6624)	0.14643775667784498
  (0, 6694)	0.12627449995071288
  (0, 6801)	0.2826793592997107
  (0, 5582)	0.15576000194651374
  (0, 6799)	0.1855527591282815
  (0, 4652)	0.1531687063129556
  (0, 7267)	0.20906662918174937
  (0, 7370)	0.1239002156417896
  (0, 2848)	0.23005396495369115
  (0, 7027)	0.12654927464291724
  (0, 7011)	0.13019424667729967
  (0, 2967)	0.2826793592997107
  :	:
  (4176, 6774)	0.14585716903385093
  (4177, 6869)	0.4807846447077556
  (4177, 979)	0.44344163952220617
  (4177, 3058)	0.36027677244939754
  (4177, 4724)	0.41466101922375376
  (4177, 4299)	0.21853321622168898
  (4177, 4812)	0.2853597928079453
  (4177, 7327)	0.37586639405148836
  (4178, 4051)	0.3235761001240709
  (4178, 6021)	0.37866618387226986
  (4178, 2531)	0.36702566893440586
  (4178, 2248)	0.36702566893440586
  (4178, 7233)	0.26261638754103267
  (4178, 5118)	0.28102168071444195
  (4178, 3676)	0.45013293743383914
  (4178, 3433)	0.20771052777884438
  (4178, 1547)	0.18721935802328127
  (4178, 6694)	0.20145700519918117
  (4178, 6774)	0.11469461885584192
  (4179, 5127)	0.6156109948291256
  (4179, 1732)	0.5744359650089301
  (4179, 1866)	0.3584262944407417
  (4179, 1025)	0.30118844632621306
  (4179, 7528)	0.19259815888028214
  (4179, 6774)	0.1864630944684757

抽取测试集的短信文本   (0, 7341)	0.17144853826222842
  (0, 6846)	0.3365279781794401
  (0, 6774)	0.10009011035829249
  (0, 6694)	0.17580470717794366
  (0, 5825)	0.3935581768791935
  (0, 5737)	0.23507982222698545
  (0, 4993)	0.3518453837813197
  (0, 4872)	0.16637604492047084
  (0, 4719)	0.16309095528125545
  (0, 3552)	0.13197069547458676
  (0, 3279)	0.20283028307171092
  (0, 3269)	0.15351259752288254
  (0, 2799)	0.3435454620302035
  (0, 1999)	0.29353274718121336
  (0, 1272)	0.2197624166251059
  (0, 914)	0.19824129683459432
  (0, 903)	0.23302578051743916
  (1, 7528)	0.17356229266917425
  (1, 6774)	0.16803360095593692
  (1, 6134)	0.2735594095854812
  (1, 4658)	0.4178287662511174
  (1, 4299)	0.23529447998652414
  (1, 3857)	0.47405586966085483
  (1, 2728)	0.42803403208906887
  (1, 1980)	0.4227611851531592
  :	:
  (1392, 4556)	0.10217993830617908
  (1392, 4299)	0.09802393533518185
  (1392, 3670)	0.10197251646008026
  (1392, 3659)	0.09545203832714272
  (1392, 3323)	0.1594368022701567
  (1392, 2868)	0.22097670558455443
  (1392, 2715)	0.2752544200689884
  (1392, 2308)	0.1196698273419931
  (1392, 2307)	0.22736588810558353
  (1392, 1951)	0.246080510471533
  (1392, 1343)	0.39781498985816566
  (1393, 7398)	0.2576563828452968
  (1393, 6774)	0.11191927184127015
  (1393, 6694)	0.19658220720498007
  (1393, 6653)	0.13624136326771477
  (1393, 4286)	0.44007089637350827
  (1393, 3659)	0.15260668314345713
  (1393, 3269)	0.171655501944399
  (1393, 1935)	0.2732519755035495
  (1393, 1577)	0.16728071091000699
  (1393, 1160)	0.36950332973479644
  (1393, 1107)	0.3254717257521903
  (1393, 522)	0.2793677702221603
  (1393, 399)	0.31574629980366664
  (1393, 308)	0.3075842593586148
Prediction: 0. Real: 0. Message: twenty past five he said will this train have been to durham already or not coz i am in a reserved seat

Prediction: 0. Real: 0. Message: So i could kiss and feel you next to me...

Prediction: 0. Real: 0. Message: Networking job is there.

Prediction: 0. Real: 0. Message: Wat would u like 4 ur birthday?

Prediction: 1. Real: 1. Message: A £400 XMAS REWARD IS WAITING FOR YOU! Our computer has randomly picked you from our loyal mobile customers to receive a £400 reward. Just call 09066380611

Prediction: 0. Real: 0. Message: How much it will cost approx . Per month.

Prediction: 0. Real: 0. Message: <#>  great loxahatchee xmas tree burning update: you can totally see stars here

Prediction: 0. Real: 0. Message: This girl does not stay in bed. This girl doesn't need recovery time. Id rather pass out while having fun then be cooped up in bed

Prediction: 0. Real: 0. Message: You know, wot people wear. T shirts, jumpers, hat, belt, is all we know. We r at Cribbs

Prediction: 0. Real: 0. Message: I love your ass! Do you enjoy doggy style? :)

Accuracy: 0.9684361549497847
[[1222    3]
 [  41  128]]
D:\Program Files\JetBrains\PyCharm 2020.2.31\plugins\python\helpers\pycharm_matplotlib_backend\backend_interagg.py:68: UserWarning: This figure includes Axes that are not compatible with tight_layout, so results might be incorrect.
  self.figure.tight_layout()
Accuracy: 0.9616077481060454 [0.96502242 0.96143498 0.96143498 0.95695067 0.96319569]
Precision: 0.9927499693289168 [0.98245614 1.         1.         0.99038462 0.99090909]
Recall: 0.7189261744966442 [0.75167785 0.7114094  0.71333333 0.68666667 0.73154362]
F1: 0.8336981728568773 [0.85171103 0.83137255 0.83268482 0.81102362 0.84169884]
['00', '000', '008704050406', '0089', '0121', '01223585236', '01223585334', '0125698789', '02', '0207', '02072069400', '02073162414', '02085076972', '021', '03', '04', '0430', '05', '050703', '0578', '06', '07', '07008009200', '07046744435', '07090201529', '07090298926', '07099833605', '07732584351', '07734396839', '07742676969', '07753741225', '0776xxxxxxx', '07781482378', '07786200117', '077xxx', '078', '07808726822', '07815296484', '07821230901', '078498', '07880867867', '07946746291', '0796xxxxxx', '07973788240', '07xxxxxxxxx', '08', '0800', '08000407165', '08000776320', '08000839402', '08000930705', '08000938767', '08001950382', '08002888812', '08002986030', '08002986906', '08006344447', '0808', '08081263000', '08081560665', '0825', '083', '0844', '08448350055', '08448714184', '0845', '08452810073', '08452810075over18', '0870', '08700435505150p', '08700621170150p', '08701213186', '08701417012', '08701417012150p', '0870141701216', '087016248', '08701752560', '087018728737', '0870241182716', '08702490080', '08702840625', '08704050406', '08704439680', '08706091795', '0870737910216yrs', '08707500020', '08707509020', '0870753331018', '08707808226', '08708800282', '08709222922', '08709501522', '0871', '087104711148', '08712101358', '08712103738', '08712300220', '087123002209am', '08712317606', '08712400200', '08712400602450p', '08712400603', '08712402578', '08712402779', '08712402902', '08712404000', '08712405020', '08712405022', '08712460324', '0871277810710p', '0871277810810', '0871277810910p', '08714342399', '087147123779am', '08714712379', '08714712388', '08714712394', '08714712412', '08714714011', '08715203028', '08715203649', '08715203652', '08715203656', '08715203677', '08715203685', '08715203694', '08715205273', '08715500022', '08715705022', '08717205546', '0871750', '08717507382', '08717509990', '08717890890', '08717895698', '08717898035', '08718711108', '08718720201', '08718723815', '08718725756', '08718726270', '087187262701', '08718726971', '08718726978', '087187272008', '08718727870', '08718730555', '08718730666', '08718738001', '08719180219', '08719180248', '08719181259', '08719181503', '08719181513', '08719839835', '08719899230', '09', '09041940223', '09050000332', '09050000460', '09050000555', '09050000878', '09050000928', '09050001295', '09050001808', '09050005321', '09050090044', '09050280520', '09053750005', '09056242159', '09057039994', '09058091854', '09058091870', '09058094455', '09058094507', '09058094565', '09058094583', '09058094597', '09058094599', '09058095107', '09058095201', '09058097218', '09058098002', '09058099801', '09061104276', '09061104283', '09061209465', '09061213237', '09061221061', '09061221066', '09061701444', '09061701851', '09061702893', '09061743386', '09061743806', '09061743810', '09061743811', '09061744553', '09061749602', '09061790121', '09061790125', '09061790126', '09063440451', '09063442151', '09063458130', '09064011000', '09064012103', '09064012160', '09064015307', '09064017295', '09064018838', '09064019014', '09064019788', '09065069154', '09065174042', '09065394973', '09065989180', '09065989182', '09066350750', '09066358152', '09066362206', '09066362220', '09066362231', '09066364349', '09066364589', '09066368327', '09066368470', '09066368753', '09066380611', '09066382422', '09066612661', '09066649731from', '09066660100', '09071512432', '09071512433', '09090204448', '09090900040', '09094100151', '09094646899', '09095350301', '09096102316', '09099726395', '09099726429', '09099726481', '09111030116', '0a', '0quit', '10', '100', '1000', '1000call', '1000s', '100p', '100percent', '100txt', '1030', '10am', '10k', '10p', '10th', '11', '1120', '113', '114', '116', '118p', '11mths', '11pm', '12', '1205', '120p', '121', '1225', '123', '125', '1250', '125gift', '128', '12hours', '12hrs', '12mths', '13', '130', '1327', '139', '14', '140', '1405', '140ppm', '145', '1450', '14tcr', '14thmarch', '15', '150', '1500', '150p', '150p16', '150pm', '150ppermesssubscription', '150ppm', '150ppmsg', '150pw', '151', '153', '15541', '16', '165', '1680', '169', '177', '18', '180', '1843', '18p', '18yrs', '1956669', '1apple', '1b6a5ecef91ff9', '1cup', '1da', '1er', '1hr', '1lemon', '1million', '1pm', '1st', '1stchoice', '1thing', '1tulsi', '1win150ppmx3', '1winaweek', '1winawk', '1x150p', '1yf', '20', '200', '2000', '2003', '2004', '2005', '2007', '2025050', '20p', '21', '21870000', '21st', '22', '220', '220cm2', '2309', '23f', '23g', '24', '24hrs', '24m', '24th', '25', '250', '250k', '255', '25p', '26', '2667', '26th', '27', '28', '2814032', '28days', '28thfeb', '29', '2c', '2channel', '2day', '2end', '2find', '2getha', '2geva', '2go', '2gthr', '2hook', '2i', '2kbsubject', '2lands', '2marrow', '2moro', '2morow', '2morro', '2morrow', '2morrowxxxx', '2mrw', '2mwen', '2nd', '2nhite', '2nights', '2nite', '2optout', '2p', '2price', '2px', '2rcv', '2stop', '2stoptxt', '2u', '2u2', '2watershd', '2waxsto', '2wks', '2wt', '2wu', '2years', '2yr', '2yrs', '30', '300', '300603', '300603t', '300p', '3030', '30apr', '30ish', '30pm', '30pp', '30th', '31', '3100', '310303', '32000', '3230', '32323', '326', '33', '330', '350', '3510i', '35p', '3650', '36504', '3680', '373', '3750', '37819', '38', '382', '391784', '3aj', '3d', '3days', '3g', '3gbp', '3hrs', '3lions', '3lp', '3miles', '3mins', '3mobile', '3pound', '3qxj9', '3rd', '3ss', '3uz', '3wks', '3x', '3xx', '400', '400mins', '402', '4041', '40533', '40gb', '40mph', '41685', '41782', '42049', '4217', '42478', '42810', '434', '44', '440', '4403ldnw1a7rw18', '447801259231', '448712404000', '449071512431', '45', '450', '450p', '450ppw', '45239', '45pm', '4719', '4742', '47per', '48', '4882', '49557', '4a', '4brekkie', '4d', '4eva', '4few', '4fil', '4get', '4give', '4got', '4goten', '4info', '4jx', '4mths', '4my', '4qf2', '4t', '4th', '4the', '4thnov', '4txt', '4u', '4utxt', '4w', '4ward', '4xx26', '4years', '50', '500', '5000', '505060', '50award', '50gbp', '50p', '50perweeksub', '50perwksub', '50pm', '50pmmorefrommobile2bremoved', '50rcvd', '515', '523', '5249', '526', '528', '530', '54', '542', '545', '5free', '5ish', '5k', '5min', '5mls', '5p', '5pm', '5th', '5wb', '5we', '5wkg', '5wq', '5years', '600', '6031', '6089', '60p', '61', '61610', '62220cncl', '6230', '62468', '62735', '630', '63miles', '65', '650', '66', '674', '67441233', '68866', '69669', '69696', '69698', '69855', '69866', '69876', '69888', '69911', '69969', '69988', '6days', '6hl', '6hrs', '6ish', '6missed', '6months', '6ph', '6pm', '6th', '6times', '6wu', '6zf', '71', '7250', '7250i', '74355', '75', '750', '7548', '75max', '762', '77', '7732584351', '78', '786', '7876150ppm', '7am', '7ish', '7mp', '7pm', '7th', '80', '800', '8000930705', '80062', '8007', '80082', '80086', '80122300p', '80155', '80160', '80182', '8027', '80488', '80608', '8077', '80878', '81010', '81151', '81303', '81618', '82050', '82242', '82277', '82324', '82468', '83039', '83110', '83222', '83332', '83338', '83355', '83370', '83383', '83435', '83600', '83738', '84', '84025', '84128', '84199', '84484', '85', '850', '85023', '85069', '85222', '8552', '86021', '861', '864233', '86688', '86888', '87021', '87066', '87070', '87077', '87121', '87131', '8714714', '872', '87239', '87575', '8800', '88039', '88066', '88088', '88222', '88600', '88800', '8883', '88888', '89034', '89070', '89080', '89105', '89123', '89545', '89555', '89693', '8am', '8ball', '8p', '8pm', '8th', '8wp', '900', '910', '9153', '9280114', '92h', '930', '9307622', '945', '946', '95', '9755', '9758', '97n7qp', '99', '9996', '9ae', '9am', '9ja', '9pm', '9t', '9th', '9yt', '____', 'a21', 'a30', 'aa', 'aah', 'aaooooright', 'aathi', 'ab', 'abbey', 'abdomen', 'abeg', 'abel', 'abi', 'ability', 'abiola', 'abj', 'able', 'abnormally', 'about', 'aboutas', 'above', 'abroad', 'absence', 'absolutely', 'absolutly', 'abt', 'abta', 'aburo', 'abuse', 'ac', 'academic', 'acc', 'accent', 'accenture', 'accept', 'access', 'accessible', 'accidant', 'accident', 'accidentally', 'accommodation', 'accommodationvouchers', 'accomodate', 'accomodations', 'accordin', 'accordingly', 'account', 'accounting', 'accumulation', 'achan', 'ache', 'acid', 'acknowledgement', 'acl03530150pm', 'acnt', 'aco', 'across', 'act', 'acted', 'actin', 'acting', 'action', 'activ8', 'activate', 'active', 'activities', 'actor', 'actual', 'actually', 'ad', 'add', 'addamsfa', 'added', 'addicted', 'addie', 'adding', 'address', 'adds', 'adi', 'adjustable', 'admin', 'administrator', 'admirer', 'admission', 'admit', 'adore', 'adoring', 'adress', 'adrian', 'adrink', 'adsense', 'adult', 'adults', 'advance', 'adventure', 'adventuring', 'advice', 'advise', 'advising', 'advisors', 'aeronautics', 'aeroplane', 'afew', 'affairs', 'affection', 'affectionate', 'affections', 'affidavit', 'afford', 'afraid', 'africa', 'african', 'aft', 'after', 'afternon', 'afternoon', 'afternoons', 'afterwards', 'aftr', 'again', 'against', 'agalla', 'age', 'age16', 'age23', 'agency', 'agents', 'ages', 'agidhane', 'ago', 'agree', 'ah', 'aha', 'ahead', 'ahhhh', 'ahmad', 'ahold', 'aid', 'aight', 'ain', 'aint', 'air', 'air1', 'airport', 'airtel', 'aiya', 'aiyah', 'aiyar', 'aiyo', 'aka', 'akon', 'al', 'alaikkum', 'alaipayuthe', 'albi', 'album', 'aldrine', 'alert', 'alertfrom', 'alerts', 'aletter', 'alex', 'alfie', 'algarve', 'algorithms', 'ali', 'alian', 'alive', 'all', 'allah', 'allalo', 'allday', 'alle', 'allo', 'allow', 'allowed', 'allows', 'almost', 'alone', 'along', 'already', 'alright', 'alrite', 'also', 'alter', 'alternative', 'alwa', 'always', 'alwys', 'am', 'amanda', 'amazing', 'ambrith', 'american', 'ami', 'amigos', 'amla', 'amma', 'amnow', 'among', 'amongst', 'amore', 'amount', 'amp', 'amplikater', 'amrca', 'amrita', 'ams', 'amt', 'amused', 'amy', 'an', 'anal', 'analysis', 'anand', 'and', 'andre', 'angels', 'angry', 'animal', 'animation', 'anjie', 'anjola', 'anna', 'annie', 'anniversary', 'annoncement', 'announcement', 'annoying', 'anonymous', 'anot', 'another', 'ans', 'ansr', 'answer', 'answered', 'answerin', 'answering', 'answers', 'answr', 'antha', 'anthony', 'anti', 'antibiotic', 'any', 'anybody', 'anyhow', 'anymore', 'anyone', 'anyones', 'anyplaces', 'anythiing', 'anythin', 'anything', 'anythingtomorrow', 'anytime', 'anyway', 'anyways', 'anywhere', 'aom', 'apart', 'apartment', 'aphex', 'apnt', 'apo', 'apologetic', 'apologise', 'apology', 'app', 'apparently', 'appeal', 'appear', 'appendix', 'applausestore', 'applebees', 'apples', 'application', 'apply', 'applyed', 'applying', 'appointment', 'appointments', 'appreciate', 'appreciated', 'approaches', 'approaching', 'appropriate', 'approve', 'approved', 'approx', 'apps', 'appt', 'appy', 'april', 'aproach', 'apt', 'ar', 'arab', 'arabian', 'arcade', 'ard', 'are', 'area', 'aren', 'arent', 'arestaurant', 'aretaking', 'areyouunique', 'argh', 'argue', 'arguing', 'argument', 'arguments', 'aries', 'arises', 'arm', 'armand', 'armenia', 'arms', 'arng', 'arngd', 'arnt', 'around', 'arr', 'arrange', 'arranging', 'arrested', 'arrival', 'arrive', 'arrived', 'arrow', 'arsenal', 'art', 'artists', 'arts', 'arun', 'as', 'asap', 'asda', 'ashes', 'ashley', 'asia', 'asian', 'asjesus', 'ask', 'askd', 'asked', 'askin', 'asking', 'asks', 'aslamalaikkum', 'asleep', 'aspects', 'ass', 'asshole', 'assistance', 'associate', 'asssssholeeee', 'assume', 'asthere', 'asthma', 'astne', 'astoundingly', 'astrology', 'astronomer', 'asusual', 'at', 'ate', 'athome', 'atlanta', 'atlast', 'atleast', 'atm', 'atrocious', 'attached', 'attack', 'attempt', 'atten', 'attend', 'attention', 'attraction', 'attracts', 'auction', 'audiitions', 'audition', 'audrey', 'audrie', 'august', 'aunt', 'auntie', 'aunties', 'aunts', 'aunty', 'aust', 'authorise', 'auto', 'autocorrect', 'av', 'ava', 'availa', 'available', 'avatar', 'ave', 'avenge', 'avent', 'avenue', 'avin', 'avo', 'avoid', 'avoiding', 'avoids', 'await', 'awaiting', 'awake', 'award', 'awarded', 'away', 'awesome', 'aww', 'awww', 'axel', 'axis', 'ayn', 'ayo', 'b4', 'b4190604', 'ba', 'ba128nnfwfly150ppm', 'baaaaaaaabe', 'babe', 'babes', 'babies', 'baby', 'babygoodbye', 'babyjontet', 'babysit', 'bac', 'back', 'backdoor', 'bad', 'badass', 'badly', 'bag', 'bags', 'bahamas', 'bailiff', 'bajarangabali', 'bak', 'balance', 'ball', 'baller', 'balloon', 'bam', 'bambling', 'band', 'bandages', 'bang', 'bangb', 'bangbabes', 'bank', 'banks', 'banned', 'banneduk', 'banter', 'bar', 'barbie', 'barely', 'bari', 'barkleys', 'barmed', 'barred', 'barrel', 'barring', 'barry', 'bars', 'base', 'based', 'basic', 'basically', 'basketball', 'basq', 'bat', 'bath', 'bathe', 'bathing', 'bathroom', 'batt', 'battery', 'battle', 'bawling', 'bay', 'bb', 'bbc', 'bbd', 'bbdeluxe', 'bbq', 'bc', 'bck', 'bcm', 'bcm1896wc1n3xx', 'bcm4284', 'bcmsfwc1n3xx', 'bcoz', 'bcs', 'bcums', 'bcz', 'bday', 'be', 'beach', 'beads', 'bears', 'beauties', 'beautiful', 'beauty', 'bec', 'becaus', 'because', 'becausethey', 'become', 'becomes', 'becoz', 'becz', 'bed', 'bedreal', 'bedrm', 'bedroom', 'beeen', 'beehoon', 'been', 'beendropping', 'beer', 'beerage', 'beers', 'befor', 'before', 'beforehand', 'beg', 'begging', 'begin', 'behalf', 'behave', 'behind', 'bein', 'being', 'believe', 'belive', 'bell', 'belligerent', 'belly', 'belong', 'belovd', 'beloved', 'belt', 'ben', 'beneficiary', 'benefits', 'bergkamp', 'beside', 'best', 'best1', 'bet', 'beta', 'better', 'bettr', 'between', 'beverage', 'bevies', 'beware', 'bf', 'bffs', 'bfore', 'bhaji', 'bhaskar', 'bian', 'biatch', 'bid', 'bids', 'big', 'bigger', 'biggest', 'bike', 'bill', 'billed', 'billion', 'bills', 'billy', 'bilo', 'bimbo', 'bin', 'biola', 'bird', 'birds', 'birla', 'birth', 'birthdate', 'birthday', 'bishan', 'bit', 'bitch', 'bitching', 'bite', 'bites', 'biz', 'bk', 'black', 'blackberry', 'blacko', 'blake', 'blame', 'blank', 'blanked', 'blanket', 'blankets', 'blastin', 'bless', 'blessed', 'blessing', 'blessings', 'blimey', 'block', 'blocked', 'blogging', 'blogspot', 'bloke', 'blonde', 'bloo', 'blood', 'bloody', 'blow', 'blowing', 'blown', 'blu', 'blue', 'bluetooth', 'bluff', 'blur', 'bluray', 'bmw', 'board', 'boat', 'boatin', 'bob', 'body', 'boggy', 'bold', 'bold2', 'bollox', 'boltblue', 'bomb', 'bone', 'bong', 'bonus', 'boo', 'book', 'booked', 'booking', 'bookmark', 'books', 'bookshelf', 'boost', 'booty', 'borderline', 'bored', 'borin', 'boring', 'born', 'borrow', 'boss', 'boston', 'both', 'bother', 'bothering', 'bottle', 'bottom', 'bought', 'bout', 'bowl', 'bowls', 'box', 'box1146', 'box139', 'box177', 'box245c2150pm', 'box326', 'box334', 'box334sk38ch', 'box385', 'box39822', 'box403', 'box42wr29c', 'box434sk38wp150ppm18', 'box61', 'box95qu', 'box97n7qp', 'boy', 'boye', 'boyfriend', 'boys', 'boytoy', 'brah', 'brain', 'braindance', 'brains', 'brand', 'brandy', 'bras', 'braved', 'bray', 'brb', 'brdget', 'bread', 'breadstick', 'break', 'breaker', 'breakin', 'breaks', 'breath', 'breathe', 'breathe1', 'breather', 'breathing', 'breeze', 'bribe', 'bridge', 'bridgwater', 'bright', 'brighten', 'brilliant', 'bring', 'bringing', 'brings', 'brisk', 'brison', 'bristol', 'british', 'britney', 'bro', 'broad', 'broadband', 'broke', 'broken', 'brolly', 'bros', 'broth', 'brothas', 'brother', 'brothers', 'brought', 'brown', 'brownie', 'brownies', 'browse', 'browser', 'browsin', 'bruce', 'bruv', 'bslvyl', 'bsn', 'bsnl', 'bstfrnd', 'bt', 'bthere', 'btw', 'btwn', 'bucks', 'bud', 'buddys', 'budget', 'buen', 'buff', 'buffet', 'buffy', 'bugis', 'build', 'building', 'built', 'bulbs', 'bullshit', 'buns', 'burden', 'burger', 'burgundy', 'burn', 'burns', 'burnt', 'burrito', 'bus', 'bus8', 'buses', 'busetop', 'business', 'busty', 'busy', 'but', 'butt', 'buttheres', 'buttons', 'buy', 'buyer', 'buyers', 'buying', 'buz', 'buzy', 'buzz', 'bw', 'bx', 'bx420', 'bx526', 'by', 'byatch', 'bye', 'cab', 'cabin', 'cable', 'cafe', 'cage', 'cake', 'cakes', 'cal', 'calculation', 'cali', 'calicut', 'california', 'call', 'call09050000327', 'call2optout', 'callback', 'callcost', 'callcost150ppmmobilesvary', 'calld', 'called', 'caller', 'callers', 'callertune', 'callfreefone', 'callin', 'calling', 'calls', 'calm', 'cam', 'camcorder', 'came', 'camera', 'camp', 'campus', 'camry', 'can', 'canada', 'canal', 'canary', 'cancel', 'canceled', 'cancelled', 'cancer', 'cann', 'cannot', 'cant', 'cantdo', 'canteen', 'capital', 'cappuccino', 'caps', 'captain', 'captaining', 'car', 'card', 'cardiff', 'cardin', 'cards', 'care', 'careabout', 'career', 'careful', 'carefully', 'careless', 'cares', 'caring', 'carlin', 'carlos', 'carly', 'carolina', 'caroline', 'carpark', 'carry', 'carryin', 'cars', 'cartons', 'cartoon', 'case', 'cash', 'cashbin', 'cashto', 'cast', 'casting', 'castor', 'casualty', 'cat', 'catch', 'catches', 'catching', 'categories', 'caught', 'cause', 'causes', 'causing', 'cave', 'caveboy', 'cbe', 'cc', 'ccna', 'cd', 'cdgt', 'cds', 'cedar', 'ceiling', 'celeb', 'celebrate', 'celebrated', 'celebration', 'cell', 'census', 'center', 'centre', 'century', 'cer', 'cereals', 'certainly', 'certificate', 'cha', 'chachi', 'chad', 'chain', 'challenge', 'challenging', 'champ', 'champlaxigating', 'chance', 'chances', 'change', 'changed', 'changes', 'changing', 'channel', 'chapter', 'character', 'characters', 'charge', 'charged', 'charges', 'charity', 'charles', 'charming', 'chart', 'charts', 'chase', 'chasing', 'chat', 'chat80155', 'chatlines', 'chatter', 'chatting', 'cheap', 'cheaper', 'cheat', 'cheating', 'chechi', 'check', 'checked', 'checkin', 'checking', 'checkup', 'cheek', 'cheer', 'cheered', 'cheers', 'cheery', 'cheese', 'cheetos', 'chennai', 'cheque', 'cherish', 'cherthala', 'chest', 'chex', 'cheyyamo', 'chez', 'chic', 'chicken', 'chickened', 'chik', 'chikku', 'child', 'childish', 'children', 'childrens', 'chile', 'chill', 'chillaxin', 'chillin', 'china', 'chinatown', 'chinchillas', 'chinese', 'chinky', 'chinnu', 'chiong', 'chip', 'chit', 'chloe', 'choice', 'choices', 'choose', 'chords', 'chosen', 'christ', 'christians', 'christmas', 'christmassy', 'chuck', 'chuckin', 'church', 'cine', 'cinema', 'citizen', 'city', 'cl', 'claim', 'claimcode', 'claims', 'claire', 'clarification', 'clarify', 'clark', 'clash', 'class', 'classes', 'claypot', 'cld', 'clean', 'cleaning', 'clear', 'cleared', 'clearer', 'clearing', 'clearly', 'clever', 'click', 'clip', 'clock', 'clos1', 'close', 'closed', 'closer', 'closes', 'closingdate04', 'clothes', 'cloud', 'clover', 'club', 'club4', 'club4mobiles', 'clubmoby', 'clubsaisai', 'cm', 'cm2', 'cme', 'cmon', 'cn', 'cnl', 'cnn', 'cnupdates', 'co', 'coach', 'coast', 'coat', 'coaxing', 'coca', 'coccooning', 'cochin', 'cock', 'cocksuckers', 'code', 'coffee', 'coin', 'coincidence', 'coins', 'cola', 'colany', 'cold', 'collapsed', 'colleagues', 'collect', 'collected', 'collecting', 'collection', 'college', 'color', 'colour', 'colourful', 'colours', 'com', 'com1win150ppmx3age16', 'com1win150ppmx3age16subscription', 'combine', 'come', 'comedy', 'comes', 'comfey', 'comfort', 'comin', 'coming', 'command', 'comment', 'commercial', 'common', 'community', 'como', 'comp', 'companies', 'company', 'compare', 'competition', 'complacent', 'complain', 'complaining', 'complaint', 'complementary', 'complete', 'completed', 'completely', 'completes', 'complexities', 'complimentary', 'comprehensive', 'compromised', 'compulsory', 'computational', 'computer', 'computerless', 'computers', 'comuk', 'conacted', 'concentrate', 'concentration', 'concerned', 'concert', 'conclusion', 'condition', 'conditions', 'conected', 'conference', 'confidence', 'configure', 'confirm', 'confirmd', 'confirmed', 'conform', 'confused', 'confuses', 'congrats', 'congratulation', 'congratulations', 'connect', 'connected', 'connection', 'connections', 'consider', 'considering', 'consistently', 'console', 'constant', 'constantly', 'contact', 'contacted', 'contacts', 'contains', 'content', 'contented', 'contents', 'continent', 'continue', 'continued', 'contract', 'contribute', 'control', 'convenience', 'conversations', 'converted', 'convey', 'conveying', 'convinced', 'convincing', 'cook', 'cooked', 'cookies', 'cooking', 'cool', 'cooped', 'cooperative', 'copies', 'coping', 'copy', 'corect', 'cornwall', 'corrct', 'correct', 'correction', 'correctly', 'corrupt', 'corvettes', 'cos', 'cosign', 'cost', 'costa', 'costing', 'costs', 'costume', 'costumes', 'couch', 'cougar', 'cough', 'coughing', 'could', 'coulda', 'couldn', 'count', 'countin', 'countinlots', 'country', 'counts', 'coupla', 'couple', 'course', 'courtroom', 'cousin', 'cover', 'coveragd', 'covers', 'coz', 'cr', 'cr01327bt', 'cr9', 'crab', 'crack', 'craigslist', 'crammed', 'cramps', 'crap', 'crash', 'crave', 'craving', 'craziest', 'crazy', 'crazyin', 'crckt', 'cream', 'created', 'credit', 'credited', 'credits', 'creep', 'creepy', 'cres', 'cribbs', 'cricketer', 'cried', 'crisis', 'cro1327', 'crore', 'cross', 'crossing', 'crowd', 'croydon', 'cruise', 'cruisin', 'cry', 'crying', 'cs', 'csbcm4235wc1n3xx', 'csc', 'csh11', 'ctagg', 'ctargg', 'cthen', 'cts', 'cttargg', 'ctter', 'cttergg', 'ctxt', 'cu', 'cuck', 'cud', 'cuddle', 'cuddling', 'culdnt', 'cultures', 'cum', 'cumin', 'cumming', 'cup', 'cupboard', 'cuppa', 'curfew', 'curious', 'current', 'currently', 'curry', 'curtsey', 'cusoon', 'cust', 'custcare', 'custom', 'customer', 'customercare', 'customers', 'cut', 'cute', 'cutefrnd', 'cutest', 'cutie', 'cutter', 'cutting', 'cuz', 'cw25wx', 'cya', 'd3wv', 'da', 'daaaaa', 'dabbles', 'dabooks', 'dad', 'daddy', 'dai', 'daily', 'dammit', 'damn', 'dancce', 'dance', 'dancin', 'dancing', 'dane', 'dang', 'danger', 'dangerous', 'dao', 'dare', 'dark', 'darker', 'darlin', 'darling', 'darren', 'das', 'dasara', 'dat', 'data', 'date', 'datebox1282essexcm61xn', 'dates', 'dating', 'datz', 'dave', 'dawns', 'day', 'days', 'daytime', 'daywith', 'db', 'dbuk', 'de', 'dead', 'deal', 'dealer', 'dealing', 'dear', 'dear1', 'dearer', 'dearly', 'death', 'dec', 'decades', 'december', 'decide', 'decided', 'deciding', 'decimal', 'decision', 'decisions', 'deck', 'decking', 'declare', 'decorating', 'dedicate', 'dedicated', 'deduct', 'deep', 'deepak', 'deer', 'deeraj', 'def', 'defer', 'deficient', 'definite', 'definitely', 'defo', 'degree', 'degrees', 'dehydration', 'del', 'delay', 'delayed', 'delete', 'deleted', 'delhi', 'delicious', 'deliver', 'delivered', 'deliveredtomorrow', 'delivery', 'deltomorrow', 'deluxe', 'dem', 'demand', 'den', 'dena', 'dengra', 'denis', 'dental', 'dentist', 'dentists', 'deny', 'denying', 'department', 'dependents', 'depends', 'deposit', 'deposited', 'depressed', 'depression', 'dept', 'derek', 'describe', 'desert', 'deserve', 'designation', 'desires', 'desparate', 'desperate', 'despite', 'dessert', 'destiny', 'detail', 'detailed', 'details', 'determine', 'detroit', 'deus', 'develop', 'developer', 'deviousbitch', 'devouring', 'dey', 'dha', 'dhina', 'dhoni', 'dhorte', 'di', 'dial', 'dialling', 'diamond', 'diamonds', 'diapers', 'dice', 'dick', 'dictionary', 'did', 'diddy', 'didn', 'didnt', 'die', 'died', 'diet', 'dieting', 'diff', 'differ', 'difference', 'differences', 'different', 'difficult', 'difficulties', 'dificult', 'digi', 'digital', 'digits', 'dignity', 'dileep', 'dime', 'dimension', 'din', 'dine', 'dined', 'ding', 'dinner', 'dino', 'dint', 'dip', 'dippeditinadew', 'direct', 'directly', 'director', 'directors', 'dirtiest', 'dirty', 'dis', 'disagreeable', 'disappeared', 'disaster', 'disc', 'disclose', 'disconnect', 'disconnected', 'discount', 'discreet', 'discuss', 'discussed', 'diseases', 'disk', 'dislikes', 'dismay', 'display', 'distance', 'distract', 'disturb', 'disturbing', 'ditto', 'divert', 'division', 'divorce', 'diwali', 'dizzamn', 'dizzee', 'dl', 'dled', 'dload', 'dnot', 'dnt', 'do', 'dobby', 'doc', 'dock', 'docks', 'docs', 'doctor', 'doctors', 'documents', 'dodda', 'dodgey', 'does', 'doesdiscount', 'doesn', 'doesnt', 'dog', 'dogbreath', 'doggin', 'dogging', 'doggy', 'dogs', 'dogwood', 'doin', 'doinat', 'doing', 'doit', 'doke', 'dokey', 'dollar', 'dollars', 'dolls', 'dom', 'domain', 'don', 'donate', 'done', 'donno', 'dont', 'dontcha', 'donyt', 'door', 'doors', 'dorm', 'dormitory', 'dorothy', 'dose', 'dosomething', 'dot', 'double', 'doubt', 'doug', 'dough', 'down', 'download', 'downloaded', 'downloads', 'downon', 'downs', 'downstem', 'dozens', 'dps', 'dr', 'dracula', 'drama', 'dramastorm', 'dramatic', 'drastic', 'draw', 'draws', 'dreading', 'dream', 'dreams', 'dress', 'dressed', 'dresser', 'drink', 'drinkin', 'drinking', 'drinks', 'drivby', 'drive', 'drivin', 'driving', 'drizzling', 'drms', 'drop', 'dropped', 'drops', 'drove', 'drpd', 'drug', 'drugdealer', 'drugs', 'drum', 'drunk', 'drunkard', 'drunken', 'drvgsto', 'dry', 'dsn', 'dt', 'dual', 'dub', 'dubsack', 'duchess', 'ducking', 'dude', 'dudette', 'due', 'duffer', 'dull', 'dumb', 'dump', 'dun', 'dungerees', 'dunno', 'duo', 'durban', 'durham', 'during', 'dusk', 'duvet', 'dvd', 'dvg', 'dwn', 'dysentry', 'e14', 'each', 'ear', 'earlier', 'earliest', 'early', 'earn', 'earning', 'ears', 'earth', 'easier', 'easily', 'east', 'eastenders', 'easter', 'easy', 'eat', 'eaten', 'eatin', 'eating', 'ebay', 'ec2a', 'eckankar', 'ecstacy', 'ecstasy', 'ed', 'edge', 'edhae', 'edison', 'edition', 'edrunk', 'education', 'educational', 'edukkukayee', 'ee', 'eek', 'eerie', 'eerulli', 'effect', 'effects', 'efreefone', 'eg', 'egg', 'eggs', 'ego', 'eh', 'eh74rr', 'eight', 'eighth', 'eightish', 'eire', 'either', 'el', 'ela', 'elaborate', 'elaborating', 'elaine', 'elama', 'elaya', 'eldest', 'election', 'elections', 'electricity', 'elephant', 'eleven', 'elliot', 'else', 'elsewhere', 'em', 'email', 'emailed', 'embarassed', 'embarassing', 'embassy', 'emc1', 'emergency', 'emerging', 'emotion', 'employee', 'empty', 'enc', 'end', 'ended', 'ending', 'endof', 'ends', 'enemies', 'enemy', 'energy', 'eng', 'engaged', 'engagement', 'engalnd', 'engin', 'england', 'english', 'enjoy', 'enjoyed', 'enjoyin', 'enjoying', 'enketa', 'enna', 'ennal', 'enough', 'enter', 'entered', 'enters', 'entertain', 'entertaining', 'entey', 'entire', 'entitled', 'entrepreneurs', 'entropication', 'entry', 'entry41', 'enufcredeit', 'enuff', 'envelope', 'environment', 'envy', 'epi', 'eppolum', 'epsilon', 'er', 'ere', 'ericsson', 'erm', 'erode', 'erotic', 'err', 'error', 'errors', 'ertini', 'esaplanade', 'escalator', 'escape', 'ese', 'eshxxxxxxxxxxx', 'especially', 'esplanade', 'essay', 'essential', 'eta', 'etc', 'ethnicity', 'euro', 'euro2004', 'eurodisinc', 'europe', 'evaluation', 'eve', 'eveb', 'even', 'evening', 'evenings', 'event', 'ever', 'every', 'every1', 'everybody', 'everyboy', 'everyday', 'everyone', 'everyso', 'everythin', 'everything', 'everytime', 'everywhere', 'evey', 'eviction', 'evil', 'evn', 'evng', 'evo', 'evr', 'evrey', 'evry', 'evry1', 'evrydy', 'ew', 'ex', 'exact', 'exactly', 'exam', 'exams', 'excellent', 'except', 'exchanged', 'excited', 'exciting', 'excuse', 'excused', 'excuses', 'exe', 'executive', 'exercise', 'exhaust', 'exhausted', 'exhibition', 'exmpel', 'exorcist', 'exp', 'expect', 'expected', 'expecting', 'expects', 'expensive', 'experience', 'experiment', 'expert', 'expired', 'expires', 'expiry', 'explain', 'explicit', 'explicitly', 'explosive', 'exposed', 'express', 'expression', 'expressoffer', 'ext', 'extra', 'extract', 'extreme', 'ey', 'eye', 'eyed', 'eyes', 'f4q', 'fa', 'fab', 'faber', 'face', 'facebook', 'facilities', 'fact', 'factory', 'facts', 'faded', 'faggy', 'faglord', 'failing', 'fails', 'failure', 'fainting', 'fair', 'faith', 'fake', 'fakeye', 'fal', 'fall', 'fallen', 'falling', 'falls', 'fals', 'family', 'famous', 'fan', 'fancied', 'fancies', 'fancy', 'fans', 'fantasies', 'fantastic', 'fantasy', 'far', 'farm', 'farting', 'fassyole', 'fast', 'faster', 'fastest', 'fat', 'father', 'fathima', 'fault', 'fave', 'favor', 'favorite', 'favour', 'favourite', 'fb', 'fear', 'features', 'feb', 'february', 'fed', 'fedex', 'feed', 'feel', 'feelin', 'feeling', 'feelingood', 'feellikw', 'feels', 'fees', 'feet', 'fell', 'felt', 'female', 'festival', 'fetch', 'fetching', 'fever', 'few', 'fffff', 'ffffffffff', 'ffffuuuuuuu', 'fgkslpo', 'fgkslpopw', 'fidalfication', 'field', 'fiend', 'fifteen', 'fifty', 'fight', 'fighting', 'fightng', 'fights', 'figure', 'figures', 'file', 'files', 'fill', 'filled', 'filling', 'fills', 'film', 'films', 'filth', 'filthy', 'final', 'finalise', 'finally', 'finance', 'financial', 'find', 'finds', 'fine', 'finest', 'fingers', 'finish', 'finishd', 'finished', 'finishes', 'finishing', 'finn', 'fire', 'fired', 'firefox', 'fireplace', 'fires', 'firmware', 'firsg', 'first', 'fish', 'fishhead', 'fit', 'fiting', 'five', 'fix', 'fixd', 'fixed', 'fixedline', 'fixes', 'fizz', 'flag', 'flaked', 'flaky', 'flame', 'flash', 'flat', 'flatter', 'flavour', 'flea', 'fletcher', 'flew', 'flies', 'flight', 'flights', 'flim', 'flip', 'flippin', 'flirt', 'flirting', 'flirtparty', 'flood', 'floor', 'floppy', 'florida', 'flower', 'flowers', 'flowing', 'fluids', 'flung', 'flurries', 'flute', 'fly', 'flying', 'flyng', 'fm', 'fml', 'fne', 'fo', 'fold', 'foley', 'folks', 'follow', 'followed', 'followin', 'following', 'follows', 'fond', 'fondly', 'fone', 'foned', 'fones', 'fonin', 'food', 'fool', 'fooled', 'fools', 'foot', 'football', 'footbl', 'footprints', 'footy', 'for', 'force', 'forced', 'foregate', 'foreign', 'forever', 'forevr', 'forget', 'forgets', 'forgive', 'forgiven', 'forgiveness', 'forgot', 'forgotten', 'forgt', 'form', 'formal', 'formally', 'format', 'formatting', 'forms', 'forth', 'fortune', 'forum', 'forums', 'forward', 'forwarded', 'forwarding', 'found', 'foundurself', 'four', 'fourth', 'foward', 'fowler', 'fox', 'fps', 'fr', 'fraction', 'fran', 'frank', 'franxx', 'franyxxxxx', 'frauds', 'freak', 'freaked', 'freaky', 'fredericksburg', 'free', 'free2day', 'freedom', 'freeentry', 'freefone', 'freely', 'freemsg', 'freephone', 'freezing', 'freinds', 'fren', 'french', 'frens', 'frequently', 'fresh', 'freshers', 'fret', 'fri', 'friday', 'fridays', 'fridge', 'fried', 'friend', 'friends', 'friendship', 'fringe', 'frm', 'frmcloud', 'frnd', 'frnds', 'frndship', 'frndshp', 'frndsship', 'frndz', 'frnt', 'fro', 'frog', 'from', 'fromm', 'fromwrk', 'front', 'fruit', 'frwd', 'frying', 'fuck', 'fuckin', 'fucking', 'fuckinnice', 'fudge', 'fujitsu', 'fulfil', 'full', 'fullonsms', 'fumbling', 'fun', 'fund', 'fundamentals', 'funeral', 'funk', 'funky', 'funny', 'funs', 'furniture', 'further', 'future', 'fuuuuck', 'fwiw', 'fyi', 'g2', 'g696ga', 'ga', 'gage', 'gail', 'gailxx', 'gain', 'gained', 'gal', 'galileo', 'gals', 'gam', 'gamb', 'game', 'games', 'gamestar', 'gandhipuram', 'ganesh', 'gang', 'gap', 'gaps', 'garage', 'garbage', 'garden', 'gardener', 'gari', 'gary', 'gas', 'gastroenteritis', 'gate', 'gautham', 'gauti', 'gave', 'gay', 'gayle', 'gaytextbuddy', 'gaze', 'gbp', 'gbp1', 'gbp5', 'gd', 'gdeve', 'ge', 'gee', 'geeee', 'geeeee', 'gei', 'gender', 'general', 'generally', 'genes', 'genius', 'gent', 'gentle', 'gentleman', 'gently', 'genuine', 'genus', 'geoenvironmental', 'george', 'ger', 'germany', 'get', 'get4an18th', 'getiing', 'gets', 'getsleep', 'getstop', 'gettin', 'getting', 'getzed', 'gf', 'ghodbandar', 'ghost', 'gibbs', 'gibe', 'gift', 'gifted', 'gigolo', 'gimme', 'gimmi', 'gin', 'girl', 'girlfrnd', 'girlie', 'girls', 'gist', 'giv', 'give', 'given', 'gives', 'giving', 'glad', 'glands', 'glasgow', 'glass', 'glo', 'global', 'glorious', 'glory', 'gm', 'gmw', 'gn', 'gnarls', 'gnt', 'go', 'go2', 'goal', 'goals', 'god', 'gods', 'goes', 'goggles', 'goigng', 'goin', 'goin2bed', 'going', 'gokila', 'gold', 'golddigger', 'golden', 'goldviking', 'golf', 'gon', 'gona', 'gone', 'gong', 'gonna', 'gonnamissu', 'good', 'goodevening', 'goodfriend', 'goodmate', 'goodmorning', 'goodnight', 'goodnite', 'goodnoon', 'goodo', 'goodtime', 'google', 'gopalettan', 'gorgeous', 'gosh', 'goss', 'gossip', 'got', 'gota', 'gotany', 'gotbabes', 'gotmarried', 'goto', 'gotta', 'gotten', 'gotto', 'goverment', 'govt', 'gower', 'gprs', 'gpu', 'gr8', 'gr8fun', 'gr8prizes', 'grab', 'grahmbell', 'gram', 'gran', 'grand', 'grandfather', 'granite', 'granted', 'graphics', 'grasp', 'grateful', 'grave', 'gravity', 'gravy', 'gray', 'grazed', 'gre', 'great', 'greatly', 'greatness', 'greece', 'green', 'greet', 'greeting', 'greetings', 'grinder', 'grins', 'grinule', 'grl', 'grocers', 'ground', 'group', 'growing', 'grownup', 'grumpy', 'gsex', 'gsoh', 'gt', 'gua', 'guai', 'guarantee', 'guaranteed', 'gud', 'gudni8', 'gudnite', 'gudnyt', 'guess', 'guessin', 'guessing', 'guide', 'guides', 'guild', 'guilty', 'guitar', 'gumby', 'gurl', 'gut', 'guy', 'guys', 'gv', 'gving', 'gym', 'gymnastics', 'gynae', 'gyno', 'ha', 'habba', 'habit', 'hack', 'had', 'haf', 'haha', 'hahaha', 'hai', 'hair', 'hairdressers', 'haiyoh', 'haiz', 'half', 'half8th', 'halla', 'hallaq', 'halloween', 'ham', 'hamster', 'hand', 'handed', 'handing', 'handle', 'hands', 'handset', 'handsomes', 'hang', 'hanger', 'hangin', 'hanging', 'hannaford', 'hanuman', 'hanumanji', 'happen', 'happend', 'happened', 'happenin', 'happening', 'happens', 'happier', 'happiest', 'happily', 'happiness', 'happy', 'hard', 'hardcore', 'harder', 'hardest', 'hardly', 'hari', 'harish', 'harlem', 'harri', 'harry', 'has', 'hasbro', 'hasn', 'hasnt', 'hat', 'hate', 'haunt', 'hav', 'hav2hear', 'havbeen', 'have', 'havebeen', 'haven', 'havent', 'haventcn', 'havin', 'having', 'havn', 'havnt', 'hcl', 'he', 'head', 'headache', 'headin', 'heading', 'heads', 'headstart', 'heal', 'heap', 'hear', 'heard', 'hearing', 'heart', 'hearted', 'hearts', 'heat', 'heater', 'heaven', 'heavily', 'heavy', 'hectic', 'hee', 'heehee', 'height', 'held', 'helen', 'helens', 'hell', 'hella', 'hello', 'hellogorgeous', 'helloooo', 'help', 'help08700621170150p', 'help08714742804', 'help08718728876', 'helpful', 'helping', 'helpline', 'helps', 'heltini', 'hen', 'hence', 'henry', 'hep', 'her', 'here', 'hero', 'heron', 'herself', 'hes', 'hesitant', 'hesitate', 'hex', 'hey', 'hf8', 'hg', 'hhahhaahahah', 'hi', 'hidden', 'hide', 'hides', 'hiding', 'high', 'highest', 'hilarious', 'hill', 'hills', 'him', 'himself', 'himso', 'hint', 'hip', 'hiphop', 'hire', 'his', 'history', 'hit', 'hitler', 'hitman', 'hitter', 'hiya', 'hl', 'hlday', 'hlp', 'hm', 'hme', 'hmm', 'hmmm', 'hmmross', 'hmph', 'hmv', 'hmv1', 'ho', 'hockey', 'hogidhe', 'hogli', 'hogolo', 'hol', 'holby', 'hold', 'holder', 'holding', 'hole', 'holiday', 'holla', 'hols', 'holy', 'home', 'homeowners', 'hon', 'honestly', 'honesty', 'honey', 'honeybee', 'honeymoon', 'honi', 'hont', 'hooch', 'hoody', 'hook', 'hooked', 'hoops', 'hop', 'hope', 'hoped', 'hopefully', 'hopeing', 'hopes', 'hopeso', 'hopeu', 'hoping', 'hor', 'horniest', 'horny', 'horo', 'horrible', 'horse', 'hos', 'hospital', 'hospitals', 'host', 'hostel', 'hostile', 'hot', 'hotel', 'hotels', 'hotmail', 'hotmix', 'hour', 'hours', 'house', 'housewives', 'housework', 'housing', 'how', 'howard', 'howdy', 'however', 'hows', 'howu', 'howz', 'hp', 'hp20', 'hppnss', 'hr', 'hrishi', 'hrs', 'hsbc', 'http', 'huai', 'hubby', 'hudgi', 'hug', 'huge', 'hugging', 'hugh', 'hugs', 'huh', 'hui', 'huiming', 'humanities', 'humans', 'hun', 'hundreds', 'hungry', 'hunks', 'hunny', 'hunt', 'hurried', 'hurry', 'hurt', 'hurting', 'hurts', 'husband', 'hustle', 'hv', 'hv9d', 'hvae', 'hw', 'hyde', 'hypotheticalhuagauahahuagahyuhagga', 'iam', 'ias', 'ibh', 'ibhltd', 'ibiza', 'ibm', 'ibn', 'ibored', 'ibuprofens', 'ic', 'iccha', 'ice', 'icicibank', 'icon', 'id', 'idea', 'ideal', 'ideas', 'identifier', 'idew', 'idiot', 'idk', 'idps', 'idu', 'ie', 'if', 'iff', 'ifink', 'ignorant', 'ignore', 'ignoring', 'ihave', 'ijust', 'ikea', 'ikno', 'iknow', 'il', 'ileave', 'ill', 'illness', 'illspeak', 'ilol', 'im', 'image', 'images', 'imagination', 'imagine', 'imat', 'imf', 'imma', 'immediately', 'immunisation', 'imp', 'impatient', 'impede', 'implications', 'important', 'importantly', 'imposed', 'impossible', 'imposter', 'impress', 'impressed', 'impression', 'improve', 'improved', 'imprtant', 'in', 'in2', 'inc', 'inch', 'inches', 'incident', 'inclu', 'include', 'includes', 'including', 'inclusive', 'inconsiderate', 'increase', 'incredible', 'increments', 'inde', 'indeed', 'independence', 'index', 'india', 'indian', 'indians', 'indicate', 'individual', 'indyarocks', 'inever', 'infact', 'infections', 'infernal', 'influx', 'info', 'inform', 'information', 'informed', 'infra', 'infront', 'ing', 'ingredients', 'initiate', 'ink', 'inmind', 'innings', 'innocent', 'innu', 'inperialmusic', 'inpersonation', 'inr', 'insects', 'insha', 'inshah', 'inside', 'inspection', 'inst', 'install', 'installation', 'installing', 'instant', 'instantly', 'instead', 'instituitions', 'instructions', 'insurance', 'intelligent', 'intend', 'intentions', 'interested', 'interesting', 'interflora', 'interfued', 'internal', 'internet', 'interview', 'interviews', 'into', 'intrepid', 'intro', 'intrude', 'invaders', 'invest', 'investigate', 'invited', 'inviting', 'invnted', 'invoices', 'involve', 'involved', 'iouri', 'ip', 'ip4', 'ipad', 'ipads', 'iphone', 'ipod', 'iq', 'irene', 'iriver', 'iron', 'ironing', 'irritates', 'irritating', 'irritation', 'irulinae', 'is', 'isaiah', 'iscoming', 'ish', 'island', 'islands', 'isn', 'isnt', 'issue', 'issues', 'it', 'italian', 'items', 'ithink', 'itna', 'itried2tell', 'its', 'itself', 'itwhichturnedinto', 'itxt', 'itz', 'ivatte', 'ive', 'iwana', 'iwas', 'iyo', 'iz', 'izzit', 'j5q', 'j89', 'jabo', 'jack', 'jacket', 'jackpot', 'jackson', 'jada', 'jade', 'jaklin', 'jam', 'james', 'jamster', 'jamz', 'jan', 'janarige', 'jane', 'janinexx', 'january', 'jap', 'japanese', 'jas', 'jason', 'java', 'jay', 'jaya', 'jaz', 'jazz', 'jb', 'je', 'jealous', 'jeans', 'jeevithathile', 'jelly', 'jen', 'jenne', 'jenny', 'jeremiah', 'jeri', 'jerk', 'jerry', 'jess', 'jesus', 'jetton', 'jewelry', 'jez', 'jia', 'jiayin', 'jiu', 'joanna', 'job', 'jobs', 'jobyet', 'jod', 'jog', 'jogging', 'john', 'join', 'joined', 'joining', 'joke', 'jokes', 'jokin', 'joking', 'jolly', 'jolt', 'jones', 'jontin', 'jordan', 'jorge', 'jos', 'jot', 'journey', 'joy', 'joys', 'js', 'jsco', 'jst', 'jstfrnd', 'jsut', 'juan', 'judgemental', 'juicy', 'jul', 'jules', 'juliana', 'julianaland', 'july', 'jump', 'jumpers', 'june', 'junna', 'jurong', 'jus', 'just', 'justbeen', 'justfound', 'justify', 'justthought', 'juswoke', 'juz', 'k52', 'k61', 'kaaj', 'kadeem', 'kaiez', 'kalaachutaarama', 'kalainar', 'kalisidare', 'kallis', 'kama', 'kanagu', 'kane', 'kano', 'kappa', 'karaoke', 'karnan', 'karo', 'kate', 'katexxx', 'kath', 'kavalan', 'kay', 'kaypoh', 'kb', 'ke', 'keen', 'keep', 'keeping', 'keeps', 'kegger', 'keluviri', 'ken', 'kent', 'kept', 'kerala', 'keralacircle', 'keris', 'kettoda', 'key', 'keypad', 'keys', 'keyword', 'kfc', 'kg', 'khelate', 'ki', 'kicchu', 'kick', 'kickboxing', 'kickoff', 'kicks', 'kid', 'kidding', 'kids', 'kidz', 'kiefer', 'kill', 'killed', 'killing', 'kills', 'kilos', 'kind', 'kinda', 'kindly', 'king', 'kintu', 'kip', 'kiss', 'kisses', 'kissing', 'kittum', 'kitty', 'knackered', 'knees', 'knew', 'knickers', 'knock', 'knocking', 'know', 'knowing', 'known', 'knows', 'knw', 'kochi', 'kodstini', 'kodthini', 'kolathupalayam', 'konw', 'korche', 'korean', 'korte', 'kotees', 'kothi', 'kr', 'ktv', 'kudi', 'kusruthi', 'kvb', 'kz', 'l8', 'l8er', 'l8r', 'l8rs', 'l8tr', 'la', 'la3', 'la32wu', 'lab', 'lac', 'lacking', 'lacs', 'ladies', 'lady', 'lag', 'lage', 'lager', 'laid', 'lambda', 'lamp', 'lancaster', 'land', 'landing', 'landline', 'landlineonly', 'landlines', 'landmark', 'lands', 'lane', 'langport', 'language', 'lanre', 'lap', 'lapdancer', 'laptop', 'lar', 'large', 'largest', 'lark', 'lasagna', 'last', 'lastest', 'lasting', 'late', 'lately', 'latelyxxx', 'later', 'latest', 'latr', 'laugh', 'laughed', 'laughing', 'laughs', 'laundry', 'laurie', 'lautech', 'law', 'laxinorficated', 'lay', 'layin', 'laying', 'lays', 'lazy', 'lccltd', 'ld', 'ldew', 'ldn', 'ldnw15h', 'le', 'lead', 'leadership', 'leading', 'leads', 'leaf', 'leafcutter', 'leanne', 'learn', 'least', 'least5times', 'leave', 'leaves', 'leaving', 'lect', 'lecture', 'left', 'leftovers', 'leg', 'legal', 'legitimat', 'legs', 'leh', 'lei', 'lekdog', 'lemme', 'length', 'lengths', 'lennon', 'leo', 'leona', 'leonardo', 'les', 'less', 'lesser', 'lesson', 'lessons', 'let', 'lets', 'letter', 'letters', 'level', 'lf56', 'liao', 'lib', 'libertines', 'library', 'lick', 'licks', 'lido', 'lie', 'lies', 'life', 'lifeis', 'lifetime', 'lifpartnr', 'lift', 'lifted', 'light', 'lik', 'like', 'liked', 'likely', 'likes', 'likeyour', 'liking', 'lil', 'lily', 'limited', 'limiting', 'limits', 'limping', 'lindsay', 'line', 'lined', 'linerental', 'lines', 'lingo', 'link', 'links', 'linux', 'lion', 'lionm', 'lionp', 'lions', 'lip', 'lips', 'liquor', 'list', 'listed', 'listen', 'listened2the', 'listening', 'listening2the', 'listn', 'lists', 'literally', 'litres', 'little', 'live', 'lived', 'liver', 'liverpool', 'lives', 'living', 'lk', 'll', 'llspeak', 'lmao', 'lnly', 'lo', 'load', 'loads', 'loan', 'loans', 'lobby', 'local', 'locations', 'locaxx', 'lock', 'locks', 'lodge', 'lodging', 'log', 'logging', 'login', 'logo', 'logoff', 'logon', 'logos', 'loko', 'lol', 'lolnice', 'lololo', 'londn', 'london', 'lonely', 'long', 'longer', 'lonlines', 'loo', 'look', 'lookatme', 'looked', 'lookin', 'looking', 'looks', 'loooooool', 'looovvve', 'loosing', 'loosu', 'lor', 'lose', 'losers', 'loses', 'losing', 'loss', 'lost', 'lot', 'lotr', 'lots', 'lotsof', 'lotta', 'lotz', 'lou', 'loud', 'lounge', 'lousy', 'lov', 'lovable', 'love', 'loved', 'lovejen', 'lovely', 'loveme', 'lover', 'loverboy', 'lovers', 'loves', 'lovin', 'loving', 'lovingly', 'low', 'lower', 'lowes', 'loyal', 'loyalty', 'lrg', 'ls1', 'ls15hb', 'ls278bb', 'lst', 'lt', 'ltd', 'ltdhelpdesk', 'lttrs', 'luck', 'luckily', 'lucky', 'lucy', 'lucyxx', 'lul', 'lunch', 'lunchtime', 'lunsford', 'lush', 'luton', 'luv', 'luvd', 'luvs', 'lux', 'luxury', 'lv', 'lvblefrnd', 'lyf', 'lyfu', 'lying', 'lyk', 'lyricalladie', 'm100', 'm221bp', 'm227xy', 'm26', 'm263uz', 'm39m51', 'm6', 'm60', 'm8', 'm8s', 'm95', 'ma', 'maaaan', 'maangalyam', 'mac', 'macedonia', 'macha', 'machan', 'machi', 'machines', 'macho', 'mack', 'macleran', 'mad', 'madam', 'made', 'madodu', 'madstini', 'madurai', 'mag', 'maga', 'magazine', 'maggi', 'magical', 'magicalsongs', 'mah', 'mahal', 'mahaveer', 'mahfuuz', 'maid', 'mail', 'mailbox', 'mails', 'main', 'maintain', 'maintaining', 'major', 'make', 'makes', 'makiing', 'makin', 'making', 'malaria', 'malarky', 'male', 'mallika', 'man', 'manage', 'manageable', 'managed', 'management', 'manchester', 'manda', 'mandan', 'mandara', 'mandy', 'maneesha', 'manege', 'mango', 'manky', 'many', 'map', 'mapquest', 'maps', 'maraikara', 'march', 'maretare', 'margaret', 'margin', 'marine', 'mark', 'market', 'marking', 'marley', 'marrge', 'marriage', 'married', 'marry', 'maruti', 'marvel', 'mary', 'mas', 'masked', 'massive', 'masteriastering', 'masters', 'match', 'matched', 'matches', 'mate', 'mates', 'math', 'mathematics', 'maths', 'matra', 'matric', 'matrix3', 'matter', 'matters', 'matthew', 'matured', 'maturity', 'max', 'max10mins', 'max6', 'maximize', 'maximum', 'may', 'mayb', 'maybe', 'mb', 'mca', 'mcat', 'mcfly', 'me', 'meal', 'meals', 'mean', 'meaning', 'meaningful', 'meaningless', 'means', 'meant', 'meanwhile', 'measure', 'meatballs', 'mecause', 'med', 'medical', 'medicine', 'meds', 'mee', 'meet', 'meetin', 'meeting', 'meetins', 'meets', 'mega', 'meh', 'meive', 'mel', 'melle', 'melnite', 'melody', 'melt', 'member', 'members', 'membership', 'memories', 'memory', 'men', 'mens', 'mental', 'mentioned', 'mentionned', 'menu', 'meow', 'merely', 'merememberin', 'merry', 'mesages', 'mess', 'message', 'messaged', 'messages', 'messaging', 'messed', 'messenger', 'messy', 'met', 'method', 'mgs', 'mia', 'michael', 'mid', 'middle', 'midnight', 'mids', 'might', 'mila', 'mileage', 'miles', 'milk', 'million', 'millions', 'min', 'mina', 'minapn', 'mind', 'minded', 'mindset', 'mine', 'minecraft', 'mini', 'minimum', 'minmobsmorelkpobox177hp51fl', 'minmoremobsemspobox45po139wa', 'minnaminunginte', 'minor', 'mins', 'minute', 'minutes', 'minuts', 'miracle', 'mirror', 'mis', 'misbehaved', 'miserable', 'misfits', 'misplaced', 'miss', 'misscall', 'missed', 'missin', 'missing', 'missionary', 'missions', 'missunderstding', 'missy', 'mistake', 'mistakes', 'misundrstud', 'mite', 'mitsake', 'mittelschmertz', 'mix', 'mj', 'mjzgroup', 'mk17', 'mk45', 'mm', 'mmm', 'mmmm', 'mmmmm', 'mmmmmm', 'mmmmmmm', 'mmsto', 'mns', 'mnth', 'mnths', 'mo', 'moan', 'mob', 'mobile', 'mobiles', 'mobilesdirect', 'mobilesvary', 'mobileupd8', 'mobs', 'mobsi', 'mobstorequiz10ppm', 'moby', 'mobypobox734ls27yf', 'mode', 'model', 'module', 'modules', 'moji', 'mojibiola', 'mokka', 'molested', 'mom', 'moment', 'moments', 'moms', 'mon', 'monday', 'mone', 'money', 'monkeespeople', 'monkey', 'monkeyaround', 'monkeys', 'mono', 'monster', 'month', 'monthly', 'monthlysubscription', 'months', 'mood', 'moon', 'moral', 'more', 'morefrmmob', 'morn', 'mornin', 'morning', 'mornings', 'morphine', 'morrow', 'moseley', 'most', 'mostly', 'mother', 'motherfucker', 'motivating', 'motor', 'motorola', 'mountain', 'mouth', 'move', 'moved', 'moves', 'movie', 'movies', 'movietrivia', 'moving', 'mp3', 'mr', 'mrng', 'mrt', 'ms', 'msg', 'msg150p', 'msging', 'msgrcvd', 'msgrcvdhg', 'msgs', 'msn', 'mt', 'mtalk', 'mth', 'mths', 'mtmsg', 'mtmsg18', 'mtmsgrcvd18', 'mtnl', 'mu', 'muah', 'much', 'muchand', 'muchxxlove', 'mudyadhu', 'mufti', 'muhommad', 'muht', 'multimedia', 'mum', 'mumbai', 'mumhas', 'mummy', 'mums', 'mumtaz', 'mundhe', 'munsters', 'murali', 'murder', 'murdered', 'murderer', 'mus', 'mush', 'music', 'musical', 'must', 'musta', 'musthu', 'mustprovide', 'mutai', 'mutations', 'muz', 'mw', 'my', 'mylife', 'mymoby', 'myparents', 'mys', 'myself', 'mystery', 'n8', 'n9dx', 'na', 'nachos', 'nag', 'nagar', 'nah', 'nails', 'naked', 'nalla', 'nalli', 'name', 'named', 'names', 'nammanna', 'nan', 'nannys', 'nap', 'nasdaq', 'nasty', 'nat', 'nat27081980', 'natalie', 'natalie2k9', 'natalja', 'national', 'nattil', 'natural', 'nature', 'natwest', 'naughty', 'nauseous', 'nav', 'nb', 'nbme', 'nd', 'ndship', 'ne', 'near', 'nearly', 'necessarily', 'necessary', 'necessity', 'neck', 'necklace', 'ned', 'need', 'needa', 'needed', 'needing', 'needle', 'needs', 'needy', 'neekunna', 'neft', 'neglet', 'neighbor', 'neighbors', 'neighbour', 'neither', 'nelson', 'neo69', 'nervous', 'net', 'netcollex', 'netflix', 'nething', 'netun', 'network', 'networking', 'networks', 'neva', 'nevamind', 'never', 'nevering', 'new', 'neway', 'newest', 'news', 'newscaster', 'newsletter', 'newspapers', 'next', 'ni8', 'nic', 'nice', 'nichols', 'nick', 'nickey', 'nig', 'nigeria', 'night', 'nighters', 'nightnight', 'nights', 'nigro', 'nike', 'nikiyu4', 'nimya', 'nino', 'nipost', 'nit', 'nite', 'nitro', 'nitros', 'nitw', 'nitz', 'njan', 'nmde', 'no', 'no1', 'nobbing', 'nobody', 'noe', 'noi', 'noice', 'noisy', 'nok', 'nokia', 'nokia6600', 'nokia6650', 'nokias', 'noline', 'non', 'noncomittal', 'none', 'nonetheless', 'nookii', 'noon', 'nooooooo', 'noooooooo', 'nope', 'nor', 'nora', 'norcorp', 'nordstrom', 'norm', 'norm150p', 'normal', 'normally', 'north', 'northampton', 'nos', 'nose', 'nosh', 'nosy', 'not', 'note', 'notebook', 'nothin', 'nothing', 'notice', 'notifications', 'notixiquating', 'nottingham', 'notxt', 'noun', 'novelty', 'november', 'now', 'now1', 'nowadays', 'nowhere', 'nri', 'nt', 'nte', 'ntt', 'ntwk', 'nudist', 'nuerologist', 'num', 'number', 'numbers', 'nursery', 'nurses', 'nurungu', 'nus', 'nusstu', 'nutter', 'nver', 'nvm', 'nw', 'nxt', 'ny', 'nyc', 'nydc', 'nyt', 'nytho', 'nz', 'o2', 'o2fwd', 'oath', 'obedient', 'obese', 'obey', 'oblisingately', 'oblivious', 'obviously', 'occasion', 'occupied', 'occupy', 'occur', 'occurs', 'ocean', 'odalebeku', 'odi', 'of', 'ofcourse', 'off', 'offc', 'offcampus', 'offdam', 'offense', 'offer', 'offered', 'offering', 'offers', 'office', 'officer', 'official', 'officially', 'offline', 'ofice', 'ofsi', 'ofstuff', 'often', 'oga', 'ogunrinde', 'oh', 'oi', 'oic', 'oil', 'ok', 'okay', 'okday', 'okden', 'okey', 'okie', 'okmail', 'okors', 'ola', 'olage', 'olave', 'olayiwola', 'old', 'oli', 'ollu', 'olol', 'olympics', 'omg', 'omw', 'on', 'onbus', 'oncall', 'once', 'ondu', 'one', 'ones', 'oni', 'onion', 'online', 'onluy', 'only', 'only1more', 'onlyfound', 'onto', 'onum', 'onwards', 'onwords', 'ooh', 'oooh', 'oooooh', 'ooooooh', 'oops', 'open', 'opener', 'openin', 'opening', 'openings', 'operate', 'operator', 'opinion', 'opinions', 'opponenter', 'opportunity', 'opposed', 'opposite', 'opt', 'opted', 'optimistic', 'optin', 'option', 'optout', 'or', 'or2optout', 'or2stoptxt', 'oral', 'orange', 'oranges', 'orc', 'orchard', 'order', 'ordered', 'ordinator', 'ore', 'oredi', 'oreo', 'oreos', 'org', 'organise', 'orh', 'orig', 'original', 'orno', 'ors', 'ortxt', 'oru', 'os', 'oscar', 'oso', 'other', 'others', 'otherwise', 'othrs', 'othrwise', 'otside', 'ou', 'ouch', 'our', 'ourbacks', 'ours', 'out', 'outage', 'outbid', 'outdoors', 'outfit', 'outfor', 'outgoing', 'outrageous', 'outreach', 'outside', 'outsider', 'outsomewhere', 'outstanding', 'outta', 'over', 'overa', 'overdid', 'overemphasise', 'overheating', 'ovr', 'ovulate', 'ovulation', 'owed', 'owl', 'own', 'owned', 'owns', 'owo', 'oyea', 'oyster', 'oz', 'pa', 'paces', 'pack', 'package', 'packing', 'padhe', 'page', 'pages', 'pai', 'paid', 'pain', 'painful', 'paining', 'painting', 'pairs', 'pan', 'panalam', 'pandy', 'panic', 'panicks', 'panther', 'pants', 'pap', 'papa', 'paper', 'papers', 'paperwork', 'paracetamol', 'parachute', 'paragon', 'paranoid', 'parantella', 'parchi', 'parco', 'parent', 'parents', 'paris', 'parish', 'park', 'parked', 'parkin', 'parking', 'part', 'participate', 'particular', 'partner', 'partnership', 'parts', 'party', 'pases', 'pass', 'passable', 'passed', 'passes', 'passion', 'passionate', 'passport', 'password', 'passwords', 'past', 'pataistha', 'path', 'pathaya', 'paths', 'patients', 'patrick', 'pattern', 'paul', 'pause', 'pavanaputra', 'pax', 'pay', 'payasam', 'payback', 'payed', 'payed2day', 'payee', 'paying', 'payment', 'payments', 'payoh', 'paypal', 'pc', 'pdate_now', 'peace', 'peaceful', 'peach', 'peak', 'pears', 'pee', 'peeps', 'pei', 'pen', 'pence', 'pendent', 'pending', 'penis', 'penny', 'people', 'per', 'perf', 'perfect', 'perform', 'performed', 'perfume', 'perhaps', 'peril', 'period', 'permission', 'persevered', 'persolvo', 'person', 'personal', 'personality', 'personally', 'persons', 'perspective', 'pert', 'perumbavoor', 'pete', 'petexxx', 'petey', 'petrol', 'pg', 'ph', 'phasing', 'phb1', 'phd', 'phews', 'philosophical', 'philosophy', 'phne', 'phoenix', 'phone', 'phone750', 'phoned', 'phones', 'phony', 'photo', 'photos', 'photoshop', 'php', 'pic', 'pick', 'picked', 'picking', 'pickle', 'pics', 'picsfree1', 'picture', 'pictures', 'pie', 'piece', 'pierre', 'pig', 'piggy', 'pilates', 'pile', 'pillows', 'pimples', 'pin', 'pink', 'pints', 'piss', 'pissed', 'pist', 'pix', 'pizza', 'pl', 'place', 'placed', 'placement', 'places', 'plaid', 'plan', 'plane', 'planet', 'planettalkinstant', 'planned', 'planning', 'plans', 'plate', 'platt', 'play', 'played', 'player', 'players', 'playin', 'playing', 'playng', 'plaza', 'pleasant', 'please', 'pleased', 'pleasure', 'pleasured', 'plenty', 'plm', 'ploughing', 'pls', 'plum', 'plumbers', 'plumbing', 'plural', 'plus', 'plyr', 'plz', 'pm', 'pmt', 'po', 'pobox', 'pobox1', 'pobox114', 'pobox12n146tf15', 'pobox334', 'pobox36504w45wq', 'pobox365o4w45wq', 'pobox45w2tg150p', 'pobox84', 'poboxox36504w45wq', 'pocay', 'pocked', 'pocketbabe', 'pockets', 'pocy', 'pod', 'poem', 'poet', 'point', 'points', 'poker', 'poking', 'pokkiri', 'pole', 'police', 'politicians', 'polo', 'poly', 'poly3', 'polyh', 'polyph', 'polyphonic', 'polys', 'pongal', 'poo', 'pookie', 'poop', 'poor', 'poorly', 'poortiyagi', 'pop', 'popped', 'popping', 'porn', 'porridge', 'portal', 'portege', 'portions', 'posible', 'position', 'positions', 'possession', 'possessive', 'possessiveness', 'possibility', 'possible', 'post', 'postal', 'postcard', 'postcode', 'posted', 'posting', 'postponed', 'posts', 'potato', 'potential', 'potter', 'pouch', 'pound', 'pounds', 'poured', 'pours', 'pouts', 'power', 'powerful', 'poyyarikatur', 'ppl', 'pple', 'ppm', 'ppm150', 'ppt150x3', 'prabha', 'prabu', 'pract', 'practical', 'practice', 'practicing', 'practicum', 'practising', 'praises', 'prakasam', 'prakasamanu', 'prasad', 'prashanthettan', 'praveesh', 'pray', 'praying', 'prayrs', 'pre', 'predict', 'predicte', 'predicting', 'prediction', 'predictive', 'prefer', 'preferably', 'prem', 'premier', 'premium', 'prepaid', 'prepare', 'prepared', 'prepayment', 'preponed', 'preschoolco', 'prescribed', 'prescripiton', 'prescription', 'presence', 'present', 'president', 'presnts', 'press', 'pressies', 'pressure', 'prestige', 'pretend', 'pretsorginta', 'pretsovru', 'pretty', 'prevent', 'previous', 'previously', 'prey', 'price', 'prices', 'pride', 'priest', 'prin', 'prince', 'princes', 'princess', 'printed', 'printing', 'priscilla', 'privacy', 'private', 'prix', 'priya', 'prize', 'prizeawaiting', 'prizes', 'prizeswith', 'prob', 'probably', 'problem', 'problematic', 'problems', 'problms', 'problum', 'probpop', 'probs', 'process', 'processed', 'prof', 'professional', 'professors', 'profit', 'program', 'programs', 'progress', 'project', 'projects', 'prolly', 'prometazine', 'prominent', 'promise', 'promises', 'promoting', 'promotion', 'promptly', 'prompts', 'proof', 'proove', 'properly', 'property', 'propose', 'props', 'propsd', 'prospects', 'protect', 'prove', 'proverb', 'provided', 'provider', 'providing', 'province', 'proze', 'prsn', 'ps', 'ps3', 'pshew', 'psp', 'psxtra', 'psychic', 'pt2', 'ptbo', 'pthis', 'pub', 'public', 'publish', 'pull', 'pump', 'punch', 'punish', 'punishment', 'punto', 'pura', 'purchase', 'purchases', 'pure', 'purity', 'purple', 'purpose', 'push', 'pushbutton', 'pushes', 'pussy', 'put', 'puts', 'puttin', 'putting', 'puzzeles', 'puzzles', 'px3748', 'qatar', 'qet', 'qi', 'qing', 'qjkgighjjgcbl', 'qlynnbv', 'quality', 'quarter', 'que', 'queen', 'ques', 'question', 'questioned', 'questions', 'quick', 'quickly', 'quiet', 'quit', 'quite', 'quiteamuzing', 'quitting', 'quiz', 'quizclub', 'quote', 'quoting', 'r836', 'racal', 'racing', 'radio', 'raed', 'rael', 'rahul', 'raiden', 'railway', 'rain', 'raining', 'raise', 'raised', 'raj', 'rajas', 'raji', 'rajini', 'rajnikant', 'rakhesh', 'raksha', 'ralphs', 'ramaduth', 'ramen', 'ran', 'random', 'randomlly', 'randomly', 'randy', 'rang', 'range', 'ranjith', 'rate', 'rates', 'rather', 'ratio', 'rats', 'rawring', 'rayan', 'rayman', 'rays', 'rcb', 'rcd', 'rct', 'rcv', 'rcvd', 'rd', 'rdy', 're', 'reach', 'reache', 'reached', 'reaching', 'reacting', 'reaction', 'read', 'readers', 'readiness', 'reading', 'ready', 'real', 'real1', 'reality', 'realize', 'realized', 'realizes', 'really', 'realy', 'reapply', 'rearrange', 'reason', 'reasonable', 'reasons', 'reassurance', 'reassuring', 'reboot', 'rebooting', 'rebtel', 'rec', 'recd', 'receipt', 'receipts', 'receive', 'received', 'receiving', 'recent', 'recently', 'recession', 'recharge', 'reckon', 'recognise', 'recognises', 'record', 'recorded', 'records', 'recount', 'recovery', 'recpt', 'recreation', 'recycling', 'red', 'redeemed', 'reduce', 'ree', 'ref', 'reference', 'references', 'reffering', 'refilled', 'reflection', 'refreshed', 'refunded', 'refused', 'reg', 'regalportfolio', 'regard', 'regarding', 'regards', 'register', 'registered', 'regret', 'regretted', 'regular', 'relation', 'relationship', 'relatives', 'relax', 'relaxing', 'released', 'reliant', 'relieved', 'relocate', 'rem', 'remain', 'remains', 'remember', 'remembered', 'rememberi', 'remembr', 'remembrs', 'remind', 'reminder', 'reminding', 'reminds', 'remixed', 'remove', 'removed', 'renewal', 'renewing', 'rent', 'rental', 'renting', 'rentl', 'rents', 'repair', 'repairs', 'repeat', 'repent', 'replace', 'replacement', 'replied', 'replies', 'reply', 'replying', 'replys150', 'report', 'reppurcussions', 'representative', 'republic', 'request', 'requests', 'required', 'requirements', 'requires', 'research', 'resend', 'reserved', 'reserves', 'resizing', 'reslove', 'resolution', 'respect', 'respectful', 'responce', 'respond', 'responding', 'response', 'responsibilities', 'responsible', 'rest', 'restaurant', 'restock', 'restocked', 'restrictions', 'resubbing', 'resubmit', 'result', 'results', 'resume', 'resuming', 'retard', 'retired', 'retrieve', 'return', 'returned', 'returning', 'returns', 'reunion', 'reveal', 'revealed', 'revealing', 'reverse', 'review', 'revision', 'reward', 'rewarding', 'rg21', 'rgds', 'rgent', 'rhode', 'rice', 'rich', 'riddance', 'ridden', 'ride', 'right', 'rightio', 'rightly', 'rights', 'rimac', 'ring', 'ringtone', 'ringtoneking', 'ringtones', 'rinu', 'rip', 'ripped', 'rise', 'risks', 'rite', 'ritten', 'river', 'road', 'roads', 'roast', 'rob', 'robs', 'rock', 'rocking', 'rodger', 'rofl', 'roger', 'role', 'roles', 'rolled', 'romantic', 'romcapspam', 'ron', 'room', 'roommate', 'roommates', 'rooms', 'ros', 'rose', 'roses', 'round', 'rounder', 'rounds', 'route', 'row', 'rows', 'royal', 'rp176781', 'rpl', 'rply', 'rr', 'rs', 'rstm', 'rtm', 'ru', 'rubber', 'rude', 'rudi', 'rugby', 'ruin', 'ruining', 'rule', 'rum', 'rumbling', 'rummer', 'rumour', 'run', 'running', 'runs', 'rush', 'rushing', 'rv', 'rvx', 'rwm', 'ryan', 'ryder', 's3xy', 'sabarish', 'sachin', 'sacked', 'sacrifice', 'sad', 'sae', 'saeed', 'safe', 'safety', 'sagamu', 'saibaba', 'said', 'salad', 'salam', 'salary', 'sale', 'sales', 'salesman', 'salmon', 'salon', 'sam', 'samantha', 'sambar', 'same', 'sandiago', 'sane', 'sang', 'sankatmochan', 'sankranti', 'santa', 'sao', 'sapna', 'sar', 'sara', 'sarasota', 'sarcasm', 'sarcastic', 'saristar', 'sary', 'sashimi', 'sat', 'satanic', 'sathya', 'satisfied', 'satisfy', 'satsgettin', 'satthen', 'saturday', 'saucy', 'sausage', 'savamob', 'save', 'saved', 'saves', 'savings', 'saw', 'say', 'sayhey', 'sayin', 'saying', 'says', 'sayy', 'sc', 'scammers', 'scared', 'scary', 'scenario', 'scenery', 'sch', 'schedule', 'school', 'schools', 'science', 'scold', 'scool', 'scorable', 'score', 'scores', 'scoring', 'scotch', 'scotland', 'scotsman', 'scouse', 'scraped', 'scratching', 'scream', 'screamed', 'screaming', 'screen', 'screwd', 'scrumptious', 'sculpture', 'sd', 'sday', 'sdryb8i', 'se', 'sea', 'search', 'searching', 'season', 'seat', 'sec', 'second', 'secondary', 'seconds', 'secret', 'secretary', 'secretly', 'secrets', 'secs', 'section', 'sections', 'sed', 'see', 'seeds', 'seeing', 'seem', 'seemed', 'seems', 'seen', 'sef', 'seh', 'sehwag', 'seing', 'select', 'selected', 'selection', 'self', 'selfish', 'selflessness', 'sell', 'selling', 'sells', 'sem', 'semester', 'semi', 'semiobscure', 'sen', 'send', 'sender', 'sending', 'sends', 'senor', 'senrd', 'sense', 'senses', 'sensitive', 'sent', 'sentence', 'senthil', 'seperated', 'sept', 'september', 'serena', 'series', 'serious', 'seriously', 'server', 'service', 'services', 'serving', 'servs', 'set', 'setting', 'settings', 'settle', 'settled', 'settling', 'seven', 'several', 'sex', 'sexiest', 'sextextuk', 'sexual', 'sexy', 'sexychat', 'sez', 'sf', 'sh', 'sha', 'shade', 'shadow', 'shag', 'shagged', 'shahjahan', 'shakespeare', 'shaking', 'shall', 'shame', 'shampain', 'shangela', 'shanghai', 'shanil', 'shaping', 'share', 'shared', 'sharing', 'shattered', 'shaved', 'shb', 'shd', 'she', 'sheets', 'sheffield', 'shelf', 'shell', 'shelves', 'sherawat', 'shes', 'shesil', 'shhhhh', 'shifad', 'shijas', 'shijutta', 'shinco', 'shindig', 'shining', 'ship', 'shipped', 'shipping', 'shirt', 'shirts', 'shit', 'shite', 'shitin', 'shitinnit', 'shitload', 'shivratri', 'shld', 'shldxxxx', 'shock', 'shocking', 'shoes', 'shola', 'shoot', 'shop', 'shoppin', 'shopping', 'shore', 'short', 'shortage', 'shortbreaks', 'shortcode', 'shorter', 'shortly', 'shot', 'shoul', 'should', 'shouldn', 'shouted', 'shouting', 'shove', 'shoving', 'show', 'shower', 'showers', 'showing', 'showrooms', 'shows', 'shracomorsglsuplt', 'shrek', 'shrub', 'shsex', 'shu', 'shud', 'shudvetold', 'shuhui', 'shun', 'shut', 'shy', 'si', 'sian', 'sib', 'sic', 'sick', 'side', 'sigh', 'sighs', 'sight', 'sign', 'signal', 'signing', 'siguviri', 'silence', 'silent', 'silently', 'silly', 'silver', 'sim', 'simonwatson5120', 'simple', 'simpler', 'simply', 'simpsons', 'simulate', 'since', 'sinco', 'sindu', 'sing', 'singapore', 'singing', 'single', 'singles', 'sink', 'sip', 'sipix', 'sips', 'sir', 'sis', 'sister', 'sisters', 'sit', 'site', 'sitll', 'sittin', 'sitting', 'situation', 'situations', 'siva', 'six', 'size', 'sized', 'sk3', 'sk38xh', 'skateboarding', 'skilgme', 'skillgame', 'skills', 'skinny', 'skint', 'skip', 'skirt', 'sky', 'skye', 'skype', 'skyped', 'skyving', 'slaaaaave', 'slap', 'slave', 'sleep', 'sleepin', 'sleeping', 'sleepingwith', 'sleeps', 'sleepwell', 'sleepy', 'slept', 'slice', 'slices', 'slide', 'slightly', 'slip', 'slippers', 'slippery', 'slob', 'slots', 'slovely', 'slow', 'slowly', 'slp', 'slurp', 'smacks', 'small', 'smart', 'smartcall', 'smashed', 'smear', 'smells', 'smeone', 'smidgin', 'smile', 'smiled', 'smiles', 'smiley', 'smiling', 'smith', 'smoke', 'smoked', 'smokes', 'smokin', 'smoking', 'smoothly', 'sms', 'smsco', 'smsing', 'smsrewards', 'smsservices', 'smth', 'sn', 'snake', 'snap', 'snappy', 'snd', 'sneham', 'snickering', 'snogs', 'snoring', 'snot', 'snow', 'snowball', 'snowman', 'snuggles', 'so', 'soc', 'social', 'sofa', 'soft', 'software', 'soil', 'soiree', 'sol', 'sold', 'solihull', 'solve', 'solved', 'some', 'some1', 'somebody', 'someday', 'someone', 'someonone', 'somerset', 'somethin', 'something', 'sometime', 'sometimes', 'sometme', 'somewhere', 'somewheresomeone', 'somtimes', 'song', 'songs', 'sony', 'sonyericsson', 'soo', 'soon', 'sooner', 'soonlots', 'sooo', 'soooo', 'sooooo', 'sophas', 'sore', 'sorrow', 'sorrows', 'sorry', 'sort', 'sorta', 'sorted', 'sorting', 'sorts', 'sory', 'soryda', 'soul', 'sound', 'sounding', 'sounds', 'soup', 'source', 'sources', 'south', 'southern', 'souveniers', 'soz', 'sozi', 'sp', 'space', 'spaces', 'spam', 'spanish', 'spare', 'spares', 'spark', 'sparkling', 'spatula', 'speak', 'speaking', 'special', 'speciale', 'specialise', 'specially', 'specific', 'specify', 'specs', 'speechless', 'speed', 'speedchat', 'speeding', 'speling', 'spell', 'spelled', 'spelling', 'spend', 'spending', 'spent', 'spider', 'spiffing', 'spile', 'spin', 'spinout', 'spiral', 'spirit', 'spiritual', 'spjanuary', 'spk', 'spl', 'splash', 'splashmobile', 'splat', 'splleing', 'spoil', 'spoiled', 'spoilt', 'spoke', 'spoken', 'sponsors', 'spontaneously', 'spook', 'spoon', 'sporadically', 'sport', 'sports', 'spose', 'spot', 'spotty', 'spouse', 'sppok', 'spreadsheet', 'spree', 'spring', 'springs', 'sprint', 'spun', 'spys', 'sq825', 'squatting', 'squeeeeeze', 'squeezed', 'squid', 'srs', 'srsly', 'srt', 'sry', 'st', 'stability', 'stadium', 'staff', 'stage', 'stairs', 'stamped', 'stamps', 'stand', 'standard', 'standing', 'stands', 'stapati', 'star', 'starer', 'staring', 'starring', 'stars', 'starshine', 'start', 'started', 'starting', 'starts', 'starving', 'starwars3', 'stash', 'statement', 'statements', 'station', 'status', 'stay', 'stayed', 'stayin', 'staying', 'stays', 'std', 'steak', 'steam', 'steed', 'step', 'steps', 'stereophonics', 'sterling', 'steve', 'stewartsize', 'steyn', 'sth', 'stick', 'sticky', 'still', 'stitch', 'stock', 'stocked', 'stockport', 'stomach', 'stomps', 'stone', 'stoners', 'stool', 'stop', 'stop2', 'stop2stop', 'stopbcm', 'stopcost', 'stopcs', 'stopped', 'stops', 'stoptxtstop', 'store', 'stores', 'storming', 'story', 'str', 'straight', 'strain', 'strange', 'stranger', 'street', 'stress', 'stressed', 'stressful', 'stressfull', 'stretch', 'strewn', 'strike', 'stripes', 'strips', 'strokes', 'strong', 'strt', 'struggling', 'sts', 'stubborn', 'stuck', 'studdying', 'student', 'studentfinancial', 'students', 'studies', 'study', 'studying', 'studyn', 'stuff', 'stuff42moro', 'stuffing', 'stunning', 'stupid', 'style', 'styling', 'stylish', 'sub', 'subject', 'subletting', 'submitted', 'submitting', 'subpoly', 'subs', 'subs16', 'subscribe', 'subscribe6gbp', 'subscribed', 'subscriber', 'subscription', 'subscriptions', 'subscriptn3gbp', 'subscrition', 'subsequent', 'subtoitles', 'success', 'successful', 'successfully', 'such', 'sucker', 'suckers', 'sucks', 'sudden', 'suddenly', 'sudn', 'sue', 'suffer', 'suffering', 'suffers', 'sufficient', 'sugababes', 'suganya', 'sugar', 'suggest', 'suggestion', 'suite', 'suite342', 'suitemates', 'suits', 'sullivan', 'sum', 'sum1', 'suman', 'sumfing', 'summer', 'summers', 'summon', 'sumthin', 'sun', 'sunday', 'sundayish', 'sunny', 'sunoco', 'sunroof', 'sunscreen', 'sunshine', 'suntec', 'sup', 'super', 'superb', 'superior', 'supervisor', 'suply', 'supose', 'suppliers', 'supplies', 'supply', 'support', 'supports', 'suppose', 'supposed', 'suprman', 'sura', 'sure', 'surely', 'surf', 'surfing', 'surgical', 'surly', 'surprise', 'surprised', 'surrender', 'surrounded', 'survey', 'surya', 'sutra', 'sux', 'suzy', 'svc', 'sw7', 'sw73ss', 'swalpa', 'swan', 'swann', 'swap', 'swashbuckling', 'swatch', 'swayze', 'swear', 'sweater', 'sweet', 'sweetest', 'sweetheart', 'sweetie', 'sweets', 'swell', 'swhrt', 'swimming', 'swimsuit', 'swing', 'swiss', 'switch', 'swollen', 'swoop', 'swt', 'swtheart', 'syd', 'syllabus', 'symbol', 'symptoms', 'synced', 'syria', 'syrup', 'system', 'systems', 't91', 'ta', 'table', 'tablet', 'tablets', 'tacos', 'tactful', 'tactless', 'tag', 'tagged', 'tahan', 'taj', 'take', 'taken', 'takes', 'takin', 'taking', 'talent', 'talents', 'talk', 'talkbut', 'talked', 'talking', 'tallent', 'tampa', 'tank', 'tantrum', 'tap', 'tape', 'tariffs', 'tarpon', 'taste', 'tasts', 'tat', 'taught', 'taunton', 'taxes', 'taxi', 'taxless', 'taylor', 'tb', 'tbs', 'tc', 'tcr', 'tcs', 'tddnewsletter', 'tea', 'teach', 'teacher', 'teachers', 'teaching', 'team', 'teams', 'tear', 'tears', 'tease', 'teasing', 'tech', 'technical', 'technologies', 'tee', 'teenager', 'teeth', 'teju', 'tel', 'telediscount', 'telephone', 'telephonic', 'tell', 'telling', 'tellmiss', 'tells', 'telly', 'telphone', 'telugu', 'temales', 'temp', 'temper', 'temple', 'ten', 'tenants', 'tenerife', 'tensed', 'tension', 'teresa', 'term', 'terms', 'termsapply', 'terrible', 'terrific', 'terrorist', 'terry', 'tescos', 'tessy', 'test', 'testing', 'tests', 'tex', 'texas', 'texd', 'text', 'text82228', 'textbook', 'textbuddy', 'textcomp', 'texted', 'textin', 'texting', 'textoperator', 'textpod', 'texts', 'th', 'than', 'thangam', 'thank', 'thanks', 'thanks2', 'thanksgiving', 'thanku', 'thankyou', 'thanx', 'thanx4', 'thasa', 'that', 'that2worzels', 'thatmum', 'thats', 'the', 'theacusations', 'theater', 'theatre', 'thedailydraw', 'their', 'theirs', 'them', 'themed', 'themes', 'themob', 'then', 'thenampet', 'theoretically', 'theory', 'theplace', 'there', 'these', 'thesedays', 'thesis', 'thesmszone', 'thet', 'thew', 'they', 'theyre', 'thgt', 'thin', 'thing', 'things', 'think', 'thinkin', 'thinking', 'thinks', 'thinkthis', 'thirtyeight', 'this', 'thk', 'thm', 'thnk', 'thnq', 'thnx', 'tho', 'those', 'thot', 'thou', 'though', 'thought', 'thoughts', 'thousands', 'thout', 'thread', 'threats', 'three', 'threw', 'thriller', 'throat', 'through', 'throw', 'throwing', 'thrown', 'throws', 'thru', 'ths', 'tht', 'thts', 'thurs', 'thursday', 'thx', 'thy', 'tick', 'ticket', 'tickets', 'tiempo', 'tiger', 'tight', 'tightly', 'tihs', 'tiime', 'til', 'till', 'tim', 'time', 'times', 'timi', 'timin', 'timing', 'tiny', 'tired', 'tirunelvai', 'tirunelvali', 'tirupur', 'tis', 'title', 'titles', 'tiwary', 'tix', 'tiz', 'tke', 'tkls', 'tkts', 'tlk', 'tlp', 'tm', 'tming', 'tmorow', 'tmorrow', 'tmr', 'tms', 'tmw', 'tnc', 'tncs', 'to', 'toa', 'toaday', 'tocall', 'toclaim', 'today', 'todays', 'todo', 'tog', 'together', 'tohar', 'tok', 'token', 'toking', 'tol', 'told', 'tolerat', 'toll', 'tom', 'tomarrow', 'tomeandsaid', 'tomo', 'tomorro', 'tomorrow', 'tomorw', 'tone', 'tones', 'tones2u', 'tones2you', 'tonght', 'tonight', 'tonights', 'tonite', 'tons', 'tonsolitusaswell', 'too', 'took', 'tookplace', 'tool', 'tooo', 'toot', 'tooth', 'toothpaste', 'top', 'topic', 'toppoly', 'torch', 'tortilla', 'torture', 'tosend', 'toshiba', 'toss', 'tot', 'total', 'totally', 'totes', 'touch', 'touched', 'tough', 'toughest', 'tour', 'towards', 'town', 'toxic', 'toyota', 'tp', 'track', 'traditions', 'traffic', 'train', 'trained', 'training', 'trainners', 'trains', 'tram', 'tranquility', 'transaction', 'transcribing', 'transfer', 'transfered', 'transferred', 'transfr', 'transfred', 'transport', 'trash', 'trauma', 'trav', 'travel', 'travelled', 'travelling', 'treacle', 'treadmill', 'treasure', 'treat', 'treated', 'treatin', 'treats', 'tree', 'trek', 'tried', 'trip', 'trips', 'trishul', 'triumphed', 'trivia', 'tron', 'trouble', 'trouser', 'truck', 'true', 'true18', 'truffles', 'truly', 'truro', 'trust', 'trusting', 'truth', 'try', 'trying', 'ts', 'tsandcs', 'tscs', 'tscs08714740323', 'tscs087147403231winawk', 'tsunami', 'tsunamis', 'tt', 'ttyl', 'tue', 'tues', 'tuesday', 'tuition', 'tul', 'tulip', 'tunde', 'tune', 'tunji', 'turkeys', 'turn', 'turned', 'turning', 'turns', 'tuth', 'tv', 'twat', 'twelve', 'twenty', 'twice', 'twiggs', 'twilight', 'twins', 'twittering', 'two', 'tx', 'txt', 'txt250', 'txt43', 'txt82228', 'txtauction', 'txtin', 'txting', 'txts', 'txtstar', 'txtstop', 'txttowin', 'txtx', 'tyler', 'type', 'types', 'typical', 'tyrone', 'u2moro', 'u4', 'uawake', 'ubandu', 'ubi', 'ugadi', 'ugh', 'ugo', 'uh', 'uhhhhrmm', 'uin', 'ujhhhhhhh', 'uk', 'ukp', 'uks', 'ultimate', 'ultimatum', 'um', 'umma', 'ummifying', 'ummma', 'ummmmmaah', 'un', 'unable', 'unbelievable', 'unclaimed', 'uncle', 'uncles', 'uncomfortable', 'unconditionally', 'unconscious', 'unconsciously', 'unconvinced', 'uncut', 'under', 'underdtand', 'understand', 'understanding', 'understood', 'underwear', 'undrstndng', 'unemployed', 'unfolds', 'unfortunately', 'unfortuntly', 'unhappiness', 'unhappy', 'uni', 'unicef', 'unintentional', 'unintentionally', 'unique', 'units', 'univ', 'university', 'unjalur', 'unknown', 'unless', 'unlike', 'unlimited', 'unmits', 'unnecessarily', 'unni', 'unredeemed', 'unsold', 'unspoken', 'unsub', 'unsubscribe', 'unsubscribed', 'until', 'unusual', 'up', 'up4', 'upcharge', 'upd8', 'updat', 'update', 'update_now', 'upgrade', 'upgrading', 'upgrdcentre', 'upload', 'uploaded', 'upon', 'ups', 'upset', 'upstairs', 'upto', 'uptown', 'ur', 'urawinner', 'ure', 'urgent', 'urgently', 'urgh', 'urgnt', 'urgran', 'url', 'urmom', 'urn', 'urself', 'us', 'usb', 'usc', 'use', 'used', 'useful', 'user', 'uses', 'usf', 'usher', 'using', 'usmle', 'usps', 'usual', 'usually', 'uterus', 'utter', 'uttered', 'uv', 'uve', 'uwant', 'vaazhthukkal', 'vague', 'vale', 'valentine', 'valentines', 'valid', 'valid12hrs', 'valuable', 'value', 'valued', 'values', 'varaya', 'vargu', 'various', 'varunnathu', 'vary', 'vasai', 'vat', 'vatian', 'vava', 'vco', 'vday', 've', 'vegas', 'vegetables', 'velachery', 'velly', 'velusamy', 'venugopal', 'verified', 'verify', 'verifying', 'version', 'versus', 'very', 'vettam', 'via', 'vibrant', 'vibrate', 'vic', 'victoria', 'vid', 'video', 'videochat', 'videophones', 'videos', 'vijay', 'vijaykanth', 'vikky', 'vilikkam', 'vill', 'villa', 'village', 'vinobanagar', 'violated', 'violence', 'violet', 'vip', 'virgil', 'virgin', 'virgins', 'virtual', 'visionsms', 'visit', 'vital', 'vitamin', 'viva', 'vivek', 'vl', 'voda', 'vodafone', 'vodka', 'voice', 'voicemail', 'voila', 'vomit', 'vomiting', 'vote', 'voted', 'voucher', 'vouchers', 'vpod', 'vry', 'vth', 'vu', 'w1', 'w111wx', 'w14rg', 'w1a', 'w1j', 'w1j6hl', 'w1jhl', 'w1t1jy', 'w4', 'w45wq', 'w8in', 'wa', 'wa14', 'waaaat', 'wad', 'wadebridge', 'wah', 'wahala', 'waheed', 'waht', 'wait', 'waited', 'waitin', 'waiting', 'wake', 'waking', 'wales', 'waliking', 'walk', 'walkabout', 'walked', 'walkin', 'walking', 'walks', 'wall', 'wallpaper', 'walls', 'walmart', 'walsall', 'wamma', 'wan', 'wana', 'wanna', 'wannatell', 'want', 'want2come', 'wanted', 'wanting', 'wants', 'wap', 'warm', 'warned', 'warning', 'warranty', 'warwick', 'was', 'washob', 'wasn', 'waste', 'wasted', 'wasting', 'wat', 'watch', 'watched', 'watching', 'watchng', 'water', 'watever', 'watevr', 'wating', 'watr', 'wats', 'watts', 'wavering', 'waves', 'way', 'waz', 'wc1n', 'wc1n3xx', 'we', 'weak', 'weakness', 'weapon', 'wear', 'wearing', 'weather', 'web', 'web2mobile', 'webeburnin', 'webpage', 'website', 'wed', 'wedding', 'wedlunch', 'wednesday', 'weds', 'wee', 'weed', 'week', 'weekdays', 'weekend', 'weekends', 'weekly', 'weeks', 'weigh', 'weighed', 'weight', 'weird', 'weirdest', 'weirdo', 'weirdy', 'weiyi', 'welcome', 'welcomes', 'well', 'wellda', 'welp', 'wen', 'wendy', 'wenever', 'went', 'wenwecan', 'wer', 'were', 'werebored', 'weren', 'werethe', 'wesley', 'wesleys', 'westonzoyland', 'westshore', 'wet', 'wetherspoons', 'wewa', 'whassup', 'what', 'whatever', 'whats', 'whatsup', 'wheat', 'wheel', 'wheellock', 'when', 'whenever', 'whenevr', 'whens', 'where', 'wherever', 'wherevr', 'wherre', 'whether', 'which', 'while', 'whilltake', 'whispers', 'white', 'whn', 'who', 'whoever', 'whole', 'whom', 'whore', 'whos', 'whose', 'whr', 'why', 'wi', 'wicket', 'wicklow', 'wid', 'widelive', 'wif', 'wife', 'wifes', 'wifi', 'wihtuot', 'wikipedia', 'wil', 'wild', 'wildest', 'wildlife', 'will', 'willing', 'willpower', 'win', 'win150ppmx3age16', 'wind', 'window', 'windows', 'winds', 'windy', 'wine', 'wined', 'wining', 'winner', 'winnersclub', 'winning', 'wins', 'wipro', 'wisdom', 'wise', 'wish', 'wisheds', 'wishes', 'wishing', 'wishlist', 'wiskey', 'wit', 'with', 'withdraw', 'wither', 'within', 'without', 'wiv', 'wizzle', 'wk', 'wkend', 'wkent', 'wkg', 'wkly', 'wknd', 'wks', 'wld', 'wml', 'wn', 'wnevr', 'wnt', 'wocay', 'woke', 'woken', 'woman', 'womdarfull', 'women', 'won', 'wondar', 'wondarfull', 'wonder', 'wonderful', 'wondering', 'wonders', 'wont', 'woodland', 'woods', 'woohoo', 'woot', 'woould', 'worc', 'word', 'words', 'work', 'workage', 'workand', 'workin', 'working', 'works', 'world', 'worlds', 'worms', 'worried', 'worries', 'worry', 'worse', 'worst', 'worth', 'worthless', 'wot', 'wotu', 'wotz', 'woul', 'would', 'woulda', 'wouldn', 'wow', 'wrench', 'wrenching', 'wright', 'write', 'wrk', 'wrkin', 'wrking', 'wrks', 'wrld', 'wrnog', 'wrong', 'wrongly', 'wrote', 'ws', 'wt', 'wtc', 'wtf', 'wud', 'wudn', 'wuld', 'wuldnt', 'wun', 'www', 'wylie', 'x2', 'x29', 'x49', 'xam', 'xavier', 'xchat', 'xclusive', 'xin', 'xmas', 'xoxo', 'xt', 'xuhui', 'xx', 'xxsp', 'xxuk', 'xxx', 'xxxmobilemovieclub', 'xxxx', 'xxxxx', 'xxxxxxx', 'xxxxxxxx', 'xxxxxxxxxxxxxx', 'xy', 'ya', 'yah', 'yahoo', 'yalrigu', 'yalru', 'yam', 'yan', 'yar', 'yarasu', 'yards', 'yavnt', 'yaxx', 'yaxxx', 'yay', 'yck', 'yeah', 'year', 'years', 'yeesh', 'yeh', 'yelling', 'yellow', 'yelow', 'yen', 'yeovil', 'yep', 'yer', 'yes', 'yest', 'yesterday', 'yet', 'yetunde', 'yhl', 'yi', 'yifeng', 'yijue', 'ym', 'ymca', 'yo', 'yoga', 'yogasana', 'yor', 'yorge', 'you', 'youdoing', 'youi', 'young', 'younger', 'youphone', 'your', 'youre', 'yourinclusive', 'yourjob', 'yours', 'yourself', 'youwanna', 'yoville', 'yowifes', 'yr', 'yrs', 'yummy', 'yun', 'yunny', 'yuo', 'yuou', 'yup', 'yupz', 'zac', 'zaher', 'zealand', 'zebra', 'zed', 'zeros', 'zhong', 'zoe', 'zogtorius', 'zoom', 'zouk', 'èn', 'ú1', '〨ud']

抽取训练集的短信文本   (0, 909)	0.20438401949794643
  (0, 6833)	0.26490232092420557
  (0, 7383)	0.24130996890465167
  (0, 5032)	0.2949842219347177
  (0, 4709)	0.12207898456993951
  (0, 5985)	0.32069689665611123
  (0, 4195)	0.20519933909390178
  (0, 6691)	0.1820459927696977
  (0, 1089)	0.286706589547201
  (0, 937)	0.10917383581882723
  (0, 2202)	0.6113118923017103
  (0, 4754)	0.2546938713271099
  (0, 1515)	0.13084210994476853
  (1, 4249)	0.14118087628019105
  (1, 2822)	0.14629051984111227
  (1, 3136)	0.1906265093944309
  (1, 4098)	0.19114696889804964
  (1, 5766)	0.322235607400984
  (1, 5837)	0.2196112303334554
  (1, 3466)	0.17162698689595773
  (1, 1066)	0.2372172644069237
  (1, 3943)	0.24172581417546002
  (1, 3284)	0.46113587313077425
  (1, 1619)	0.322235607400984
  (1, 7397)	0.10258867159144483
  :	:
  (4178, 2174)	0.29587238659195575
  (4178, 6518)	0.21584922669731407
  (4178, 3508)	0.14232421165971526
  (4178, 4012)	0.19452039225189174
  (4178, 2999)	0.1761917565269771
  (4178, 3966)	0.200451096962158
  (4178, 6656)	0.10514443008907012
  (4178, 3136)	0.1999053039578211
  (4178, 4098)	0.200451096962158
  (4178, 7397)	0.10758220166893535
  (4179, 3798)	0.3609719039682721
  (4179, 2895)	0.2981703164161335
  (4179, 7062)	0.2741464318753719
  (4179, 5995)	0.3086637558525794
  (4179, 925)	0.23385022603005992
  (4179, 5625)	0.2692284923851668
  (4179, 2496)	0.25551205932966314
  (4179, 2300)	0.37865109514128586
  (4179, 1138)	0.2692284923851668
  (4179, 1591)	0.22493260477766577
  (4179, 6541)	0.1406949635892785
  (4179, 6239)	0.19762841126772965
  (4179, 3620)	0.13409104739028252
  (4179, 6656)	0.09140727150247424
  (4179, 4249)	0.2574194538657163

抽取测试集的短信文本   (0, 7346)	0.28328827579764726
  (0, 7176)	0.18398120533331602
  (0, 6810)	0.20630799881988768
  (0, 6039)	0.16317590772419102
  (0, 4662)	0.1593977683745911
  (0, 4249)	0.14175587303742238
  (0, 4076)	0.20318318734128268
  (0, 3756)	0.3283931566373565
  (0, 3632)	0.34703906807374796
  (0, 3466)	0.1723259835555528
  (0, 3268)	0.27302669024514475
  (0, 2738)	0.30807482540749814
  (0, 2736)	0.2778718490629148
  (0, 2070)	0.3151636719356976
  (0, 1817)	0.3151636719356976
  (0, 1568)	0.16317590772419102
  (1, 7252)	0.4589579968595217
  (1, 7075)	0.37910887146869665
  (1, 5676)	0.658595196673499
  (1, 4754)	0.3644992833280652
  (1, 4267)	0.2811168085766989
  (2, 6916)	0.24781657150106387
  (2, 5774)	0.27402251436281294
  (2, 4447)	0.3168782724022855
  (2, 4349)	0.4308516941854713
  :	:
  (1390, 933)	0.30678444760538537
  (1391, 7215)	0.32374827188468575
  (1391, 5823)	0.5297370126280292
  (1391, 4662)	0.3000554093433684
  (1391, 3620)	0.27800249839888996
  (1391, 3229)	0.2908128901527511
  (1391, 2733)	0.5057034328659069
  (1391, 1229)	0.3270153161856651
  (1392, 6556)	0.4806022974126301
  (1392, 4736)	0.7142856960057783
  (1392, 3620)	0.36981346017368916
  (1392, 3610)	0.3493642524323374
  (1393, 7403)	0.15556092739073174
  (1393, 7169)	0.19161424213902464
  (1393, 6931)	0.2804600705806564
  (1393, 6656)	0.10510050397885476
  (1393, 5124)	0.4150471664417337
  (1393, 4734)	0.4150471664417337
  (1393, 4709)	0.1579950949203299
  (1393, 4076)	0.21212024975352523
  (1393, 4066)	0.3251834369221765
  (1393, 3610)	0.1456530512824301
  (1393, 3025)	0.24234307411184083
  (1393, 2671)	0.3955811100099777
  (1393, 1154)	0.3045018927231745

11

12

13

Lab0501-AboutDecisitionTree

(1400, 3473)
(1400,)
['intelligent', 'science', 'fiction', 'thriller', 'social', 'satire', 'class', 'style', 'set', 'old']
bad?
-N-> class 1	(333 for class 0, 533 for class 1)
-Y-> class 0	(358 for class 0, 176 for class 1)
0.6364285714285715
bad?
-N-> worst?
|    -N-> class 1	(281 for class 0, 514 for class 1)
|    -Y-> class 0	(52 for class 0, 19 for class 1)
-Y-> stupid?
|    -N-> class 0	(281 for class 0, 168 for class 1)
|    -Y-> class 0	(77 for class 0, 8 for class 1)
0.66
bad?
-N-> worst?
|    -N-> many?
|    |    -N-> class 1	(204 for class 0, 274 for class 1)
|    |    -Y-> class 1	(77 for class 0, 240 for class 1)
|    -Y-> present?
|    |    -N-> class 0	(52 for class 0, 13 for class 1)
|    |    -Y-> class 1	(0 for class 0, 6 for class 1)
-Y-> stupid?
|    -N-> wonderfully?
|    |    -N-> class 0	(280 for class 0, 153 for class 1)
|    |    -Y-> class 1	(1 for class 0, 15 for class 1)
|    -Y-> bob?
|    |    -N-> class 0	(76 for class 0, 4 for class 1)
|    |    -Y-> class 1	(1 for class 0, 4 for class 1)
0.6764285714285714

14

Lab0502-DecisionTree

['00', '000', '000pes', '008704050406', '0089', '0121', '01223585236', '01223585334', '0125698789', '02', '0207', '02073162414', '02085076972', '03', '04', '0430', '05', '050703', '0578', '06', '07', '07090201529', '07090298926', '07099833605', '07123456789', '0721072', '07734396839', '07742676969', '07753741225', '0776xxxxxxx', '07786200117', '077xxx', '078', '07801543489', '07808247860', '07808726822', '07821230901', '078498', '07880867867', '0789xxxxxxx', '07946746291', '0796xxxxxx', '07973788240', '07xxxxxxxxx', '08', '0800', '08000407165', '08000776320', '08000839402', '08000930705', '08000938767', '08001950382', '08002888812', '08002986030', '08002986906', '08002988890', '08006344447', '0808', '08081263000', '08081560665', '0825', '083', '0844', '08448350055', '08448714184', '08452810071', '08452810073', '08452810075over18', '0870', '08700435505150p', '08700469649', '08700621170150p', '08701213186', '08701237397', '08701417012', '08701417012150p', '0870141701216', '087016248', '08701752560', '0870241182716', '08702490080', '08702840625', '08704050406', '08704439680ts', '08706091795', '0870737910216yrs', '08707509020', '0870753331018', '08708034412', '08708800282', '08709222922', '08709501522', '0871', '087104711148', '08712101358', '08712103738', '08712300220', '087123002209am', '08712317606', '08712400200', '08712400602450p', '08712402050', '08712402578', '08712402902', '08712402972', '08712404000', '08712405020', '08712405022', '08712460324', '0871277810710p', '0871277810810', '0871277810910p', '08714342399', '08714712379', '08714712412', '08714714011', '08715203028', '08715203649', '08715203652', '08715203677', '08715203685', '08715203694', '08715205273', '08715500022', '08715705022', '08717111821', '08717205546', '0871750', '08717507382', '08717509990', '08717895698', '08717898035', '08718711108', '08718720201', '08718723815', '08718726270', '087187262701', '08718726970', '08718726978', '087187272008', '08718727868', '08718727870', '08718727870150ppm', '08718730555', '08718730666', '08718738001', '08718738002', '08719180219', '08719180248', '08719181259', '08719181503', '08719181513', '08719839835', '08719899229', '08719899230', '09', '09041940223', '09050000555', '09050000878', '09050000928', '09050001295', '09050001808', '09050002311', '09050003091', '09050090044', '09050280520', '09056242159', '09058091854', '09058091870', '09058094454', '09058094455', '09058094565', '09058094594', '09058094597', '09058094599', '09058095107', '09058095201', '09058097189', '09058098002', '09058099801', '09061104283', '09061209465', '09061213237', '09061221061', '09061221066', '09061701444', '09061701461', '09061701851', '09061701939', '09061702893', '09061743386', '09061743806', '09061743810', '09061743811', '09061744553', '09061749602', '09061790121', '09063442151', '09063458130', '0906346330', '09064011000', '09064012103', '09064012160', '09064015307', '09064017305', '09064018838', '09064019014', '09065069154', '09065171142', '09065174042', '09065394514', '09065394973', '09065989182', '09066350750', '09066358152', '09066358361', '09066362206', '09066362231', '09066364311', '09066364349', '09066368327', '09066368470', '09066368753', '09066380611', '09066382422', '09066612661', '09066649731from', '09066660100', '09071512432', '09071512433', '09071517866', '09077818151', '09090204448', '09090900040', '09094100151', '09094646631', '09094646899', '09095350301', '09099725823', '09099726395', '09099726429', '09099726481', '09099726553', '09111030116', '09111032124', '09701213186', '0a', '0quit', '10', '100', '1000', '1000call', '1000s', '100p', '100percent', '100txt', '1013', '1030', '10am', '10k', '10p', '10ppm', '10th', '11', '1131', '114', '1146', '118p', '11mths', '11pm', '12', '120p', '121', '1225', '123', '125', '1250', '125gift', '128', '12hours', '12hrs', '12mths', '13', '130', '1327', '139', '14', '1405', '145', '1450', '146tf150p', '14tcr', '14thmarch', '15', '150', '1500', '150p', '150p16', '150pm', '150ppermesssubscription', '150ppm', '150ppmpobox10183bhamb64xe', '150ppmsg', '151', '153', '15pm', '16', '165', '1680', '177', '18', '1843', '18p', '18yrs', '195', '1956669', '1apple', '1b6a5ecef91ff9', '1cup', '1da', '1er', '1hr', '1im', '1lemon', '1mega', '1million', '1pm', '1st', '1st4terms', '1stone', '1tulsi', '1win150ppmx3', '1winaweek', '1x150p', '1yf', '20', '200', '2000', '2003', '2004', '2005', '2006', '2007', '200p', '2025050', '20p', '21', '21870000', '21st', '22', '220', '220cm2', '2309', '23f', '23g', '24', '24hrs', '24m', '25', '250', '250k', '255', '25p', '26', '2667', '26th', '27', '28', '28days', '28th', '29', '2c', '2channel', '2day', '2docd', '2end', '2exit', '2ez', '2find', '2getha', '2geva', '2go', '2gthr', '2hook', '2i', '2kbsubject', '2lands', '2marrow', '2moro', '2morow', '2morro', '2morrow', '2morrowxxxx', '2mrw', '2mwen', '2nd', '2nhite', '2nights', '2nite', '2optout', '2p', '2price', '2px', '2rcv', '2stop', '2stoptx', '2stoptxt', '2u', '2u2', '2watershd', '2waxsto', '2wks', '2wt', '2wu', '2yr', '2yrs', '30', '300', '3000', '300603', '300603t', '300p', '3030', '30apr', '30ish', '30pm', '30pp', '30s', '31', '3100', '31p', '32000', '3230', '32323', '326', '33', '350', '3510i', '35p', '3650', '36504', '373', '3750', '37819', '38', '382', '391784', '3aj', '3d', '3days', '3g', '3gbp', '3hrs', '3lions', '3lp', '3miles', '3mins', '3mobile', '3optical', '3pound', '3qxj9', '3rd', '3ss', '3uz', '3wks', '3xx', '400', '400mins', '400thousad', '402', '4041', '40411', '40533', '40gb', '41685', '4217', '42478', '42810', '430', '434', '440', '447801259231', '448712404000', '449071512431', '45', '450p', '450ppw', '450pw', '45239', '45pm', '47', '4719', '4742', '48', '4882', '48922', '49', '49557', '4a', '4brekkie', '4d', '4eva', '4get', '4give', '4got', '4goten', '4info', '4msgs', '4mths', '4my', '4t', '4th', '4the', '4thnov', '4txt', '4u', '4utxt', '4w', '4wrd', '4xx26', '4years', '50', '500', '5000', '505060', '50award', '50ea', '50gbp', '50p', '50perwksub', '50pm', '50pmmorefrommobile2bremoved', '50ppm', '50rcvd', '50s', '515', '5226', '523', '5249', '528', '530', '54', '542', '545', '5digital', '5free', '5ish', '5k', '5min', '5mls', '5p', '5pm', '5th', '5wb', '5we', '5wkg', '5years', '60', '600', '6089', '60p', '61', '61200', '61610', '6230', '62468', '630', '645', '65', '650', '66', '6669', '674', '67441233', '68866', '69101', '69200', '69669', '69696', '69855', '69866', '69888', '69888nyt', '69988', '6days', '6hl', '6hrs', '6missed', '6months', '6ph', '6pm', '6th', '6wu', '6zf', '700', '71', '7250', '7250i', '731', '74355', '75', '750', '7548', '762', '7634', '7684', '77', '78', '786', '7876150ppm', '79', '7am', '7cfca1a', '7ish', '7mp', '7oz', '7pm', '7th', '7ws', '7zs', '80', '800', '80062', '8007', '80082', '80122300p', '80155', '80160', '80182', '8027', '80488', '80608', '8077', '80878', '81151', '81303', '81618', '82050', '82242', '82277', '82324', '82468', '83021', '83049', '83110', '83222', '83332', '83355', '83383', '83600', '83738', '84', '84025', '84128', '84199', '84484', '85', '850', '85023', '85069', '85222', '8552', '85555', '86021', '861', '864233', '86688', '86888', '87021', '87066', '87070', '87077', '87121', '87131', '8714714', '872', '87239', '87575', '8800', '88039', '88066', '88088', '88222', '88600', '88800', '8883', '88888', '89034', '89070', '89080', '89123', '89545', '89555', '89693', '89938', '8am', '8lb', '8p', '8th', '8wp', '900', '9061100010', '9280114', '92h', '930', '9307622', '945', '946', '95', '9758', '97n7qp', '98321561', '99', '9996', '9ae', '9am', '9ja', '9pm', '9t', '9th', '9yt', '____', 'a21', 'aah', 'aaniye', 'aathi', 'ab', 'abbey', 'abeg', 'abel', 'aberdeen', 'abi', 'ability', 'abiola', 'abj', 'able', 'abnormally', 'about', 'aboutas', 'absolutely', 'absolutly', 'abstract', 'abt', 'abta', 'aburo', 'abusers', 'ac', 'academic', 'acc', 'accent', 'accenture', 'accept', 'access', 'accessible', 'accidant', 'accident', 'accidentally', 'accommodation', 'accomodate', 'accomodations', 'accordingly', 'account', 'accounting', 'accounts', 'accumulation', 'achan', 'ache', 'achieve', 'acknowledgement', 'acl03530150pm', 'acnt', 'aco', 'across', 'act', 'acted', 'actin', 'acting', 'action', 'activ8', 'activate', 'active', 'activities', 'actor', 'actual', 'actually', 'ad', 'adam', 'add', 'addamsfa', 'added', 'addicted', 'addie', 'address', 'adds', 'adjustable', 'admin', 'administrator', 'admirer', 'admission', 'admit', 'adore', 'adoring', 'adp', 'adrink', 'ads', 'adsense', 'adult', 'adults', 'advance', 'adventure', 'advice', 'advise', 'advising', 'advisors', 'aeronautics', 'aeroplane', 'affair', 'affairs', 'affection', 'affectionate', 'affections', 'affidavit', 'afford', 'afghanistan', 'afraid', 'africa', 'african', 'aft', 'after', 'afternon', 'afternoon', 'afternoons', 'afterwards', 'aftr', 'ag', 'again', 'against', 'age', 'age16', 'age23', 'agency', 'agent', 'agents', 'ages', 'agidhane', 'aging', 'ago', 'agree', 'ah', 'aha', 'ahead', 'ahhhh', 'ahmad', 'aid', 'aids', 'aig', 'aight', 'ain', 'aint', 'air', 'air1', 'airport', 'airtel', 'aiya', 'aiyah', 'aiyar', 'aiyo', 'ajith', 'ak', 'aka', 'akon', 'al', 'alaikkum', 'alaipayuthe', 'albi', 'album', 'alcohol', 'aldrine', 'alert', 'alertfrom', 'alerts', 'aletter', 'alex', 'alfie', 'algarve', 'algebra', 'algorithms', 'alive', 'all', 'allah', 'allalo', 'allday', 'alle', 'allow', 'allowed', 'allows', 'almost', 'alone', 'along', 'alot', 'already', 'alright', 'alrite', 'also', 'although', 'alwa', 'always', 'alwys', 'am', 'amazing', 'ambrith', 'american', 'ami', 'amigos', 'amla', 'amma', 'ammae', 'ammo', 'amnow', 'among', 'amongst', 'amore', 'amount', 'amp', 'amplikater', 'amrca', 'amrita', 'ams', 'amt', 'amused', 'amy', 'an', 'ana', 'analysis', 'anand', 'and', 'anderson', 'andre', 'andres', 'andrews', 'andros', 'angels', 'angry', 'animal', 'animation', 'anjie', 'anjola', 'anna', 'annie', 'anniversary', 'announced', 'announcement', 'annoyin', 'anot', 'another', 'ans', 'ansr', 'answer', 'answered', 'answerin', 'answering', 'answers', 'antelope', 'antha', 'anthony', 'anti', 'any', 'anybody', 'anymore', 'anyone', 'anyplaces', 'anythin', 'anything', 'anythingtomorrow', 'anytime', 'anyway', 'anyways', 'anywhere', 'aom', 'apart', 'apartment', 'apeshit', 'aphex', 'apo', 'apologetic', 'apologise', 'apologize', 'apology', 'app', 'apparently', 'appeal', 'appear', 'appendix', 'applausestore', 'applebees', 'application', 'apply', 'applying', 'appointment', 'appointments', 'appreciate', 'appreciated', 'approaches', 'approaching', 'appropriate', 'approve', 'approved', 'approx', 'apps', 'appt', 'appy', 'april', 'aproach', 'apt', 'aquarius', 'ar', 'arab', 'arabian', 'arcade', 'ard', 'are', 'area', 'aren', 'arent', 'arestaurant', 'aretaking', 'argentina', 'argh', 'argue', 'arguing', 'argument', 'aries', 'arise', 'arithmetic', 'arm', 'armand', 'armenia', 'arms', 'arng', 'arngd', 'arnt', 'around', 'aroundn', 'arr', 'arrange', 'arranging', 'arrested', 'arrival', 'arrive', 'arrow', 'arsenal', 'art', 'arts', 'arty', 'arul', 'arun', 'as', 'asa', 'asap', 'asda', 'ashes', 'ashley', 'ashwini', 'asia', 'asian', 'asjesus', 'ask', 'askd', 'asked', 'askin', 'asking', 'asks', 'aslamalaikkum', 'asleep', 'asp', 'ass', 'assistance', 'associate', 'asssssholeeee', 'assume', 'assumed', 'asthere', 'asthma', 'astoundingly', 'astrology', 'asus', 'asusual', 'at', 'ate', 'athletic', 'athome', 'atlanta', 'atlast', 'atleast', 'atm', 'atrocious', 'attach', 'attached', 'attack', 'attempt', 'atten', 'attend', 'attended', 'attending', 'attention', 'attitude', 'attractive', 'attributed', 'auction', 'audiitions', 'audition', 'audrey', 'audrie', 'august', 'aunt', 'auntie', 'aunties', 'aunts', 'aunty', 'aust', 'australia', 'authorise', 'auto', 'autocorrect', 'av', 'ava', 'availa', 'available', 'avalarr', 'avatar', 'avble', 'ave', 'avenge', 'avent', 'avenue', 'avin', 'avo', 'avoid', 'avoiding', 'await', 'awaiting', 'awake', 'award', 'awarded', 'away', 'awesome', 'awkward', 'aww', 'awww', 'ax', 'axel', 'ay', 'ayn', 'b4', 'b4190604', 'b4280703', 'ba', 'ba128nnfwfly150ppm', 'baaaaaaaabe', 'babe', 'babes', 'babies', 'baby', 'babygoodbye', 'babyjontet', 'babysitting', 'bac', 'back', 'backdoor', 'backwards', 'bad', 'badass', 'badly', 'badrith', 'bag', 'bags', 'bahamas', 'baig', 'bailiff', 'bak', 'balance', 'ball', 'baller', 'balls', 'bam', 'bambling', 'band', 'bandages', 'bang', 'bangb', 'bangbabes', 'bank', 'banks', 'banned', 'banneduk', 'banter', 'bao', 'bar', 'barcelona', 'barely', 'bari', 'barkleys', 'barmed', 'barred', 'barrel', 'barry', 'base', 'bash', 'basic', 'basically', 'basket', 'basketball', 'basq', 'bat', 'batch', 'bath', 'bathe', 'bathing', 'bathroom', 'batsman', 'batt', 'battery', 'battle', 'bawling', 'bay', 'bb', 'bbc', 'bbd', 'bbdeluxe', 'bc', 'bcaz', 'bck', 'bcm', 'bcm1896wc1n3xx', 'bcm4284', 'bcoz', 'bcs', 'bcum', 'bcums', 'bday', 'be', 'beach', 'beads', 'bear', 'bears', 'beatings', 'beauties', 'beautiful', 'beauty', 'bec', 'becaus', 'because', 'becausethey', 'become', 'becoz', 'bed', 'bedbut', 'bedreal', 'bedroom', 'beeen', 'beehoon', 'been', 'beer', 'beerage', 'beers', 'befor', 'before', 'beforehand', 'beg', 'beggar', 'begging', 'begin', 'begins', 'begun', 'behalf', 'behave', 'behind', 'bein', 'being', 'believe', 'bell', 'bellearlier', 'belly', 'belong', 'belongs', 'belovd', 'belt', 'ben', 'bend', 'beneath', 'beneficiary', 'benefits', 'bergkamp', 'best', 'best1', 'bet', 'beta', 'beth', 'betta', 'better', 'bettersn', 'bettr', 'between', 'beverage', 'beware', 'beyond', 'bf', 'bhaji', 'bhaskar', 'bhayandar', 'bian', 'bid', 'bids', 'big', 'bigger', 'biggest', 'bike', 'bill', 'billed', 'billion', 'bills', 'billy', 'bimbo', 'bin', 'biola', 'bird', 'birds', 'birla', 'birth', 'birthdate', 'birthday', 'bishan', 'bit', 'bitch', 'bitching', 'bite', 'bites', 'biz', 'bk', 'black', 'blackberry', 'blah', 'blake', 'blame', 'blank', 'blanked', 'blankets', 'blastin', 'bleak', 'bless', 'blessed', 'blessing', 'blessings', 'blind', 'block', 'blog', 'blogging', 'blogspot', 'bloke', 'blokes', 'blonde', 'bloo', 'blood', 'bloody', 'blow', 'blue', 'bluetooth', 'bluff', 'blur', 'bluray', 'bmw', 'board', 'boat', 'bob', 'body', 'bognor', 'bold', 'bold2', 'bollox', 'bomb', 'bone', 'bonus', 'boo', 'boobs', 'book', 'booked', 'bookedthe', 'booking', 'bookmark', 'books', 'bookshelf', 'boooo', 'boost', 'booty', 'borderline', 'bored', 'borin', 'boring', 'born', 'borrow', 'boss', 'boston', 'bot', 'both', 'bother', 'bothering', 'bottle', 'bottom', 'bought', 'boundaries', 'bout', 'bowa', 'bowl', 'box', 'box1146', 'box139', 'box177', 'box326', 'box334sk38ch', 'box385', 'box39822', 'box403', 'box420', 'box434sk38wp150ppm18', 'box61', 'box95qu', 'box97n7qp', 'boy', 'boye', 'boyf', 'boyfriend', 'boys', 'boytoy', 'bpo', 'brain', 'braindance', 'brains', 'brainy', 'brand', 'brandy', 'brats', 'brb', 'brdget', 'bread', 'breadstick', 'break', 'breaker', 'breakfast', 'breakin', 'breaks', 'breathe', 'breathe1', 'breather', 'breathing', 'breeze', 'breezy', 'bribe', 'bridge', 'bridgwater', 'brief', 'bright', 'brighten', 'brilliant', 'brilliantly', 'brin', 'bring', 'bringing', 'brings', 'brisk', 'brison', 'bristol', 'british', 'britney', 'bro', 'broad', 'broadband', 'broke', 'broken', 'brolly', 'bros', 'broth', 'brothas', 'brother', 'brothers', 'brought', 'brownie', 'brownies', 'browsin', 'bruce', 'brum', 'bslvyl', 'bsn', 'bsnl', 'bstfrnd', 'bt', 'bthere', 'btw', 'btwn', 'bubbletext', 'bucks', 'bud', 'buddy', 'buddys', 'budget', 'buff', 'buffet', 'bugis', 'build', 'building', 'built', 'bulbs', 'bull', 'bullshit', 'bunch', 'bundle', 'bunkers', 'buns', 'burden', 'burger', 'burial', 'burn', 'burning', 'burns', 'burnt', 'burrito', 'bus', 'bus8', 'buses', 'busetop', 'business', 'busty', 'busy', 'but', 'butt', 'buttheres', 'butting', 'buttons', 'buy', 'buyers', 'buying', 'buz', 'buzz', 'buzzzz', 'bw', 'bx420', 'bx526', 'by', 'byatch', 'bye', 'c52', 'cab', 'cabin', 'cable', 'cafe', 'cake', 'cakes', 'cal', 'calculated', 'calculation', 'cali', 'calicut', 'california', 'call', 'call09050000327', 'call2optout', 'callback', 'callcost', 'callcost150ppmmobilesvary', 'calld', 'called', 'caller', 'callers', 'callertune', 'callfreefone', 'callin', 'calling', 'calls', 'calls1', 'calm', 'cam', 'camcorder', 'came', 'camera', 'camp', 'campus', 'camry', 'can', 'canada', 'canal', 'cancel', 'canceled', 'cancelled', 'cancer', 'canlove', 'cann', 'canname', 'cannot', 'cant', 'cantdo', 'canteen', 'capacity', 'capital', 'cappuccino', 'caps', 'captain', 'car', 'card', 'cardiff', 'cards', 'care', 'careabout', 'cared', 'career', 'careful', 'carefully', 'careless', 'cares', 'caring', 'carlie', 'carlin', 'carlos', 'carolina', 'caroline', 'carpark', 'carry', 'carryin', 'cars', 'cartoon', 'case', 'cash', 'cashbin', 'cashed', 'cashto', 'casing', 'cast', 'castor', 'casualty', 'cat', 'catch', 'catches', 'catching', 'categories', 'caught', 'cause', 'causes', 'causing', 'cave', 'caveboy', 'cbe', 'cc', 'cd', 'cds', 'ceiling', 'celeb', 'celebrate', 'celebrated', 'celebration', 'celebrations', 'cell', 'census', 'center', 'centre', 'century', 'ceri', 'certainly', 'certificate', 'cha', 'chachi', 'chad', 'chain', 'challenge', 'challenging', 'champlaxigating', 'champneys', 'chance', 'chances', 'change', 'changed', 'changes', 'changing', 'channel', 'chaps', 'chapter', 'character', 'characters', 'charge', 'charged', 'charges', 'charity', 'charles', 'charlie', 'charming', 'chart', 'charts', 'chase', 'chasing', 'chastity', 'chat', 'chat80155', 'chatlines', 'chatter', 'chatting', 'cheap', 'cheaper', 'chechi', 'check', 'checkboxes', 'checked', 'checking', 'checkmate', 'checkup', 'cheek', 'cheer', 'cheered', 'cheers', 'cheery', 'cheese', 'cheesy', 'cheetos', 'chef', 'chennai', 'cheque', 'cherish', 'chess', 'chest', 'chex', 'chg', 'chgs', 'chic', 'chick', 'chicken', 'chickened', 'chief', 'chik', 'chikku', 'child', 'childish', 'childporn', 'children', 'childrens', 'chill', 'chillaxin', 'chillin', 'china', 'chinatown', 'chinchillas', 'chinese', 'chinky', 'chinnu', 'chiong', 'chip', 'chit', 'chk', 'chloe', 'chocolate', 'choice', 'choices', 'choose', 'chop', 'chords', 'chores', 'chosen', 'chrgd', 'christ', 'christians', 'christmas', 'christmassy', 'chuck', 'chuckin', 'church', 'ciao', 'cine', 'cinema', 'citizen', 'city', 'cl', 'claim', 'claimcode', 'claims', 'claire', 'clarification', 'clarify', 'clark', 'clas', 'clash', 'class', 'classes', 'classic', 'claypot', 'clean', 'cleaning', 'clear', 'cleared', 'clearer', 'clearing', 'clearly', 'clever', 'click', 'cliff', 'cliffs', 'clip', 'clock', 'clocks', 'clos1', 'close', 'closeby', 'closed', 'closer', 'closes', 'closingdate04', 'clothes', 'cloud', 'clover', 'club', 'club4', 'club4mobiles', 'clubmoby', 'clubsaisai', 'clue', 'cm', 'cm2', 'cme', 'cmon', 'cn', 'cnl', 'cnn', 'cnupdates', 'co', 'coach', 'coast', 'coat', 'coaxing', 'coccooning', 'cock', 'cocksuckers', 'coco', 'code', 'coffee', 'coimbatore', 'coin', 'coins', 'colany', 'cold', 'collages', 'colleagues', 'collect', 'collected', 'collecting', 'collection', 'colleg', 'college', 'colour', 'colourful', 'colours', 'com', 'com1win150ppmx3age16', 'comb', 'combination', 'combine', 'come', 'comedy', 'comes', 'comfort', 'comin', 'coming', 'comingdown', 'command', 'commercial', 'commit', 'common', 'community', 'como', 'comp', 'companies', 'companion', 'company', 'compare', 'competition', 'complacent', 'complain', 'complaining', 'complaint', 'complementary', 'complete', 'completed', 'completely', 'completes', 'completing', 'complexities', 'complimentary', 'comprehensive', 'compromised', 'compulsory', 'computational', 'computer', 'computers', 'comuk', 'conacted', 'concentrate', 'concentration', 'concern', 'concert', 'conclusion', 'condition', 'conditions', 'conducts', 'confidence', 'confirm', 'confirmd', 'confirmed', 'conform', 'confused', 'confuses', 'congrats', 'congratulation', 'congratulations', 'connect', 'connected', 'connection', 'connections', 'cons', 'consensus', 'consent', 'conserve', 'consider', 'considering', 'consistently', 'console', 'constant', 'contact', 'contacted', 'contains', 'content', 'contented', 'contention', 'contents', 'continue', 'continued', 'contract', 'contribute', 'control', 'conversations', 'converted', 'convey', 'convince', 'convinced', 'convincing', 'cook', 'cooked', 'cookies', 'cooking', 'cool', 'cooped', 'cooperative', 'copied', 'copies', 'coping', 'cops', 'copy', 'corect', 'cornwall', 'corporation', 'corrct', 'correct', 'correction', 'correctly', 'corvettes', 'cos', 'cost', 'costa', 'costing', 'costs', 'costume', 'costumes', 'couch', 'cougar', 'cough', 'could', 'coulda', 'couldn', 'count', 'countin', 'country', 'counts', 'coupla', 'couple', 'courage', 'courageous', 'course', 'court', 'courtroom', 'cousin', 'cover', 'coveragd', 'covers', 'coz', 'cozy', 'cps', 'cr', 'cr01327bt', 'cr9', 'crab', 'crack', 'craigslist', 'crammed', 'cramps', 'crap', 'crash', 'crashing', 'crave', 'craving', 'crazy', 'crazyin', 'crckt', 'cream', 'created', 'credit', 'credited', 'credits', 'creep', 'creepy', 'cres', 'cribbs', 'cricket', 'cricketer', 'crickiting', 'crisis', 'cro1327', 'cross', 'crowd', 'croydon', 'crucial', 'cruel', 'cruise', 'cruisin', 'crushes', 'cry', 'crying', 'cs', 'csbcm4235wc1n3xx', 'csc', 'csh11', 'cst', 'ctagg', 'ctargg', 'cthen', 'cttargg', 'ctter', 'cttergg', 'ctxt', 'cu', 'cud', 'cuddle', 'cuddling', 'culdnt', 'cultures', 'cum', 'cumin', 'cup', 'cupboard', 'cuppa', 'curious', 'current', 'currently', 'curry', 'curtsey', 'cust', 'custcare', 'custom', 'customer', 'customercare', 'customers', 'customersqueries', 'cut', 'cute', 'cutefrnd', 'cutest', 'cutie', 'cutter', 'cutting', 'cuz', 'cw25wx', 'cya', 'cyclists', 'd3wv', 'da', 'daaaaa', 'dabbles', 'dad', 'daddy', 'dads', 'dai', 'daily', 'dammit', 'damn', 'dan', 'dancce', 'dance', 'dancin', 'dancing', 'dane', 'dang', 'dangerous', 'dare', 'dark', 'darker', 'darkest', 'darlin', 'darling', 'darlings', 'darren', 'dartboard', 'das', 'dasara', 'dat', 'data', 'date', 'datebox1282essexcm61xn', 'dates', 'dating', 'dats', 'datz', 'dave', 'dawns', 'day', 'days', 'daytime', 'daywith', 'dd', 'de', 'dead', 'deal', 'dealer', 'dealing', 'deals', 'dear', 'dear1', 'dearer', 'dearly', 'death', 'debating', 'dec', 'december', 'decent', 'decide', 'decided', 'deciding', 'decimal', 'decision', 'decisions', 'deck', 'decking', 'declare', 'deduct', 'deep', 'deepak', 'deepest', 'deeraj', 'def', 'defeat', 'defer', 'deficient', 'definite', 'definitely', 'definitly', 'defo', 'degree', 'dehydration', 'del', 'delay', 'delayed', 'delete', 'deleted', 'delhi', 'delicious', 'deliver', 'delivered', 'deliveredtomorrow', 'delivery', 'deltomorrow', 'deluxe', 'dem', 'demand', 'den', 'dena', 'dental', 'dentist', 'dentists', 'deny', 'denying', 'department', 'dependable', 'dependents', 'depends', 'deposit', 'depressed', 'depression', 'dept', 'der', 'derek', 'derp', 'describe', 'description', 'desert', 'designation', 'desires', 'desk', 'desparate', 'desparately', 'desperate', 'despite', 'dessert', 'destination', 'destiny', 'detail', 'detailed', 'details', 'determine', 'determined', 'detroit', 'deus', 'develop', 'developer', 'device', 'deviousbitch', 'devouring', 'dey', 'dha', 'dhanush', 'dhina', 'dhoni', 'dhorte', 'di', 'dial', 'dialling', 'dialogue', 'diamond', 'diamonds', 'diapers', 'dice', 'dick', 'dict', 'dictionary', 'did', 'diddy', 'didn', 'didnt', 'didntgive', 'die', 'died', 'diet', 'dieting', 'diff', 'differ', 'difference', 'differences', 'different', 'difficult', 'difficulties', 'dificult', 'digi', 'digital', 'digits', 'dignity', 'dimension', 'din', 'dine', 'dined', 'dinero', 'dining', 'dinner', 'dino', 'dint', 'dippeditinadew', 'direct', 'directly', 'director', 'dirt', 'dirtiest', 'dirty', 'dis', 'disagreeable', 'disappeared', 'disaster', 'disasters', 'disastrous', 'disclose', 'disconnect', 'discount', 'discreet', 'discuss', 'discussed', 'diseases', 'disk', 'dislikes', 'dismay', 'dismissial', 'display', 'distance', 'distract', 'disturb', 'disturbing', 'division', 'divorce', 'diwali', 'dizzee', 'dl', 'dled', 'dload', 'dnot', 'dnt', 'do', 'dob', 'dobby', 'doc', 'dock', 'docs', 'doctor', 'doctors', 'documents', 'dodgey', 'does', 'doesdiscount', 'doesn', 'doesnt', 'dog', 'dogbreath', 'dogg', 'doggin', 'dogging', 'doggy', 'dogs', 'dogwood', 'doin', 'doinat', 'doing', 'doit', 'doke', 'dokey', 'dollar', 'dollars', 'dolls', 'dom', 'don', 'donate', 'done', 'donno', 'dont', 'dontcha', 'dontignore', 'dontmatter', 'dontplease', 'donyt', 'dooms', 'door', 'doors', 'dorm', 'dose', 'dosomething', 'dot', 'double', 'doubles', 'doubt', 'doug', 'dough', 'down', 'download', 'downloaded', 'downloads', 'downstem', 'dozens', 'dps', 'dr', 'dracula', 'drama', 'dramastorm', 'dramatic', 'drastic', 'draw', 'draws', 'dreading', 'dream', 'dreams', 'dreamz', 'dress', 'dressed', 'dresser', 'drink', 'drinkin', 'drinking', 'drinks', 'drivby', 'drive', 'driver', 'drivin', 'driving', 'drizzling', 'drms', 'drop', 'dropped', 'drops', 'drpd', 'drug', 'drugdealer', 'drugs', 'drum', 'drunk', 'drunkard', 'drunken', 'drvgsto', 'dry', 'dryer', 'dsn', 'dt', 'dual', 'dub', 'dubsack', 'duchess', 'ducking', 'dude', 'dudes', 'due', 'duffer', 'dull', 'dumb', 'dun', 'dungerees', 'dunno', 'duo', 'durban', 'durham', 'during', 'dust', 'duvet', 'dvd', 'dvg', 'dwn', 'dysentry', 'e14', 'each', 'eachother', 'earlier', 'earliest', 'early', 'ears', 'earth', 'easier', 'easiest', 'easily', 'east', 'eastenders', 'easter', 'easy', 'eat', 'eaten', 'eatin', 'eating', 'ebay', 'ec2a', 'echo', 'eckankar', 'ecstacy', 'ecstasy', 'ed', 'edge', 'edison', 'edition', 'edrunk', 'edu', 'education', 'educational', 'edukkukayee', 'edward', 'edwards', 'eerie', 'effect', 'effects', 'efficient', 'efreefone', 'eg', 'egg', 'eggs', 'ego', 'eh', 'eh74rr', 'eight', 'eighth', 'eightish', 'either', 'el', 'ela', 'elaborate', 'elaine', 'eldest', 'electricity', 'ello', 'else', 'elsewhere', 'elvis', 'em', 'email', 'embarassed', 'embarassing', 'embarrassed', 'embassy', 'emc1', 'emergency', 'emerging', 'emily', 'emotion', 'employer', 'empty', 'en', 'end', 'ended', 'ending', 'endless', 'endof', 'endowed', 'ends', 'enemy', 'energy', 'eng', 'engin', 'england', 'english', 'enjoy', 'enjoyed', 'enjoyin', 'enketa', 'enough', 'enter', 'entered', 'enters', 'entertain', 'entertaining', 'entire', 'entirely', 'entitled', 'entrepreneurs', 'entropication', 'entry', 'entry41', 'enufcredeit', 'enuff', 'envelope', 'environment', 'envy', 'epi', 'eppolum', 'epsilon', 'equally', 'er', 'ere', 'ericson', 'ericsson', 'erm', 'erode', 'erotic', 'error', 'errors', 'ertini', 'erupt', 'esaplanade', 'escalator', 'escape', 'ese', 'eshxxxxxxxxxxx', 'espe', 'especially', 'esplanade', 'essential', 'establish', 'eta', 'etc', 'ethnicity', 'etlp', 'ettans', 'euro', 'euro2004', 'eurodisinc', 'europe', 'evaluation', 'evaporated', 'eve', 'eveb', 'even', 'evening', 'evenings', 'event', 'events', 'eventually', 'ever', 'every', 'every1', 'everybody', 'everyboy', 'everyday', 'everyone', 'everyones', 'everyso', 'everythin', 'everything', 'everytime', 'everywhere', 'evey', 'eviction', 'evn', 'evng', 'evone', 'evr', 'evrey', 'evry', 'evry1', 'evrydy', 'ew', 'ex', 'exact', 'exactly', 'exam', 'exams', 'excellent', 'except', 'exchanged', 'excited', 'exciting', 'excuse', 'excuses', 'exe', 'executive', 'exeter', 'exhaust', 'exhausted', 'exhibition', 'exist', 'exmpel', 'exorcism', 'exorcist', 'exp', 'expect', 'expected', 'expecting', 'expensive', 'experience', 'experiencehttp', 'experiment', 'expires', 'expiry', 'explain', 'explicit', 'explicitly', 'exposed', 'exposes', 'express', 'expression', 'expressoffer', 'ext', 'exterminator', 'extra', 'extract', 'extreme', 'ey', 'eye', 'eyed', 'eyes', 'fa', 'fab', 'faber', 'face', 'facebook', 'facilities', 'fact', 'faggot', 'faggy', 'faglord', 'failed', 'failing', 'fails', 'failure', 'fainting', 'fair', 'fake', 'fakeye', 'fal', 'falconerf', 'fall', 'fallen', 'falling', 'falls', 'fals', 'familiar', 'family', 'famous', 'fan', 'fancies', 'fancy', 'fans', 'fantasies', 'fantastic', 'fantasy', 'far', 'farm', 'farting', 'fast', 'faster', 'fastest', 'fat', 'fated', 'father', 'fathima', 'fats', 'fault', 'fav', 'fave', 'favor', 'favorite', 'favour', 'favourite', 'fb', 'fear', 'feathery', 'features', 'feb', 'february', 'feed', 'feel', 'feelin', 'feeling', 'feelingood', 'feellikw', 'feels', 'fees', 'feet', 'fell', 'fellow', 'felt', 'female', 'festival', 'fetch', 'fetching', 'fever', 'few', 'ffffffffff', 'ffffuuuuuuu', 'fgkslpo', 'fgkslpopw', 'fidalfication', 'field', 'fieldof', 'fiend', 'fifa', 'fifteen', 'fifth', 'fight', 'fighting', 'fightng', 'fights', 'figure', 'figures', 'figuring', 'file', 'files', 'fill', 'filled', 'filling', 'fills', 'film', 'films', 'filth', 'filthy', 'filthyguys', 'final', 'finalise', 'finally', 'finance', 'financial', 'find', 'finds', 'fine', 'finest', 'fingers', 'finish', 'finished', 'finishes', 'finishing', 'fink', 'fire', 'fired', 'firefox', 'fires', 'firmware', 'firsg', 'first', 'fish', 'fishhead', 'fishrman', 'fit', 'fiting', 'five', 'fix', 'fixed', 'fixedline', 'fizz', 'flag', 'flaked', 'flaky', 'flash', 'flat', 'flatter', 'flavour', 'flea', 'flew', 'flight', 'flights', 'flim', 'flip', 'flippin', 'flirt', 'flirting', 'flirtparty', 'floating', 'flood', 'floor', 'flower', 'flowers', 'flowing', 'fluids', 'flung', 'flute', 'fly', 'flying', 'flyng', 'fm', 'fml', 'fne', 'fo', 'fold', 'foley', 'folks', 'follow', 'followed', 'followin', 'following', 'follows', 'fond', 'fone', 'foned', 'fones', 'fonin', 'food', 'fool', 'fooled', 'fools', 'foot', 'football', 'footbl', 'footprints', 'for', 'force', 'forced', 'foreign', 'forever', 'forevr', 'forfeit', 'forget', 'forgets', 'forgive', 'forgiven', 'forgiveness', 'forgot', 'forgotten', 'form', 'formal', 'formally', 'format', 'forms', 'forth', 'forums', 'forward', 'forwarded', 'forwarding', 'found', 'foundurself', 'four', 'fourth', 'fowler', 'fox', 'fps', 'fr', 'fraction', 'fran', 'frank', 'franxx', 'franyxxxxx', 'frauds', 'freak', 'freaked', 'freaking', 'freaky', 'fredericksburg', 'free', 'free2day', 'freedom', 'freeentry', 'freefone', 'freek', 'freely', 'freemsg', 'freephone', 'freezing', 'freinds', 'fren', 'french', 'frens', 'frequently', 'fresh', 'fret', 'fri', 'friday', 'fridge', 'fried', 'friend', 'friends', 'friendsare', 'friendship', 'friendships', 'fring', 'fringe', 'frm', 'frmcloud', 'frnd', 'frnds', 'frndship', 'frndshp', 'frndsship', 'frndz', 'frnt', 'fro', 'frog', 'from', 'fromm', 'fromwrk', 'front', 'frosty', 'fruit', 'frwd', 'frying', 'ft', 'fuck', 'fucked', 'fuckin', 'fucking', 'fuckinnice', 'fucks', 'fuelled', 'fujitsu', 'ful', 'fulfil', 'full', 'fullonsms', 'fumbling', 'fun', 'functions', 'fund', 'fundamentals', 'funeral', 'funk', 'funky', 'funny', 'funs', 'furniture', 'further', 'fusion', 'future', 'fuuuuck', 'fwiw', 'fyi', 'g2', 'g696ga', 'ga', 'gage', 'gail', 'gailxx', 'gain', 'gained', 'gal', 'galileo', 'gals', 'gam', 'gamb', 'game', 'games', 'gamestar', 'gandhipuram', 'ganesh', 'gang', 'gap', 'gaps', 'garage', 'garbage', 'garden', 'gardener', 'garments', 'gary', 'gas', 'gastroenteritis', 'gate', 'gauge', 'gautham', 'gauti', 'gave', 'gay', 'gayle', 'gays', 'gaytextbuddy', 'gaze', 'gbp', 'gbp1', 'gbp4', 'gbp5', 'gd', 'gdeve', 'ge', 'gee', 'geeee', 'geeeee', 'gei', 'gek1510', 'gender', 'general', 'generally', 'genes', 'genius', 'gent', 'gentle', 'gentleman', 'gently', 'genuine', 'genus', 'geoenvironmental', 'george', 'gep', 'ger', 'germany', 'get', 'get4an18th', 'getiing', 'geting', 'gets', 'getstop', 'gettin', 'getting', 'getzed', 'gf', 'ghodbandar', 'ghost', 'gibbs', 'gift', 'gifted', 'gifts', 'giggle', 'gigolo', 'gimme', 'gin', 'girl', 'girlfrnd', 'girlie', 'girls', 'gist', 'giv', 'give', 'given', 'gives', 'giving', 'glad', 'glands', 'glass', 'global', 'glorious', 'gloucesterroad', 'gm', 'gmw', 'gn', 'gnarls', 'gnt', 'go', 'go2', 'goal', 'goals', 'gobi', 'god', 'gods', 'goes', 'goin', 'going', 'gokila', 'gold', 'golddigger', 'goldviking', 'golf', 'gon', 'gona', 'gone', 'gong', 'gonna', 'gonnamissu', 'good', 'goodevening', 'goodfriend', 'goodies', 'goodmate', 'goodmorning', 'goodnight', 'goodnite', 'goodnoon', 'goodo', 'goods', 'goodtime', 'google', 'gopalettan', 'gorgeous', 'gossip', 'got', 'gotany', 'gotbabes', 'gotmarried', 'goto', 'gotta', 'gotten', 'gotto', 'govt', 'gower', 'gprs', 'gpu', 'gr8', 'gr8prizes', 'grab', 'grace', 'graduated', 'grahmbell', 'gram', 'grams', 'grand', 'grandmas', 'granted', 'graphics', 'grasp', 'grave', 'gravel', 'gravity', 'gravy', 'grazed', 'gre', 'great', 'greatest', 'greatly', 'greatness', 'green', 'greet', 'greeting', 'greetings', 'grief', 'grinder', 'grins', 'grocers', 'grooved', 'groovy', 'groovying', 'ground', 'group', 'grow', 'growing', 'grown', 'grownup', 'grr', 'gsex', 'gsoh', 'gt', 'gua', 'guai', 'guarantee', 'guaranteed', 'gucci', 'gud', 'gudni8', 'gudnyt', 'guess', 'guessed', 'guesses', 'guessin', 'guessing', 'guide', 'guides', 'guild', 'guilty', 'guitar', 'gumby', 'gurl', 'gut', 'guy', 'guys', 'gv', 'gving', 'gym', 'gymnastics', 'gyno', 'ha', 'habba', 'habit', 'hack', 'had', 'hadn', 'haf', 'haha', 'hahaha', 'hai', 'hail', 'hair', 'haircut', 'hairdressers', 'haiyoh', 'haiz', 'half', 'half8th', 'hall', 'hallaq', 'halloween', 'ham', 'hamper', 'hamster', 'hand', 'handed', 'handing', 'handle', 'hands', 'handset', 'handsomes', 'hang', 'hanger', 'hangin', 'hannaford', 'happen', 'happend', 'happened', 'happenin', 'happening', 'happens', 'happiest', 'happily', 'happiness', 'happy', 'hard', 'hardcore', 'harder', 'hardest', 'hardly', 'harish', 'harlem', 'harri', 'harry', 'has', 'hasbro', 'hasn', 'hasnt', 'hassling', 'hat', 'hate', 'hates', 'haughaighgtujhyguj', 'haul', 'hav', 'hav2hear', 'hava', 'havbeen', 'have', 'havebeen', 'haven', 'havent', 'havin', 'having', 'havn', 'havnt', 'hdd', 'he', 'head', 'headache', 'headin', 'heading', 'heads', 'headset', 'headstart', 'heal', 'healer', 'healthy', 'hear', 'heard', 'hearin', 'hearing', 'heart', 'hearts', 'heaven', 'heavily', 'heavy', 'hectic', 'hee', 'heehee', 'hehe', 'height', 'held', 'helen', 'hell', 'hella', 'hello', 'helloooo', 'help', 'help08714742804', 'help08718728876', 'helpline', 'heltini', 'hen', 'hence', 'henry', 'her', 'here', 'hero', 'heroes', 'herself', 'hes', 'hesitant', 'hesitate', 'hesitation', 'hex', 'hey', 'hf8', 'hg', 'hhahhaahahah', 'hi', 'hidden', 'hide', 'hides', 'high', 'highest', 'hilarious', 'hill', 'hills', 'hillsborough', 'him', 'himself', 'hint', 'hip', 'hiphop', 'his', 'history', 'hit', 'hits', 'hitter', 'hiya', 'hl', 'hlday', 'hlp', 'hm', 'hme', 'hmm', 'hmmm', 'hmph', 'hmv', 'ho', 'hogidhe', 'hol', 'holby', 'hold', 'holder', 'holding', 'hole', 'holiday', 'holla', 'hollalater', 'hols', 'holy', 'home', 'homeowners', 'hon', 'honest', 'honestly', 'honey', 'honeybee', 'honeymoon', 'hont', 'hooch', 'hoody', 'hook', 'hooked', 'hoops', 'hop', 'hope', 'hoped', 'hopefully', 'hopeing', 'hopes', 'hopeso', 'hoping', 'hor', 'horniest', 'horny', 'horo', 'horrible', 'horse', 'hos', 'hospital', 'hospitals', 'hostel', 'hostile', 'hot', 'hotel', 'hotels', 'hotmix', 'hottest', 'hour', 'hourish', 'hours', 'house', 'houseful', 'housewives', 'housework', 'housing', 'how', 'howard', 'howda', 'howdy', 'however', 'hows', 'howu', 'howz', 'hp20', 'hppnss', 'hr', 'hrishi', 'hrs', 'hsbc', 'html', 'http', 'huai', 'hubby', 'hudgi', 'hug', 'huge', 'hugging', 'hugh', 'hugs', 'huh', 'hui', 'hum', 'humanities', 'humans', 'hun', 'hundred', 'hundreds', 'hungover', 'hungry', 'hunks', 'hunny', 'hunt', 'hunting', 'hurricanes', 'hurried', 'hurry', 'hurt', 'hurting', 'hurts', 'husband', 'hussey', 'hustle', 'hut', 'hv', 'hvae', 'hw', 'hyde', 'hypertension', 'iam', 'ias', 'ibh', 'ibhltd', 'ibiza', 'ibn', 'ibored', 'ibuprofens', 'ic', 'iccha', 'ice', 'icic', 'icicibank', 'icky', 'icmb3cktz8r7', 'id', 'idea', 'ideal', 'ideas', 'identification', 'identifier', 'idew', 'idiot', 'idk', 'ie', 'if', 'iff', 'ifink', 'ig11', 'ignore', 'ignoring', 'ihave', 'ikea', 'ikno', 'iknow', 'il', 'ileave', 'ill', 'illness', 'ilol', 'im', 'images', 'imagine', 'imat', 'img', 'imin', 'imma', 'immed', 'immediately', 'imp', 'impatient', 'impede', 'implications', 'important', 'importantly', 'imposed', 'impossible', 'imposter', 'impress', 'impressed', 'impressively', 'improve', 'improved', 'imprtant', 'in', 'in2', 'inc', 'inch', 'inches', 'incident', 'inclu', 'include', 'includes', 'including', 'inclusive', 'incomm', 'inconsiderate', 'inconvenient', 'increase', 'incredible', 'increments', 'indeed', 'independence', 'independently', 'index', 'india', 'indian', 'indians', 'indicate', 'individual', 'indyarocks', 'inever', 'infernal', 'info', 'inform', 'information', 'informed', 'infra', 'infront', 'ing', 'ingredients', 'initiate', 'ink', 'inlude', 'inmind', 'innings', 'innocent', 'inpersonation', 'inr', 'insha', 'inshah', 'inside', 'inspection', 'inst', 'installation', 'installing', 'instant', 'instantly', 'instead', 'instituitions', 'instructions', 'insurance', 'intelligent', 'intend', 'intention', 'interest', 'interested', 'interesting', 'interflora', 'interfued', 'internal', 'internet', 'interview', 'interviews', 'interviw', 'intha', 'into', 'intrepid', 'intro', 'intrude', 'invaders', 'invention', 'invest', 'investigate', 'invitation', 'invite', 'invited', 'inviting', 'invnted', 'involve', 'involved', 'iouri', 'ip', 'ip4', 'ipad', 'ipaditan', 'ipads', 'iphone', 'ipod', 'iq', 'iraq', 'irene', 'iriver', 'iron', 'ironing', 'irritated', 'irritates', 'irritating', 'irritation', 'is', 'isaiah', 'iscoming', 'ish', 'island', 'islands', 'isn', 'isnt', 'issue', 'issues', 'isv', 'it', 'italian', 'itcould', 'items', 'iter', 'ithink', 'itried2tell', 'its', 'itself', 'itwhichturnedinto', 'itz', 'ive', 'iwas', 'iyo', 'iz', 'izzit', 'j5q', 'jabo', 'jacket', 'jackson', 'jacuzzi', 'jada', 'jade', 'jam', 'james', 'jamster', 'jan', 'jane', 'janinexx', 'january', 'janx', 'jap', 'japanese', 'jas', 'jason', 'java', 'jay', 'jaya', 'jaykwon', 'jazz', 'jb', 'jd', 'je', 'jealous', 'jeans', 'jeetey', 'jen', 'jenne', 'jenny', 'jenxxx', 'jeremiah', 'jeri', 'jerk', 'jerry', 'jess', 'jesus', 'jet', 'jetton', 'jewelry', 'jez', 'jia', 'jiayin', 'jide', 'jiu', 'jo', 'joanna', 'job', 'jobyet', 'jod', 'jog', 'jogging', 'john', 'join', 'joined', 'joining', 'joke', 'joker', 'jokes', 'jokin', 'joking', 'jolly', 'jolt', 'jon', 'jones', 'jordan', 'jorge', 'jot', 'journey', 'joy', 'joys', 'jp', 'js', 'jsco', 'jst', 'jstfrnd', 'jsut', 'juan', 'juicy', 'jul', 'july', 'jump', 'jumpers', 'june', 'jungle', 'junna', 'jurong', 'jus', 'just', 'justbeen', 'justfound', 'justthought', 'juz', 'k52', 'k61', 'kaaj', 'kadeem', 'kaiez', 'kaila', 'kaitlyn', 'kalainar', 'kallis', 'kama', 'kanagu', 'kanji', 'kano', 'kappa', 'karaoke', 'karnan', 'kate', 'katexxx', 'kath', 'kavalan', 'kay', 'kaypoh', 'kb', 'keep', 'keeping', 'keeps', 'kegger', 'kent', 'kept', 'kerala', 'keralacircle', 'keris', 'kettoda', 'key', 'keypad', 'keys', 'kfc', 'kg', 'khelate', 'kicchu', 'kick', 'kickboxing', 'kickoff', 'kicks', 'kid', 'kidding', 'kids', 'kidz', 'kill', 'killed', 'killing', 'kilos', 'kind', 'kinda', 'kindly', 'king', 'kingdom', 'kintu', 'kip', 'kisi', 'kiss', 'kisses', 'kit', 'kitty', 'kl341', 'knackered', 'knee', 'knees', 'knew', 'knickers', 'know', 'knowing', 'knows', 'knw', 'ko', 'kochi', 'kolathupalayam', 'konw', 'korche', 'korli', 'korte', 'kotees', 'kothi', 'kr', 'ktv', 'kuch', 'kudi', 'kusruthi', 'kvb', 'kz', 'l8', 'l8er', 'l8r', 'l8rs', 'l8tr', 'la', 'la1', 'la3', 'la32wu', 'lab', 'labor', 'lacking', 'lacs', 'ladies', 'lady', 'lag', 'lage', 'lager', 'laid', 'lakhs', 'lambda', 'lancaster', 'land', 'landing', 'landline', 'landlineonly', 'landlines', 'landmark', 'langport', 'language', 'lanre', 'lap', 'lapdancer', 'laptop', 'lar', 'largest', 'lasagna', 'last', 'lastest', 'lasting', 'late', 'lately', 'latelyxxx', 'later', 'latest', 'latests', 'latr', 'laugh', 'laughed', 'laughing', 'laughs', 'laundry', 'laurie', 'lautech', 'lavender', 'law', 'laxinorficated', 'lay', 'layin', 'laying', 'lays', 'lazy', 'ld', 'ldew', 'ldn', 'ldnw15h', 'le', 'lead', 'leadership', 'leading', 'leads', 'leaf', 'league', 'leanne', 'learn', 'learned', 'least', 'least5times', 'leave', 'leaves', 'leaving', 'lect', 'lecture', 'lecturer', 'left', 'legal', 'legitimat', 'legs', 'leh', 'lei', 'lekdog', 'lemme', 'lengths', 'lennon', 'leo', 'leona', 'leonardo', 'les', 'less', 'lesson', 'lessons', 'let', 'lets', 'letter', 'letters', 'lf56', 'li', 'liao', 'lib', 'libertines', 'library', 'lick', 'licks', 'lido', 'lie', 'life', 'lifebook', 'lifeis', 'lifetime', 'lifpartnr', 'lift', 'lifted', 'lifting', 'light', 'lighters', 'lightly', 'lik', 'like', 'liked', 'likely', 'likes', 'lil', 'lily', 'limit', 'limiting', 'limits', 'line', 'linear', 'lined', 'linerental', 'lines', 'link', 'links', 'lion', 'lionm', 'lionp', 'lions', 'lip', 'lipo', 'lips', 'list', 'listed', 'listen', 'listened2the', 'listener', 'listening', 'lists', 'lit', 'literally', 'litres', 'little', 'live', 'lived', 'liver', 'liverpool', 'lives', 'living', 'lk', 'lkpobox177hp51fl', 'll', 'llc', 'llspeak', 'lmao', 'lnly', 'lo', 'load', 'loads', 'loan', 'loans', 'lobby', 'local', 'location', 'locations', 'locaxx', 'lock', 'locks', 'log', 'logged', 'logging', 'login', 'logo', 'logoff', 'logon', 'logos', 'lol', 'lolnice', 'lololo', 'london', 'lonely', 'long', 'longer', 'lonlines', 'loo', 'look', 'lookatme', 'looked', 'lookin', 'looking', 'looks', 'loooooool', 'looovvve', 'loosu', 'lor', 'lord', 'lose', 'losers', 'loses', 'losing', 'loss', 'lost', 'lot', 'lotr', 'lots', 'lotsof', 'lotta', 'lotto', 'lotz', 'lou', 'loud', 'lounge', 'lousy', 'lov', 'lovable', 'love', 'loved', 'lovejen', 'lovely', 'loveme', 'lover', 'loverboy', 'lovers', 'loves', 'lovin', 'loving', 'lovingly', 'low', 'lower', 'loxahatchee', 'loyal', 'loyalty', 'lrg', 'ls1', 'ls15hb', 'ls278bb', 'lst', 'lt', 'ltd', 'ltdhelpdesk', 'lttrs', 'luck', 'luckily', 'lucky', 'lucozade', 'lucy', 'lucyxx', 'luks', 'lul', 'lunch', 'lunchtime', 'lunsford', 'lush', 'luton', 'luv', 'luvd', 'luvs', 'lux', 'luxury', 'lv', 'lvblefrnd', 'lyk', 'm100', 'm221bp', 'm227xy', 'm26', 'm263uz', 'm39m51', 'm6', 'm60', 'm8', 'm8s', 'm95', 'ma', 'maaaan', 'maangalyam', 'maat', 'mac', 'macha', 'machan', 'machi', 'macho', 'mack', 'macleran', 'macs', 'mad', 'mad1', 'mad2', 'madam', 'made', 'madodu', 'madurai', 'mag', 'maga', 'magazine', 'maggi', 'magical', 'magicalsongs', 'mah', 'mahal', 'mahfuuz', 'maid', 'mail', 'mailbox', 'mails', 'main', 'maintain', 'maintaining', 'major', 'make', 'makes', 'makin', 'making', 'malaria', 'male', 'mall', 'man', 'manage', 'manageable', 'managed', 'management', 'manchester', 'manda', 'mandan', 'mandara', 'mandy', 'maneesha', 'manege', 'mango', 'maniac', 'manky', 'manual', 'many', 'map', 'mapquest', 'maraikara', 'marandratha', 'march', 'margaret', 'margin', 'marine', 'mark', 'market', 'marking', 'marley', 'marrge', 'marriage', 'married', 'marry', 'mary', 'mas', 'massive', 'masteriastering', 'masters', 'mat', 'match', 'matched', 'matches', 'mate', 'mates', 'math', 'mathe', 'mathews', 'maths', 'matric', 'matrix3', 'matter', 'matters', 'matured', 'maturity', 'max', 'max10mins', 'max6', 'maximize', 'maximum', 'may', 'mayb', 'maybe', 'mb', 'mc', 'mca', 'mcat', 'mcfly', 'mcr', 'me', 'meal', 'meals', 'mean', 'meaning', 'meaningful', 'meaningless', 'means', 'meant', 'meanwhile', 'measure', 'meat', 'meatballs', 'med', 'medical', 'medicine', 'meds', 'mee', 'meet', 'meetin', 'meeting', 'meetins', 'meets', 'meg', 'mega', 'meh', 'mei', 'meive', 'mel', 'melle', 'melnite', 'melody', 'melt', 'member', 'members', 'memorable', 'memories', 'men', 'mens', 'mental', 'mention', 'mentionned', 'mentor', 'menu', 'merely', 'merememberin', 'merry', 'mess', 'message', 'messaged', 'messages', 'messaging', 'messenger', 'messy', 'met', 'mf', 'mfl', 'mgs', 'mi', 'michael', 'mid', 'middle', 'midnight', 'mids', 'might', 'miiiiiiissssssssss', 'mike', 'mila', 'mileage', 'miles', 'milk', 'million', 'millions', 'milta', 'min', 'minapn', 'mind', 'minded', 'mindset', 'mine', 'minecraft', 'mini', 'minimum', 'minmobsmore', 'minmobsmorelkpobox177hp51fl', 'minmoremobsemspobox45po139wa', 'minnaminunginte', 'minor', 'mins', 'mint', 'minute', 'minutes', 'minuts', 'miracle', 'mirror', 'misbehaved', 'miserable', 'misfits', 'misplaced', 'miss', 'misscall', 'missed', 'missin', 'missing', 'missionary', 'missy', 'mist', 'mistake', 'mistakes', 'misundrstud', 'mite', 'mitsake', 'mittelschmertz', 'miwa', 'mix', 'mj', 'mjzgroup', 'mk17', 'mk45', 'ml', 'mm', 'mmm', 'mmmm', 'mmmmm', 'mmmmmm', 'mmmmmmm', 'mmsto', 'mnth', 'mnths', 'mo', 'moan', 'mob', 'mobcudb', 'mobile', 'mobiles', 'mobilesdirect', 'mobilesvary', 'mobileupd8', 'mobno', 'mobs', 'mobsi', 'mobstorequiz10ppm', 'moby', 'mobypobox734ls27yf', 'mode', 'model', 'modl', 'module', 'modules', 'mofo', 'moji', 'mojibiola', 'mokka', 'mom', 'moment', 'moments', 'moms', 'mon', 'monday', 'mone', 'money', 'monkeespeople', 'monkeyaround', 'monkeys', 'mono', 'monster', 'month', 'monthly', 'monthlysubscription', 'months', 'mood', 'moon', 'moral', 'more', 'morefrmmob', 'morn', 'mornin', 'morning', 'mornings', 'morphine', 'morrow', 'moseley', 'most', 'mostly', 'mother', 'motivating', 'motive', 'motor', 'motorola', 'mountains', 'mouse', 'mouth', 'move', 'moved', 'moves', 'movie', 'movies', 'movietrivia', 'moving', 'mp3', 'mquiz', 'mr', 'mrng', 'mrt', 'ms', 'msg', 'msg150p', 'msging', 'msgrcvd', 'msgrcvd18', 'msgrcvdhg', 'msgs', 'mt', 'mtalk', 'mth', 'mths', 'mtmsg', 'mtmsg18', 'mtmsgrcvd18', 'mu', 'muah', 'much', 'muchxxlove', 'mufti', 'muhommad', 'muht', 'multimedia', 'multiply', 'multis', 'mum', 'mummy', 'mums', 'munsters', 'murali', 'murder', 'murdered', 'murderer', 'mush', 'mushy', 'music', 'musicnews', 'must', 'musthu', 'mutations', 'muz', 'mw', 'mwahs', 'my', 'mycalls', 'mylife', 'mymoby', 'myparents', 'mys', 'myself', 'myspace', 'mystery', 'n8', 'n9dx', 'na', 'nachos', 'nag', 'nagar', 'nah', 'nahi', 'nails', 'naked', 'nalla', 'name', 'name1', 'name2', 'named', 'names', 'nammanna', 'nan', 'nanny', 'nannys', 'nap', 'narcotics', 'naseeb', 'nasty', 'nat', 'nat27081980', 'natalie', 'natalie2k9', 'natalja', 'national', 'natural', 'nature', 'natwest', 'naughty', 'nauseous', 'nav', 'nbme', 'nd', 'ne', 'near', 'nearby', 'nearly', 'necesity', 'necessarily', 'necessary', 'necessity', 'neck', 'ned', 'need', 'needed', 'needing', 'needs', 'neft', 'neglect', 'neighbor', 'neighbors', 'neighbour', 'neither', 'nelson', 'neo69', 'nervous', 'net', 'netcollex', 'netflix', 'netun', 'netvision', 'network', 'networking', 'networks', 'neva', 'nevamind', 'never', 'nevering', 'nevr', 'new', 'neway', 'newest', 'newquay', 'news', 'newscaster', 'newsletter', 'next', 'ni8', 'nic', 'nice', 'nichols', 'nick', 'nickey', 'nicky', 'nig', 'nigeria', 'nigh', 'night', 'nighters', 'nightnight', 'nights', 'nigpun', 'nigro', 'nike', 'nikiyu4', 'nimya', 'ninish', 'nino', 'nipost', 'nit', 'nite', 'nitro', 'nitros', 'nmde', 'no', 'no1', 'nobbing', 'nobody', 'noe', 'noi', 'noise', 'noisy', 'nok', 'nokia', 'nokia6600', 'nokia6650', 'nokias', 'noline', 'non', 'noncomittal', 'none', 'nookii', 'noon', 'nooooooo', 'nope', 'nor', 'nora', 'norm', 'norm150p', 'normal', 'normally', 'north', 'northampton', 'nos', 'nosy', 'not', 'note', 'notebook', 'notes', 'nothin', 'nothing', 'notice', 'notifications', 'notixiquating', 'notxt', 'noun', 'novelty', 'now', 'now1', 'nowadays', 'nowhere', 'noworriesloans', 'nr31', 'nri', 'nt', 'ntt', 'ntwk', 'nuclear', 'nudist', 'nuerologist', 'num', 'number', 'numbers', 'nursery', 'nurses', 'nurungu', 'nus', 'nuther', 'nutter', 'nver', 'nvm', 'nvq', 'nw', 'nxt', 'ny', 'nyc', 'nydc', 'nyt', 'nytho', 'nz', 'nìte', 'o2', 'o2fwd', 'oath', 'obedient', 'obese', 'obey', 'oblisingately', 'obviously', 'occasion', 'occupy', 'occur', 'occurs', 'ocean', 'oclock', 'october', 'odi', 'of', 'off', 'offc', 'offcampus', 'offdam', 'offer', 'offered', 'offering', 'offers', 'office', 'officer', 'official', 'officially', 'offline', 'ofice', 'ofsi', 'ofstuff', 'often', 'oga', 'ogunrinde', 'oh', 'oi', 'oic', 'oja', 'ok', 'okay', 'okey', 'okie', 'okies', 'okmail', 'okors', 'ola', 'olave', 'olayiwola', 'old', 'oli', 'ollu', 'olowoyey', 'olympics', 'omg', 'omw', 'on', 'onam', 'onbus', 'oncall', 'once', 'one', 'ones', 'oni', 'onion', 'online', 'onluy', 'only', 'onto', 'onum', 'onwards', 'ooh', 'oooh', 'oooooh', 'ooooooh', 'oops', 'open', 'opened', 'opener', 'openin', 'opening', 'operate', 'operator', 'opinion', 'opinions', 'opponenter', 'opportunity', 'opposed', 'opposite', 'opps', 'opt', 'opted', 'optin', 'option', 'optout', 'or', 'or2stoptxt', 'oral', 'orange', 'oranges', 'orchard', 'order', 'ordered', 'ordinator', 'ore', 'oredi', 'oreo', 'org', 'organise', 'organizer', 'orh', 'orig', 'original', 'ors', 'ortxt', 'oru', 'os', 'oscar', 'oso', 'otbox', 'other', 'others', 'otherwise', 'othrwise', 'otside', 'ouch', 'our', 'ourbacks', 'ours', 'out', 'outage', 'outages', 'outbid', 'outdoors', 'outfit', 'outfor', 'outl8r', 'outrageous', 'outreach', 'outs', 'outside', 'outsomewhere', 'outstanding', 'outta', 'over', 'overa', 'overdose', 'overemphasise', 'overheating', 'overtime', 'ovulate', 'ovulation', 'ow', 'owe', 'owed', 'owl', 'own', 'owns', 'owo', 'oyea', 'oyster', 'oz', 'pa', 'package', 'packs', 'page', 'pages', 'pai', 'paid', 'pain', 'painful', 'paining', 'painting', 'pale', 'palm', 'pan', 'panalam', 'pandy', 'panic', 'panicks', 'pansy', 'panther', 'panties', 'pants', 'pap', 'papa', 'paper', 'papers', 'paperwork', 'paracetamol', 'parachute', 'paragon', 'paranoid', 'parchi', 'parents', 'paris', 'parish', 'park', 'parked', 'parking', 'part', 'participate', 'particular', 'particularly', 'parties', 'partner', 'partnership', 'parts', 'party', 'pass', 'passable', 'passed', 'passion', 'passionate', 'passport', 'password', 'passwords', 'past', 'pataistha', 'patent', 'path', 'pathaya', 'paths', 'patients', 'patrick', 'pattern', 'patty', 'paul', 'pause', 'pax', 'pay', 'payasam', 'payback', 'payed', 'payed2day', 'payee', 'paying', 'payment', 'payoh', 'pc', 'pc1323', 'pdate_now', 'peace', 'peaceful', 'peach', 'peak', 'pears', 'pee', 'pehle', 'pen', 'pence', 'pendent', 'pending', 'penny', 'people', 'peoples', 'per', 'percent', 'percentages', 'perfect', 'perform', 'performance', 'performed', 'perhaps', 'peril', 'period', 'peripherals', 'permanent', 'permission', 'permissions', 'perpetual', 'persevered', 'persian', 'persolvo', 'person', 'person2die', 'personal', 'personality', 'personally', 'persons', 'perspective', 'pert', 'perumbavoor', 'pesky', 'pest', 'pete', 'petexxx', 'petey', 'petrol', 'pg', 'ph', 'pharmacy', 'phasing', 'phb1', 'phd', 'phews', 'philosophical', 'philosophy', 'phne', 'phoenix', 'phone', 'phone750', 'phonebook', 'phoned', 'phones', 'phony', 'photo', 'photos', 'photoshop', 'php', 'phrase', 'phyhcmk', 'physics', 'piah', 'pic', 'pick', 'picked', 'picking', 'pickle', 'pics', 'picture', 'pictures', 'pie', 'piece', 'pieces', 'pig', 'pilates', 'pile', 'pimples', 'pin', 'pink', 'pints', 'pisces', 'piss', 'pissed', 'pist', 'pity', 'pix', 'pixels', 'pizza', 'pl', 'place', 'placed', 'placement', 'places', 'plaid', 'plan', 'plane', 'planettalkinstant', 'planned', 'planning', 'plans', 'platt', 'play', 'played', 'player', 'players', 'playin', 'playing', 'playng', 'pleasant', 'please', 'pleased', 'pleasure', 'pleasured', 'plenty', 'plm', 'ploughing', 'pls', 'plum', 'plumbers', 'plural', 'plus', 'plyr', 'plz', 'pm', 'pmt', 'po', 'po19', 'pobox', 'pobox1', 'pobox114', 'pobox12n146tf15', 'pobox12n146tf150p', 'pobox202', 'pobox334', 'pobox36504w45wq', 'pobox365o4w45wq', 'pobox45w2tg150p', 'pobox75ldns7', 'pobox84', 'pocay', 'pocked', 'pocketbabe', 'pocy', 'pod', 'poem', 'point', 'points', 'poker', 'poking', 'pokkiri', 'pole', 'police', 'polo', 'poly', 'polyh', 'polyph', 'polyphonic', 'polys', 'pongal', 'ponnungale', 'poo', 'pooja', 'pookie', 'pool', 'poop', 'poor', 'poorly', 'pop', 'popcorn', 'popped', 'popping', 'porn', 'porridge', 'portal', 'portege', 'portions', 'pose', 'posh', 'posible', 'position', 'positions', 'possession', 'possibility', 'possible', 'possibly', 'post', 'postal', 'postcard', 'postcode', 'posted', 'postponed', 'posts', 'potato', 'potential', 'potter', 'pouch', 'pound', 'pounded', 'pounds', 'pours', 'power', 'powerful', 'poyyarikatur', 'ppl', 'pple', 'ppm', 'ppt150x3', 'prabha', 'prabu', 'pract', 'practical', 'practice', 'practicing', 'practicum', 'practising', 'prakesh', 'praps', 'prasad', 'prasanth', 'prashanthettan', 'praveesh', 'pray', 'praying', 'prayrs', 'pre', 'predicte', 'predicting', 'predictive', 'prefer', 'preferably', 'prem', 'premier', 'premium', 'prepaid', 'prepare', 'prepared', 'prepayment', 'preponed', 'preschoolco', 'prescribed', 'prescripiton', 'prescription', 'present', 'presents', 'president', 'presleys', 'press', 'pressure', 'pretsorginta', 'pretsovru', 'pretty', 'prevent', 'previews', 'previous', 'previously', 'prey', 'price', 'prices', 'pride', 'priest', 'prince', 'princess', 'print', 'printed', 'printer', 'printing', 'prior', 'priscilla', 'privacy', 'private', 'prix', 'prize', 'prizeawaiting', 'prizes', 'prizeswith', 'pro', 'prob', 'probably', 'problem', 'problematic', 'problems', 'problms', 'probpop', 'probs', 'probthat', 'process', 'processed', 'prods', 'products', 'professional', 'professors', 'profile', 'profiles', 'profit', 'program', 'programs', 'progress', 'project', 'prolly', 'prometazine', 'prominent', 'promise', 'promised', 'promises', 'promo', 'promotion', 'promptly', 'prompts', 'prone', 'proof', 'proper', 'properly', 'property', 'propose', 'propsd', 'pros', 'prospects', 'protect', 'prove', 'proverb', 'provided', 'providing', 'prsn', 'ps', 'ps3', 'pshew', 'psp', 'psxtra', 'psychiatrist', 'psychic', 'psychologist', 'pt2', 'pthis', 'pub', 'public', 'publish', 'pudunga', 'pull', 'pulling', 'pulls', 'punch', 'punish', 'punishment', 'punto', 'puppy', 'purchase', 'purchases', 'purity', 'purpose', 'purse', 'push', 'pushbutton', 'pushes', 'pussy', 'put', 'puts', 'puttin', 'putting', 'puzzeles', 'qatar', 'qet', 'qing', 'qjkgighjjgcbl', 'quality', 'queen', 'queries', 'ques', 'question', 'questioned', 'questions', 'quick', 'quickly', 'quiet', 'quit', 'quite', 'quiteamuzing', 'quitting', 'quiz', 'quizclub', 'quizzes', 'quote', 'quoting', 'r836', 'racal', 'racing', 'radiator', 'radio', 'raed', 'rael', 'raglan', 'raiden', 'railway', 'rain', 'raining', 'raise', 'raised', 'raj', 'rajas', 'raji', 'rajini', 'rajitha', 'rajnikant', 'rakhesh', 'raksha', 'rally', 'ramen', 'ran', 'random', 'randomly', 'randy', 'rang', 'range', 'ranjith', 'ranju', 'raping', 'rate', 'rates', 'rather', 'rats', 'raviyog', 'rayan', 'rayman', 'rays', 'rcb', 'rcd', 'rcv', 'rcvd', 'rd', 're', 'reach', 'reache', 'reached', 'reaching', 'reacting', 'reaction', 'read', 'readers', 'reading', 'ready', 'real', 'real1', 'realise', 'realised', 'realising', 'reality', 'realize', 'realized', 'realizes', 'really', 'reallyneed', 'realy', 'reapply', 'reason', 'reasonable', 'reasons', 'reassurance', 'reassuring', 'rebel', 'reboot', 'rebooting', 'rebtel', 'rec', 'recd', 'receipt', 'receipts', 'receive', 'receivea', 'received', 'receiving', 'recent', 'recently', 'recession', 'recharge', 'recharged', 'recieve', 'reckon', 'recognise', 'recognises', 'record', 'recorded', 'recorder', 'records', 'recovery', 'recpt', 'recreation', 'red', 'redeemable', 'redeemed', 'reduce', 'ree', 'ref', 'reference', 'references', 'referin', 'reffering', 'refilled', 'reflection', 'reformat', 'refreshed', 'refund', 'refunded', 'refused', 'reg', 'regalportfolio', 'regarding', 'regards', 'register', 'registered', 'registration', 'regret', 'regretted', 'regular', 'related', 'relation', 'relationship', 'relatives', 'relax', 'relaxing', 'released', 'reliant', 'relieved', 'religiously', 'relocate', 'reltnship', 'rem', 'remain', 'remains', 'remb', 'remember', 'remembered', 'rememberi', 'remembr', 'remembrs', 'remind', 'reminder', 'reminding', 'reminds', 'removal', 'remove', 'removed', 'rencontre', 'renewal', 'rent', 'rental', 'renting', 'rentl', 'rents', 'repair', 'repairs', 'repeat', 'repeating', 'repent', 'replace', 'replacement', 'replacing', 'replied', 'replies', 'reply', 'replying', 'replys150', 'report', 'reppurcussions', 'representative', 'republic', 'request', 'requests', 'required', 'requirements', 'research', 'resend', 'resent', 'reserve', 'reserved', 'reserves', 'reset', 'residency', 'resizing', 'reslove', 'resolution', 'resolved', 'respect', 'respectful', 'responce', 'respond', 'responding', 'response', 'responsibilities', 'responsibility', 'responsible', 'rest', 'restaurant', 'restock', 'restocked', 'restrict', 'restrictions', 'resubbing', 'resubmit', 'result', 'results', 'resume', 'resuming', 'retard', 'retrieve', 'return', 'returned', 'returning', 'returns', 'reunion', 'reveal', 'revealed', 'revealing', 'review', 'revision', 'reward', 'rewarding', 'rhythm', 'rice', 'rich', 'riddance', 'ridden', 'ride', 'right', 'rightio', 'rightly', 'rights', 'riley', 'rimac', 'ring', 'ringing', 'rings', 'ringtone', 'ringtoneking', 'ringtones', 'rinu', 'rip', 'ripped', 'rise', 'risks', 'rite', 'ritten', 'river', 'road', 'roads', 'roast', 'rob', 'robs', 'rock', 'rocking', 'rocks', 'rodds1', 'rofl', 'roger', 'role', 'roles', 'rolled', 'romantic', 'ron', 'room', 'roomate', 'roommate', 'roommates', 'rooms', 'ros', 'rose', 'roses', 'rough', 'round', 'rounder', 'rounds', 'route', 'row', 'rowdy', 'rows', 'royal', 'rp176781', 'rpl', 'rply', 'rr', 'rs', 'rstm', 'rt', 'rtf', 'rtm', 'rto', 'ru', 'rub', 'rubber', 'rude', 'rudi', 'rugby', 'ruin', 'rule', 'rules', 'rum', 'rumbling', 'rummer', 'rumour', 'run', 'running', 'runs', 'rush', 'rushing', 'rv', 'rvx', 'rwm', 'ryan', 's3xy', 's89', 'sac', 'sachin', 'sack', 'sacked', 'sacrifice', 'sad', 'sae', 'saeed', 'safe', 'safely', 'sagamu', 'saibaba', 'said', 'sake', 'salad', 'salam', 'salary', 'sale', 'sales', 'salesman', 'sall', 'salon', 'salt', 'sam', 'samachara', 'samantha', 'same', 'samus', 'sang', 'sankranti', 'santa', 'santacalling', 'sao', 'sapna', 'sar', 'sara', 'sarasota', 'sarcasm', 'sarcastic', 'saristar', 'sary', 'sashimi', 'sat', 'satanic', 'sathy', 'sathya', 'satisfied', 'satisfy', 'satthen', 'saturday', 'saucy', 'sausage', 'savamob', 'save', 'saved', 'saves', 'saw', 'say', 'sayhey', 'sayin', 'saying', 'says', 'scammers', 'scared', 'scary', 'scenario', 'scenery', 'sch', 'schedule', 'school', 'schools', 'science', 'scold', 'scool', 'scorable', 'score', 'scores', 'scoring', 'scotch', 'scotland', 'scotsman', 'scouse', 'scraped', 'scrappy', 'scratches', 'scratching', 'scream', 'screaming', 'screen', 'screwd', 'scrounge', 'scrumptious', 'sd', 'sday', 'sdryb8i', 'se', 'sea', 'search', 'searching', 'season', 'seat', 'sec', 'second', 'secondary', 'seconds', 'secret', 'secretary', 'secretly', 'secrets', 'secs', 'section', 'sections', 'secure', 'secured', 'sed', 'see', 'seeds', 'seeing', 'seekers', 'seem', 'seemed', 'seems', 'seen', 'sef', 'seh', 'sehwag', 'seing', 'select', 'selected', 'selection', 'self', 'selfindependence', 'selfish', 'sell', 'selling', 'sells', 'sem', 'semester', 'semi', 'sen', 'send', 'sender', 'sending', 'sends', 'senrd', 'sense', 'senses', 'sensible', 'sensitive', 'sent', 'sentence', 'senthil', 'sentiment', 'sept', 'september', 'serena', 'series', 'serious', 'seriously', 'served', 'server', 'service', 'services', 'serving', 'servs', 'set', 'setting', 'settings', 'settle', 'settled', 'settling', 'seven', 'seventeen', 'sex', 'sexiest', 'sexy', 'sexychat', 'sez', 'sf', 'sg', 'sh', 'sha', 'shade', 'shadow', 'shagged', 'shah', 'shakara', 'shake', 'shakespeare', 'shaking', 'shall', 'shame', 'shampain', 'shanghai', 'shanil', 'shant', 'shaping', 'share', 'shared', 'sharing', 'shattered', 'shaved', 'shb', 'shd', 'she', 'sheet', 'sheets', 'sheffield', 'shelf', 'shell', 'shes', 'shesil', 'shexy', 'shhhhh', 'shifad', 'shijas', 'shinco', 'shindig', 'shining', 'shiny', 'ship', 'shipped', 'shipping', 'shirt', 'shirts', 'shit', 'shite', 'shitin', 'shitinnit', 'shitload', 'shitstorm', 'shivratri', 'shld', 'shldxxxx', 'shock', 'shocking', 'shoes', 'shola', 'shoot', 'shop', 'shoppin', 'shopping', 'shoranur', 'shore', 'short', 'shortage', 'shortbreaks', 'shortcode', 'shorter', 'shortly', 'shorts', 'shot', 'shoul', 'should', 'shoulders', 'shouldn', 'shouted', 'shouting', 'shoving', 'show', 'showed', 'shower', 'showered', 'showing', 'showr', 'showrooms', 'shows', 'shracomorsglsuplt', 'shrek', 'shsex', 'shu', 'shuhui', 'shun', 'shut', 'shy', 'si', 'sian', 'sib', 'sic', 'sick', 'side', 'sigh', 'sighs', 'sight', 'sign', 'signal', 'significant', 'signin', 'signing', 'silence', 'silent', 'silently', 'silly', 'silver', 'sim', 'simonwatson5120', 'simple', 'simpler', 'simply', 'simpsons', 'since', 'sinco', 'sing', 'singapore', 'single', 'singles', 'sipix', 'sips', 'sir', 'sirji', 'sis', 'sister', 'sisters', 'sit', 'site', 'sitll', 'sitter', 'sittin', 'sitting', 'situation', 'siva', 'six', 'size', 'sk3', 'sk38xh', 'skateboarding', 'skilgme', 'skillgame', 'skills', 'skip', 'skirt', 'sky', 'skye', 'skype', 'skyped', 'slacking', 'slap', 'slave', 'sleep', 'sleepin', 'sleeping', 'sleepingwith', 'sleeps', 'sleepwell', 'sleepy', 'slept', 'slice', 'slices', 'slightly', 'slip', 'slippers', 'slippery', 'slo', 'slob', 'slots', 'slovely', 'slow', 'slower', 'slowing', 'slowly', 'slp', 'slurp', 'smacks', 'small', 'smaller', 'smart', 'smartcall', 'smarter', 'smash', 'smashed', 'smear', 'smells', 'smeone', 'smidgin', 'smile', 'smiles', 'smiling', 'smith', 'smoke', 'smoked', 'smokes', 'smokin', 'smoking', 'smoothly', 'sms', 'smsco', 'smsing', 'smsrewards', 'smsservices', 'smth', 'sn', 'snake', 'snap', 'snatch', 'snd', 'snickering', 'snogs', 'snoring', 'snow', 'snowball', 'snowman', 'snuggles', 'so', 'soc', 'sochte', 'social', 'sofa', 'soft', 'software', 'soil', 'soiree', 'sol', 'soladha', 'sold', 'solve', 'solved', 'some', 'some1', 'somebody', 'someone', 'someonone', 'someplace', 'sometext', 'somethin', 'something', 'sometime', 'sometimes', 'sometme', 'somewhere', 'somewheresomeone', 'somewhr', 'somone', 'somtimes', 'sonathaya', 'sonetimes', 'song', 'songs', 'sony', 'sonyericsson', 'soo', 'soon', 'sooner', 'soonlots', 'sooooo', 'sophas', 'sore', 'sorrow', 'sorry', 'sort', 'sorted', 'sorting', 'sory', 'soryda', 'sos', 'sound', 'sounding', 'sounds', 'soundtrack', 'soup', 'source', 'sources', 'south', 'southern', 'souveniers', 'soz', 'sozi', 'sp', 'space', 'spacebucks', 'spaces', 'spageddies', 'spain', 'spam', 'spanish', 'spare', 'spares', 'sparkling', 'speak', 'speaking', 'special', 'speciale', 'specialisation', 'specially', 'specific', 'speechless', 'speed', 'speedchat', 'speeding', 'speling', 'spell', 'spelled', 'spend', 'spending', 'spent', 'sphosting', 'spice', 'spile', 'spin', 'spiral', 'spirit', 'spiritual', 'spjanuary', 'spk', 'spl', 'splash', 'splashmobile', 'splat', 'splendid', 'splleing', 'spoil', 'spoiled', 'spoilt', 'spoke', 'spoken', 'sponsors', 'spontaneously', 'spook', 'sporadically', 'sport', 'sports', 'spot', 'spouse', 'spreadsheet', 'spree', 'spring', 'springs', 'sprint', 'spun', 'spys', 'sq825', 'squatting', 'squeeeeeze', 'squeezed', 'squid', 'squishy', 'srs', 'srsly', 'srt', 'sry', 'st', 'stability', 'stable', 'staff', 'stage', 'stairs', 'stalk', 'stalking', 'stamps', 'stand', 'standard', 'standing', 'stapati', 'star', 'staring', 'starring', 'stars', 'starshine', 'start', 'started', 'starting', 'starts', 'starving', 'starwars3', 'stash', 'stated', 'statement', 'statements', 'station', 'status', 'stay', 'stayed', 'stayin', 'staying', 'stays', 'std', 'stdtxtrate', 'steak', 'steal', 'stealing', 'steam', 'steamboat', 'steed', 'steering', 'steps', 'stereo', 'stereophonics', 'sterm', 'steve', 'stewartsize', 'steyn', 'stick', 'sticky', 'stil', 'still', 'stink', 'stitch', 'stock', 'stocked', 'stockport', 'stolen', 'stomach', 'stone', 'stoners', 'stones', 'stool', 'stop', 'stop2', 'stop2stop', 'stopbcm', 'stopped', 'stops', 'stopsms', 'store', 'stores', 'stories', 'storming', 'story', 'str', 'str8', 'straight', 'strange', 'stranger', 'street', 'stress', 'stressed', 'stressful', 'stressfull', 'stretch', 'strict', 'strike', 'strings', 'strip', 'stripes', 'strips', 'strokes', 'strong', 'strt', 'strtd', 'struggling', 'sts', 'stu', 'stubborn', 'stuck', 'student', 'studentfinancial', 'students', 'study', 'studying', 'studyn', 'stuff', 'stuff42moro', 'stuffs', 'stunning', 'stupid', 'style', 'styles', 'styling', 'stylish', 'stylist', 'sub', 'submitted', 'subpoly', 'subs', 'subs16', 'subscribe', 'subscribe6gbp', 'subscribed', 'subscriber', 'subscribers', 'subscription', 'subscriptions', 'subscriptn3gbp', 'subscrition', 'subsequent', 'subtoitles', 'success', 'successful', 'successfully', 'such', 'sucker', 'suckers', 'sucks', 'sue', 'suffering', 'suffers', 'sufficient', 'sugababes', 'suganya', 'sugar', 'sugardad', 'suggest', 'suggestions', 'suite', 'suite342', 'suits', 'sullivan', 'sum', 'sum1', 'sumfing', 'summer', 'summers', 'sumthin', 'sun', 'sun0819', 'sunday', 'sundayish', 'sunlight', 'sunny', 'sunoco', 'sunroof', 'sunscreen', 'sunshine', 'suntec', 'sup', 'super', 'superior', 'supervisor', 'suppliers', 'supplies', 'supply', 'support', 'supports', 'suppose', 'supposed', 'supreme', 'suprman', 'sura', 'sure', 'surely', 'surfing', 'surgical', 'surname', 'surprise', 'surprised', 'surrender', 'survey', 'surya', 'sutra', 'sux', 'suzy', 'svc', 'sw7', 'sw73ss', 'swalpa', 'swan', 'swann', 'swap', 'swatch', 'sway', 'swayze', 'sweater', 'sweatter', 'sweet', 'sweetest', 'sweetheart', 'sweetie', 'sweets', 'swell', 'swhrt', 'swimming', 'swimsuit', 'swing', 'switch', 'swollen', 'swoop', 'swt', 'swtheart', 'syd', 'syllabus', 'sympathetic', 'syria', 'syrup', 'system', 't4get2text', 'ta', 'table', 'tablet', 'tackle', 'tacos', 'tactful', 'tactless', 'tagged', 'tahan', 'tait', 'taka', 'take', 'takecare', 'taken', 'takes', 'takin', 'taking', 'talent', 'talents', 'talk', 'talkbut', 'talkin', 'talking', 'talks', 'tall', 'tallent', 'tampa', 'tank', 'tap', 'tape', 'tariffs', 'tarot', 'tarpon', 'taste', 'tasts', 'tat', 'tata', 'tats', 'tau', 'taught', 'taunton', 'taxes', 'taxi', 'taylor', 'tayseer', 'tb', 'tbs', 'tc', 'tcr', 'tcs', 'tddnewsletter', 'tea', 'teach', 'teacher', 'teachers', 'teaches', 'teaching', 'team', 'teams', 'tear', 'tears', 'tease', 'teasing', 'tech', 'technical', 'technologies', 'tee', 'teenager', 'teeth', 'tel', 'telediscount', 'telephone', 'teletext', 'tell', 'telling', 'tellmiss', 'tells', 'telly', 'telphone', 'telugu', 'temales', 'temp', 'temper', 'temple', 'ten', 'tenants', 'tenerife', 'tension', 'teresa', 'term', 'terms', 'termsapply', 'terrible', 'terrific', 'terror', 'terrorist', 'terry', 'tescos', 'tessy', 'test', 'testing', 'tests', 'texas', 'text', 'text82228', 'textand', 'textbook', 'textbuddy', 'textcomp', 'texted', 'textin', 'texting', 'textoperator', 'textpod', 'texts', 'tgxxrz', 'th', 'than', 'thangam', 'thank', 'thanks', 'thanksgiving', 'thanku', 'thankyou', 'thanx', 'that', 'that2worzels', 'thatmum', 'thats', 'the', 'the4th', 'theater', 'theatre', 'thecd', 'thedailydraw', 'their', 'thekingshead', 'them', 'themed', 'themes', 'themob', 'then', 'thenampet', 'theoretically', 'theory', 'thepub', 'there', 'theres', 'these', 'thesedays', 'thesis', 'they', 'theyre', 'thgt', 'thia', 'thing', 'things', 'think', 'thinked', 'thinkin', 'thinking', 'thinks', 'thinkthis', 'thinl', 'thirtyeight', 'thirunelvali', 'this', 'thk', 'thm', 'thnk', 'tho', 'those', 'thot', 'thou', 'though', 'thought', 'thoughts', 'thousands', 'thout', 'thread', 'threats', 'three', 'threw', 'thriller', 'throat', 'through', 'throw', 'throwin', 'thrown', 'throws', 'thru', 'ths', 'tht', 'thts', 'thuglyfe', 'thurs', 'thursday', 'thus', 'thx', 'thy', 'tick', 'ticket', 'tickets', 'tiger', 'tight', 'tihs', 'tiime', 'til', 'till', 'tim', 'time', 'times', 'timin', 'timing', 'timings', 'tiny', 'tips', 'tired', 'tirunelvali', 'tirupur', 'tis', 'tissco', 'title', 'titles', 'tiwary', 'tix', 'tiz', 'tke', 'tkts', 'tlk', 'tlp', 'tm', 'tmorrow', 'tmr', 'tmrw', 'tms', 'tmw', 'tnc', 'tncs', 'to', 'toa', 'toaday', 'tobed', 'tocall', 'toclaim', 'today', 'todays', 'todo', 'tog', 'together', 'tohar', 'toilet', 'tok', 'toking', 'tol', 'told', 'tolerance', 'tolerat', 'toll', 'tom', 'tomarrow', 'tome', 'tomeandsaid', 'tomo', 'tomorro', 'tomorrow', 'tomorw', 'tone', 'tones', 'tones2u', 'tones2you', 'tonght', 'tongued', 'tonight', 'tonights', 'tonite', 'tons', 'tonsolitusaswell', 'too', 'took', 'tookplace', 'tool', 'tooo', 'toot', 'tooth', 'toothpaste', 'tootsie', 'top', 'topic', 'toplay', 'topped', 'tops', 'tor', 'torch', 'torrents', 'tortilla', 'torture', 'tosend', 'toshiba', 'toss', 'tot', 'total', 'totally', 'totes', 'touch', 'touched', 'tough', 'toughest', 'tour', 'towards', 'town', 'toyota', 'tp', 'track', 'trackmarque', 'trade', 'traditions', 'traffic', 'train', 'trained', 'training', 'trainners', 'trains', 'tram', 'tranquility', 'transaction', 'transcribing', 'transfer', 'transfered', 'transferred', 'transfr', 'transfred', 'transport', 'trav', 'travel', 'traveling', 'travelling', 'treadmill', 'treasure', 'treat', 'treated', 'treats', 'trebles', 'tree', 'trek', 'trends', 'trial', 'tried', 'trip', 'triple', 'trips', 'trishul', 'tron', 'trouble', 'troubleshooting', 'trouser', 'truble', 'truck', 'true', 'true18', 'truffles', 'truly', 'truro', 'trust', 'trusting', 'truth', 'try', 'tryin', 'trying', 'ts', 'tsandcs', 'tscs', 'tscs087147403231winawk', 'tsunami', 'tsunamis', 'tt', 'ttyl', 'tue', 'tues', 'tuesday', 'tui', 'tuition', 'tul', 'tulip', 'tunde', 'tunji', 'turkeys', 'turn', 'turned', 'turning', 'turns', 'tuth', 'tv', 'twat', 'twelve', 'twenty', 'twice', 'twiggs', 'twilight', 'twittering', 'two', 'tx', 'txt', 'txt250', 'txt43', 'txt82228', 'txtauction', 'txtin', 'txting', 'txtno', 'txts', 'txtstop', 'txtx', 'tyler', 'type', 'types', 'typical', 'tyrone', 'u4', 'uawake', 'ubandu', 'ubi', 'ugadi', 'ugh', 'ugo', 'uh', 'uk', 'uks', 'ultimately', 'ultimatum', 'umma', 'ummifying', 'ummma', 'ummmmmaah', 'un', 'unable', 'unbelievable', 'unbreakable', 'unclaimed', 'uncle', 'uncles', 'uncomfortable', 'unconditionally', 'unconscious', 'unconsciously', 'unconvinced', 'uncountable', 'uncut', 'under', 'underdtand', 'understand', 'understanding', 'understood', 'undrstnd', 'uneventful', 'unfolds', 'unfortunately', 'unfortuntly', 'unhappiness', 'unhappy', 'uni', 'unicef', 'uniform', 'unintentionally', 'unique', 'united', 'units', 'university', 'unjalur', 'unkempt', 'unknown', 'unless', 'unlike', 'unlimited', 'unmits', 'unnecessarily', 'unni', 'unrecognized', 'unredeemed', 'unsecured', 'unsold', 'unspoken', 'unsub', 'unsubscribe', 'unsubscribed', 'untamed', 'until', 'unusual', 'up', 'up4', 'upd8', 'update', 'update_now', 'upgrade', 'upload', 'uploaded', 'upon', 'upping', 'ups', 'upset', 'upstairs', 'upto', 'uptown', 'ur', 'urawinner', 'ure', 'urfeeling', 'urgent', 'urgently', 'urgh', 'urgnt', 'urgoin', 'urination', 'url', 'urmom', 'urn', 'urself', 'us', 'usa', 'usb', 'usc', 'use', 'used', 'useful', 'useless', 'user', 'uses', 'usf', 'usher', 'using', 'usmle', 'usps', 'usual', 'usually', 'uterus', 'utter', 'uttered', 'uup', 'uv', 'uve', 'uwana', 'uwant', 'vaazhthukkal', 'vague', 'vale', 'valentine', 'valentines', 'valid', 'valid12hrs', 'value', 'valued', 'values', 'valuing', 'various', 'varunnathu', 'vary', 'vasai', 'vat', 'vava', 'vco', 'vday', 've', 'vegas', 'vegetables', 'veggie', 'velachery', 'velly', 'velusamy', 'venaam', 'verified', 'verify', 'verifying', 'version', 'very', 'vettam', 'via', 'vibrant', 'vibrate', 'vibrator', 'vic', 'victoria', 'video', 'videochat', 'videophones', 'videos', 'videosound', 'videosounds', 'view', 'vijay', 'vikky', 'villa', 'village', 'vinobanagar', 'violated', 'violence', 'violet', 'vip', 'vipclub4u', 'virgil', 'virgin', 'virtual', 'visa', 'visionsms', 'visit', 'visiting', 'visitor', 'visitors', 'vital', 'viva', 'vivek', 'vivekanand', 'vl', 'voda', 'vodafone', 'vodka', 'voice', 'voicemail', 'volcanoes', 'vomit', 'vomitin', 'vomiting', 'vote', 'vouch4me', 'voucher', 'vouchers', 'vpod', 'vry', 'vs', 'vth', 'vu', 'w1', 'w111wx', 'w14rg', 'w1a', 'w1j', 'w1j6hl', 'w1jhl', 'w1t1jy', 'w45wq', 'w8in', 'wa', 'wa14', 'waaaat', 'wah', 'wahala', 'wahay', 'waheed', 'waheeda', 'wahleykkum', 'waht', 'wait', 'waited', 'waitin', 'waiting', 'wake', 'waking', 'wales', 'waliking', 'walk', 'walkabout', 'walked', 'walkin', 'walking', 'walks', 'wall', 'wallet', 'wallpaper', 'walls', 'walmart', 'walsall', 'wamma', 'wan', 'wan2', 'wana', 'wanna', 'wannatell', 'want', 'want2come', 'wanted', 'wanting', 'wants', 'wap', 'waqt', 'warm', 'warming', 'warned', 'warning', 'warranty', 'warwick', 'was', 'washob', 'wasn', 'wasnt', 'waste', 'wasted', 'wasting', 'wat', 'watch', 'watched', 'watches', 'watchin', 'watching', 'water', 'watever', 'wating', 'watr', 'wats', 'watts', 'wavering', 'waves', 'way', 'wc1n', 'wc1n3xx', 'we', 'weak', 'weakness', 'weaknesses', 'weapon', 'wear', 'wearing', 'weasels', 'weather', 'web', 'web2mobile', 'webadres', 'webeburnin', 'webpage', 'website', 'wed', 'weddin', 'wedding', 'wedlunch', 'wednesday', 'weds', 'wee', 'weed', 'week', 'weekdays', 'weekend', 'weekends', 'weekly', 'weeks', 'weigh', 'weighed', 'weight', 'weightloss', 'weird', 'weirdest', 'weirdo', 'weirdy', 'weiyi', 'welcome', 'welcomes', 'well', 'wellda', 'welp', 'wen', 'wendy', 'went', 'wenwecan', 'wer', 'were', 'werethe', 'wesley', 'wesleys', 'west', 'westlife', 'westonzoyland', 'westshore', 'wet', 'wetherspoons', 'wewa', 'whassup', 'what', 'whatever', 'whats', 'whatsup', 'wheat', 'wheel', 'wheellock', 'when', 'whenever', 'whenevr', 'whens', 'where', 'whereare', 'wherever', 'wherevr', 'wherre', 'whether', 'which', 'while', 'whilltake', 'whispers', 'white', 'whn', 'who', 'whoever', 'whole', 'whom', 'whore', 'whos', 'whose', 'whr', 'why', 'wi', 'wicked', 'wicket', 'wid', 'widelive', 'wif', 'wife', 'wifi', 'wihtuot', 'wil', 'wild', 'wildest', 'wildlife', 'will', 'willing', 'willpower', 'win', 'wind', 'window', 'windows', 'winds', 'windy', 'wine', 'wined', 'wining', 'winner', 'winnersclub', 'winning', 'wins', 'wipe', 'wipro', 'wire3', 'wisdom', 'wise', 'wish', 'wisheds', 'wishes', 'wishin', 'wishing', 'wishlist', 'wiskey', 'wit', 'with', 'wither', 'within', 'without', 'witin', 'witot', 'witout', 'wiv', 'wizzle', 'wk', 'wkend', 'wkent', 'wkg', 'wkly', 'wknd', 'wks', 'wlcome', 'wld', 'wml', 'wn', 'wnevr', 'wnt', 'wo', 'woah', 'wocay', 'woke', 'woken', 'woman', 'womdarfull', 'women', 'won', 'wondar', 'wondarfull', 'wonder', 'wonderful', 'wondering', 'wonders', 'wont', 'woodland', 'woods', 'woohoo', 'woould', 'woozles', 'word', 'words', 'work', 'workand', 'workin', 'working', 'workout', 'works', 'world', 'worlds', 'worms', 'worried', 'worries', 'worry', 'worrying', 'worse', 'worst', 'worth', 'worthless', 'wot', 'wotz', 'would', 'woulda', 'wouldn', 'wounds', 'wow', 'wrc', 'wrench', 'wrenching', 'wright', 'write', 'wrk', 'wrkin', 'wrks', 'wrld', 'wrnog', 'wrong', 'wrote', 'ws', 'wt', 'wtc', 'wtf', 'wth', 'wthout', 'wtlp', 'wud', 'wudn', 'wuld', 'wuldnt', 'wun', 'www', 'wylie', 'x49', 'xafter', 'xam', 'xavier', 'xchat', 'xclusive', 'xin', 'xmas', 'xt', 'xuhui', 'xx', 'xxx', 'xxxmobilemovieclub', 'xxxx', 'xxxxx', 'xxxxxxx', 'xxxxxxxx', 'xxxxxxxxxxxxxx', 'xy', 'y87', 'ya', 'yahoo', 'yalrigu', 'yam', 'yan', 'yar', 'yarasu', 'yards', 'yavnt', 'yaxx', 'yaxxx', 'yay', 'yck', 'yeah', 'year', 'years', 'yeesh', 'yeh', 'yelling', 'yellow', 'yen', 'yeovil', 'yep', 'yer', 'yes', 'yest', 'yesterday', 'yet', 'yetty', 'yetunde', 'yhl', 'yi', 'yijue', 'ym', 'ymca', 'yo', 'yoga', 'yogasana', 'yor', 'yorge', 'you', 'youdoing', 'youi', 'young', 'younger', 'youphone', 'your', 'youre', 'yourinclusive', 'yourjob', 'yours', 'yourself', 'youwanna', 'yoville', 'yowifes', 'yoyyooo', 'yr', 'yrs', 'ystrday', 'ything', 'yummmm', 'yummy', 'yun', 'yunny', 'yuo', 'yuou', 'yup', 'yupz', 'zac', 'zaher', 'zealand', 'zebra', 'zed', 'zhong', 'zindgi', 'zoe', 'zogtorius', 'zoom', 'zouk', 'zyada', 'èn']

抽取训练集的短信文本   (0, 3314)	0.3413769603419699
  (0, 5235)	0.38707834428362736
  (0, 2775)	0.5356511337847825
  (0, 4720)	0.20479029589793457
  (0, 1609)	0.3270146098248118
  (0, 6450)	0.28965317406491353
  (0, 7257)	0.462529358668921
  (1, 6815)	0.5865489053964534
  (1, 6067)	0.27915304448946415
  (1, 4670)	0.2745785846244353
  (1, 5654)	0.5032508714736004
  (1, 6678)	0.17445130413603566
  (1, 3274)	0.2622523191355785
  (1, 3153)	0.38751720497345177
  (2, 6580)	0.2879565400251049
  (2, 3903)	0.3269093148541924
  (2, 3658)	0.2178086092334525
  (2, 737)	0.31037989629024004
  (2, 7441)	0.15407349238799528
  (2, 1087)	0.25453304999948917
  (2, 1333)	0.5433431399701582
  (2, 4029)	0.27990868880242087
  (2, 2778)	0.38774256301176635
  (2, 6564)	0.23236697065557918
  (3, 2355)	0.5340800173435639
  :	:
  (4178, 6615)	0.2893602351866251
  (4178, 2127)	0.2893602351866251
  (4178, 3977)	0.2893602351866251
  (4178, 3747)	0.2893602351866251
  (4178, 7122)	0.25258882048554626
  (4178, 1616)	0.2661600555707996
  (4178, 7094)	0.2661600555707996
  (4178, 2439)	0.22191985124495336
  (4178, 2530)	0.20910080026557365
  (4178, 4439)	0.17967163143142323
  (4178, 6927)	0.13054363644636868
  (4178, 6568)	0.09018756317476724
  (4178, 3542)	0.09833877979740435
  (4178, 4766)	0.15204154496034772
  (4178, 6564)	0.1138264225180134
  (4178, 4720)	0.11062828853970848
  (4179, 2138)	0.5714026442965389
  (4179, 4602)	0.39136465402044357
  (4179, 4093)	0.31801118964515634
  (4179, 2311)	0.2700776081830415
  (4179, 6684)	0.3282126567865389
  (4179, 2124)	0.303256280450544
  (4179, 7441)	0.1620302061259823
  (4179, 6067)	0.25280670740016115
  (4179, 3274)	0.237501064801119

抽取测试集的短信文本   (0, 6568)	0.16880465573847853
  (0, 6081)	0.30381959787161456
  (0, 5024)	0.40752769021047136
  (0, 4720)	0.20706369597429533
  (0, 4190)	0.40752769021047136
  (0, 3425)	0.2446123579937412
  (0, 1314)	0.5415974571840902
  (0, 742)	0.38859055324533326
  (1, 7441)	0.15385814315299945
  (1, 7220)	0.5273581179491413
  (1, 6927)	0.2661212630230658
  (1, 6568)	0.1838529159627162
  (1, 6392)	0.3675714154894786
  (1, 5924)	0.4362679781632838
  (1, 3177)	0.28437989603486713
  (1, 2948)	0.43276812076820664
  (2, 7441)	0.22852264643990602
  (2, 7219)	0.13498939128520052
  (2, 7128)	0.14975385909760264
  (2, 7117)	0.21426082109594088
  (2, 6678)	0.14854650745460457
  (2, 6605)	0.13088503748415306
  (2, 6595)	0.1994559690945599
  (2, 6568)	0.09102444206178821
  (2, 6067)	0.11885038638603114
  :	:
  (1391, 2249)	0.20268927962597597
  (1391, 2178)	0.17634562945494286
  (1391, 1532)	0.09752863995565456
  (1391, 1056)	0.12245301777197196
  (1391, 511)	0.20268927962597597
  (1392, 6105)	0.5714799063729071
  (1392, 3515)	0.5955436621577455
  (1392, 2365)	0.5645692721675123
  (1393, 7331)	0.25270640977666997
  (1393, 7197)	0.28509747245308265
  (1393, 6678)	0.11095431894948259
  (1393, 6649)	0.21577311627993134
  (1393, 6605)	0.1955247611482171
  (1393, 6003)	0.28509747245308265
  (1393, 4744)	0.2018981555620324
  (1393, 4658)	0.18063409824049964
  (1393, 3835)	0.415814926864622
  (1393, 3765)	0.1861815752846545
  (1393, 3379)	0.22719397515315648
  (1393, 3106)	0.21032851556022988
  (1393, 2958)	0.33133795048920084
  (1393, 1581)	0.3152672294319361
  (1393, 1532)	0.18324774918883024
  (1393, 1087)	0.18799054509224516
  (1393, 935)	0.14686284135459776
Prediction: 0. Real: 0. Message: How abt making some of the pics bigger?

Prediction: 0. Real: 0. Message: Sure, whenever you show the fuck up >:(

Prediction: 0. Real: 0. Message: Cant believe i said so many things to you this morning when all i really wanted to say was good morning, i love you! Have a beautiful morning. See you in the library later.

Prediction: 0. Real: 0. Message: Okie but i scared u say i fat... Then u dun wan me already...

Prediction: 1. Real: 1. Message: For ur chance to win a £250 wkly shopping spree TXT: SHOP to 80878. T's&C's www.txt-2-shop.com custcare 08715705022, 1x150p/wk

Prediction: 0. Real: 0. Message: Stupid auto correct on my phone

Prediction: 0. Real: 0. Message: Sat right? Okay thanks... 

Prediction: 0. Real: 0. Message: Then u going ikea str aft dat?

Prediction: 0. Real: 0. Message: What u talking bout early morning? It's almost noon where your at!

Prediction: 0. Real: 0. Message: Dnt worry...use ice pieces in a cloth pack.also take 2 tablets.

Accuracy: 0.9684361549497847
[[1197   14]
 [  30  153]]
D:\Program Files\JetBrains\PyCharm 2020.2.31\plugins\python\helpers\pycharm_matplotlib_backend\backend_interagg.py:68: UserWarning: This figure includes Axes that are not compatible with tight_layout, so results might be incorrect.
  self.figure.tight_layout()
Accuracy: 0.9659131638904768 [0.967713   0.97130045 0.96233184 0.96233184 0.96588869]
Precision: 0.8872695386004354 [0.85443038 0.90277778 0.88732394 0.9037037  0.88811189]
Recall: 0.8568411633109619 [0.91275168 0.87919463 0.84666667 0.80666667 0.83892617]
F1: 0.8653786380139481 [0.88294314 0.87248322 0.84848485 0.85223368 0.8707483 ]
['00', '000', '000pes', '008704050406', '0089', '0121', '01223585236', '01223585334', '02', '0207', '02072069400', '02073162414', '02085076972', '03', '04', '0430', '05', '050703', '0578', '06', '07', '07008009200', '07046744435', '07090201529', '07123456789', '07732584351', '07734396839', '07742676969', '07753741225', '0776xxxxxxx', '07786200117', '077xxx', '07808', '07808726822', '07821230901', '078498', '0789xxxxxxx', '0796xxxxxx', '07xxxxxxxxx', '08', '0800', '08000407165', '08000776320', '08000839402', '08000930705', '08000938767', '08001950382', '08002986030', '08002986906', '08002988890', '08006344447', '0808', '08081263000', '08081560665', '083', '0844', '08448350055', '0845', '08452810071', '08452810073', '08452810075over18', '0870', '08700435505150p', '08700621170150p', '08701237397', '08701417012', '08701417012150p', '0870141701216', '087016248', '08701752560', '087018728737', '0870241182716', '08702490080', '08702840625', '08704439680ts', '08706091795', '08707509020', '0870753331018', '08707808226', '08708034412', '08708800282', '0871', '087104711148', '08712101358', '08712103738', '0871212025016', '08712300220', '087123002209am', '08712317606', '08712400602450p', '08712400603', '08712402050', '08712402578', '08712402779', '08712402902', '08712402972', '08712404000', '08712405020', '08712405022', '08712460324', '08712466669', '0871277810710p', '0871277810810', '0871277810910p', '087147123779am', '08714712394', '08714712412', '08715203028', '08715203656', '08715203677', '08715203685', '08715203694', '08715205273', '08715500022', '08715705022', '08717168528', '0871750', '08717507382', '08717890890', '08717898035', '08718720201', '08718723815', '08718725756', '08718726270', '087187262701', '08718726970', '087187272008', '08718727868', '08718727870', '08718727870150ppm', '08718730555', '08718730666', '08718738002', '08718738034', '08719180219', '08719180248', '08719181259', '08719181513', '08719899217', '09', '09050000301', '09050000332', '09050000460', '09050000555', '09050000928', '09050001808', '09050002311', '09050003091', '09050005321', '09050090044', '09050280520', '09053750005', '09056242159', '09057039994', '09058091854', '09058091870', '09058094454', '09058094455', '09058094507', '09058094565', '09058094583', '09058094594', '09058094599', '09058095201', '09058097189', '09058097218', '09058099801', '09061104276', '09061104283', '09061209465', '09061213237', '09061221066', '09061701461', '09061701851', '09061701939', '09061702893', '09061743386', '09061743806', '09061743810', '09061743811', '09061744553', '09061790121', '09061790125', '09061790126', '09063440451', '09063442151', '09063458130', '0906346330', '09064011000', '09064012103', '09064012160', '09064015307', '09064017295', '09064017305', '09064018838', '09064019014', '09064019788', '09065069120', '09065069154', '09065171142', '09065174042', '09065394514', '09065394973', '09065989180', '09065989182', '09066350750', '09066358152', '09066358361', '09066362206', '09066362231', '09066364311', '09066364589', '09066368470', '09066368753', '09066380611', '09066382422', '09066612661', '09066649731from', '09071512432', '09071512433', '09071517866', '09090204448', '09090900040', '09094100151', '09094646631', '09094646899', '09095350301', '09096102316', '09099725823', '09099726395', '09099726429', '09099726481', '09111030116', '09111032124', '0a', '0quit', '10', '100', '1000', '1000call', '1000s', '100p', '100percent', '100txt', '1030', '10am', '10k', '10p', '10ppm', '10th', '11', '113', '1131', '114', '1172', '118p', '11mths', '11pm', '12', '120p', '121', '1225', '123', '125', '1250', '125gift', '12hours', '12hrs', '12mths', '13', '1327', '14', '140', '140ppm', '145', '1450', '146tf150p', '14tcr', '15', '150', '1500', '150p', '150p16', '150pm', '150ppermesssubscription', '150ppm', '150ppmpobox10183bhamb64xe', '150ppmsg', '150pw', '151', '153', '15541', '15pm', '16', '165', '169', '177', '18', '180', '18p', '18yrs', '1956669', '1apple', '1b6a5ecef91ff9', '1cup', '1da', '1er', '1hr', '1im', '1lemon', '1mega', '1million', '1pm', '1st', '1st4terms', '1stchoice', '1stone', '1thing', '1tulsi', '1win150ppmx3', '1winaweek', '1winawk', '1x150p', '20', '200', '2000', '2003', '2004', '2005', '2006', '200p', '2025050', '20m12aq', '20p', '21', '21870000', '21st', '22', '220', '23f', '23g', '24', '24hrs', '24m', '24th', '25', '250', '250k', '25p', '26', '2667', '26th', '27', '28', '2814032', '29', '2b', '2bold', '2c', '2channel', '2day', '2docd', '2end', '2exit', '2ez', '2find', '2getha', '2geva', '2go', '2gthr', '2hrs', '2i', '2kbsubject', '2lands', '2marrow', '2moro', '2morow', '2morro', '2morrow', '2mro', '2mrw', '2mwen', '2nd', '2nhite', '2nights', '2nite', '2optout', '2p', '2price', '2rcv', '2stoptx', '2stoptxt', '2u', '2u2', '2watershd', '2waxsto', '2wks', '2wt', '2years', '30', '300', '3000', '300603', '300603t', '300p', '3030', '30apr', '30ish', '30pp', '30th', '31', '3100', '310303', '31p', '3230', '326', '33', '350', '3510i', '3650', '36504', '373', '3750', '37819', '38', '382', '391784', '3aj', '3d', '3days', '3g', '3gbp', '3hrs', '3lions', '3lp', '3miles', '3mins', '3mobile', '3optical', '3pound', '3qxj9', '3rd', '3ss', '3uz', '3wks', '3x', '3xx', '40', '400', '400mins', '400thousad', '402', '40533', '40gb', '40mph', '41685', '420', '42049', '4217', '42478', '430', '434', '44', '440', '4403ldnw1a7rw18', '44345', '447797706009', '448712404000', '449050000301', '449071512431', '45', '450', '450p', '450ppw', '450pw', '45239', '45pm', '47', '4719', '4742', '48', '4882', '48922', '49', '4a', '4brekkie', '4d', '4eva', '4few', '4fil', '4get', '4give', '4got', '4goten', '4info', '4jx', '4mths', '4my', '4qf2', '4t', '4th', '4the', '4thnov', '4txt', '4u', '4utxt', '4w', '4ward', '4wrd', '4xx26', '50', '500', '5000', '50award', '50ea', '50gbp', '50p', '50perweeksub', '50perwksub', '50pm', '50s', '5226', '523', '5249', '526', '530', '54', '542', '545', '5digital', '5free', '5ish', '5k', '5min', '5mls', '5p', '5pm', '5th', '5wb', '5we', '5wkg', '5wq', '5years', '60', '6031', '6089', '60p', '61', '61200', '61610', '62220cncl', '6230', '62468', '62735', '630', '63miles', '65', '650', '66', '674', '67441233', '69101', '69200', '69669', '69696', '69698', '69855', '69866', '69888', '69911', '69969', '69988', '6days', '6hl', '6hrs', '6ish', '6months', '6ph', '6pm', '6th', '6times', '6wu', '6zf', '700', '71', '7250', '7250i', '731', '74355', '75', '750', '75max', '762', '77', '7732584351', '786', '7876150ppm', '79', '7am', '7cfca1a', '7ish', '7mp', '7oz', '7pm', '7th', '7ws', '7zs', '80', '800', '80062', '8007', '80082', '80086', '80155', '80160', '80182', '8027', '80488', '80608', '8077', '80878', '81010', '81151', '81303', '81618', '82050', '820554ad0a1705572711', '82242', '82277', '82468', '83039', '83049', '83110', '83222', '83332', '83355', '83370', '83383', '83435', '83600', '84', '84025', '84128', '84199', '85', '850', '85023', '85069', '85222', '85233', '8552', '86021', '861', '864233', '86688', '86888', '87021', '87066', '87070', '87077', '87121', '87131', '8714714', '872', '87239', '87575', '88039', '88066', '88088', '88222', '88600', '8883', '88877', '89070', '89080', '89105', '89545', '89555', '89693', '89938', '8am', '8lb', '8pm', '8th', '8wp', '900', '9061100010', '910', '9153', '92h', '930', '945', '946', '95', '9755', '9758', '97n7qp', '9ae', '9am', '9ja', '9pm', '9t', '9th', '9yt', '____', 'aa', 'aah', 'aaniye', 'aaooooright', 'aathi', 'abbey', 'abdomen', 'abeg', 'aberdeen', 'abi', 'ability', 'abiola', 'abj', 'able', 'abnormally', 'about', 'above', 'abroad', 'absolutely', 'absolutly', 'abstract', 'abt', 'abta', 'aburo', 'ac', 'academic', 'acc', 'accenture', 'accept', 'access', 'accident', 'accidentally', 'accommodation', 'accommodationvouchers', 'accomodate', 'accomodations', 'accordin', 'accordingly', 'account', 'accounts', 'accumulation', 'achan', 'ache', 'acknowledgement', 'acl03530150pm', 'aco', 'across', 'act', 'acted', 'actin', 'acting', 'action', 'activate', 'active', 'activities', 'actor', 'actual', 'actually', 'ad', 'adam', 'add', 'addamsfa', 'added', 'addicted', 'addie', 'adding', 'address', 'adewale', 'adi', 'admin', 'administrator', 'admirer', 'admit', 'adore', 'adoring', 'adp', 'adress', 'adrian', 'adrink', 'ads', 'adsense', 'adult', 'adults', 'advance', 'adventure', 'adventuring', 'advice', 'advise', 'advisors', 'afew', 'affair', 'affairs', 'affection', 'affectionate', 'affections', 'affidavit', 'afford', 'afghanistan', 'afraid', 'africa', 'african', 'aft', 'after', 'afternon', 'afternoon', 'afternoons', 'afterwards', 'aftr', 'ag', 'again', 'against', 'agalla', 'age', 'age16', 'age23', 'agent', 'agents', 'ages', 'agidhane', 'aging', 'ago', 'agree', 'ah', 'aha', 'ahead', 'ahhh', 'ahhhh', 'ahmad', 'aid', 'aids', 'aight', 'ain', 'aint', 'air', 'airport', 'airtel', 'aiya', 'aiyah', 'aiyar', 'aiyo', 'ak', 'aka', 'al', 'alaikkum', 'alaipayuthe', 'albi', 'album', 'alcohol', 'aldrine', 'alert', 'alertfrom', 'alerts', 'aletter', 'alex', 'alfie', 'algarve', 'algebra', 'algorithms', 'alian', 'alibi', 'alive', 'all', 'allah', 'allalo', 'allday', 'alle', 'allo', 'allow', 'allowed', 'almost', 'alone', 'along', 'alot', 'already', 'alright', 'alrite', 'also', 'alter', 'alternative', 'although', 'alto18', 'aluable', 'alwa', 'always', 'alwys', 'am', 'amazing', 'ambitious', 'ambrith', 'american', 'ami', 'amigos', 'amk', 'amla', 'amma', 'ammo', 'amnow', 'among', 'amongst', 'amore', 'amount', 'amp', 'amplikater', 'amrca', 'amrita', 'amt', 'amused', 'amy', 'an', 'and', 'anderson', 'andre', 'andres', 'andrews', 'andros', 'angels', 'angry', 'animal', 'animation', 'anjie', 'anjola', 'anna', 'annie', 'anniversary', 'annoncement', 'announcement', 'annoyin', 'annoying', 'anot', 'another', 'ans', 'ansr', 'answer', 'answered', 'answerin', 'answering', 'answers', 'answr', 'antelope', 'anthony', 'anti', 'antibiotic', 'any', 'anybody', 'anymore', 'anyone', 'anyones', 'anyplaces', 'anythiing', 'anythin', 'anything', 'anythingtomorrow', 'anytime', 'anyway', 'anyways', 'anywhere', 'aom', 'apart', 'apartment', 'apes', 'apeshit', 'apnt', 'apo', 'apologetic', 'apologise', 'app', 'apparently', 'appeal', 'appear', 'appendix', 'applebees', 'apples', 'application', 'apply', 'applyed', 'applying', 'appointment', 'appointments', 'appreciate', 'appreciated', 'approaches', 'approaching', 'appropriate', 'approve', 'approved', 'approx', 'apps', 'appt', 'april', 'aproach', 'apt', 'aptitude', 'ar', 'arab', 'arcade', 'archive', 'ard', 'are', 'area', 'aren', 'arent', 'arestaurant', 'aretaking', 'areyouunique', 'argentina', 'argh', 'argue', 'arguing', 'argument', 'arguments', 'aries', 'arise', 'arm', 'armand', 'armenia', 'arms', 'arng', 'around', 'aroundn', 'arr', 'arrange', 'arranging', 'arrested', 'arrival', 'arrive', 'arrived', 'arrow', 'arsenal', 'art', 'artists', 'arts', 'arty', 'arun', 'as', 'asap', 'asda', 'ashes', 'ashley', 'ashwini', 'asian', 'asjesus', 'ask', 'askd', 'asked', 'askin', 'asking', 'asks', 'aslamalaikkum', 'asleep', 'asp', 'ass', 'assessment', 'asshole', 'assume', 'assumed', 'astoundingly', 'astrology', 'astronomer', 'asus', 'asusual', 'at', 'ate', 'athletic', 'athome', 'atlanta', 'atlast', 'atleast', 'atm', 'atrocious', 'attached', 'attempt', 'attend', 'attended', 'attending', 'attention', 'attitude', 'attraction', 'attractive', 'attributed', 'atural', 'auction', 'audiitions', 'audition', 'audrey', 'august', 'aunt', 'auntie', 'aunts', 'aunty', 'aust', 'australia', 'auto', 'av', 'available', 'avalarr', 'avatar', 'avble', 'ave', 'avent', 'avenue', 'avin', 'avo', 'avoid', 'avoiding', 'await', 'awaiting', 'awake', 'award', 'awarded', 'away', 'awesome', 'awkward', 'aww', 'awww', 'ay', 'ayn', 'b4', 'b4190604', 'b4280703', 'b4u', 'b4utele', 'ba', 'ba128nnfwfly150ppm', 'baaaaaaaabe', 'baaaaabe', 'babe', 'babes', 'babies', 'baby', 'babygoodbye', 'babyjontet', 'babysitting', 'bac', 'back', 'backdoor', 'bad', 'badly', 'bag', 'bags', 'bahamas', 'baig', 'bailiff', 'bajarangabali', 'bak', 'bakra', 'balance', 'ball', 'baller', 'balls', 'bam', 'bambling', 'bandages', 'bangb', 'bangbabes', 'bani', 'bank', 'banks', 'banned', 'banter', 'bao', 'barcelona', 'bare', 'barely', 'bari', 'barkleys', 'barmed', 'barolla', 'barred', 'barrel', 'bars', 'base', 'basic', 'basically', 'basket', 'basq', 'bat', 'batch', 'bath', 'bathe', 'bathing', 'bathroom', 'batsman', 'batt', 'battery', 'battle', 'bawling', 'bay', 'bb', 'bbc', 'bbd', 'bbq', 'bc', 'bcaz', 'bck', 'bcm', 'bcm1896wc1n3xx', 'bcm4284', 'bcmsfwc1n3xx', 'bcoz', 'bcs', 'bcum', 'bcums', 'bday', 'be', 'beach', 'beads', 'bear', 'bears', 'beatings', 'beautiful', 'beauty', 'bec', 'becaus', 'because', 'become', 'becoz', 'bed', 'bedbut', 'bedreal', 'bedrm', 'bedroom', 'beeen', 'beehoon', 'been', 'beendropping', 'beer', 'befor', 'before', 'beforehand', 'beg', 'beggar', 'begging', 'begin', 'begins', 'begun', 'behalf', 'behave', 'behind', 'bein', 'being', 'believe', 'belive', 'bell', 'bellearlier', 'belligerent', 'belly', 'belong', 'belovd', 'beloved', 'belt', 'ben', 'bend', 'beneath', 'beneficiary', 'benefits', 'beside', 'best', 'best1', 'bet', 'beta', 'beth', 'betta', 'better', 'bettersn', 'bettr', 'between', 'beverage', 'beware', 'beyond', 'bf', 'bhaji', 'bian', 'biatch', 'bid', 'bids', 'big', 'bigger', 'biggest', 'bike', 'bill', 'billed', 'billing', 'billion', 'bills', 'billy', 'bin', 'biola', 'bird', 'birds', 'birla', 'biro', 'birth', 'birthdate', 'birthday', 'bishan', 'bit', 'bitch', 'bitching', 'bite', 'bits', 'biz', 'bk', 'black', 'blackberry', 'blah', 'blake', 'blame', 'blank', 'blanked', 'blanket', 'blankets', 'blastin', 'bleak', 'bleh', 'bless', 'blessed', 'blessing', 'blessings', 'blimey', 'blind', 'block', 'blogging', 'blogspot', 'bloke', 'blokes', 'blonde', 'blood', 'bloody', 'bloomberg', 'blow', 'blown', 'blu', 'blue', 'bluetooth', 'bluetoothhdset', 'bluff', 'blur', 'bluray', 'bmw', 'boat', 'boatin', 'body', 'boggy', 'bognor', 'bold', 'bold2', 'boltblue', 'bomb', 'bone', 'bonus', 'boo', 'boobs', 'book', 'booked', 'booking', 'books', 'bookshelf', 'boost', 'booty', 'borderline', 'bored', 'borin', 'boring', 'born', 'borrow', 'boss', 'boston', 'bot', 'both', 'bother', 'bothering', 'bottle', 'bottom', 'bought', 'bout', 'bowa', 'bowl', 'bowls', 'box', 'box1146', 'box139', 'box245c2150pm', 'box326', 'box334', 'box334sk38ch', 'box385', 'box39822', 'box403', 'box42wr29c', 'box61', 'box95qu', 'box97n7qp', 'boy', 'boye', 'boyf', 'boyfriend', 'boys', 'boytoy', 'bpo', 'brah', 'brain', 'brainless', 'brains', 'brainy', 'brand', 'brandy', 'bras', 'braved', 'bray', 'brb', 'brdget', 'bread', 'break', 'breakfast', 'breaking', 'breaks', 'breath', 'breathe', 'breathe1', 'breather', 'breathing', 'breeze', 'bribe', 'bridal', 'bridge', 'bridgwater', 'brief', 'bright', 'brighten', 'brilliant', 'brilliantly', 'brin', 'bring', 'bringing', 'brings', 'brison', 'bristol', 'british', 'britney', 'bro', 'broad', 'broadband', 'broke', 'broken', 'bros', 'broth', 'brothas', 'brother', 'brothers', 'brought', 'brown', 'brownie', 'browse', 'browsin', 'bruce', 'brum', 'bruv', 'bslvyl', 'bsnl', 'bstfrnd', 'bt', 'bthere', 'btw', 'btwn', 'bucks', 'bud', 'buddy', 'buddys', 'budget', 'buen', 'buff', 'buffet', 'buffy', 'bugis', 'build', 'building', 'built', 'bulbs', 'bull', 'bunch', 'bundle', 'bunkers', 'buns', 'burden', 'burger', 'burgundy', 'burial', 'burn', 'burning', 'burns', 'burnt', 'bus', 'bus8', 'buses', 'busetop', 'business', 'busty', 'busy', 'but', 'butt', 'butting', 'buttons', 'buy', 'buyer', 'buyers', 'buying', 'buz', 'buzy', 'buzz', 'buzzzz', 'bw', 'bx', 'bx420', 'bx526', 'by', 'byatch', 'bye', 'c52', 'cabin', 'cable', 'cafe', 'cage', 'cake', 'cal', 'calculated', 'calculation', 'cali', 'calicut', 'california', 'call', 'call09050000327', 'call2optout', 'callcost', 'callcost150ppmmobilesvary', 'called', 'caller', 'callers', 'callertune', 'callfreefone', 'callin', 'calling', 'callon', 'calls', 'calm', 'cam', 'camcorder', 'came', 'camera', 'camp', 'campus', 'camry', 'can', 'canada', 'canal', 'canary', 'cancel', 'cancer', 'canlove', 'cann', 'canname', 'cannot', 'cant', 'cantdo', 'capacity', 'capital', 'cappuccino', 'captain', 'captaining', 'car', 'card', 'cardiff', 'cards', 'care', 'careabout', 'cared', 'career', 'careers', 'careful', 'carefully', 'careless', 'cares', 'caring', 'carlin', 'carlos', 'carolina', 'caroline', 'carry', 'carryin', 'cars', 'cartons', 'cartoon', 'case', 'cash', 'cashbin', 'cashto', 'casing', 'cast', 'casting', 'castor', 'casualty', 'cat', 'catch', 'catches', 'catching', 'caught', 'cause', 'causing', 'cave', 'caveboy', 'cbe', 'cc', 'cc100p', 'ccna', 'cd', 'cdgt', 'cds', 'ceiling', 'celeb', 'celebrate', 'celebrated', 'celebration', 'celebrations', 'cell', 'center', 'centre', 'century', 'cer', 'ceri', 'certainly', 'certificate', 'cha', 'chachi', 'chad', 'chain', 'challenge', 'champ', 'champlaxigating', 'champneys', 'chance', 'chances', 'change', 'changed', 'changes', 'changing', 'channel', 'chapel', 'chaps', 'chapter', 'character', 'characters', 'charge', 'charged', 'charges', 'charity', 'charles', 'charlie', 'charming', 'charts', 'chasing', 'chastity', 'chat', 'chat80155', 'chatlines', 'chatter', 'chatting', 'cheap', 'cheaper', 'cheat', 'cheating', 'chechi', 'check', 'checkboxes', 'checked', 'checkin', 'checking', 'checkmate', 'checkup', 'cheek', 'cheer', 'cheered', 'cheers', 'cheery', 'cheese', 'cheesy', 'cheetos', 'chef', 'chennai', 'cheque', 'cherish', 'chess', 'chest', 'chg', 'chgs', 'chic', 'chick', 'chicken', 'chickened', 'chik', 'chikku', 'child', 'childish', 'childporn', 'children', 'childrens', 'chile', 'chill', 'chillin', 'china', 'chinatown', 'chinese', 'chinky', 'chinnu', 'chiong', 'chip', 'chit', 'chk', 'chloe', 'chocolate', 'choice', 'choices', 'choose', 'choosing', 'chop', 'chords', 'chores', 'chosen', 'chrgd', 'christ', 'christians', 'christmas', 'christmassy', 'chuck', 'chuckin', 'church', 'ciao', 'cine', 'cinema', 'citizen', 'city', 'cl', 'claim', 'claims', 'claire', 'clark', 'clas', 'clash', 'class', 'classes', 'classic', 'classmates', 'claypot', 'cld', 'clean', 'cleaning', 'clear', 'cleared', 'clearing', 'clearly', 'clever', 'click', 'cliffs', 'clock', 'clos1', 'close', 'closeby', 'closed', 'closer', 'closes', 'clothes', 'cloud', 'club', 'club4', 'club4mobiles', 'clubzed', 'clue', 'cm', 'cm2', 'cme', 'cn', 'cnl', 'cnn', 'cnupdates', 'co', 'coast', 'coat', 'coca', 'coccooning', 'cock', 'cocksuckers', 'coco', 'code', 'coffee', 'coherently', 'coimbatore', 'coin', 'coincidence', 'coins', 'cola', 'colany', 'cold', 'collages', 'collapsed', 'colleagues', 'collect', 'collected', 'collecting', 'collection', 'colleg', 'college', 'color', 'colour', 'colours', 'com', 'com1win150ppmx3age16', 'com1win150ppmx3age16subscription', 'comb', 'combination', 'combine', 'come', 'comedy', 'comes', 'comfort', 'comin', 'coming', 'comingdown', 'commercial', 'commit', 'common', 'community', 'comp', 'companies', 'companion', 'company', 'compare', 'compass', 'compensation', 'competition', 'complain', 'complaining', 'complaint', 'complete', 'completed', 'completely', 'completes', 'completing', 'complexities', 'complimentary', 'comprehensive', 'compromised', 'compulsory', 'computational', 'computer', 'computerless', 'computers', 'comuk', 'conacted', 'concentrate', 'concentration', 'concerned', 'concert', 'condition', 'conditions', 'conducts', 'conected', 'confidence', 'configure', 'confirm', 'confirmd', 'confirmed', 'conform', 'confused', 'confuses', 'congrats', 'congratulation', 'congratulations', 'connect', 'connected', 'connection', 'connections', 'cons', 'consensus', 'conserve', 'consider', 'considering', 'consistently', 'console', 'constant', 'constantly', 'contact', 'contacted', 'contacts', 'content', 'contented', 'contention', 'contents', 'continent', 'continue', 'continued', 'contract', 'contribute', 'convenience', 'converter', 'convey', 'convince', 'convincing', 'cook', 'cooked', 'cookies', 'cooking', 'cool', 'cooped', 'copied', 'copies', 'coping', 'cops', 'copy', 'corect', 'cornwall', 'corporation', 'correct', 'correction', 'correctly', 'corvettes', 'cos', 'cosign', 'cost', 'costa', 'costing', 'costs', 'costume', 'costumes', 'couch', 'coughing', 'could', 'coulda', 'couldn', 'count', 'countin', 'countinlots', 'country', 'counts', 'coupla', 'couple', 'courage', 'courageous', 'course', 'court', 'courtroom', 'cousin', 'cover', 'coveragd', 'covers', 'coz', 'cozy', 'cps', 'cr', 'cr01327bt', 'cr9', 'crack', 'craigslist', 'crammed', 'cramps', 'crap', 'crash', 'crashed', 'crave', 'craziest', 'crazy', 'crazyin', 'crckt', 'cream', 'created', 'creative', 'creativity', 'credit', 'credited', 'credits', 'creep', 'creepy', 'cres', 'cribbs', 'cricket', 'cricketer', 'cried', 'crisis', 'cro1327', 'cross', 'crowd', 'croydon', 'cruel', 'cruise', 'crushes', 'cry', 'cs', 'csbcm4235wc1n3xx', 'csh11', 'cst', 'cstore', 'ctagg', 'ctargg', 'cts', 'cttargg', 'ctter', 'cttergg', 'ctxt', 'cu', 'cuck', 'cud', 'cuddle', 'cuddled', 'cuddling', 'culdnt', 'cultures', 'cum', 'cumin', 'cumming', 'cup', 'cupboard', 'curfew', 'curious', 'current', 'currently', 'curry', 'curtsey', 'cusoon', 'cust', 'custcare', 'custom', 'customer', 'customers', 'cut', 'cute', 'cutefrnd', 'cutest', 'cutie', 'cutter', 'cutting', 'cuz', 'cw25wx', 'cya', 'cyclists', 'd3wv', 'da', 'daaaaa', 'dabbles', 'dabooks', 'dad', 'daddy', 'dads', 'dai', 'daily', 'damn', 'dan', 'dancce', 'dance', 'dancin', 'dancing', 'dang', 'dangerous', 'dao', 'dare', 'dark', 'darker', 'darkest', 'darkness', 'darlin', 'darling', 'darlings', 'darren', 'dartboard', 'das', 'dasara', 'dat', 'date', 'datebox1282essexcm61xn', 'dates', 'dating', 'dats', 'dave', 'dawns', 'day', 'days', 'daytime', 'daywith', 'dbuk', 'dd', 'de', 'dead', 'deal', 'dealer', 'dealing', 'deals', 'dear', 'dear1', 'dearer', 'dearly', 'death', 'debating', 'dec', 'decades', 'december', 'decent', 'decide', 'decided', 'deciding', 'decimal', 'decision', 'decisions', 'deck', 'decking', 'declare', 'dedicate', 'dedicated', 'deduct', 'deep', 'deepak', 'deepest', 'deer', 'deeraj', 'def', 'defeat', 'definite', 'definitely', 'defo', 'degree', 'dehydrated', 'dehydration', 'del', 'delay', 'delete', 'deleted', 'delhi', 'delicious', 'deliver', 'delivered', 'deliveredtomorrow', 'delivery', 'dem', 'demand', 'den', 'dena', 'dent', 'dentist', 'dentists', 'denying', 'department', 'dependable', 'depends', 'deposit', 'depressed', 'dept', 'der', 'derek', 'describe', 'description', 'designation', 'desires', 'desk', 'desparate', 'desparately', 'desperate', 'despite', 'dessert', 'destination', 'destiny', 'detail', 'detailed', 'details', 'determine', 'determined', 'detroit', 'deus', 'develop', 'developer', 'device', 'devils', 'deviousbitch', 'devouring', 'dey', 'dha', 'dhanush', 'dhina', 'dhoni', 'di', 'dial', 'dialling', 'dialogue', 'diamond', 'diamonds', 'diapers', 'dick', 'dict', 'dictionary', 'did', 'diddy', 'didn', 'didnt', 'didntgive', 'die', 'died', 'diesel', 'diet', 'dieting', 'diff', 'difference', 'differences', 'different', 'difficult', 'difficulties', 'dificult', 'digi', 'digital', 'digits', 'dignity', 'dileep', 'dime', 'dimension', 'din', 'dine', 'dinero', 'ding', 'dining', 'dinner', 'dino', 'dint', 'dip', 'dippeditinadew', 'direct', 'directly', 'director', 'dirt', 'dirtiest', 'dirty', 'dis', 'disappointment', 'disaster', 'disasters', 'disclose', 'disconnect', 'disconnected', 'discount', 'discreet', 'discuss', 'discussed', 'diseases', 'disk', 'dislikes', 'dismay', 'dismissial', 'display', 'distance', 'distract', 'disturb', 'disturbance', 'disturbing', 'division', 'divorce', 'diwali', 'dizzamn', 'dl', 'dled', 'dlf', 'dload', 'dnot', 'dnt', 'do', 'dob', 'dobby', 'doc', 'dock', 'docks', 'docs', 'doctor', 'documents', 'dodda', 'dodgey', 'does', 'doesdiscount', 'doesn', 'doesnt', 'dog', 'dogg', 'doggin', 'dogging', 'doggy', 'dogs', 'dogwood', 'doin', 'doinat', 'doing', 'doit', 'doke', 'doll', 'dollar', 'dollars', 'dom', 'domain', 'don', 'donate', 'done', 'donno', 'dont', 'dontcha', 'dontignore', 'dontmatter', 'dontplease', 'donyt', 'dooms', 'door', 'doors', 'dorm', 'dormitory', 'dorothy', 'dosomething', 'dot', 'double', 'doublemins', 'doubles', 'doubletxt', 'doubt', 'doug', 'dough', 'down', 'download', 'downloaded', 'downloads', 'downon', 'downs', 'downstem', 'dozens', 'dps', 'dr', 'dracula', 'dramastorm', 'dramatic', 'drastic', 'draw', 'draws', 'dreading', 'dream', 'dreams', 'dreamz', 'dress', 'dressed', 'dresser', 'drink', 'drinkin', 'drinking', 'drinks', 'drivby', 'drive', 'driver', 'drivin', 'driving', 'drizzling', 'drms', 'drop', 'dropped', 'drops', 'drove', 'drpd', 'drug', 'drugdealer', 'drugs', 'drum', 'drunk', 'drunkard', 'drunken', 'drvgsto', 'dry', 'dryer', 'dt', 'dub', 'dubsack', 'duchess', 'dude', 'dudes', 'dudette', 'due', 'duffer', 'dull', 'dumb', 'dump', 'dun', 'dungerees', 'dunno', 'duo', 'durban', 'durham', 'during', 'dusk', 'dust', 'dvd', 'dvg', 'dysentry', 'e14', 'each', 'eachother', 'ear', 'earlier', 'earliest', 'early', 'earn', 'earning', 'ears', 'earth', 'easier', 'easiest', 'easily', 'eastenders', 'easter', 'easy', 'eat', 'eaten', 'eatin', 'eating', 'ebay', 'ec2a', 'echo', 'ecstacy', 'ecstasy', 'edge', 'edison', 'edition', 'edrunk', 'edu', 'education', 'educational', 'edukkukayee', 'edward', 'edwards', 'ee', 'eek', 'eerie', 'eerulli', 'effect', 'effects', 'efficient', 'eg', 'egbon', 'egg', 'eggs', 'eh', 'eh74rr', 'eight', 'eighth', 'eire', 'either', 'el', 'ela', 'elaine', 'elaya', 'eldest', 'election', 'elections', 'electricity', 'elephant', 'eleven', 'ello', 'else', 'elsewhere', 'elvis', 'em', 'email', 'emailed', 'embarassed', 'embarassing', 'embassy', 'emc1', 'emerging', 'emigrated', 'emily', 'employee', 'employer', 'empty', 'en', 'enc', 'end', 'ended', 'ending', 'ends', 'enemies', 'enemy', 'energy', 'eng', 'engagement', 'engin', 'england', 'english', 'enjoy', 'enjoyed', 'enjoyin', 'enjoying', 'enketa', 'enna', 'enough', 'enter', 'entered', 'entertain', 'entertaining', 'entey', 'entire', 'entirely', 'entitled', 'entrepreneurs', 'entropication', 'entry', 'entry41', 'enufcredeit', 'enuff', 'envelope', 'environment', 'eppolum', 'epsilon', 'equally', 'er', 'ere', 'ericson', 'ericsson', 'erm', 'erotic', 'error', 'ertini', 'eruku', 'erupt', 'esaplanade', 'escalator', 'escape', 'ese', 'eshxxxxxxxxxxx', 'espe', 'especially', 'esplanade', 'essay', 'essential', 'establish', 'eta', 'etc', 'etlp', 'ettans', 'euro', 'euro2004', 'eurodisinc', 'europe', 'evaporated', 'eve', 'eveb', 'even', 'evening', 'evenings', 'event', 'events', 'eventually', 'ever', 'every', 'everybody', 'everyboy', 'everyday', 'everyone', 'everyones', 'everything', 'everytime', 'everywhere', 'evey', 'eviction', 'evn', 'evng', 'evone', 'evr', 'evrey', 'evry1', 'evrydy', 'ew', 'ex', 'exact', 'exactly', 'exam', 'exams', 'excellent', 'except', 'exchanged', 'excited', 'exciting', 'excuse', 'excused', 'excuses', 'exe', 'executive', 'exercise', 'exeter', 'exhaust', 'exhausted', 'exhibition', 'exist', 'exmpel', 'exorcism', 'exorcist', 'exp', 'expect', 'expected', 'expecting', 'expects', 'expensive', 'experience', 'experiencehttp', 'experiment', 'expired', 'expires', 'expiry', 'explain', 'explicit', 'explosive', 'exposed', 'express', 'expression', 'expressoffer', 'ext', 'exterminator', 'extra', 'extract', 'extreme', 'ey', 'eye', 'eyes', 'f4q', 'fa', 'fab', 'faber', 'face', 'facebook', 'facilities', 'fact', 'factory', 'faded', 'faggot', 'faggy', 'faglord', 'failed', 'failing', 'fails', 'failure', 'fair', 'faith', 'fake', 'fal', 'falconerf', 'fall', 'fallen', 'falling', 'falls', 'fals', 'famamus', 'family', 'famous', 'fan', 'fancies', 'fancy', 'fans', 'fantasies', 'fantastic', 'fantasy', 'far', 'farm', 'farting', 'fast', 'faster', 'fat', 'father', 'fathima', 'fats', 'fatty', 'fault', 'fave', 'favor', 'favour', 'favourite', 'fb', 'fear', 'feathery', 'feb', 'february', 'fed', 'fedex', 'feed', 'feel', 'feelin', 'feeling', 'feelingood', 'feellikw', 'feels', 'fees', 'feet', 'fell', 'felt', 'female', 'feng', 'festival', 'fetch', 'fetching', 'fever', 'few', 'ffectionate', 'ffffuuuuuuu', 'fidalfication', 'field', 'fieldof', 'fiend', 'fifa', 'fifteen', 'fifth', 'fight', 'fighting', 'fightng', 'fights', 'figure', 'figures', 'figuring', 'file', 'files', 'fill', 'filled', 'filling', 'fills', 'film', 'films', 'filth', 'filthy', 'final', 'finalise', 'finally', 'finance', 'financial', 'find', 'finding', 'fine', 'finest', 'fingers', 'finish', 'finishd', 'finished', 'finishes', 'finishing', 'finn', 'fire', 'fired', 'firefox', 'fireplace', 'fires', 'firsg', 'first', 'fish', 'fishhead', 'fishrman', 'fit', 'fiting', 'five', 'fix', 'fixd', 'fixed', 'fixedline', 'flag', 'flaked', 'flaky', 'flame', 'flash', 'flat', 'flatter', 'fletcher', 'flew', 'flies', 'flight', 'flights', 'flip', 'flirt', 'flirting', 'floating', 'flood', 'floor', 'florida', 'flower', 'flowing', 'fluids', 'flung', 'flute', 'fly', 'flying', 'flyng', 'fml', 'fne', 'fo', 'fold', 'foley', 'folks', 'follow', 'followed', 'followin', 'following', 'fondly', 'fone', 'foned', 'fonin', 'food', 'fool', 'fooled', 'fools', 'foot', 'football', 'footbl', 'footy', 'for', 'force', 'forced', 'foreign', 'forever', 'forevr', 'forfeit', 'forget', 'forgets', 'forgiven', 'forgiveness', 'forgot', 'forgotten', 'form', 'formal', 'formally', 'formatting', 'forms', 'forth', 'forum', 'forums', 'forward', 'forwarded', 'forwarding', 'found', 'foundurself', 'four', 'fourth', 'foward', 'fowler', 'fps', 'fr', 'fraction', 'fran', 'frank', 'franyxxxxx', 'frauds', 'freak', 'freaking', 'fredericksburg', 'free', 'free2day', 'freedom', 'freeentry', 'freefone', 'freek', 'freely', 'freemsg', 'freephone', 'freezing', 'freinds', 'fren', 'french', 'frens', 'frequently', 'fresh', 'freshers', 'fret', 'fri', 'friday', 'fridays', 'friend', 'friends', 'friendsare', 'friendship', 'friendships', 'fring', 'fringe', 'frm', 'frmcloud', 'frnd', 'frnds', 'frndship', 'fro', 'from', 'fromm', 'fromwrk', 'front', 'frontierville', 'frosty', 'fruit', 'frwd', 'ft', 'fuck', 'fucked', 'fuckin', 'fucking', 'fuckinnice', 'fucks', 'fudge', 'fujitsu', 'ful', 'fulfil', 'full', 'fullonsms', 'fun', 'function', 'functions', 'fund', 'fundamentals', 'funeral', 'funk', 'funky', 'funny', 'funs', 'furniture', 'further', 'fusion', 'future', 'fwiw', 'fyi', 'g2', 'g696ga', 'ga', 'gage', 'gailxx', 'gain', 'gained', 'gal', 'galileo', 'gals', 'gam', 'game', 'games', 'gamestar', 'gandhipuram', 'ganesh', 'gang', 'gap', 'gaps', 'garage', 'garbage', 'garden', 'gardener', 'garments', 'gary', 'gas', 'gastroenteritis', 'gauge', 'gautham', 'gauti', 'gave', 'gay', 'gays', 'gaytextbuddy', 'gaze', 'gbp', 'gbp1', 'gbp5', 'gd', 'ge', 'gee', 'geeee', 'geeeee', 'gei', 'gek1510', 'gender', 'general', 'generally', 'genius', 'gent', 'gentle', 'gentleman', 'gently', 'genuine', 'genus', 'george', 'gep', 'germany', 'get', 'get4an18th', 'geting', 'gets', 'getsleep', 'getstop', 'gettin', 'getting', 'getzed', 'gf', 'ghost', 'gibbs', 'gibe', 'gift', 'gifted', 'giggle', 'gimme', 'gin', 'girl', 'girlfrnd', 'girlie', 'girls', 'gist', 'giv', 'give', 'given', 'gives', 'giving', 'glad', 'glands', 'glasgow', 'glass', 'glo', 'global', 'glory', 'gloucesterroad', 'gm', 'gmw', 'gn', 'gnarls', 'gnt', 'gnun', 'go', 'go2', 'go2sri', 'goal', 'gobi', 'god', 'gods', 'goes', 'goigng', 'goin', 'goin2bed', 'going', 'gokila', 'gold', 'golddigger', 'golden', 'goldviking', 'gona', 'gone', 'gonna', 'good', 'goodevening', 'goodfriend', 'goodies', 'goodmate', 'goodmorning', 'goodnight', 'goodnite', 'goodnoon', 'goodo', 'goods', 'google', 'gorgeous', 'gosh', 'gossip', 'got', 'gota', 'gotany', 'gotbabes', 'gotmarried', 'goto', 'gotta', 'gotten', 'goverment', 'govt', 'gprs', 'gr8', 'gr8fun', 'grab', 'grace', 'grahmbell', 'gram', 'grams', 'gran', 'grand', 'grandfather', 'grandma', 'grandmas', 'granite', 'granted', 'grasp', 'grateful', 'grave', 'gravel', 'gravity', 'gravy', 'gray', 'grazed', 'gre', 'great', 'greatest', 'greatly', 'greatness', 'green', 'greet', 'greeting', 'greetings', 'grinder', 'grins', 'grl', 'grocers', 'grooved', 'ground', 'group', 'grow', 'grown', 'grownup', 'grr', 'grumpy', 'gsex', 'gt', 'gua', 'guai', 'guarantee', 'guaranteed', 'gucci', 'gud', 'gudni8', 'gudnite', 'gudnyt', 'guess', 'guessed', 'guessing', 'guidance', 'guide', 'guides', 'guild', 'guilty', 'guitar', 'gumby', 'guoyang', 'gurl', 'guy', 'guys', 'gv', 'gving', 'gym', 'gymnastics', 'gynae', 'gyno', 'ha', 'habba', 'habit', 'hack', 'had', 'haf', 'haha', 'hahaha', 'hai', 'hail', 'hair', 'hairdressers', 'haiz', 'half', 'half8th', 'hall', 'hallaq', 'halloween', 'ham', 'hamper', 'hamster', 'hand', 'handed', 'handing', 'handle', 'hands', 'handset', 'handsome', 'hang', 'hanger', 'hangin', 'hanging', 'hanks', 'hanuman', 'hanumanji', 'happen', 'happend', 'happened', 'happening', 'happens', 'happier', 'happiest', 'happily', 'happiness', 'happy', 'hard', 'hardcore', 'harder', 'hardest', 'hardly', 'harlem', 'harry', 'has', 'hasbro', 'hasn', 'hasnt', 'hassling', 'hat', 'hate', 'hates', 'haughaighgtujhyguj', 'haunt', 'hav', 'hava', 'havbeen', 'have', 'havebeen', 'haven', 'havent', 'haventcn', 'havin', 'having', 'havnt', 'hcl', 'hdd', 'he', 'head', 'headache', 'headin', 'heading', 'heads', 'headset', 'headstart', 'healer', 'healthy', 'heap', 'hear', 'heard', 'hearin', 'hearing', 'heart', 'hearted', 'hearts', 'heat', 'heavy', 'hectic', 'hee', 'heehee', 'height', 'held', 'helen', 'helens', 'hell', 'hella', 'hello', 'hellogorgeous', 'helloooo', 'help', 'help08700621170150p', 'help08714742804', 'help08718728876', 'helpline', 'heltini', 'hence', 'hep', 'her', 'here', 'hero', 'heron', 'herself', 'hes', 'hesitant', 'hesitate', 'hesitation', 'hex', 'hey', 'hg', 'hi', 'hidden', 'hide', 'hiding', 'high', 'highest', 'hill', 'hills', 'hillsborough', 'him', 'himself', 'himso', 'hint', 'hip', 'hiphop', 'hire', 'his', 'history', 'hit', 'hitler', 'hitman', 'hits', 'hitter', 'hiya', 'hl', 'hlday', 'hlp', 'hm', 'hme', 'hmm', 'hmmm', 'hmmmm', 'hmmross', 'hmph', 'hmv', 'hmv1', 'ho', 'hockey', 'hogidhe', 'hogli', 'hogolo', 'hol', 'holby', 'hold', 'holder', 'holding', 'holiday', 'holla', 'hollalater', 'hols', 'holy', 'home', 'homeowners', 'hon', 'honest', 'honestly', 'honesty', 'honey', 'honeybee', 'honeymoon', 'honi', 'hoo', 'hooch', 'hook', 'hoops', 'hop', 'hope', 'hoped', 'hopeful', 'hopefully', 'hopeing', 'hopes', 'hopeso', 'hopeu', 'hoping', 'hor', 'horniest', 'horny', 'horo', 'horrible', 'hos', 'hospital', 'hospitals', 'hostel', 'hostile', 'hot', 'hotel', 'hotels', 'hotmail', 'hottest', 'hour', 'hourish', 'hours', 'house', 'housewives', 'how', 'howard', 'howda', 'howdy', 'however', 'hows', 'howu', 'howz', 'hp', 'hppnss', 'hr', 'hrishi', 'hrs', 'hsbc', 'http', 'hu', 'huai', 'hubby', 'hudgi', 'hug', 'huge', 'hugging', 'hugh', 'hugs', 'huh', 'hum', 'humans', 'hun', 'hundred', 'hungover', 'hungry', 'hunks', 'hunny', 'hunt', 'hunting', 'hurricanes', 'hurry', 'hurt', 'hurting', 'hurts', 'husband', 'hussey', 'hustle', 'hv', 'hv9d', 'hw', 'hyde', 'hype', 'iam', 'ias', 'ibh', 'ibhltd', 'ibiza', 'ibm', 'ibn', 'ibuprofens', 'ic', 'iccha', 'ice', 'icic', 'icicibank', 'icky', 'icmb3cktz8r7', 'icon', 'id', 'idc', 'idea', 'ideal', 'ideas', 'identification', 'identifier', 'idew', 'idiot', 'idk', 'idu', 'ie', 'if', 'iff', 'ignorant', 'ignore', 'ignoring', 'ihave', 'ikea', 'ikno', 'iknow', 'il', 'ileave', 'ill', 'illness', 'illspeak', 'ilol', 'im', 'image', 'imagination', 'imagine', 'imat', 'img', 'imin', 'imma', 'immed', 'immediately', 'immunisation', 'imp', 'impatient', 'impede', 'important', 'imposed', 'impossible', 'imposter', 'impress', 'impressed', 'impression', 'improve', 'improved', 'in', 'in2', 'inc', 'inch', 'inches', 'inclu', 'include', 'includes', 'including', 'inclusive', 'incomm', 'inconsiderate', 'inconvenience', 'incorrect', 'increase', 'incredible', 'increments', 'inde', 'indeed', 'independence', 'independently', 'index', 'india', 'indian', 'indians', 'indicate', 'indyarocks', 'infections', 'infernal', 'info', 'inform', 'information', 'informed', 'infra', 'infront', 'ing', 'ingredients', 'initiate', 'ink', 'inlude', 'inmind', 'inner', 'innings', 'innocent', 'insha', 'inshah', 'inside', 'inspection', 'install', 'installation', 'installing', 'instant', 'instantly', 'instead', 'instituitions', 'instructions', 'insurance', 'intelligent', 'intend', 'intention', 'intentions', 'interest', 'interested', 'interesting', 'interfued', 'internal', 'internet', 'interview', 'interviews', 'interviw', 'intha', 'into', 'intrepid', 'intro', 'intrude', 'invaders', 'invest', 'invitation', 'invite', 'invited', 'inviting', 'invnted', 'invoices', 'involve', 'involved', 'iouri', 'ip', 'ip4', 'ipad', 'ipaditan', 'ipads', 'iphone', 'ipod', 'iq', 'iraq', 'irene', 'iron', 'ironing', 'irritated', 'irritates', 'irritating', 'irritation', 'is', 'isaiah', 'iscoming', 'ish', 'island', 'islands', 'isn', 'isnt', 'issue', 'issues', 'isv', 'it', 'italian', 'itcould', 'items', 'iter', 'ithink', 'itried2tell', 'its', 'itself', 'itwhichturnedinto', 'itxt', 'itz', 'ivatte', 'ive', 'iwana', 'iwas', 'iyo', 'iz', 'izzit', 'j5q', 'j89', 'jabo', 'jacket', 'jackpot', 'jackson', 'jada', 'jade', 'james', 'jamz', 'jan', 'janarige', 'jane', 'janinexx', 'january', 'janx', 'jap', 'japanese', 'jas', 'jason', 'java', 'jay', 'jaykwon', 'jaz', 'jazz', 'jb', 'jd', 'je', 'jealous', 'jeans', 'jeetey', 'jelly', 'jen', 'jenny', 'jenxxx', 'jeremiah', 'jeri', 'jerk', 'jerry', 'jersey', 'jess', 'jesus', 'jet', 'jewelry', 'jia', 'jiayin', 'jiu', 'jjc', 'jo', 'joanna', 'job', 'jobs', 'jobyet', 'jocks', 'jog', 'jogging', 'john', 'join', 'joined', 'joining', 'joke', 'joker', 'jokes', 'jokin', 'joking', 'jolly', 'jolt', 'jon', 'jones', 'jordan', 'jos', 'journey', 'joy', 'joys', 'js', 'jsco', 'jst', 'jstfrnd', 'jsut', 'juan', 'judgemental', 'juicy', 'jul', 'juliana', 'julianaland', 'july', 'jump', 'jumpers', 'june', 'jungle', 'junna', 'jurong', 'jus', 'just', 'justbeen', 'justfound', 'juswoke', 'juz', 'k52', 'k61', 'k718', 'kaaj', 'kadeem', 'kaiez', 'kaila', 'kaitlyn', 'kalaachutaarama', 'kalainar', 'kalisidare', 'kallis', 'kalstiya', 'kama', 'kanagu', 'kane', 'kano', 'kappa', 'karaoke', 'kate', 'katexxx', 'kath', 'kavalan', 'kay', 'kb', 'ke', 'keen', 'keep', 'keeping', 'keeps', 'kegger', 'keluviri', 'kept', 'kerala', 'kettoda', 'key', 'keypad', 'keys', 'keyword', 'kfc', 'kg', 'kicchu', 'kick', 'kickboxing', 'kickoff', 'kicks', 'kid', 'kidding', 'kids', 'kidz', 'kiefer', 'kill', 'killed', 'killing', 'kills', 'kilos', 'kind', 'kinda', 'kindly', 'king', 'kingdom', 'kip', 'kisi', 'kiss', 'kisses', 'kittum', 'kitty', 'kl341', 'knackered', 'knees', 'knew', 'knickers', 'knock', 'knocking', 'know', 'knowing', 'knows', 'knw', 'ko', 'kodstini', 'kodthini', 'konw', 'korche', 'korean', 'korte', 'kotees', 'kothi', 'ktv', 'kuch', 'kudi', 'kusruthi', 'kvb', 'kz', 'l8er', 'l8r', 'l8tr', 'la', 'la1', 'la32wu', 'lab', 'labor', 'lacking', 'lacs', 'laden', 'ladies', 'lady', 'lag', 'lager', 'laid', 'lakhs', 'lambda', 'lamp', 'land', 'landing', 'landline', 'landlines', 'lane', 'langport', 'language', 'lanka', 'lap', 'lapdancer', 'laptop', 'lar', 'lara', 'laready', 'large', 'largest', 'lark', 'lasagna', 'last', 'lasting', 'late', 'lately', 'latelyxxx', 'later', 'latest', 'latr', 'laugh', 'laughed', 'laughing', 'laughs', 'laundry', 'laurie', 'lautech', 'lavender', 'law', 'laxinorficated', 'layin', 'laying', 'lays', 'lazy', 'lccltd', 'ld', 'ldew', 'ldn', 'ldnw15h', 'le', 'lead', 'leadership', 'leading', 'leads', 'leaf', 'league', 'leanne', 'learn', 'learned', 'least', 'least5times', 'leave', 'leaves', 'leaving', 'lect', 'lecture', 'lecturer', 'left', 'leg', 'legal', 'legs', 'leh', 'lei', 'lekdog', 'lemme', 'length', 'lengths', 'leo', 'leona', 'les', 'less', 'lesson', 'lessons', 'let', 'lets', 'letter', 'letters', 'level', 'lf56', 'li', 'liao', 'lib', 'library', 'lick', 'lido', 'lie', 'lies', 'life', 'lifeis', 'lifetime', 'lifpartnr', 'lift', 'lifted', 'lifting', 'light', 'lightly', 'lik', 'like', 'liked', 'likely', 'likes', 'likeyour', 'lil', 'lily', 'lim', 'limiting', 'limits', 'limping', 'lindsay', 'line', 'linear', 'lined', 'linerental', 'lines', 'lingerie', 'lingo', 'link', 'links', 'lion', 'lionm', 'lionp', 'lions', 'lip', 'lips', 'liquor', 'list', 'listed', 'listen', 'listener', 'listening', 'listn', 'lists', 'lit', 'literally', 'litres', 'little', 'live', 'lived', 'liver', 'liverpool', 'lives', 'living', 'lk', 'll', 'llspeak', 'lmao', 'lnly', 'lo', 'load', 'loads', 'loan', 'loans', 'lobby', 'local', 'location', 'locations', 'locaxx', 'lock', 'lodging', 'log', 'logged', 'login', 'logo', 'logoff', 'logon', 'logos', 'loko', 'lol', 'lolnice', 'lololo', 'london', 'loneliness', 'lonely', 'long', 'longer', 'lonlines', 'look', 'looked', 'lookin', 'looking', 'looks', 'loooooool', 'loose', 'loosing', 'loosu', 'lor', 'lord', 'lose', 'losers', 'loses', 'losing', 'loss', 'lost', 'lot', 'lotr', 'lots', 'lotsly', 'lotsof', 'lotta', 'lotto', 'lotz', 'lou', 'loud', 'lounge', 'lov', 'lovable', 'love', 'loved', 'lovejen', 'lovely', 'loveme', 'lover', 'loverboy', 'lovers', 'loves', 'lovin', 'loving', 'lovingly', 'lovly', 'low', 'lower', 'lowes', 'loxahatchee', 'loyal', 'loyalty', 'lrg', 'ls1', 'ls15hb', 'ls278bb', 'lst', 'lt', 'ltd', 'ltdhelpdesk', 'lttrs', 'lubly', 'luck', 'luckily', 'lucky', 'lucozade', 'lucy', 'lucyxx', 'luks', 'lul', 'lunch', 'lunchtime', 'lunsford', 'lush', 'luv', 'luvs', 'lux', 'luxury', 'lv', 'lvblefrnd', 'lying', 'lyk', 'lyricalladie', 'lyrics', 'm100', 'm227xy', 'm26', 'm263uz', 'm6', 'm60', 'm8', 'm8s', 'm95', 'ma', 'maaaan', 'maangalyam', 'maat', 'mac', 'macha', 'machan', 'machines', 'macho', 'mack', 'macleran', 'macs', 'mad', 'madam', 'made', 'madodu', 'madoke', 'madstini', 'madurai', 'mag', 'maga', 'magazine', 'maggi', 'magical', 'magicalsongs', 'mah', 'mahal', 'mahaveer', 'mahfuuz', 'maid', 'mail', 'mailbox', 'mailed', 'mails', 'main', 'maintain', 'major', 'make', 'makes', 'makiing', 'makin', 'making', 'malaria', 'malarky', 'mall', 'mallika', 'man', 'manage', 'manageable', 'managed', 'management', 'manchester', 'manda', 'mandan', 'mandara', 'maneesha', 'manege', 'maniac', 'manky', 'many', 'map', 'mapquest', 'maraikara', 'marandratha', 'march', 'maretare', 'margaret', 'marine', 'mark', 'market', 'marrge', 'marriage', 'married', 'marry', 'marsms', 'maruti', 'mary', 'mas', 'massive', 'masteriastering', 'masters', 'mat', 'match', 'matched', 'matches', 'mate', 'mates', 'math', 'mathe', 'mathematics', 'mathews', 'maths', 'matra', 'matric', 'matrix3', 'matter', 'matters', 'matthew', 'matured', 'maturity', 'max', 'max10mins', 'maximize', 'maximum', 'may', 'mayb', 'maybe', 'mca', 'mcat', 'mcr', 'me', 'meal', 'meals', 'mean', 'meaning', 'meaningful', 'meaningless', 'means', 'meant', 'meanwhile', 'measure', 'meat', 'mecause', 'med', 'medical', 'medicine', 'meds', 'mee', 'meet', 'meetin', 'meeting', 'meetins', 'meets', 'mega', 'meh', 'mei', 'meive', 'mel', 'melle', 'melt', 'member', 'members', 'membership', 'memorable', 'memories', 'men', 'mental', 'mentioned', 'mentor', 'menu', 'merely', 'merry', 'mesages', 'mess', 'message', 'messaged', 'messages', 'messaging', 'messed', 'messy', 'met', 'method', 'mf', 'michael', 'mid', 'middle', 'midnight', 'mids', 'might', 'mike', 'mila', 'mileage', 'miles', 'milk', 'millers', 'millions', 'milta', 'min', 'minapn', 'mind', 'minded', 'mindset', 'mine', 'minecraft', 'mini', 'minimum', 'minmobsmorelkpobox177hp51fl', 'minmoremobsemspobox45po139wa', 'minnaminunginte', 'minor', 'mins', 'mint', 'minus', 'minute', 'minutes', 'minuts', 'miracle', 'mirror', 'misbehaved', 'miserable', 'misfits', 'miss', 'missed', 'missin', 'missing', 'missions', 'misss', 'missunderstding', 'mist', 'mistake', 'misundrstud', 'mite', 'mitsake', 'mix', 'mj', 'mk17', 'mk45', 'ml', 'mm', 'mmm', 'mmmm', 'mmmmm', 'mmmmmmm', 'mnth', 'mo', 'moan', 'mob', 'mobcudb', 'mobile', 'mobiles', 'mobilesdirect', 'mobilesvary', 'mobileupd8', 'mobno', 'mobs', 'mobsi', 'moby', 'mode', 'model', 'modl', 'module', 'moji', 'mojibiola', 'mokka', 'mom', 'moment', 'moments', 'moms', 'mon', 'monday', 'mone', 'money', 'monkeespeople', 'monkey', 'monkeyaround', 'monkeys', 'mono', 'monoc', 'monos', 'month', 'monthly', 'months', 'mood', 'moon', 'moral', 'more', 'morefrmmob', 'morn', 'mornin', 'morning', 'mornings', 'morphine', 'moseley', 'most', 'mostly', 'mother', 'motivate', 'motivating', 'motor', 'motorola', 'mountain', 'mountains', 'mouse', 'mouth', 'move', 'moved', 'moves', 'movie', 'movies', 'movietrivia', 'moving', 'mp3', 'mquiz', 'mr', 'mrng', 'mrt', 'ms', 'msg', 'msg150p', 'msging', 'msgrcvdhg', 'msgs', 'msn', 'mt', 'mtalk', 'mth', 'mths', 'mtmsg', 'mtmsg18', 'mtmsgrcvd18', 'mtnl', 'mu', 'muah', 'much', 'muchand', 'muchxxlove', 'mufti', 'muhommad', 'muht', 'multiply', 'mum', 'mumbai', 'mumhas', 'mummy', 'mums', 'munsters', 'murder', 'murdered', 'murderer', 'mus', 'mush', 'music', 'must', 'musta', 'musthu', 'mustprovide', 'mutai', 'muz', 'mw', 'mwahs', 'my', 'mycalls', 'mylife', 'mymoby', 'myparents', 'mys', 'myself', 'myspace', 'mystery', 'n9dx', 'na', 'naal', 'nachos', 'nag', 'nagar', 'nah', 'nahi', 'naked', 'nalla', 'nalli', 'name', 'name1', 'name2', 'named', 'names', 'nammanna', 'namous', 'nan', 'nange', 'nanny', 'nannys', 'nap', 'narcotics', 'nasdaq', 'naseeb', 'nat', 'nat27081980', 'natalie', 'natalie2k9', 'natalja', 'national', 'nationwide', 'nattil', 'natural', 'nature', 'natwest', 'naughty', 'nauseous', 'nav', 'navigate', 'nb', 'nbme', 'nd', 'ndship', 'ne', 'near', 'nearby', 'nearly', 'necesity', 'necessarily', 'necessary', 'neck', 'necklace', 'ned', 'need', 'needa', 'needed', 'needing', 'needle', 'needs', 'needy', 'neft', 'negative', 'neglect', 'neglet', 'neighbor', 'neighbour', 'neither', 'neo69', 'nervous', 'net', 'netcollex', 'netflix', 'nething', 'network', 'networking', 'networks', 'neva', 'never', 'nevering', 'new', 'neway', 'newest', 'newport', 'newquay', 'news', 'newscaster', 'newsletter', 'newspapers', 'next', 'nhs', 'ni8', 'nic', 'nice', 'nichols', 'nick', 'nickey', 'nicky', 'nigeria', 'nigh', 'night', 'nighters', 'nights', 'nigpun', 'nigro', 'nike', 'nikiyu4', 'nimbomsons', 'nimya', 'ninish', 'nino', 'nipost', 'nit', 'nite', 'nitro', 'nitros', 'nitw', 'njan', 'no', 'no1', 'nobbing', 'nobody', 'noe', 'noi', 'noice', 'noise', 'noisy', 'nok', 'nokia', 'nokia6600', 'nokia6650', 'nokias', 'noline', 'non', 'noncomittal', 'none', 'nonetheless', 'noon', 'nooooooo', 'noooooooo', 'nope', 'nor', 'norcorp', 'norm', 'norm150p', 'normal', 'normally', 'north', 'northampton', 'nos', 'nose', 'nosh', 'not', 'note', 'notebook', 'notes', 'nothin', 'nothing', 'notice', 'notifications', 'notixiquating', 'nottingham', 'notxt', 'novelty', 'november', 'now', 'now1', 'nowadays', 'nowhere', 'nr31', 'nri', 'nt', 'ntimate', 'ntt', 'ntwk', 'nuclear', 'num', 'number', 'numbers', 'nursery', 'nurses', 'nurungu', 'nus', 'nusstu', 'nuther', 'nutter', 'nver', 'nvm', 'nvq', 'nw', 'nxt', 'ny', 'nyc', 'nydc', 'nyt', 'nytho', 'nz', 'nìte', 'o2', 'o2fwd', 'oath', 'obedient', 'obese', 'obey', 'objection', 'oble', 'oblisingately', 'oblivious', 'obviously', 'occasion', 'occupy', 'occur', 'occurs', 'ocean', 'october', 'odalebeku', 'odi', 'of', 'off', 'offc', 'offcampus', 'offense', 'offer', 'offered', 'offering', 'offers', 'office', 'officer', 'official', 'officially', 'offline', 'ofice', 'often', 'oga', 'ogunrinde', 'oh', 'oi', 'oic', 'oil', 'ok', 'okay', 'okday', 'okden', 'okey', 'okie', 'okies', 'okmail', 'okors', 'ola', 'olage', 'olave', 'olayiwola', 'old', 'ollu', 'olowoyey', 'olympics', 'omg', 'omw', 'on', 'onbus', 'once', 'ondu', 'one', 'ones', 'oni', 'onion', 'online', 'onluy', 'only', 'only1more', 'onlyfound', 'onto', 'onum', 'onwards', 'onwords', 'ooh', 'oooh', 'oooooh', 'ooooooh', 'oops', 'open', 'opened', 'opener', 'openin', 'operate', 'operator', 'opinion', 'opinions', 'opportunity', 'opposed', 'opps', 'opt', 'opted', 'optimistic', 'optin', 'option', 'optout', 'or', 'or2optout', 'or2stoptxt', 'oral', 'orange', 'oranges', 'orc', 'orchard', 'order', 'ordered', 'ordinator', 'ore', 'oredi', 'oreo', 'oreos', 'org', 'organise', 'organizer', 'orh', 'orig', 'original', 'ors', 'ortxt', 'oru', 'os', 'oscar', 'oso', 'otbox', 'other', 'others', 'otherwise', 'otside', 'ou', 'ouch', 'our', 'ourbacks', 'out', 'outage', 'outages', 'outbid', 'outfit', 'outfor', 'outgoing', 'outl8r', 'outrageous', 'outreach', 'outside', 'outsider', 'outsomewhere', 'outstanding', 'outta', 'oveable', 'over', 'overa', 'overdid', 'overdose', 'overtime', 'ovulate', 'ovulation', 'ow', 'owe', 'owed', 'own', 'owned', 'owns', 'owo', 'oxygen', 'oyea', 'oz', 'pa', 'paces', 'package', 'packing', 'packs', 'page', 'pages', 'pai', 'paid', 'pain', 'painful', 'paining', 'painting', 'pairs', 'pale', 'palm', 'panalam', 'panasonic', 'pandy', 'panic', 'panren', 'pansy', 'panties', 'pants', 'pap', 'paper', 'papers', 'paperwork', 'parachute', 'parade', 'paragon', 'paragraphs', 'paranoid', 'parantella', 'parchi', 'parco', 'parent', 'parents', 'paris', 'parish', 'park', 'parked', 'parking', 'part', 'particular', 'particularly', 'parties', 'partner', 'partnership', 'party', 'paru', 'pases', 'pass', 'passable', 'passed', 'passion', 'passionate', 'passport', 'password', 'passwords', 'past', 'pataistha', 'patent', 'path', 'pathaya', 'paths', 'patients', 'pattern', 'patty', 'paul', 'pause', 'pavanaputra', 'pax', 'pay', 'payasam', 'payback', 'payed2day', 'payee', 'paying', 'payments', 'payoh', 'paypal', 'pc', 'pc1323', 'pdate_now', 'peace', 'peaceful', 'peach', 'pears', 'pee', 'pehle', 'pei', 'pen', 'pence', 'pendent', 'pending', 'penis', 'penny', 'people', 'peoples', 'per', 'percent', 'perf', 'perfect', 'perform', 'performance', 'performed', 'perfume', 'perhaps', 'peril', 'period', 'permanent', 'permission', 'perpetual', 'persevered', 'persian', 'persolvo', 'person', 'person2die', 'personal', 'personality', 'personally', 'persons', 'perspective', 'pert', 'perumbavoor', 'pesky', 'pest', 'pete', 'petexxx', 'petey', 'petrol', 'petticoatdreams', 'ph', 'pharmacy', 'phasing', 'phb1', 'phd', 'phews', 'philosophy', 'phne', 'phoenix', 'phone', 'phoned', 'phones', 'phony', 'photo', 'photos', 'photoshop', 'php', 'phrase', 'phyhcmk', 'physics', 'piah', 'pic', 'pick', 'picked', 'picking', 'pickle', 'pics', 'picsfree1', 'picture', 'pictures', 'pie', 'piece', 'pieces', 'pig', 'pilates', 'pile', 'pillows', 'pimples', 'pin', 'pink', 'pints', 'piss', 'pissed', 'pist', 'pix', 'pixels', 'pizza', 'pl', 'place', 'placed', 'placement', 'places', 'plan', 'plane', 'planet', 'planettalkinstant', 'planned', 'planning', 'plans', 'platt', 'play', 'played', 'player', 'players', 'playing', 'plaza', 'pleasant', 'please', 'pleased', 'pleassssssseeeeee', 'pleasure', 'pleasured', 'plenty', 'plm', 'ploughing', 'pls', 'plum', 'plumbers', 'plus', 'plyr', 'plz', 'pm', 'pmt', 'po', 'po19', 'pobox', 'pobox114', 'pobox12n146tf15', 'pobox12n146tf150p', 'pobox202', 'pobox334', 'pobox36504w45wq', 'pobox365o4w45wq', 'pobox45w2tg150p', 'pobox75ldns7', 'pobox84', 'pocked', 'pocketbabe', 'pockets', 'pocy', 'pod', 'poem', 'poet', 'point', 'points', 'poker', 'pole', 'police', 'polo', 'poly', 'poly3', 'polyc', 'polyh', 'polyph', 'polyphonic', 'polys', 'pongal', 'ponnungale', 'poo', 'pooja', 'pookie', 'pool', 'poop', 'poor', 'poorly', 'poortiyagi', 'pop', 'popcorn', 'popped', 'popping', 'porn', 'porridge', 'port', 'portege', 'portions', 'pose', 'posh', 'posible', 'position', 'positions', 'positive', 'possession', 'possessive', 'possessiveness', 'possible', 'possibly', 'post', 'postcard', 'postcode', 'posted', 'posting', 'posts', 'potato', 'potter', 'pouch', 'pound', 'pounded', 'pounds', 'poured', 'pours', 'pouts', 'power', 'powerful', 'ppl', 'pple', 'ppm', 'ppm150', 'ppt150x3', 'prabha', 'prabu', 'pract', 'practical', 'practice', 'practicing', 'practicum', 'practising', 'praises', 'prakesh', 'praps', 'prasad', 'prasanth', 'prashanthettan', 'praveesh', 'pray', 'prayers', 'praying', 'predicting', 'prediction', 'prefer', 'preferably', 'prem', 'premarica', 'premier', 'prepare', 'prepared', 'prepayment', 'preschoolco', 'prescribed', 'prescripiton', 'prescription', 'presence', 'present', 'presents', 'president', 'presleys', 'press', 'pressies', 'pressure', 'prestige', 'pretsorginta', 'pretsovru', 'pretty', 'prevent', 'previews', 'previous', 'previously', 'prey', 'price', 'pride', 'priest', 'prin', 'prince', 'princes', 'princess', 'print', 'printed', 'printing', 'priority', 'priscilla', 'privacy', 'private', 'prix', 'priya', 'prize', 'prizeawaiting', 'prizes', 'prizeswith', 'pro', 'prob', 'probably', 'problem', 'problematic', 'problems', 'problms', 'problum', 'probpop', 'probs', 'probthat', 'process', 'processed', 'prods', 'products', 'prof', 'profile', 'profiles', 'profit', 'program', 'progress', 'project', 'prolly', 'prometazine', 'prominent', 'promise', 'promises', 'promo', 'promoting', 'promotion', 'promptly', 'prompts', 'proof', 'proove', 'proper', 'properly', 'property', 'propose', 'props', 'propsd', 'pros', 'prospects', 'protect', 'prove', 'proverb', 'provided', 'provider', 'province', 'proze', 'prsn', 'ps', 'psxtra', 'psychiatrist', 'psychic', 'psychologist', 'pt2', 'ptbo', 'pthis', 'pub', 'public', 'publish', 'pudunga', 'pull', 'punch', 'punish', 'punishment', 'punj', 'puppy', 'purchase', 'purchases', 'pure', 'purity', 'purple', 'purpose', 'purse', 'push', 'pushbutton', 'pushes', 'pussy', 'put', 'puts', 'puttin', 'putting', 'puzzeles', 'puzzles', 'px3748', 'qatar', 'qbank', 'qet', 'qi', 'qing', 'qjkgighjjgcbl', 'qlynnbv', 'quality', 'quarter', 'que', 'queen', 'ques', 'question', 'questioned', 'questions', 'quick', 'quickly', 'quiet', 'quit', 'quite', 'quiteamuzing', 'quitting', 'quiz', 'quizzes', 'quote', 'quoting', 'r836', 'radio', 'raed', 'rael', 'raglan', 'raiden', 'railway', 'rain', 'raining', 'raise', 'raised', 'raj', 'raji', 'rajini', 'rajitha', 'rajnikant', 'rakhesh', 'raksha', 'rally', 'ralphs', 'ramaduth', 'ramen', 'ran', 'random', 'randomly', 'randy', 'rang', 'range', 'ranjith', 'ranju', 'raping', 'rate', 'rates', 'rather', 'ratio', 'rats', 'rawring', 'rayan', 'rays', 'rcd', 'rct', 'rcv', 'rcvd', 'rd', 're', 'reach', 'reache', 'reached', 'reaching', 'reaction', 'read', 'readers', 'reading', 'ready', 'real', 'real1', 'realise', 'realising', 'reality', 'realize', 'realized', 'realizes', 'really', 'reallyneed', 'realy', 'reapply', 'rearrange', 'reason', 'reasonable', 'reasons', 'reassurance', 'reassuring', 'rebel', 'reboot', 'rebtel', 'rec', 'recd', 'receipt', 'receipts', 'receive', 'receivea', 'received', 'receiving', 'recent', 'recently', 'reception', 'recession', 'recharge', 'recharged', 'reckon', 'recognise', 'recognises', 'record', 'recorded', 'recorder', 'records', 'recount', 'recovery', 'recpt', 'recreation', 'recycling', 'red', 'redeemable', 'redeemed', 'reduce', 'ree', 'ref', 'reference', 'referin', 'reflection', 'reformat', 'refreshed', 'refund', 'refunded', 'refused', 'reg', 'regarding', 'regards', 'register', 'registered', 'registration', 'regret', 'regretted', 'regular', 'relation', 'relationship', 'relatives', 'relax', 'relaxing', 'released', 'reliant', 'relieved', 'religiously', 'relocate', 'reltnship', 'rem', 'remain', 'remains', 'remember', 'remembered', 'rememberi', 'remembr', 'remembrs', 'remind', 'reminded', 'reminder', 'reminding', 'removal', 'remove', 'removed', 'rencontre', 'renewal', 'renewed', 'rent', 'rental', 'rentl', 'rents', 'repair', 'repairs', 'repeat', 'repeating', 'repent', 'replace', 'replacing', 'replied', 'reply', 'replying', 'report', 'representative', 'republic', 'request', 'requests', 'require', 'required', 'requirements', 'requires', 'research', 'reservations', 'reserve', 'reserved', 'reserves', 'residency', 'resizing', 'resolution', 'resolved', 'resort', 'respect', 'respectful', 'responce', 'respond', 'responding', 'response', 'responsibilities', 'responsibility', 'responsible', 'rest', 'restaurant', 'restrict', 'restrictions', 'resubbing', 'resubmit', 'result', 'results', 'resume', 'resuming', 'retard', 'retrieve', 'return', 'returned', 'returning', 'returns', 'reveal', 'revealed', 'reverse', 'review', 'revision', 'reward', 'rewarding', 'rg21', 'rgds', 'rgent', 'rhythm', 'rice', 'rich', 'riddance', 'ridden', 'ride', 'right', 'rightio', 'rightly', 'rights', 'riley', 'rimac', 'ring', 'rings', 'ringtone', 'ringtoneking', 'ringtones', 'rinu', 'rip', 'rise', 'risk', 'risks', 'rite', 'ritten', 'river', 'road', 'roads', 'roast', 'rob', 'robinson', 'rock', 'rocking', 'rocks', 'rodds1', 'rodger', 'rofl', 'roger', 'role', 'roles', 'rolled', 'roller', 'romantic', 'romcapspam', 'ron', 'room', 'roommate', 'roommates', 'rooms', 'ros', 'rose', 'rough', 'round', 'rounder', 'rounds', 'route', 'row', 'rowdy', 'rows', 'royal', 'rpl', 'rply', 'rr', 'rs', 'rstm', 'rt', 'rtf', 'rtm', 'ru', 'rub', 'rubber', 'rude', 'rudi', 'rugby', 'ruin', 'ruining', 'rule', 'rules', 'rum', 'rummer', 'rumour', 'run', 'running', 'runs', 'rupaul', 'rush', 'rushing', 'ruthful', 'rv', 'rvx', 'ryder', 's89', 'sac', 'sachin', 'sack', 'sacrifice', 'sad', 'sae', 'saeed', 'safe', 'safely', 'sagamu', 'saibaba', 'said', 'sake', 'salam', 'salary', 'sale', 'sales', 'salesman', 'salmon', 'salon', 'salt', 'sam', 'samachara', 'samantha', 'sambar', 'same', 'sandiago', 'sang', 'sankatmochan', 'sankranti', 'santa', 'sao', 'sapna', 'sar', 'sarasota', 'sarcasm', 'sarcastic', 'saristar', 'sariyag', 'sary', 'sat', 'satanic', 'satisfied', 'satisfy', 'satthen', 'saturday', 'saucy', 'sausage', 'savamob', 'save', 'saved', 'saves', 'savings', 'saw', 'say', 'saying', 'says', 'sayy', 'sc', 'scallies', 'scammers', 'scared', 'scary', 'scenario', 'scenery', 'sch', 'schedule', 'school', 'schools', 'science', 'scold', 'scool', 'scorable', 'score', 'scores', 'scoring', 'scotch', 'scotland', 'scotsman', 'scouse', 'scraped', 'scratches', 'scratching', 'scream', 'screamed', 'screaming', 'screen', 'scrounge', 'scrumptious', 'sculpture', 'sd', 'sdryb8i', 'se', 'sea', 'search', 'searching', 'season', 'seat', 'sec', 'second', 'secondary', 'seconds', 'secret', 'secretary', 'secretly', 'secs', 'section', 'secure', 'sed', 'see', 'seeds', 'seeing', 'seekers', 'seeking', 'seem', 'seemed', 'seems', 'seen', 'sef', 'seh', 'sehwag', 'select', 'selected', 'selection', 'self', 'selfindependence', 'selfish', 'selflessness', 'sell', 'selling', 'sells', 'sem', 'semester', 'semi', 'semiobscure', 'sen', 'send', 'sender', 'sending', 'sends', 'senor', 'senrd', 'sense', 'sensitive', 'sent', 'sentence', 'senthil', 'sentiment', 'seperated', 'sept', 'september', 'serena', 'series', 'serious', 'seriously', 'server', 'service', 'services', 'serving', 'servs', 'set', 'setting', 'settings', 'settle', 'settled', 'seven', 'seventeen', 'several', 'sex', 'sexiest', 'sexual', 'sexy', 'sez', 'sf', 'sg', 'sh', 'sha', 'shade', 'shadow', 'shagged', 'shah', 'shakara', 'shake', 'shakespeare', 'shaking', 'shall', 'shame', 'shampain', 'shangela', 'shanghai', 'shanil', 'shant', 'share', 'shared', 'sharing', 'shattered', 'shaved', 'shb', 'shd', 'she', 'sheet', 'sheets', 'sheffield', 'shelf', 'shelves', 'sherawat', 'shes', 'shesil', 'shhhhh', 'shifad', 'shijas', 'shijutta', 'shinco', 'shining', 'shiny', 'ship', 'shipped', 'shipping', 'shirt', 'shirts', 'shit', 'shite', 'shitin', 'shitinnit', 'shitload', 'shitstorm', 'shivratri', 'shld', 'shldxxxx', 'shock', 'shocking', 'shoes', 'shola', 'shoot', 'shop', 'shoppin', 'shopping', 'short', 'shortage', 'shortbreaks', 'shortcode', 'shorter', 'shortly', 'shorts', 'shot', 'shoul', 'should', 'shouldn', 'shouted', 'shouting', 'shove', 'shoving', 'show', 'showed', 'shower', 'showered', 'showers', 'showing', 'showr', 'shows', 'shracomorsglsuplt', 'shrek', 'shud', 'shudvetold', 'shuhui', 'shun', 'shut', 'shy', 'si', 'sian', 'sib', 'sic', 'sick', 'sickness', 'side', 'sigh', 'sighs', 'sight', 'sign', 'signal', 'signin', 'signing', 'siguviri', 'silent', 'silently', 'silver', 'sim', 'simonwatson5120', 'simple', 'simpler', 'simply', 'since', 'sinco', 'sing', 'singing', 'single', 'singles', 'sink', 'sip', 'sipix', 'sips', 'sir', 'sis', 'sister', 'sisters', 'sit', 'site', 'sitll', 'sitter', 'sittin', 'sitting', 'situation', 'situations', 'siva', 'six', 'size', 'sized', 'sk3', 'sk38xh', 'skateboarding', 'skilgme', 'skillgame', 'skills', 'skinny', 'skins', 'skip', 'skirt', 'sky', 'skye', 'skype', 'skyped', 'skyving', 'slacking', 'slap', 'slave', 'sleep', 'sleepin', 'sleeping', 'sleepingwith', 'sleeps', 'sleepwell', 'sleepy', 'slept', 'slice', 'slices', 'slide', 'slightly', 'slip', 'slippers', 'slippery', 'slob', 'slots', 'slow', 'slower', 'slowing', 'slowly', 'slp', 'slurp', 'smacks', 'small', 'smaller', 'smart', 'smarter', 'smash', 'smashed', 'smear', 'smell', 'smeone', 'smile', 'smiled', 'smiles', 'smiley', 'smiling', 'smoke', 'smokes', 'smokin', 'smoking', 'sms', 'smsco', 'smsing', 'smsrewards', 'smsservices', 'smth', 'sn', 'snake', 'snatch', 'snd', 'snickering', 'snogs', 'snoring', 'snot', 'snow', 'snowball', 'snowboarding', 'snowman', 'snuggles', 'so', 'soc', 'sochte', 'social', 'sofa', 'soft', 'software', 'soil', 'sol', 'soladha', 'sold', 'solihull', 'solve', 'solved', 'some', 'some1', 'somebody', 'someone', 'someonone', 'someplace', 'somerset', 'sometext', 'somethin', 'something', 'sometime', 'sometimes', 'sometme', 'somewhat', 'somewhere', 'somewheresomeone', 'somewhr', 'somtimes', 'sonathaya', 'sonetimes', 'song', 'songs', 'sony', 'sonyericsson', 'soo', 'soon', 'sooner', 'soonlots', 'sooo', 'soooo', 'sooooo', 'sophas', 'sore', 'sorrow', 'sorrows', 'sorry', 'sort', 'sorta', 'sorted', 'sorting', 'sory', 'soryda', 'sos', 'soul', 'sound', 'sounds', 'soundtrack', 'soup', 'source', 'sources', 'south', 'southern', 'soz', 'sozi', 'sp', 'space', 'spaces', 'spageddies', 'spain', 'spanish', 'spare', 'spark', 'sparkling', 'spatula', 'speak', 'speaking', 'special', 'specialisation', 'specialise', 'specially', 'specific', 'specify', 'specs', 'speechless', 'speed', 'speedchat', 'speeding', 'speling', 'spell', 'spend', 'spending', 'spent', 'sphosting', 'spiffing', 'spile', 'spin', 'spinout', 'spiral', 'spirit', 'spiritual', 'spk', 'spl', 'splash', 'splashmobile', 'splat', 'splendid', 'splleing', 'spoil', 'spoiled', 'spoilt', 'spoke', 'spoken', 'sponsors', 'spontaneously', 'spook', 'sporadically', 'sport', 'sports', 'sportsx', 'spose', 'spotty', 'spouse', 'spreadsheet', 'spree', 'spring', 'springs', 'sprint', 'sptv', 'spun', 'spys', 'sq825', 'squatting', 'squid', 'squishy', 'srsly', 'sry', 'st', 'stable', 'stadium', 'staff', 'stage', 'stagwood', 'stairs', 'stalk', 'stalking', 'stamped', 'stamps', 'stand', 'standard', 'standing', 'stapati', 'star', 'starer', 'staring', 'starring', 'stars', 'starshine', 'start', 'started', 'starting', 'starts', 'starve', 'starwars3', 'stash', 'statement', 'statements', 'station', 'status', 'stay', 'stayed', 'stayin', 'staying', 'stays', 'std', 'stdtxtrate', 'steak', 'steal', 'stealing', 'steam', 'step', 'sterling', 'sterm', 'steve', 'stewartsize', 'steyn', 'sth', 'stick', 'sticky', 'stifled', 'stil', 'still', 'stitch', 'stock', 'stockport', 'stolen', 'stomach', 'stomps', 'stone', 'stoners', 'stones', 'stool', 'stop', 'stop2', 'stopbcm', 'stopcost', 'stopcs', 'stopped', 'stops', 'stopsms', 'stoptxtstop', 'store', 'stores', 'stories', 'storming', 'story', 'str', 'str8', 'straight', 'strain', 'strange', 'stranger', 'stream', 'street', 'stress', 'stressed', 'stressful', 'stretch', 'strewn', 'strict', 'strike', 'strings', 'stripes', 'strong', 'strongly', 'strt', 'strtd', 'sts', 'stu', 'stubborn', 'stuck', 'studdying', 'student', 'studentfinancial', 'students', 'studies', 'studio', 'study', 'studying', 'studyn', 'stuff', 'stuff42moro', 'stuffed', 'stuffs', 'stunning', 'stupid', 'style', 'styling', 'stylish', 'stylist', 'sub', 'subletting', 'submitted', 'submitting', 'subpoly', 'subs', 'subs16', 'subscribe', 'subscribe6gbp', 'subscribed', 'subscriber', 'subscription', 'subscriptions', 'subscrition', 'subtoitles', 'success', 'successful', 'successfully', 'such', 'sucker', 'suckers', 'sucks', 'suddenly', 'sudn', 'sue', 'suffering', 'sufficient', 'sugar', 'sugardad', 'suggest', 'suite', 'suite342', 'suitemates', 'suits', 'sum', 'sum1', 'suman', 'sumfing', 'summer', 'summers', 'sumthin', 'sun', 'sunday', 'sundayish', 'sunlight', 'sunny', 'sunoco', 'sunroof', 'sunshine', 'suntec', 'sup', 'super', 'superb', 'superior', 'supervisor', 'suppliers', 'supply', 'support', 'suppose', 'supposed', 'supreme', 'suprman', 'sura', 'sure', 'surely', 'surfing', 'surly', 'surname', 'surprise', 'surprised', 'surrender', 'surrounded', 'survey', 'sutra', 'sux', 'svc', 'sw7', 'sw73ss', 'swalpa', 'swann', 'swap', 'swatch', 'sway', 'sweatter', 'sweet', 'sweetest', 'sweetheart', 'sweetie', 'sweets', 'swell', 'swhrt', 'swimming', 'swimsuit', 'swing', 'swollen', 'swoop', 'swt', 'swtheart', 'syllabus', 'symbol', 'sympathetic', 'symptoms', 'synced', 'syria', 'syrup', 'system', 't91', 'ta', 'table', 'tablets', 'tackle', 'tacos', 'tactless', 'tag', 'tagged', 'tahan', 'tai', 'tait', 'taka', 'take', 'takecare', 'taken', 'takes', 'takin', 'taking', 'talk', 'talkbut', 'talkin', 'talking', 'talks', 'tall', 'tallent', 'tamilnadu', 'tampa', 'tank', 'tantrum', 'tap', 'tape', 'tariffs', 'tarpon', 'taste', 'tasts', 'tat', 'tats', 'tattoos', 'tau', 'taught', 'taunton', 'taxes', 'taxi', 'taylor', 'tayseer', 'tb', 'tbs', 'tc', 'tcr', 'tcs', 'tddnewsletter', 'tea', 'teach', 'teacher', 'teachers', 'teaches', 'teaching', 'team', 'teams', 'tear', 'tears', 'tease', 'teasing', 'tech', 'technologies', 'tee', 'teenager', 'teeth', 'tel', 'telediscount', 'telephone', 'telephonic', 'tell', 'telling', 'tellmiss', 'tells', 'telly', 'telphone', 'telugu', 'temales', 'temp', 'temper', 'temple', 'ten', 'tenants', 'tendencies', 'tenerife', 'tension', 'teresa', 'term', 'terminated', 'terms', 'ternal', 'terrible', 'terrific', 'terror', 'terrorist', 'terry', 'tescos', 'tessy', 'test', 'testing', 'tests', 'tex', 'texas', 'texd', 'text', 'text82228', 'textand', 'textbook', 'textbuddy', 'textcomp', 'texted', 'textin', 'texting', 'textoperator', 'textpod', 'texts', 'th', 'than', 'thangam', 'thank', 'thanks', 'thanks2', 'thanksgiving', 'thanku', 'thankyou', 'thanx', 'thanx4', 'thasa', 'that', 'thatmum', 'thats', 'the', 'the4th', 'theacusations', 'theater', 'theatre', 'thecd', 'thedailydraw', 'their', 'theirs', 'thekingshead', 'them', 'themes', 'themob', 'then', 'thenampet', 'theory', 'theplace', 'thepub', 'there', 'theres', 'these', 'thesis', 'thet', 'thew', 'they', 'theyre', 'thgt', 'thia', 'thin', 'thing', 'things', 'think', 'thinked', 'thinkin', 'thinking', 'thinks', 'thinkthis', 'thinl', 'thirtyeight', 'thirunelvali', 'this', 'thk', 'thkin', 'thm', 'thnk', 'thnq', 'thnx', 'tho', 'those', 'thot', 'thou', 'though', 'thought', 'thoughts', 'thousands', 'thout', 'thread', 'threats', 'three', 'threw', 'thriller', 'throat', 'through', 'throw', 'throwin', 'throwing', 'thrown', 'throws', 'thru', 'ths', 'tht', 'thts', 'thuglyfe', 'thurs', 'thursday', 'thus', 'thx', 'thy', 'tick', 'ticket', 'tickets', 'tiempo', 'tight', 'tightly', 'tigress', 'tihs', 'tiime', 'til', 'till', 'time', 'times', 'timi', 'timin', 'timing', 'timings', 'tiny', 'tip', 'tired', 'tirunelvai', 'tirunelvali', 'tirupur', 'tis', 'tissco', 'title', 'titles', 'tiwary', 'tix', 'tiz', 'tke', 'tkls', 'tkts', 'tlp', 'tm', 'tming', 'tmorrow', 'tmr', 'tmrw', 'tms', 'tnc', 'tncs', 'to', 'toa', 'toaday', 'tobacco', 'tobed', 'tocall', 'toclaim', 'today', 'todays', 'tog', 'together', 'tohar', 'toilet', 'tok', 'told', 'toledo', 'tolerance', 'tolerat', 'toll', 'tom', 'tomarrow', 'tome', 'tomeandsaid', 'tomo', 'tomorro', 'tomorrow', 'tone', 'tones', 'tones2u', 'tones2you', 'tonexs', 'tonght', 'tongued', 'tonight', 'tonights', 'tonite', 'tons', 'tonsolitusaswell', 'too', 'took', 'tool', 'toot', 'tooth', 'toothpaste', 'top', 'topic', 'toplay', 'toppoly', 'tops', 'torch', 'torrents', 'tortilla', 'tosend', 'toshiba', 'toss', 'tot', 'total', 'totally', 'touch', 'touched', 'tough', 'toughest', 'tour', 'towards', 'town', 'toxic', 'toyota', 'tp', 'track', 'traditions', 'traffic', 'train', 'trained', 'training', 'trainners', 'trains', 'tram', 'transaction', 'transfer', 'transfered', 'transfr', 'transport', 'trash', 'trav', 'travel', 'traveling', 'travelling', 'treacle', 'treadmill', 'treasure', 'treat', 'treated', 'treatin', 'treats', 'trebles', 'tree', 'trends', 'trial', 'tried', 'trip', 'triple', 'trips', 'trishul', 'triumphed', 'trivia', 'tron', 'trouble', 'trouser', 'truble', 'truck', 'true', 'true18', 'truffles', 'truly', 'truro', 'trust', 'trusting', 'truth', 'try', 'tryin', 'trying', 'ts', 'tsandcs', 'tscs', 'tscs08714740323', 'tscs087147403231winawk', 'tsunami', 'tsunamis', 'tt', 'ttyl', 'tue', 'tues', 'tuesday', 'tuition', 'tul', 'tulip', 'tunde', 'tune', 'tunji', 'turkeys', 'turn', 'turned', 'turning', 'turns', 'tuth', 'tv', 'twat', 'twelve', 'twenty', 'twice', 'twiggs', 'twilight', 'twinks', 'twins', 'twittering', 'two', 'tx', 'txt', 'txt250', 'txt43', 'txt82228', 'txtauction', 'txtin', 'txting', 'txtno', 'txts', 'txtstar', 'txtstop', 'txttowin', 'txtx', 'tyler', 'type', 'types', 'typical', 'tyrone', 'u2moro', 'u4', 'uawake', 'ubandu', 'ubi', 'ugadi', 'ugh', 'uh', 'uhhhhrmm', 'uin', 'ujhhhhhhh', 'uk', 'ukp', 'uks', 'ultimatum', 'um', 'umma', 'ummma', 'ummmmmaah', 'un', 'unable', 'unbelievable', 'unbreakable', 'uncle', 'uncles', 'uncomfortable', 'unconditionally', 'unconscious', 'uncut', 'under', 'underdtand', 'understand', 'understanding', 'understood', 'underwear', 'uneventful', 'unfortunately', 'unhappiness', 'uni', 'unicef', 'uniform', 'unintentional', 'unintentionally', 'unique', 'united', 'univ', 'university', 'unkempt', 'unknown', 'unless', 'unlike', 'unlimited', 'unmits', 'unnecessarily', 'unni', 'unredeemed', 'unsold', 'unspoken', 'unsub', 'unsubscribe', 'unsubscribed', 'untamed', 'until', 'unusual', 'up', 'up4', 'upd8', 'updat', 'update', 'update_now', 'upgrade', 'upgrdcentre', 'upload', 'upon', 'upping', 'ups', 'upset', 'upstairs', 'upto', 'uptown', 'ur', 'urawinner', 'ure', 'urfeeling', 'urgent', 'urgently', 'urgnt', 'urgoin', 'urgran', 'urination', 'url', 'urmom', 'urn', 'urself', 'us', 'usc', 'use', 'used', 'useful', 'useless', 'user', 'uses', 'usf', 'usher', 'using', 'usmle', 'usps', 'usual', 'usually', 'uterus', 'utter', 'uttered', 'uup', 'uve', 'uwana', 'uworld', 'vaazhthukkal', 'vaguely', 'valentine', 'valentines', 'valid', 'valid12hrs', 'valuable', 'value', 'valued', 'values', 'varaya', 'various', 'varma', 'varunnathu', 'vary', 'vasai', 'vat', 'vatian', 'vava', 'vco', 'vday', 've', 'vegetables', 'veggie', 'vehicle', 'velly', 'velusamy', 'venaam', 'venugopal', 'verified', 'verify', 'verifying', 'version', 'versus', 'very', 'vettam', 'vewy', 'via', 'vibrator', 'vic', 'victoria', 'victors', 'vid', 'video', 'videochat', 'videophones', 'view', 'vijaykanth', 'vikky', 'vilikkam', 'vill', 'village', 'vinobanagar', 'violated', 'violence', 'violet', 'vip', 'virgil', 'virgin', 'virgins', 'virtual', 'visa', 'visionsms', 'visit', 'visitor', 'visitors', 'vital', 'vitamin', 'viva', 'vivek', 'vivekanand', 'vl', 'voda', 'vodafone', 'vodka', 'voice', 'voicemail', 'voila', 'volcanoes', 'vomit', 'vomiting', 'vote', 'voted', 'vouch4me', 'voucher', 'vouchers', 'vpod', 'vry', 'vs', 'vth', 'vu', 'w1', 'w111wx', 'w1a', 'w1j', 'w1j6hl', 'w1jhl', 'w1t1jy', 'w4', 'w45wq', 'w8in', 'wa', 'waaaat', 'wad', 'wah', 'wahala', 'waheed', 'waheeda', 'wahleykkum', 'waht', 'wait', 'waited', 'waitin', 'waiting', 'wake', 'waking', 'wales', 'waliking', 'walk', 'walkabout', 'walked', 'walking', 'wall', 'walls', 'walmart', 'walsall', 'wamma', 'wan', 'wan2', 'wana', 'wanna', 'wannatell', 'want', 'wanted', 'wanting', 'wants', 'wap', 'waqt', 'warm', 'warming', 'warned', 'warning', 'was', 'washob', 'wasn', 'wasnt', 'waste', 'wasted', 'wasting', 'wat', 'watch', 'watched', 'watches', 'watchin', 'watching', 'water', 'watever', 'watevr', 'wating', 'watr', 'wats', 'watts', 'wave', 'way', 'way2sms', 'wc1n', 'wc1n3xx', 'we', 'weak', 'weakness', 'weapon', 'wear', 'wearing', 'weaseling', 'weasels', 'weather', 'web', 'web2mobile', 'webadres', 'webeburnin', 'webpage', 'website', 'wed', 'weddin', 'wedding', 'weddingfriend', 'wedlunch', 'wednesday', 'weds', 'wee', 'weed', 'week', 'weekend', 'weekends', 'weekly', 'weeks', 'weigh', 'weighed', 'weight', 'weightloss', 'weird', 'weirdo', 'weiyi', 'welcome', 'welcomes', 'well', 'wellda', 'welp', 'wen', 'wendy', 'wenever', 'went', 'wenwecan', 'were', 'werebored', 'weren', 'werethe', 'wesley', 'wesleys', 'west', 'western', 'westlife', 'westonzoyland', 'westshore', 'wet', 'wetherspoons', 'whassup', 'what', 'whatever', 'whats', 'whatsup', 'wheel', 'when', 'whenever', 'whenevr', 'whens', 'where', 'whereare', 'wherever', 'wherevr', 'wherre', 'whether', 'which', 'while', 'whispers', 'white', 'whn', 'who', 'whoever', 'whole', 'whom', 'whore', 'whos', 'whose', 'whr', 'why', 'wi', 'wicket', 'wicklow', 'wid', 'widelive', 'wif', 'wife', 'wifi', 'wihtuot', 'wikipedia', 'wil', 'wildest', 'will', 'willing', 'win', 'wind', 'window', 'windows', 'winds', 'wine', 'wings', 'wining', 'winner', 'winnersclub', 'winning', 'wins', 'winterstone', 'wipe', 'wipro', 'wire3', 'wisdom', 'wise', 'wish', 'wishes', 'wishin', 'wishing', 'wishlist', 'wiskey', 'wit', 'with', 'wither', 'within', 'without', 'witin', 'witot', 'witout', 'wiv', 'wk', 'wkend', 'wkent', 'wkg', 'wkly', 'wks', 'wld', 'wml', 'wn', 'wnevr', 'wnt', 'wo', 'woah', 'woke', 'woken', 'woman', 'womdarfull', 'women', 'won', 'wondarfull', 'wonder', 'wonderful', 'wondering', 'wonders', 'wont', 'woo', 'woodland', 'woohoo', 'woould', 'woozles', 'word', 'words', 'work', 'workage', 'workin', 'working', 'workout', 'works', 'world', 'worlds', 'worms', 'worried', 'worries', 'worry', 'worrying', 'worse', 'worst', 'worth', 'worthless', 'wot', 'wotu', 'wotz', 'woul', 'would', 'wouldn', 'wounds', 'wow', 'wrc', 'wrecked', 'wrench', 'wright', 'write', 'writhing', 'wrk', 'wrkin', 'wrks', 'wrld', 'wrnog', 'wrong', 'wrongly', 'wrote', 'ws', 'wt', 'wtc', 'wtf', 'wth', 'wthout', 'wtlp', 'wud', 'wudn', 'wuld', 'wuldnt', 'wun', 'www', 'wylie', 'x2', 'x29', 'x49', 'xafter', 'xam', 'xavier', 'xchat', 'xin', 'xmas', 'xoxo', 'xt', 'xuhui', 'xx', 'xxsp', 'xxx', 'xxxmobilemovieclub', 'xxxx', 'xxxxx', 'xxxxxx', 'xxxxxxx', 'xxxxxxxx', 'xy', 'y87', 'ya', 'yah', 'yahoo', 'yalrigu', 'yam', 'yan', 'yar', 'yarasu', 'yay', 'yeah', 'year', 'years', 'yeh', 'yellow', 'yelow', 'yen', 'yeovil', 'yep', 'yer', 'yes', 'yest', 'yesterday', 'yet', 'yetty', 'yetunde', 'yhl', 'yi', 'yifeng', 'yijue', 'ym', 'ymca', 'yo', 'yoga', 'yogasana', 'yor', 'yorge', 'you', 'youdoing', 'youi', 'young', 'youphone', 'your', 'youre', 'yourinclusive', 'yourjob', 'yours', 'yourself', 'youuuuu', 'youwanna', 'yoville', 'yowifes', 'yr', 'yrs', 'ystrday', 'ything', 'yummmm', 'yummy', 'yun', 'yunny', 'yuo', 'yup', 'yupz', 'zac', 'zealand', 'zed', 'zeros', 'zhong', 'zindgi', 'zoe', 'zogtorius', 'zyada', 'èn', '〨ud']

抽取训练集的短信文本   (0, 2085)	0.27607466826579014
  (0, 4770)	0.36740594504198965
  (0, 4223)	0.3387569383456628
  (0, 2144)	0.39886630011826907
  (0, 4014)	0.3019017021181723
  (0, 3426)	0.5671289088000346
  (0, 4680)	0.31963295121718066
  (1, 3435)	0.551301897429002
  (1, 6524)	0.4243692809921442
  (1, 7210)	0.2522407893525967
  (1, 6863)	0.26302454408199044
  (1, 1823)	0.28399497311533023
  (1, 2270)	0.2494890420994012
  (1, 7151)	0.33078384897454527
  (1, 3996)	0.3617370910119172
  (2, 7106)	0.2633293948278542
  (2, 3841)	0.2834105980121715
  (2, 6723)	0.35484507301178303
  (2, 1741)	0.39952302947131363
  (2, 4776)	0.2501628060778464
  (2, 4297)	0.34555740239156585
  (2, 2734)	0.3620617953742334
  (2, 7334)	0.40785412402841476
  (2, 3996)	0.29219395576629936
  (3, 5727)	0.6122795695076909
  :	:
  (4178, 7348)	0.3038573276223719
  (4179, 4322)	0.24551220785550568
  (4179, 314)	0.24551220785550568
  (4179, 7200)	0.24551220785550568
  (4179, 686)	0.24551220785550568
  (4179, 443)	0.2258276533539101
  (4179, 4088)	0.2258276533539101
  (4179, 757)	0.23399748162867046
  (4179, 5039)	0.2143129271270749
  (4179, 6153)	0.219490642224505
  (4179, 6877)	0.219490642224505
  (4179, 1547)	0.17741483761389681
  (4179, 4519)	0.18473687728526225
  (4179, 4354)	0.17056612238534463
  (4179, 1930)	0.16505232278366672
  (4179, 510)	0.3081999351806264
  (4179, 4360)	0.28010236685093687
  (4179, 1655)	0.1946283726254793
  (4179, 4515)	0.18157820169989364
  (4179, 6879)	0.11039376158196135
  (4179, 4534)	0.15585715537229763
  (4179, 1534)	0.09441441328865802
  (4179, 4272)	0.15467370041997028
  (4179, 2983)	0.10558407076013078
  (4179, 2888)	0.11473085858712205

抽取测试集的短信文本   (0, 7362)	0.20268765739427805
  (0, 7047)	0.3933412323859542
  (0, 6624)	0.19655579056222555
  (0, 3270)	0.439400373129396
  (0, 2270)	0.33467456318720723
  (0, 1507)	0.48883918256454745
  (0, 955)	0.4706619934522032
  (1, 7176)	0.2898763002081244
  (1, 7042)	0.2568678752212181
  (1, 6624)	0.20172842601997695
  (1, 6001)	0.16529656327264372
  (1, 4621)	0.37950017319978213
  (1, 4229)	0.3404757013544033
  (1, 4205)	0.1430482273280053
  (1, 3880)	0.25795163251203934
  (1, 3834)	0.27344872266021425
  (1, 3594)	0.1467197205283059
  (1, 3583)	0.13783504839647093
  (1, 3239)	0.35597279150257816
  (1, 2047)	0.2213391022895105
  (1, 1591)	0.37950017319978213
  (2, 6947)	0.4563353486687782
  (2, 6936)	0.2773321979704122
  (2, 5749)	0.2994247295777017
  (2, 5202)	0.3843777257661185
  :	:
  (1391, 7183)	0.14383771430958026
  (1391, 6949)	0.20718897536030956
  (1391, 6863)	0.15119328777421642
  (1391, 6593)	0.16140486040440452
  (1391, 6572)	0.2902437699532094
  (1391, 6504)	0.20607214504766436
  (1391, 5630)	0.44266369171564846
  (1391, 3583)	0.11509949189399726
  (1391, 3036)	0.17224499019643771
  (1391, 2691)	0.24393840144280207
  (1391, 2565)	0.2353561939899432
  (1391, 2211)	0.29725594401926886
  (1391, 2112)	0.3324969227603611
  (1391, 1918)	0.3324969227603611
  (1391, 1245)	0.25252060889566097
  (1391, 914)	0.11287117503479589
  (1392, 6062)	0.6126642613082406
  (1392, 3583)	0.21208420394619198
  (1392, 3403)	0.5635423738540751
  (1392, 3323)	0.31904898962403444
  (1392, 2304)	0.40036299584618745
  (1393, 7367)	0.36390777337953767
  (1393, 7362)	0.2479156972847605
  (1393, 7348)	0.6174877531100831
  (1393, 5825)	0.6517804954682359

15

16

17

Lab0601-AboutKNN

Running aboutKNeighborsClassifier() ...
Total samples: 5574, the number of spam: 747
neighbor number: 1, weight type: uniform
Accuracy: 0.9591104734576757
Precision: 1.0
Recall: 0.6724137931034483
f1 score: 0.8041237113402061

Running compareKNeighborsClassifier() ...
Total samples: 5574, the number of spam: 747

 accuracy
K is  1 :  0.950286944045911
K is  3 :  0.9235294117647059
K is  5 :  0.9254662840746054
K is  15 :  0.9594691535150647
K is  30 :  0.9549497847919655
K is  50 :  0.9498565279770445

 precision
K is  1 :  1.0
K is  3 :  1.0
K is  5 :  0.9984732824427482
K is  15 :  0.9955779942392518
K is  30 :  0.9984643338608523
K is  50 :  0.9975175315568023

 recall
K is  1 :  0.6283738229177842
K is  3 :  0.4283131404039412
K is  5 :  0.43969687024462356
K is  15 :  0.700630913521562
K is  30 :  0.6649868914942602
K is  50 :  0.6277344670177598

 f1 score
K is  1 :  0.7713156188108347
K is  3 :  0.5993611813199283
K is  5 :  0.588348944168702
K is  15 :  0.8215377439346504
K is  30 :  0.7976722621780028
K is  50 :  0.770012863527753

Running aboutRadiusNeighborsClassifier() ...
Total samples: 5574, the number of spam: 747
Radius: 1.2, weight type: uniform
Accuracy: 0.9117647058823529
Precision: 1.0
Recall: 0.35602094240837695
f1 score: 0.5250965250965252

Running compareRadiusNeighborsClassifier() ...
Total samples: 5574, the number of spam: 747

 accuracy
Radius is  1.05 :  0.9395265423242467
Radius is  1.1 :  0.9409612625538021
Radius is  1.15 :  0.9450502152080344
Radius is  1.2 :  0.948493543758967
Radius is  1.25 :  0.9550215208034434
Radius is  1.3 :  0.9651362984218077
Radius is  1.35 :  0.9540172166427545
Radius is  1.4 :  0.9043041606886655
Radius is  1.45 :  0.9025824964131995

 precision
Radius is  1.05 :  1.0
Radius is  1.1 :  1.0
Radius is  1.15 :  1.0
Radius is  1.2 :  0.9992307692307693
Radius is  1.25 :  0.9950343077886277
Radius is  1.3 :  0.9946462748992451
Radius is  1.35 :  0.9968348330020591
Radius is  1.4 :  0.9854129648036294
Radius is  1.45 :  1.0

 recall
Radius is  1.05 :  0.5377652669145696
Radius is  1.1 :  0.5485382164421161
Radius is  1.15 :  0.579645777811933
Radius is  1.2 :  0.6061569280813405
Radius is  1.25 :  0.6582766911362523
Radius is  1.3 :  0.736004027220092
Radius is  1.35 :  0.6502301012406108
Radius is  1.4 :  0.2727664100054384
Radius is  1.45 :  0.2557658834944194

 f1 score
Radius is  1.05 :  0.6978027985502955
Radius is  1.1 :  0.7072028725652206
Radius is  1.15 :  0.7325151404246302
Radius is  1.2 :  0.7533209317429544
Radius is  1.25 :  0.791204128717385
Radius is  1.3 :  0.8452903178220241
Radius is  1.35 :  0.786131357432836
Radius is  1.4 :  0.42686750808450447
Radius is  1.45 :  0.4069425093882004

Lab0602-AboutBayes

Total samples: 5574, the number of spam: 747
GaussianNB
Accuracy: 0.9074605451936872
Precision: 0.6057347670250897
Recall: 0.898936170212766
f1 score: 0.7237687366167023
Total samples: 5574, the number of spam: 747

 accuracy
分类器  GaussianNB() :  0.900860832137733
分类器  BernoulliNB() :  0.9765423242467717
分类器  MultinomialNB() :  0.9554519368723099
分类器  ComplementNB() :  0.9787661406025825

 precision
分类器  GaussianNB() :  0.5899441479580212
分类器  BernoulliNB() :  0.994749058131411
分类器  MultinomialNB() :  1.0
分类器  ComplementNB() :  0.9449865127338877

 recall
分类器  GaussianNB() :  0.8940384713414163
分类器  BernoulliNB() :  0.8318888424988252
分类器  MultinomialNB() :  0.6732324977461682
分类器  ComplementNB() :  0.896153405512828

 f1 score
分类器  GaussianNB() :  0.7102795759957381
分类器  BernoulliNB() :  0.9058810976262339
分类器  MultinomialNB() :  0.8045286717829517
分类器  ComplementNB() :  0.9196015502193363

Lab0701-AboutSVM


Running aboutSVMs ...
kernel: rbf, degree: 1, class weight type: balanced
Accuracy: 0.9835007173601148
Precision: 1.0
Recall: 0.8802083333333334
f1 score: 0.9362880886426592

Running searchForNu ...

 poly

 accuracy
nu is  0.001 :  0.9874318507890962
nu is  0.01 :  0.9875179340028695
nu is  0.03 :  0.987948350071736
nu is  0.04 :  0.9879770444763271
nu is  0.05 :  0.9877761836441893
nu is  0.1 :  0.9864849354375897
nu is  0.2 :  0.9760975609756096

 precision
nu is  0.001 :  0.9828594734627173
nu is  0.01 :  0.9837510104227805
nu is  0.03 :  0.9846415843857023
nu is  0.04 :  0.9853105068719276
nu is  0.05 :  0.9852428471969114
nu is  0.1 :  0.9856836558867638
nu is  0.2 :  0.9906072176911974

 recall
nu is  0.001 :  0.9248393485465267
nu is  0.01 :  0.9245996305889861
nu is  0.03 :  0.9268790617568469
nu is  0.04 :  0.9264282260154028
nu is  0.05 :  0.9249786883592696
nu is  0.1 :  0.914911715660134
nu is  0.2 :  0.8338738727005147

 f1 score
nu is  0.001 :  0.952801036339649
nu is  0.01 :  0.9530791368796961
nu is  0.03 :  0.9547131754438144
nu is  0.04 :  0.9547897562537867
nu is  0.05 :  0.9539856921360426
nu is  0.1 :  0.948833457635658
nu is  0.2 :  0.9053032988020092

Running aboutGridSearchCV ...
Best score: 0.983
Best parameters set:
	kernel: 'linear'
	nu: 0.01
accuracy_score 0.9863701578192252
precision_score 0.9837837837837838
recall_score 0.9191919191919192
f1_score 0.9503916449086162

Running aboutRandomizedSearchCV ...
Best score: 0.981
Best parameters set:
	kernel: 'linear'
	nu: 0.001
accuracy_score 0.9835007173601148
precision_score 0.946236559139785
recall_score 0.9312169312169312
f1_score 0.9386666666666666

Lab0702-AboutEnsemble


Running aboutAdaBoostAndBaggingClassifier ...
base classifier:  LogisticRegression(class_weight='balanced')
Ensemble:  AdaBoostClassifier(base_estimator=LogisticRegression(class_weight='balanced'))
Accuracy: 0.14275466284074606
Precision: 0.14275466284074606
Recall: 1.0
f1 score: 0.24984306340238543

Running aboutRandomForestClassifier ...
base classifier:  RandomForeastClassifier
Accuracy: 0.975609756097561
Precision: 1.0
Recall: 0.8210526315789474
f1 score: 0.9017341040462429

Lab0801-aboutKMeans

0
Iteration 0, objective=1.91484
1
Iteration 1, objective=1.91484
[[ 2.31287961  1.51333813]
 [-2.13455999 -2.15661017]]
[1.91484251 1.91484251]
0
Iteration 0, objective=0.404972
1
Iteration 1, objective=0.383269
2
Iteration 2, objective=0.377954
3
Iteration 3, objective=0.37449
4
Iteration 4, objective=0.371494
5
Iteration 5, objective=0.369823
6
Iteration 6, objective=0.367975
7
Iteration 7, objective=0.365521
8
Iteration 8, objective=0.365161
9
Iteration 9, objective=0.365026
10
Iteration 10, objective=0.364886
11
Iteration 11, objective=0.364776
12
Iteration 12, objective=0.364595
13
Iteration 13, objective=0.364532
14
Iteration 14, objective=0.364504
15
Iteration 15, objective=0.364401
16
Iteration 16, objective=0.364296
17
Iteration 17, objective=0.364194
18
Iteration 18, objective=0.364124
19
Iteration 19, objective=0.364124
=============

cluster km++ km++plot

Lab0802-ImageQuantization

(2304000, 3)

lab0802

Lab1001-aboutClassifier

LR
CM1	37	18	Mean auc = 0.52035
JM1	21	10	Mean auc = 0.53642
KC1	21	10	Mean auc = 0.57352
KC3	39	19	Mean auc = 0.57267
MC1	38	19	Mean auc = 0.50485
MC2	39	19	Mean auc = 0.60325
MW1	37	18	Mean auc = 0.63356
PC1	37	18	Mean auc = 0.54245
PC2	36	18	Mean auc = 0.49890
PC3	37	18	Mean auc = 0.56137
PC4	37	18	Mean auc = 0.65170
PC5	38	19	Mean auc = 0.57605
Mean of all test instance:  0.5645907720076324
DT
CM1	37	18	Mean auc = 0.52993
JM1	21	10	Mean auc = 0.57057
KC1	21	10	Mean auc = 0.58053
KC3	39	19	Mean auc = 0.58061
MC1	38	19	Mean auc = 0.67976
MC2	39	19	Mean auc = 0.59803
MW1	37	18	Mean auc = 0.61287
PC1	37	18	Mean auc = 0.63306
PC2	36	18	Mean auc = 0.53276
PC3	37	18	Mean auc = 0.61747
PC4	37	18	Mean auc = 0.70994
PC5	38	19	Mean auc = 0.64277
Mean of all test instance:  0.6073572789298225
KNN
CM1	37	18	Mean auc = 0.52481
JM1	21	10	Mean auc = 0.57757
KC1	21	10	Mean auc = 0.59236
KC3	39	19	Mean auc = 0.56336
MC1	38	19	Mean auc = 0.59247
MC2	39	19	Mean auc = 0.61379
MW1	37	18	Mean auc = 0.58745
PC1	37	18	Mean auc = 0.60176
PC2	36	18	Mean auc = 0.49982
PC3	37	18	Mean auc = 0.55596
PC4	37	18	Mean auc = 0.69512
PC5	38	19	Mean auc = 0.66113
Mean of all test instance:  0.5888006498404111
NB
CM1	37	18	Mean auc = 0.61323
JM1	21	10	Mean auc = 0.57666
KC1	21	10	Mean auc = 0.60875
KC3	39	19	Mean auc = 0.56816
MC1	38	19	Mean auc = 0.59915
MC2	39	19	Mean auc = 0.62938
MW1	37	18	Mean auc = 0.47831
PC1	37	18	Mean auc = 0.60860
PC2	36	18	Mean auc = nan
PC3	37	18	Mean auc = 0.68983
PC4	37	18	Mean auc = 0.60993
PC5	38	19	Mean auc = 0.58335
Mean of all test instance:  nan
SVM
CM1	37	18	Mean auc = 0.58046
JM1	21	10	Mean auc = 0.47677
KC1	21	10	Mean auc = 0.48760
KC3	39	19	Mean auc = 0.55996
MC1	38	19	Mean auc = 0.62694
MC2	39	19	Mean auc = 0.52803
MW1	37	18	Mean auc = 0.54113
PC1	37	18	Mean auc = 0.58769
PC2	36	18	Mean auc = 0.58157
PC3	37	18	Mean auc = 0.60966
PC4	37	18	Mean auc = 0.70782
PC5	38	19	Mean auc = 0.51615
Mean of all test instance:  0.5669817704042611
RF
CM1	37	18	Mean auc = 0.50133
JM1	21	10	Mean auc = 0.57397
KC1	21	10	Mean auc = 0.60813
KC3	39	19	Mean auc = 0.55378
MC1	38	19	Mean auc = 0.58619
MC2	39	19	Mean auc = 0.59066
MW1	37	18	Mean auc = 0.58084
PC1	37	18	Mean auc = 0.60335
PC2	36	18	Mean auc = 0.49964
PC3	37	18	Mean auc = 0.56184
PC4	37	18	Mean auc = 0.67727
PC5	38	19	Mean auc = 0.67394
Mean of all test instance:  0.5842452240001026

 [[0.5203466704269574, 0.5364246103102013, 0.5735210380764666, 0.5726677635823977, 0.5048491253932175, 0.603246268520868, 0.6335640410357306, 0.5424485754193521, 0.4989020886629799, 0.5613665853224091, 0.6517016365670376, 0.5760508607739719], [0.5299317516814793, 0.5705695011604459, 0.5805253135601877, 0.5806060466674104, 0.6797593036472512, 0.5980258484205853, 0.612869888808736, 0.6330579674574603, 0.5327625036316165, 0.6174685000801613, 0.7099392283065633, 0.6427714937359735], [0.5248066108383885, 0.5775743125697269, 0.592361085613034, 0.5633559909226388, 0.5924685235352224, 0.6137912163407968, 0.5874547992735777, 0.6017641541322453, 0.4998168498168498, 0.55595832803434, 0.6951225507391053, 0.6611333762690071], [0.6132285430944721, 0.5766568589188086, 0.608751203989945, 0.5681617315219513, 0.5991531460827118, 0.6293789573423443, 0.47831009704896715, 0.6085958278392779, nan, 0.6898298015290438, 0.6099349467408713, 0.5833547759298597], [0.580462772141544, 0.4767663875103259, 0.4876038306017236, 0.5599649359484989, 0.626937682662873, 0.5280290198576645, 0.5411252461499262, 0.5876912753150015, 0.5815676153640751, 0.609662276785327, 0.7078223896976596, 0.5161478128165148], [0.5013326363277611, 0.5739683046772792, 0.6081329234040501, 0.5537795365742206, 0.586187122885205, 0.5906646207723069, 0.580839190879661, 0.603350779874215, 0.49963569039656, 0.5618400306750669, 0.6772679507387458, 0.6739439007961587]]
Best classifer:  NB
Best performance:  nan

lab1001_1 lab1001_2 lab1001_3

Lab1002-aboutClassifier

LR
CM1	37	18	Mean auc = 0.52064
JM1	21	10	Mean auc = 0.53593
KC1	21	10	Mean auc = 0.57111
KC3	39	19	Mean auc = 0.54548
MC1	38	19	Mean auc = 0.50433
MC2	39	19	Mean auc = 0.62434
MW1	37	18	Mean auc = 0.61215
PC1	37	18	Mean auc = 0.54853
PC2	36	18	Mean auc = 0.49872
PC3	37	18	Mean auc = 0.54701
PC4	37	18	Mean auc = 0.64957
PC5	38	19	Mean auc = 0.58295
Mean of all test instance:  0.561730978891374
DT
CM1	37	18	Mean auc = 0.56240
JM1	21	10	Mean auc = 0.56699
KC1	21	10	Mean auc = 0.58734
KC3	39	19	Mean auc = 0.58579
MC1	38	19	Mean auc = 0.66460
MC2	39	19	Mean auc = 0.56139
MW1	37	18	Mean auc = 0.61024
PC1	37	18	Mean auc = 0.64647
PC2	36	18	Mean auc = nan
PC3	37	18	Mean auc = 0.60644
PC4	37	18	Mean auc = 0.71490
PC5	38	19	Mean auc = 0.63548
Mean of all test instance:  nan
KNN
CM1	37	18	Mean auc = 0.51030
JM1	21	10	Mean auc = 0.58516
KC1	21	10	Mean auc = 0.59014
KC3	39	19	Mean auc = 0.58080
MC1	38	19	Mean auc = 0.60810
MC2	39	19	Mean auc = 0.58441
MW1	37	18	Mean auc = 0.63891
PC1	37	18	Mean auc = 0.61044
PC2	36	18	Mean auc = 0.49945
PC3	37	18	Mean auc = 0.57043
PC4	37	18	Mean auc = 0.68247
PC5	38	19	Mean auc = 0.65765
Mean of all test instance:  0.593186902265104
NB
CM1	37	18	Mean auc = 0.58875
JM1	21	10	Mean auc = 0.58115
KC1	21	10	Mean auc = 0.59447
KC3	39	19	Mean auc = 0.58111
MC1	38	19	Mean auc = 0.58132
MC2	39	19	Mean auc = 0.65605
MW1	37	18	Mean auc = 0.49624
PC1	37	18	Mean auc = 0.61896
PC2	36	18	Mean auc = 0.67557
PC3	37	18	Mean auc = 0.68227
PC4	37	18	Mean auc = 0.60530
PC5	38	19	Mean auc = 0.59241
Mean of all test instance:  0.6044672924137108
SVM
CM1	37	18	Mean auc = 0.58351
JM1	21	10	Mean auc = 0.46937
KC1	21	10	Mean auc = 0.49916
KC3	39	19	Mean auc = 0.50484
MC1	38	19	Mean auc = 0.62554
MC2	39	19	Mean auc = 0.52438
MW1	37	18	Mean auc = 0.58967
PC1	37	18	Mean auc = 0.67191
PC2	36	18	Mean auc = 0.51428
PC3	37	18	Mean auc = 0.60100
PC4	37	18	Mean auc = 0.69409
PC5	38	19	Mean auc = 0.51969
Mean of all test instance:  0.5664533029640416
RF
CM1	37	18	Mean auc = 0.49912
JM1	21	10	Mean auc = 0.56572
KC1	21	10	Mean auc = 0.59549
KC3	39	19	Mean auc = 0.57203
MC1	38	19	Mean auc = 0.61372
MC2	39	19	Mean auc = 0.64027
MW1	37	18	Mean auc = 0.58272
PC1	37	18	Mean auc = 0.61097
PC2	36	18	Mean auc = 0.49982
PC3	37	18	Mean auc = 0.56206
PC4	37	18	Mean auc = 0.71037
PC5	38	19	Mean auc = 0.65358
Mean of all test instance:  0.5921549865315051

 [[[0.5345238095238095, 0.5, 0.5714285714285714, 0.5489864864864865, 0.48026315789473684, 0.5, 0.4861111111111111, 0.5761904761904763, 0.4647887323943662, 0.55, 0.5625, 0.4861111111111111, 0.5, 0.5, 0.5487062404870624], [0.5457256852360454, 0.5220523553856887, 0.5426665588615782, 0.5274501127791148, 0.535831626557433, 0.5321876799688017, 0.5412601629249498, 0.5490837070254111, 0.530708368155227, 0.5352245040027845, 0.5414348295220053, 0.5272574765706789, 0.5369779434907876, 0.5385350972123746, 0.5324910082376146], [0.5823923782639379, 0.5752587816052944, 0.5550925925925926, 0.5685671191553545, 0.578728661275831, 0.550462962962963, 0.5900900900900901, 0.5934009573740597, 0.5816824576514499, 0.5524916567679167, 0.5966564557127029, 0.5492965834051106, 0.5756750811197272, 0.557528103691873, 0.5593166810221074], [0.7738095238095238, 0.4642857142857143, 0.475, 0.5371794871794872, 0.4625, 0.45454545454545453, 0.5, 0.5503048780487805, 0.5986111111111111, 0.5476190476190476, 0.625, 0.5625, 0.5555555555555556, 0.5430555555555555, 0.5322966507177034], [0.5, 0.5, 0.4989795918367347, 0.5, 0.5, 0.5357142857142857, 0.5, 0.4969512195121951, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5333333333333333], [0.4791666666666667, 0.6074074074074074, 0.7272727272727273, 0.6318181818181817, 0.59375, 0.6781376518218625, 0.7083333333333334, 0.5411255411255411, 0.644927536231884, 0.5515873015873015, 0.6875, 0.5833333333333334, 0.5158730158730158, 0.8045454545454546, 0.6103896103896105], [0.6661016949152542, 0.6, 0.5, 0.475, 0.5714285714285714, 0.7142857142857143, 0.5714285714285714, 0.6428571428571428, 0.5833333333333334, 0.6340852130325814, 0.5, 0.6071428571428571, 0.6, 0.7915254237288136, 0.7249999999999999], [0.5604938271604938, 0.5604938271604938, 0.5769230769230769, 0.5295454545454545, 0.5246331236897275, 0.5647279549718573, 0.5351307189542484, 0.4940119760479042, 0.5652936021034181, 0.6446998123827392, 0.5654458598726114, 0.525, 0.549266247379455, 0.49107142857142855, 0.5412087912087913], [0.5, 0.49725274725274726, 0.5, 0.49728260869565216, 0.5, 0.49453551912568305, 0.5, 0.5, 0.4972677595628415, 0.49728260869565216, 0.5, 0.49725274725274726, 0.5, 0.5, 0.5], [0.5404595404595405, 0.5788593557472275, 0.5608974358974358, 0.5388173773129524, 0.550058579188412, 0.556837953833662, 0.5197545070962792, 0.5510473508185177, 0.5608175473579261, 0.5697216386554621, 0.5370157268891446, 0.5229166666666666, 0.5261840034339675, 0.5597735597735598, 0.5319568495534162], [0.6405400155400155, 0.7065217391304348, 0.6661347517730497, 0.6273708306082406, 0.6234701848797848, 0.6304347826086957, 0.6895470383275261, 0.5916666666666667, 0.6934523809523808, 0.6159420289855072, 0.6661433804290947, 0.6501742160278745, 0.6542674950948332, 0.6716453295400664, 0.6162790697674418], [0.5872426640559136, 0.5904761904761905, 0.5809968847352025, 0.6193922431027589, 0.5896611427158052, 0.6029111030915433, 0.5714013760844143, 0.5847148541114058, 0.5632736516357206, 0.5746224459579509, 0.5691108301727771, 0.5702970297029702, 0.5679866476431474, 0.5771912765661896, 0.5950350981896724]], [[0.5199579831932772, 0.6276190476190476, 0.5190476190476191, 0.5695238095238094, 0.4342105263157895, 0.5944444444444444, 0.6545454545454545, 0.5016891891891891, 0.648051948051948, 0.6500000000000001, 0.5627400768245838, 0.44583333333333336, 0.4976190476190476, 0.5371621621621622, 0.673611111111111], [0.562102552619794, 0.574436985789928, 0.5548289150062891, 0.5531362342507853, 0.5635192735359525, 0.567238675526244, 0.5700373285147056, 0.570495533910168, 0.567926755356464, 0.582576043237808, 0.5684420388614151, 0.5738023881499887, 0.5483271233604373, 0.5974595730918499, 0.5505636070853462], [0.5822839240739602, 0.5751748251748252, 0.5747685185185185, 0.5945945945945946, 0.5756944444444444, 0.5686925006969613, 0.5584498499648853, 0.5650588573069193, 0.5803318250377074, 0.644593253968254, 0.55301308434179, 0.6009615384615383, 0.6185320264417598, 0.6098086124401914, 0.6081081081081082], [0.7229729729729729, 0.5884146341463415, 0.5666666666666667, 0.5442583732057417, 0.49743589743589745, 0.6335470085470085, 0.488095238095238, 0.5566239316239316, 0.5015243902439024, 0.8263888888888888, 0.5833333333333333, 0.501937984496124, 0.513719512195122, 0.5357142857142857, 0.7261904761904762], [0.6316326530612244, 0.7417864476386036, 0.6081532104259377, 0.7876796714579055, 0.7061224489795919, 0.6408088235294118, 0.6615120274914089, 0.6208852005532502, 0.6167525773195875, 0.5382528993640104, 0.7130009107468124, 0.6892085187539733, 0.6417864476386036, 0.6615120274914089, 0.7099271402550091], [0.6500000000000001, 0.5151515151515152, 0.640909090909091, 0.6041666666666666, 0.5700483091787439, 0.6038961038961038, 0.45748987854251016, 0.38164251207729466, 0.625, 0.5952380952380953, 0.6458333333333334, 0.6136363636363635, 0.4954545454545454, 0.4806763285024155, 0.5416666666666666], [0.6537037037037037, 0.4568965517241379, 0.625, 0.5488505747126438, 0.4661016949152542, 0.5538847117794485, 0.5745762711864407, 0.6408045977011494, 0.6020202020202021, 0.6, 0.5890804597701149, 0.7506265664160401, 0.6616541353383458, 0.7321428571428571, 0.6982758620689655], [0.6127717391304348, 0.5832720588235294, 0.7642418930762489, 0.6275197195442593, 0.6060473269062225, 0.5640718562874251, 0.6465759849906192, 0.7075757575757576, 0.5848968105065666, 0.5948637316561844, 0.6870370370370371, 0.6709662288930581, 0.6629979035639413, 0.7516429353778752, 0.6325782811459028], [0.4861878453038674, 0.5945054945054945, 0.49453551912568305, 0.49719101123595505, 0.4890710382513661, 0.49444444444444446, 0.4972677595628415, 0.4891891891891892, 0.47802197802197804, 0.49184782608695654, 0.494475138121547, nan, 0.6086065573770492, 0.49189189189189186, 0.4918032786885246], [0.6313942502361992, 0.686006581771355, 0.5854103343465045, 0.56875, 0.6156501726121979, 0.584491834255635, 0.5924185463659147, 0.5895665515918681, 0.6310030395136779, 0.6322595281306714, 0.5566239316239318, 0.631868131868132, 0.5822649572649572, 0.581766917293233, 0.6270833333333333], [0.6928876244665718, 0.6768075687874316, 0.7318840579710145, 0.7029674085187964, 0.6984957488554612, 0.6932924753149473, 0.7111459968602825, 0.69875, 0.7658823529411765, 0.6659847573204974, 0.7009374186268553, 0.756458469587966, 0.7445225637671682, 0.7204337899543378, 0.7630018248175182], [0.6558061056321448, 0.6605359625837443, 0.6339333547626702, 0.6228781775246562, 0.644210838021913, 0.6355560341346542, 0.6044965354562878, 0.6341914191419141, 0.6836602994321115, 0.6298250410060143, 0.6578731547293603, 0.6093976980668231, 0.6145874587458746, 0.6125663129973474, 0.6327551787612454]], [[0.5287162162162162, 0.5213089802130898, 0.5675324675324674, 0.5236742424242424, 0.5422297297297297, 0.5243277848911652, 0.5059523809523809, 0.4652777777777778, 0.4772727272727273, 0.48911651728553135, 0.4927536231884058, 0.4859154929577465, 0.4863013698630137, 0.5083333333333333, 0.5357142857142857], [0.5884459554904906, 0.5786057692307692, 0.5896510545633352, 0.5674681863108475, 0.5786437716902882, 0.6028448396809808, 0.5713205585264408, 0.5959275602132745, 0.6008496534812324, 0.5876769105517223, 0.6011337868480725, 0.5718984476067269, 0.576713004484305, 0.5918175159568901, 0.5743627193683106], [0.5876589471097733, 0.6425837320574164, 0.5639064475347662, 0.5560177798039663, 0.5969742063492064, 0.6171171171171171, 0.6351351351351351, 0.5907015359070154, 0.5536893482629917, 0.5582652497082131, 0.6136480908152735, 0.5781951817068192, 0.6058558558558558, 0.5998355145533862, 0.5525119617224881], [0.619047619047619, 0.5503048780487805, 0.6371794871794871, 0.5833333333333334, 0.6014957264957265, 0.5777511961722488, 0.4418604651162791, 0.6428571428571428, 0.5274390243902439, 0.6487179487179487, 0.5503048780487805, 0.5736111111111112, 0.5281531531531531, 0.6918604651162792, 0.538109756097561], [0.6646048109965635, 0.5989626556016597, 0.5535063752276868, 0.5823024054982818, 0.6363636363636364, 0.7181238615664846, 0.5416666666666666, 0.5909090909090909, 0.496900826446281, 0.7, 0.5374284806102988, 0.6538461538461539, 0.6353348297792741, 0.6646174863387978, 0.5469199178644765], [0.6416666666666666, 0.6, 0.4978354978354978, 0.5890688259109312, 0.5156862745098039, 0.6507936507936508, 0.6103896103896105, 0.659090909090909, 0.6136363636363635, 0.4978354978354978, 0.609090909090909, 0.5372549019607843, 0.609090909090909, 0.5242914979757084, 0.6103896103896105], [0.5660919540229886, 0.5916666666666667, 0.7055137844611529, 0.7923497267759563, 0.5814814814814815, 0.6666666666666666, 0.8220551378446116, 0.56265664160401, 0.6321839080459769, 0.6502732240437158, 0.6576271186440678, 0.6879699248120301, 0.4583333333333333, 0.5747126436781609, 0.6340852130325814], [0.615909090909091, 0.6113970588235295, 0.6440119760479043, 0.7795793163891322, 0.5494485294117647, 0.6145220588235294, 0.6082720588235294, 0.6007575757575758, 0.5555555555555556, 0.6302469135802469, 0.5323639774859287, 0.6284143904063957, 0.5876832844574781, 0.549467021985343, 0.6489271597967251], [0.5, 0.4972972972972973, 0.5, 0.5, 0.5, 0.49728260869565216, 0.5, 0.5, 0.5, 0.5, 0.5, 0.49722222222222223, 0.5, 0.5, 0.5], [0.5912926735711546, 0.6325265643447461, 0.5815224726683763, 0.556580259222333, 0.5282608695652175, 0.5562499999999999, 0.6077551020408163, 0.5859920239282154, 0.554348939657822, 0.5597246591982724, 0.5264672036823935, 0.5192307692307693, 0.548234552332913, 0.6102038061816709, 0.5980164714070293], [0.664541135283821, 0.6521650326797386, 0.6737891737891739, 0.7125000000000001, 0.6485507246376812, 0.664541135283821, 0.7116726835138388, 0.7145390070921985, 0.6684782608695652, 0.6747776033490319, 0.6797794117647058, 0.6719902786216474, 0.7169117647058825, 0.7674001833791783, 0.6153436739659367], [0.6412937293729373, 0.6670531787285086, 0.6519524617996605, 0.6518368722615435, 0.6665878271838537, 0.6483006797281088, 0.6701476216511756, 0.6815577249575552, 0.6600353669319187, 0.6899933993399339, 0.6524192647223154, 0.6337020896189519, 0.6364974245768947, 0.6481840193704601, 0.6651515151515153]], [[0.4881756756756756, 0.4814189189189189, 0.7092846270928463, 0.6276190476190476, 0.6945373467112598, 0.5880952380952381, 0.6285714285714286, 0.523611111111111, 0.6742770167427702, 0.5139353400222966, 0.581140350877193, 0.5211817168338908, 0.6184379001280409, 0.5880952380952381, 0.5929054054054053], [0.581871759942483, 0.5938308538163002, 0.6038681498240321, 0.57897447380206, 0.5936588131710083, 0.5847284998499999, 0.5753706556272263, 0.5751308303101366, 0.5635580263222272, 0.5830518963565574, 0.5861551030668677, 0.5607040140827609, 0.5807616566368218, 0.5819214837481806, 0.5736539577071139], [0.5935019841269842, 0.5979029733959311, 0.5861613551536032, 0.6025350593311759, 0.6228146853146854, 0.5686472819216182, 0.597027972027972, 0.5757575757575757, 0.5986769210714984, 0.5993611401191721, 0.5914441573356302, 0.5966117993099157, 0.5925099206349207, 0.5922065535799441, 0.6018518518518519], [0.5952380952380952, 0.5352564102564101, 0.5371794871794872, 0.725609756097561, 0.5146396396396395, 0.6243589743589744, 0.5368217054263567, 0.6722222222222223, 0.6317829457364341, 0.5358974358974359, 0.5238095238095238, 0.5180555555555556, 0.6126126126126126, 0.5115384615384616, 0.6416666666666666], [0.5688970120788304, 0.5563008130081301, 0.6003554059109615, 0.5688970120788304, 0.45594262295081966, 0.5299019607843137, 0.6678644763860369, 0.541774948024948, 0.6215034965034966, 0.6383983572895277, 0.5302095024317247, 0.6998977505112476, 0.5455852156057495, 0.606325492689129, 0.5880097268986157], [0.7251082251082251, 0.6942857142857143, 0.55, 0.7489177489177489, 0.6875, 0.6772727272727272, 0.615079365079365, 0.5893719806763286, 0.625, 0.7658730158730158, 0.6341991341991342, 0.644927536231884, 0.65625, 0.5916666666666667, 0.6352657004830917], [0.6232323232323232, 0.4627118644067796, 0.41355932203389834, 0.587037037037037, 0.6183533447684391, 0.3278688524590164, 0.5686868686868687, 0.5740740740740741, 0.5357142857142857, 0.5213032581453634, 0.42203389830508475, 0.30508474576271183, 0.6232323232323232, 0.3306451612903226, 0.5300751879699248], [0.6399067288474349, 0.6652059596844874, 0.6417616126205083, 0.6789399624765479, 0.6126834381551363, 0.5704545454545454, 0.6386363636363637, 0.585158817086528, 0.562888198757764, 0.6475308641975308, 0.5753724802804557, 0.6441299790356394, 0.6071856287425149, 0.5093271152564957, 0.7051965356429046], [0.9516129032258064, 0.8148907103825136, 0.6114180478821363, 0.4489247311827957, 0.7136871508379888, 0.6959459459459458, 0.45675675675675675, 0.6478021978021978, 0.6770270270270269, 0.7898550724637681, 0.6231884057971014, 0.7871376811594203, 0.6698412698412699, 0.6505494505494506, 0.5949453551912568], [0.5945378151260503, 0.6270833333333333, 0.7725439882697948, 0.7078981256259836, 0.6838235294117647, 0.6581751581751581, 0.7003988035892323, 0.7365702479338841, 0.652650504581835, 0.7161094224924012, 0.6395812562313061, 0.7159570387418489, 0.7037962037962038, 0.6753489531405783, 0.6495535714285714], [0.6348549323017408, 0.5716083673292249, 0.6233453670276774, 0.7801327643432907, 0.5360154738878143, 0.7012035583464156, 0.4601449275362319, 0.48954083846888286, 0.6189047261815455, 0.7636212008895478, 0.6414634146341462, 0.5746402877697842, 0.5088293001962065, 0.6099574885546108, 0.5652173913043478], [0.5670294335889191, 0.589134323714708, 0.5961315853231755, 0.5929222628052112, 0.5370264610698647, 0.6144121365360304, 0.5616873502570868, 0.5952516929101739, 0.5707338638373121, 0.623950044208665, 0.5836602994321116, 0.6368670886075949, 0.5826009177879755, 0.6273669167559843, 0.6074479166666666]], [[0.6631944444444444, 0.564659977703456, 0.5843881856540084, 0.4978070175438597, 0.6013888888888889, 0.5096030729833547, 0.5729833546734955, 0.6600512163892446, 0.5944444444444444, 0.5494672754946728, 0.6118721461187214, 0.5076103500761036, 0.5678571428571428, 0.6488294314381271, 0.6184379001280409], [0.42683003658613416, 0.5538366582727918, 0.42449449415393686, 0.44206175331052566, 0.42154433850860296, 0.5639872352994054, 0.5103571917254419, 0.4706309934081556, 0.4517538345486548, 0.42409314823107924, 0.4602719578942913, 0.4157921131170801, 0.5715064312186614, 0.4324115709311355, 0.4710446131884214], [0.4845081747520772, 0.40379146919431275, 0.5424346827447603, 0.5939685314685315, 0.48626077586206895, 0.3817385444743935, 0.4411457993873428, 0.520503995800035, 0.5499569336778639, 0.5601623147494708, 0.4673545632449742, 0.5233623053141223, 0.4789186507936508, 0.5421929668505011, 0.5111693640300888], [0.4573170731707318, 0.6511627906976745, 0.5047846889952153, 0.5823170731707317, 0.3679487179487179, 0.5102564102564102, 0.5714285714285714, 0.5411585365853658, 0.6904761904761906, 0.47361111111111115, 0.6069444444444444, 0.33384146341463417, 0.6590909090909092, 0.3972222222222222, 0.22499999999999998], [0.5332962492053401, 0.7356262833675565, 0.5878048780487805, 0.5397330595482547, 0.6198875255623723, 0.48459958932238195, 0.6663860830527497, 0.7109517304189436, 0.5939024390243902, 0.5641821946169773, 0.6663860830527497, 0.6584192439862542, 0.6314699792960662, 0.625, 0.7655256266367377], [0.1875, 0.7367149758454106, 0.475, 0.623015873015873, 0.626984126984127, 0.4959514170040486, 0.5416666666666666, 0.5912698412698413, 0.4675324675324676, 0.41071428571428564, 0.5151515151515152, 0.6473429951690821, 0.3744588744588744, 0.5771428571428572, 0.5952380952380953], [0.7330827067669173, 0.5656565656565656, 0.5545977011494252, 0.6160714285714286, 0.5538847117794485, 0.44642857142857145, 0.4642857142857143, 0.7129629629629629, 0.8035714285714286, 0.4824561403508772, 0.48885077186963977, 0.5999999999999999, 0.5152542372881356, 0.5661016949152542, 0.7418546365914787], [0.6127717391304348, 0.6139705882352942, 0.6814814814814815, 0.6448290972830849, 0.6844863731656184, 0.7993827160493826, 0.5781524926686217, 0.7598765432098765, 0.5959193245778611, 0.6577217962760132, 0.6537037037037037, 0.7143527204502814, 0.7463375796178344, 0.70836109260493, 0.6272727272727272], [0.6113387978142076, 0.5, 0.4726775956284153, 0.4723756906077348, 0.47580645161290325, 0.4946236559139785, 0.4701086956521739, 0.4783783783783784, 0.4809782608695652, 0.4673913043478261, 0.48655913978494625, 0.58948087431694, 0.7336065573770492, 0.49453551912568305, 0.48633879781420764], [0.5794016110471807, 0.5777650593790242, 0.6639719559307483, 0.6481613964801831, 0.5502136752136751, 0.6513233601841197, 0.5482850482850483, 0.6004899350303546, 0.641333938294011, 0.5469888761028002, 0.6332949750671271, 0.5433298319327731, 0.602880658436214, 0.5890577507598784, 0.6384318214336815], [0.6720563847429519, 0.6978317272053373, 0.6843971631205673, 0.6229722658294086, 0.7143200962695547, 0.6737665463297232, 0.7080548563492752, 0.6819495133819953, 0.6365826538176427, 0.699678847322281, 0.668452380952381, 0.7240843688685416, 0.6940803749674507, 0.7413936817537717, 0.7916666666666666], [0.5646473779385172, 0.3947563690328964, 0.5789473684210527, 0.533890159424613, 0.4626215219577607, 0.585156940760389, 0.4897186147186147, 0.6165642581213865, 0.4511027712055695, 0.5450898806124392, 0.5525974025974026, 0.4672897196261682, 0.4331354604666502, 0.5323331676563685, 0.587551681752151]], [[0.5555555555555556, 0.4928571428571429, 0.4928571428571429, 0.4927536231884058, 0.5, 0.4935897435897436, 0.49295774647887325, 0.4930555555555556, 0.4863013698630137, 0.4928571428571429, 0.4931506849315068, 0.5489864864864865, 0.4797297297297297, 0.4866666666666667, 0.4855072463768116], [0.5597613581505955, 0.566556165629645, 0.5597306490163633, 0.571463609607209, 0.5531022345591602, 0.5791938363126968, 0.5574557859771972, 0.5759257307911636, 0.5800650054171181, 0.5736826501135466, 0.5542863359442994, 0.5653958686874598, 0.5789334283622914, 0.5559079996517022, 0.5543928493568782], [0.5831406036885489, 0.6116566178581683, 0.6283783783783784, 0.5882352941176471, 0.6173073557720352, 0.5609422916085866, 0.5576145552560646, 0.5997998736043818, 0.5533234126984127, 0.6219156507029109, 0.6208859633517168, 0.5862474877978754, 0.6007772715089789, 0.6011800699300699, 0.6009187482055699], [0.6972222222222222, 0.5772727272727273, 0.5833333333333333, 0.48717948717948717, 0.638719512195122, 0.6340579710144928, 0.6309523809523809, 0.49282296650717705, 0.5743589743589743, 0.47619047619047616, 0.4565217391304348, 0.5243589743589744, 0.47560975609756095, 0.7, 0.6317829457364341], [0.6208762886597938, 0.7777777777777778, 0.6153846153846154, 0.5, 0.7142857142857143, 0.4989816700610998, 0.6418219461697722, 0.6407867494824017, 0.49794238683127573, 0.5374284806102988, 0.647946611909651, 0.5656293222683264, 0.65, 0.6635928961748633, 0.6333333333333333], [0.5318181818181819, 0.6103896103896105, 0.6659919028340081, 0.75, 0.6659919028340081, 0.7000000000000001, 0.5364372469635628, 0.6082251082251082, 0.6309523809523809, 0.8333333333333333, 0.65, 0.5364372469635628, 0.6014492753623187, 0.658008658008658, 0.625], [0.6484848484848484, 0.5, 0.4830508474576271, 0.5488505747126438, 0.5915254237288136, 0.6830508474576271, 0.475, 0.6607142857142857, 0.5916666666666667, 0.5446428571428572, 0.6235632183908045, 0.5833333333333334, 0.6915254237288135, 0.5320512820512819, 0.5833333333333334], [0.6284143904063957, 0.5848849945235488, 0.6500388198757764, 0.6515656229180548, 0.573874296435272, 0.6367221735319893, 0.6153846153846154, 0.523217636022514, 0.6727820372398686, 0.5512345679012346, 0.5652936021034181, 0.6724364592462753, 0.5906444099378882, 0.6176470588235294, 0.6303395399780942], [0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.4972375690607735, 0.5, 0.5], [0.5758334525683217, 0.5521672420406597, 0.5740740740740741, 0.5405724789915967, 0.5375, 0.5724818511796733, 0.5561479281954379, 0.5965499031860588, 0.5474464060529635, 0.5482303090727817, 0.5930748318786665, 0.562578814627995, 0.605775075987842, 0.5249999999999999, 0.5434782608695653], [0.7108156028368794, 0.7181184668989545, 0.7200418628990058, 0.6905409078553955, 0.706959706959707, 0.6675213675213676, 0.6611922141119221, 0.6757246376811594, 0.711360266864344, 0.7794237564555586, 0.7134318968229003, 0.734375, 0.7648809523809523, 0.6529424142526478, 0.7481884057971014], [0.6162777915189491, 0.6380865211187983, 0.6870116467639689, 0.6655631079339036, 0.6544943064042856, 0.6214680589680589, 0.6731629476547989, 0.6496753246753246, 0.6188117479204243, 0.7101190476190476, 0.6701480990274093, 0.6614583333333334, 0.6458510186757216, 0.6338331493794922, 0.6577886247877759]]]
Best classifer:  DT
Best performance:  nan

lab1002_1 lab1002_2 lab1002_3 lab1002_4