-
Notifications
You must be signed in to change notification settings - Fork 0
/
PosTagsData1Full.txt
2203 lines (2203 loc) · 424 KB
/
PosTagsData1Full.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[('obviously', 'RB'), ('one', 'CD'), ('important', 'JJ'), ('feature', 'NN'), ('computer', 'NN'), ('human', 'JJ'), ('interface', 'NN')]
[('good', 'JJ'), ('every', 'DT'), ('day', 'NN'), ('computing', 'VBG'), ('web', 'NN'), ('browsing', 'NN')]
[('keyboard', 'NN'), ('alright', 'NN'), ('plate', 'NN'), ('around', 'IN'), ('cheap', 'JJ'), ('plastic', 'NN'), ('make', 'VBP'), ('hollow', 'JJ'), ('sound', 'NN'), ('using', 'VBG'), ('mouse', 'NN'), ('command', 'NN'), ('button', 'NN')]
[('problem', 'NN'), ('right', 'RB'), ('speaker', 'NN'), ('not', 'RB'), ('work', 'VB')]
[('problem', 'NN'), ('dell', 'NN'), ('customer', 'NN'), ('service', 'NN')]
[('partially', 'RB'), ('due', 'JJ'), ('fact', 'NN'), ('running', 'VBG'), ('window', 'NN'), ('vista', 'NN')]
[('accordingly', 'RB'), ('decided', 'VBD'), ('never', 'RB'), ('purchase', 'NN'), ('another', 'DT'), ('hp', 'NN'), ('product', 'NN'), ('five', 'CD'), ('year', 'NN'), ('old', 'JJ'), ('compaq', 'NN'), ('lasted', 'VBD'), ('5', 'CD'), ('year', 'NN'), ('hard', 'RB'), ('drive', 'NN'), ('crashed', 'VBD')]
[('think', 'VB'), ('camera', 'NN'), ('one', 'CD'), ('requirement', 'NN'), ('forgot', 'VBD'), ('check', 'JJR'), ('specification', 'NN'), ('one', 'CD'), ('purchased', 'VBD')]
[('cord', 'NN'), ('coming', 'VBG'), ('right', 'JJ'), ('power', 'NN'), ('plus', 'CC'), ('cord', 'NN'), ('coming', 'VBG'), ('front', 'JJ'), ('headphone', 'NN'), ('mic', 'JJ'), ('plus', 'CC'), ('network', 'NN'), ('connection', 'NN'), ('left', 'VBD'), ('make', 'JJ'), ('messy', 'JJ'), ('setup', 'NN'), ('cord', 'NN'), ('going', 'VBG'), ('every', 'DT'), ('direction', 'NN')]
[('recent', 'JJ'), ('safari', 'JJ'), ('internet', 'NN'), ('browser', 'NN'), ('freaking', 'VBG'), ('using', 'VBG'), ('firefox', 'JJ'), ('instead', 'RB')]
[('last', 'JJ'), ('computer', 'NN'), ('toshiba', 'VBD'), ('cost', 'NN'), ('400', 'CD'), ('worked', 'VBN'), ('like', 'IN'), ('charm', 'NN'), ('many', 'JJ'), ('year', 'NN')]
[('machine', 'NN'), ('bluray', 'NN'), ('player', 'NN'), ('book', 'NN'), ('mention', 'NN'), ('connect', 'NN'), ('hdtv', 'NN')]
[('touchpad', 'RB'), ('intuitive', 'JJ'), ('much', 'RB'), ('never', 'RB'), ('want', 'VBP'), ('use', 'NN'), ('button', 'NN'), ('click', 'NN')]
[('bought', 'JJ'), ('laptop', 'JJ'), ('performance', 'NN'), ('price', 'NN'), ('ratio', 'NN')]
[('great', 'JJ'), ('laptop', 'JJ'), ('price', 'NN'), ('work', 'NN'), ('well', 'RB'), ('action', 'NN'), ('pack', 'NN'), ('game', 'NN')]
[('battery', 'NN'), ('really', 'RB'), ('long', 'RB')]
[('something', 'NN'), ('else', 'RB'), ('go', 'VBP'), ('wrong', 'JJ'), ('said', 'VBD'), ('good', 'JJ'), ('working', 'VBG'), ('order', 'NN'), ('able', 'JJ'), ('buy', 'NN'), ('warranty', 'NN')]
[('_', 'JJ'), ('battery', 'NN'), ('never', 'RB'), ('held', 'VBD'), ('charge', 'NN'), ('longer', 'RBR'), ('one', 'CD'), ('hour', 'NN'), ('within', 'IN'), ('two', 'CD'), ('month', 'NN'), ('stopped', 'VBD'), ('holding', 'VBG'), ('charge', 'NN'), ('ten', 'NNS'), ('minute', 'VBP')]
[('web', 'JJ'), ('access', 'NN'), ('3g', 'CD'), ('network', 'NN'), ('slow', 'JJ'), ('frustrating', 'NN'), ('disappointing', 'NN')]
[('everything', 'NN'), ('mac', 'NN'), ('wonderful', 'JJ'), ('take', 'VB'), ('little', 'JJ'), ('used', 'JJ'), ('learning', 'VBG'), ('getting', 'VBG'), ('used', 'VBN'), ('new', 'JJ'), ('system', 'NN'), ('learn', 'JJ'), ('fast', 'RB'), ('worth', 'JJ')]
[('screen', 'NN'), ('bright', 'JJ'), ('keyboard', 'NN'), ('nice', 'NN')]
[('_', 'NN'), ('said', 'VBD'), ('warranty', 'NN')]
[('hard', 'JJ'), ('disk', 'NN'), ('new', 'JJ'), ('edition', 'NN'), ('give', 'VB'), ('hard', 'JJ'), ('disk', 'NN'), ('space', 'NN'), ('500gb', 'CD'), ('instead', 'RB'), ('320gb', 'CD'), ('time', 'NN'), ('taught', 'NN'), ('never', 'RB'), ('trust', 'VBD'), ('internal', 'JJ'), ('hard', 'JJ'), ('disk', 'NN')]
[('fall', 'NN'), ('cd', 'NN'), ('drive', 'NN'), ('found', 'VBD'), ('cheap', 'RB'), ('also', 'RB'), ('portable', 'JJ'), ('making', 'VBG'), ('best', 'JJS'), ('friend', 'NN'), ('someone', 'NN'), ('always', 'RB'), ('looking', 'VBG'), ('space', 'NN')]
[('bought', 'VBD'), ('new', 'JJ'), ('hp', 'NN'), ('comouter', 'NN'), ('dec', 'NN'), ('2008', 'CD'), ('wanted', 'VBD'), ('window', 'NN'), ('xp', 'NN'), ('told', 'VBD'), ('would', 'MD'), ('cost', 'VB'), ('extra', 'JJ'), ('159', 'CD'), ('went', 'VBD'), ('vista', 'NN')]
[('realized', 'VBN'), ('problem', 'NN'), ('brand', 'NN')]
[('computer', 'NN'), ('two', 'CD'), ('week', 'NN'), ('late', 'JJ'), ('delivery', 'NN'), ('hp', 'NN'), ('forgot', 'VBD'), ('complete', 'JJ'), ('required', 'VBN'), ('import', 'NN'), ('paperwork', 'NN')]
[('tired', 'JJ'), ('inept', 'NN'), ('service', 'NN')]
[('great', 'JJ'), ('pick', 'JJ'), ('portability', 'NN'), ('affordability', 'NN')]
[('way', 'NN'), ('many', 'JJ'), ('time', 'NN'), ('sending', 'VBG'), ('thing', 'NN'), ('repair', 'NN'), ('delivery', 'NN'), ('service', 'NN'), ('slow', 'VB'), ('without', 'IN'), ('laptop', 'JJ'), ('access', 'NN'), ('internet', 'NN'), ('thus', 'RB'), ('way', 'NN'), ('tracking', 'VBG'), ('find', 'NN'), ('might', 'MD'), ('hope', 'VB'), ('see', 'VB'), ('computer', 'NN'), ('finally', 'RB'), ('kicked', 'VBD'), ('bucket', 'NN'), ('2', 'CD'), ('year', 'NN')]
[('far', 'RB'), ('exceeded', 'JJ'), ('expectation', 'NN'), ('power', 'NN'), ('storage', 'NN'), ('abilitiy', 'NN')]
[('another', 'DT'), ('included', 'VBD'), ('program', 'NN'), ('laughable', 'JJ'), ('chess', 'NN'), ('game', 'NN')]
[('seems', 'VBZ'), ('could', 'MD'), ('updated', 'VB'), ('xp', 'NNP'), ('done', 'VBN'), ('without', 'IN'), ('creating', 'VBG'), ('vista', 'NN')]
[('4', 'CD'), ('month', 'NN'), ('charger', 'NN'), ('stopped', 'VBD'), ('working', 'VBG'), ('forced', 'VBN'), ('go', 'VB'), ('buy', 'VB'), ('new', 'JJ'), ('hardware', 'NN'), ('keep', 'JJ'), ('computer', 'NN'), ('running', 'VBG')]
[('even', 'RB'), ('warranty', 'NN')]
[('macbook', 'NN'), ('also', 'RB'), ('made', 'VBD'), ('better', 'RBR'), ('computer', 'NN'), ('never', 'RB'), ('got', 'VBD'), ('virus', 'JJ'), ('laptop', 'JJ'), ('run', 'NN'), ('fast', 'RB'), ('first', 'JJ'), ('day', 'NN'), ('bought', 'VBD')]
[('dvd', 'NN'), ('burner', 'NN'), ('broke', 'VBD'), ('burning', 'VBG'), ('3', 'CD'), ('dvd', 'JJ'), ('time', 'NN')]
[('_', 'RB'), ('numerous', 'JJ'), ('problem', 'NN'), ('vista', 'NN'), ('adobe', 'NN'), ('flash', 'NN'), ('player', 'NN'), ('quits', 'NNS'), ('uninstalled', 'VBD'), ('reinsalled', 'JJ'), ('internet', 'NN'), ('explore', 'NN'), ('quits', 'NNS'), ('lose', 'VBP'), ('whatever', 'WDT'), ('working', 'VBG'), ('also', 'RB'), ('window', 'JJ'), ('update', 'NN'), ('appeared', 'VBD'), ('computer', 'NN'), ('since', 'IN'), ('got', 'VBD'), ('updated', 'VBN'), ('probably', 'RB'), ('400', 'CD'), ('time', 'NN'), ('update', 'NN')]
[('keyboard', 'NN'), ('slick', 'NN'), ('quiet', 'JJ'), ('not', 'RB'), ('bulky', 'IN'), ('like', 'IN'), ('laptop', 'JJ'), ('past', 'NN')]
[('processor', 'NN'), ('quick', 'JJ'), ('effective', 'JJ'), ('load', 'NN'), ('webpage', 'NN'), ('application', 'NN')]
[('best', 'RB'), ('world', 'NN'), ('power', 'NN'), ('ease', 'NN'), ('mac', 'NN')]
[('display', 'NN'), ('beyond', 'IN'), ('horrible', 'JJ')]
[('much', 'RB'), ('easier', 'JJR'), ('navigate', 'NN'), ('operating', 'NN'), ('system', 'NN'), ('find', 'VBP'), ('file', 'JJ'), ('run', 'NN'), ('lot', 'NN'), ('faster', 'RBR')]
[('lot', 'NN'), ('writing', 'VBG'), ('editing', 'VBG'), ('problem', 'NN'), ('since', 'IN'), ('forward', 'RB'), ('delete', 'JJ'), ('key', 'NN')]
[('_', 'JJ'), ('time', 'NN'), ('mouse', 'NN'), ('pad', 'NN'), ('right', 'RB'), ('click', 'NN'), ('key', 'NN'), ('not', 'RB'), ('work', 'VB')]
[('called', 'VBN'), ('customer', 'NN'), ('support', 'NN'), ('good', 'JJ'), ('went', 'VBD'), ('safety', 'NN'), ('feature', 'NN'), ('not', 'RB'), ('affect', 'JJ'), ('performance', 'NN'), ('chose', 'VBD'), ('hide', 'JJ'), ('message', 'NN')]
[('seems', 'VBZ'), ('slow', 'JJ'), ('occassionally', 'RB'), ('run', 'VBP'), ('many', 'JJ'), ('application', 'NN'), ('ie', 'JJ'), ('internet', 'JJ'), ('tab', 'NN'), ('program', 'NN'), ('etc', 'VBZ'), ('simultaneously', 'RB')]
[('figure', 'NN'), ('everything', 'NN'), ('pc', 'NN'), ('actually', 'RB'), ('ended', 'VBD'), ('costing', 'VBG'), ('350', 'CD'), ('original', 'JJ'), ('mac', 'NN')]
[('using', 'VBG'), ('external', 'JJ'), ('speaker', 'NN'), ('sound', 'VBD'), ('good', 'JJ')]
[('display', 'NN'), ('computer', 'NN'), ('best', 'RBS'), ('seen', 'VBN'), ('long', 'JJ'), ('time', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('long', 'JJ'), ('convienent', 'NN')]
[('disappointed', 'JJ'), ('realized', 'VBN'), ('keyboard', 'NN'), ('not', 'RB'), ('light', 'JJ'), ('model', 'NN')]
[('graphic', 'JJ'), ('awful', 'JJ'), ('wireless', 'NN'), ('switch', 'VB'), ('top', 'JJ'), ('rather', 'RB'), ('side', 'NN'), ('used', 'VBN'), ('side', 'NN')]
[('battery', 'NN'), ('life', 'NN'), ('also', 'RB'), ('relatively', 'RB'), ('good', 'JJ')]
[('price', 'NN'), ('feature', 'NN'), ('met', 'VBD'), ('need', 'NN')]
[('made', 'VBN'), ('computer', 'NN'), ('much', 'RB'), ('easier', 'JJR'), ('use', 'NN'), ('navigate', 'NN')]
[('bought', 'VBD'), ('cordless', 'NN'), ('mouse', 'NN'), ('not', 'RB'), ('always', 'RB'), ('take', 'VB')]
[('company', 'NN'), ('provides', 'VBZ'), ('ups', 'JJ'), ('shipping', 'VBG'), ('fast', 'RB'), ('great', 'JJ')]
[('second', 'JJ'), ('problem', 'NN'), ('involves', 'VBZ'), ('battery', 'NN'), ('advertised', 'VBD'), ('storage', 'JJ'), ('life', 'NN'), ('11', 'CD'), ('hour', 'NN'), ('fully', 'RB'), ('charged', 'VBD'), ('show', 'NN'), ('7', 'CD'), ('hour', 'NN'), ('service', 'NN')]
[('not', 'RB'), ('experience', 'NN'), ('lot', 'NN'), ('heat', 'NN'), ('coming', 'VBG'), ('however', 'RB'), ('would', 'MD'), ('highly', 'RB'), ('suggest', 'VB'), ('purchasing', 'NN'), ('stand', 'NN'), ('however', 'RB'), ('due', 'JJ'), ('nature', 'NN'), ('design', 'NN'), ('macbook', 'NN'), ('one', 'CD'), ('large', 'JJ'), ('heat', 'NN'), ('sink', 'NN')]
[('also', 'RB'), ('like', 'JJ'), ('acer', 'NN'), ('arcade', 'VBD'), ('reallythe', 'JJ'), ('two', 'CD'), ('thing', 'NN'), ('liked', 'VBD'), ('laptop', 'JJ')]
[('reason', 'NN'), ('buy', 'NN'), ('know', 'VBP'), ('first', 'JJ'), ('thing', 'NN'), ('not', 'RB'), ('lose', 'VB'), ('value', 'NN'), ('laptop', 'JJ'), ('price', 'NN'), ('stay', 'NN'), ('next', 'IN'), ('year', 'NN'), ('even', 'RB'), ('apple', 'NN'), ('decides', 'NNS'), ('change', 'VBP'), ('mode', 'RB'), ('laptop', 'JJ'), ('value', 'NN'), ('drop', 'NN'), ('10', 'CD'), ('20', 'CD'), ('unlike', 'IN'), ('pc', 'NN'), ('laptop', 'JJ'), ('drop', 'NN'), ('80', 'CD')]
[('guess', 'NN'), ('buy', 'VBP'), ('external', 'JJ'), ('dvd', 'NN'), ('drive', 'NN'), ('not', 'RB'), ('built', 'VBN'), ('type', 'NN'), ('notebook', 'NN'), ('not', 'RB'), ('used', 'VBD'), ('not', 'RB'), ('read', 'JJ'), ('anything', 'NN'), ('external', 'JJ'), ('drive', 'NN')]
[('install', 'NN'), ('window', 'NN'), ('within', 'IN'), ('two', 'CD'), ('week', 'NN'), ('purchase', 'NN'), ('soon', 'RB'), ('discovered', 'VBD'), ('crack', 'NN'), ('screen', 'NN'), ('hinge', 'NN')]
[('mouse', 'NN'), ('way', 'NN'), ('way', 'NN'), ('way', 'NN'), ('sensitve', 'NN')]
[('paint', 'NN'), ('wear', 'VBP'), ('easily', 'RB'), ('due', 'JJ'), ('keyboard', 'NN'), ('farther', 'RBR'), ('back', 'RB'), ('usual', 'JJ')]
[('tech', 'NN'), ('store', 'NN'), ('purchased', 'VBD'), ('sent', 'VBN'), ('back', 'RB'), ('eventually', 'RB'), ('got', 'VBD'), ('new', 'JJ'), ('repaired', 'VBN'), ('machine', 'NN'), ('approximately', 'RB'), ('3', 'CD'), ('week', 'NN'), ('later', 'RB')]
[('_', 'NN'), ('sent', 'VBD'), ('back', 'RB'), ('found', 'JJ'), ('time', 'NN'), ('battery', 'NN'), ('faulty', 'NN'), ('got', 'VBD'), ('new', 'JJ'), ('one', 'CD'), ('fix', 'NN'), ('found', 'VBD')]
[('computer', 'NN'), ('challenging', 'VBG'), ('carry', 'NN'), ('handle', 'VB')]
[('addicted', 'VBN'), ('photo', 'NN'), ('booth', 'NN')]
[('little', 'JJ'), ('difficulty', 'NN'), ('migration', 'NN'), ('firewire', 'NN'), ('cable', 'NN'), ('system', 'NN'), ('not', 'RB'), ('used', 'VBN'), ('ibook', 'NN')]
[('great', 'JJ'), ('laptop', 'JJ'), ('offer', 'NN'), ('many', 'JJ'), ('great', 'JJ'), ('feature', 'NN')]
[('love', 'NN'), ('apple', 'NN'), ('quick', 'JJ'), ('easy', 'JJ'), ('use', 'NN')]
[('lock', 'NN'), ('problem', 'NN'), ('myriad', 'NN'), ('cause', 'NN'), ('common', 'JJ'), ('corrupted', 'VBN'), ('version', 'NN'), ('appleworks', 'NNS'), ('render', 'VBP'), ('browser', 'JJR'), ('useless', 'NN')]
[('play', 'NN'), ('lot', 'NN'), ('casual', 'JJ'), ('game', 'NN'), ('online', 'JJ'), ('touchpad', 'NN'), ('responsive', 'NN')]
[('come', 'VBN'), ('software', 'NN'), ('installed', 'VBN'), ('outside', 'IN'), ('window', 'NN'), ('medium', 'NN'), ('price', 'NN'), ('pleased', 'JJ'), ('condition', 'NN'), ('overall', 'JJ'), ('product', 'NN')]
[('graphic', 'JJ'), ('awful', 'JJ'), ('wireless', 'NN'), ('switch', 'VB'), ('top', 'JJ'), ('rather', 'RB'), ('side', 'NN'), ('used', 'VBN'), ('side', 'NN')]
[('know', 'VB'), ('using', 'VBG'), ('computer', 'NN'), ('fun', 'NN'), ('not', 'RB'), ('aggrevation', 'NN'), ('especially', 'RB'), ('playing', 'JJ'), ('game', 'NN'), ('working', 'VBG'), ('photo', 'NN')]
[('crisp', 'NN'), ('screen', 'NN'), ('great', 'JJ'), ('battery', 'NN'), ('life', 'NN'), ('plenty', 'NN'), ('storage', 'NN')]
[('even', 'RB'), ('got', 'VBD'), ('teenage', 'JJ'), ('son', 'NN'), ('one', 'CD'), ('feature', 'NN'), ('offer', 'NN'), ('like', 'IN'), ('ichat', 'WP'), ('photobooth', 'DT'), ('garage', 'NN'), ('band', 'NN')]
[('internet', 'NN'), ('locekd', 'NN'), ('froze', 'NN'), ('every', 'DT'), ('time', 'NN'), ('trying', 'VBG'), ('used', 'VBN'), ('command', 'NN'), ('prompt', 'NN'), ('would', 'MD'), ('not', 'RB'), ('work', 'VB')]
[('learning', 'VBG'), ('keyboard', 'NN'), ('shortcut', 'NN'), ('took', 'VBD'), ('minute', 'NN'), ('get', 'NN'), ('used', 'VBN'), ('shortcut', 'NN'), ('window', 'NN'), ('machine', 'NN')]
[('program', 'NN'), ('came', 'VBD'), ('computer', 'NN'), ('work', 'NN'), ('beautifully', 'RB')]
[('battery', 'NN'), ('life', 'NN'), ('battery', 'NN'), ('completely', 'RB'), ('died', 'VBD'), ('course', 'NN'), ('left', 'VBD'), ('much', 'JJ'), ('desired', 'VBD')]
[('many', 'JJ'), ('higher', 'JJR'), ('priced', 'VBN'), ('computer', 'NN'), ('crash', 'NN'), ('burn', 'NN'), ('long', 'JJ'), ('ever', 'RB'), ('got', 'VBD'), ('use', 'JJ'), ('great', 'JJ'), ('memory', 'NN'), ('speed', 'NN'), ('etc', 'NN')]
[('cord', 'NN'), ('coming', 'VBG'), ('right', 'JJ'), ('power', 'NN'), ('plus', 'CC'), ('cord', 'NN'), ('coming', 'VBG'), ('front', 'JJ'), ('headphone', 'NN'), ('mic', 'JJ'), ('plus', 'CC'), ('network', 'NN'), ('connection', 'NN'), ('left', 'VBD'), ('make', 'JJ'), ('messy', 'JJ'), ('setup', 'NN'), ('cord', 'NN'), ('going', 'VBG'), ('every', 'DT'), ('direction', 'NN')]
[('processor', 'NN'), ('scream', 'NN'), ('unique', 'JJ'), ('way', 'NN'), ('apple', 'NN'), ('osx', 'VBP'), ('16', 'CD'), ('function', 'NN'), ('graphic', 'NN'), ('routed', 'VBD'), ('hardware', 'NN'), ('rather', 'RB'), ('software', 'NN')]
[('respond', 'NN'), ('not', 'RB'), ('old', 'JJ'), ('computer', 'NN'), ('way', 'NN'), ('would', 'MD'), ('lose', 'VB'), ('data', 'NNS'), ('hard', 'RB'), ('drive', 'NN')]
[('acer', 'NN'), ('help', 'NN'), ('garmin', 'NN'), ('could', 'MD'), ('not', 'RB'), ('determine', 'VB'), ('problem', 'NN'), ('spending', 'NN'), ('2', 'CD'), ('hour', 'NN'), ('returned', 'VBD'), ('purchased', 'VBN'), ('toshiba', 'NN'), ('r700', 'NN'), ('seems', 'VBZ'), ('even', 'RB'), ('nicer', 'RBR'), ('able', 'JJ'), ('load', 'NN'), ('software', 'NN'), ('problem', 'NN')]
[('check', 'NN'), ('find', 'VB'), ('notebook', 'JJ'), ('missing', 'VBG'), ('port', 'NN'), ('dual', 'JJ'), ('core', 'NN'), ('amd', 'NN'), ('intel', 'NN'), ('processor', 'NN')]
[('first', 'RB'), ('dell', 'RB'), ('heard', 'RB'), ('customer', 'NN'), ('service', 'NN'), ('lacking', 'VBG'), ('working', 'VBG'), ('improving', 'VBG')]
[('got', 'VBD'), ('back', 'RB'), ('built', 'VBN'), ('webcam', 'NN'), ('built', 'VBN'), ('mic', 'JJ'), ('shorting', 'NN'), ('anytime', 'RB'), ('touched', 'VBN'), ('lid', 'JJ'), ('mind', 'NN'), ('mean', 'JJ'), ('communication', 'NN'), ('fiance', 'NN'), ('deployed', 'VBN'), ('suffered', 'VBD'), ('thru', 'NNS'), ('would', 'MD'), ('constandly', 'RB'), ('reset', 'VB'), ('computer', 'NN'), ('able', 'JJ'), ('use', 'NN'), ('cam', 'NN'), ('mic', 'JJ'), ('anytime', 'NN'), ('went', 'VBD')]
[('window', 'NN'), ('also', 'RB'), ('shuts', 'VBZ'), ('computer', 'NN'), ('reason', 'NN'), ('without', 'IN'), ('warning', 'VBG')]
[('wish', 'JJ'), ('iwork', 'NN'), ('m', 'NN'), ('office', 'NN'), ('came', 'VBD'), ('mac', 'NNP'), ('m', 'NNP'), ('office', 'NN'), ('not', 'RB'), ('even', 'RB'), ('come', 'JJ'), ('pc', 'NN'), ('laptop', 'NN')]
[('upgraded', 'JJ'), ('memory', 'NN'), ('replaced', 'VBD'), ('base', 'NN'), ('window', 'NN'), ('7', 'CD'), ('starter', 'NN'), ('win', 'VBP'), ('7', 'CD'), ('home', 'NN'), ('run', 'NN'), ('fine', 'NN')]
[('fast', 'RB'), ('high', 'JJ'), ('definition', 'NN'), ('quality', 'NN'), ('video', 'NN')]
[('computer', 'NN'), ('fast', 'NN'), ('ran', 'VBD'), ('smoothly', 'RB'), ('problem', 'NN')]
[('also', 'RB'), ('sister', 'NN'), ('got', 'VBD'), ('exact', 'JJ'), ('laptop', 'JJ'), ('since', 'IN'), ('cheap', 'JJ'), ('8', 'CD'), ('month', 'NN'), ('screen', 'NN'), ('split', 'VBD'), ('half', 'NN'), ('everyday', 'JJ'), ('use', 'NN')]
[('difference', 'NN'), ('whole', 'JJ'), ('lot', 'NN'), ('fun', 'NN'), ('using', 'VBG'), ('laptop', 'JJ'), ('still', 'RB'), ('learning', 'VBG'), ('apple', 'NN'), ('navigation', 'NN'), ('fun', 'VBZ'), ('come', 'VBN'), ('lot', 'NN'), ('cool', 'NN'), ('apps', 'NN')]
[('unable', 'JJ'), ('boot', 'NN'), ('brand', 'NN'), ('new', 'JJ'), ('laptop', 'JJ')]
[('plenty', 'JJ'), ('storage', 'NN'), ('250', 'CD'), ('gb', 'NN'), ('though', 'IN'), ('upgrade', 'JJ'), ('ram', 'NN')]
[('waiting', 'VBG'), ('i7', 'NN'), ('well', 'RB'), ('worth', 'JJ'), ('great', 'JJ'), ('value', 'NN'), ('price', 'NN')]
[('dvd', 'JJ'), ('drive', 'NN'), ('randomly', 'NNS'), ('pop', 'VBP'), ('open', 'JJ'), ('backpack', 'NN'), ('well', 'RB'), ('annoying', 'VBG')]
[('computer', 'NN'), ('challenging', 'VBG'), ('carry', 'NN'), ('handle', 'VB')]
[('size', 'NN'), ('perfect', 'NN'), ('not', 'RB'), ('recomend', 'VB'), ('anything', 'NN'), ('bigger', 'JJR'), ('except', 'IN'), ('person', 'NN'), ('exceed', 'VBP'), ('limited', 'JJ'), ('space', 'NN'), ('give', 'NN')]
[('small', 'JJ'), ('red', 'JJ'), ('circle', 'NN'), ('next', 'IN'), ('x', 'NNP'), ('middle', 'JJ'), ('click', 'NNS'), ('say', 'VBP'), ('consider', 'VB'), ('replacing', 'VBG'), ('battery', 'NN'), ('not', 'RB'), ('hold', 'VB'), ('full', 'JJ'), ('charge', 'NN')]
[('screen', 'NN'), ('nice', 'JJ'), ('image', 'NN'), ('come', 'VBD'), ('clear', 'JJ'), ('keyboard', 'NN'), ('fit', 'NN'), ('feel', 'NN'), ('right', 'RB')]
[('shop', 'NN'), ('macbooks', 'NNS'), ('encased', 'VBD'), ('soft', 'JJ'), ('rubber', 'NN'), ('enclosure', 'NN'), ('never', 'RB'), ('know', 'VBP'), ('razor', 'NN'), ('edge', 'NN'), ('buy', 'VBP'), ('get', 'VBP'), ('home', 'NN'), ('break', 'NN'), ('seal', 'NN'), ('use', 'NN'), ('clever', 'NN'), ('con', 'NN')]
[('going', 'VBG'), ('bring', 'NN'), ('service', 'NN'), ('today', 'NN')]
[('macbooks', 'NNS'), ('small', 'JJ'), ('enough', 'RB'), ('portable', 'JJ'), ('yet', 'RB'), ('hold', 'VBP'), ('ton', 'JJ'), ('information', 'NN'), ('performance', 'NN')]
[('graphic', 'JJ'), ('great', 'JJ')]
[('beware', 'JJ'), ('staff', 'NN'), ('could', 'MD'), ('send', 'VB'), ('back', 'RP'), ('making', 'VBG'), ('feel', 'NN'), ('know', 'VBP'), ('computer', 'NN')]
[('program', 'NN'), ('esay', 'NN'), ('use', 'NN'), ('quick', 'JJ'), ('process', 'NN'), ('computer', 'NN'), ('work', 'NN'), ('like', 'IN'), ('charm', 'NN')]
[('decent', 'JJ'), ('comp', 'NN'), ('price', 'NN'), ('need', 'VBP'), ('one', 'CD'), ('quickly', 'RB'), ('laptop', 'VB'), ('died', 'VBD')]
[('everything', 'NN'), ('tried', 'VBD'), ('worked', 'VBN'), ('never', 'RB'), ('carry', 'VBP'), ('wall', 'JJ'), ('charger', 'NN'), ('cause', 'NN'), ('battery', 'NN'), ('awesome', 'NN')]
[('processor', 'NN'), ('quick', 'JJ'), ('effective', 'JJ'), ('load', 'NN'), ('webpage', 'NN'), ('application', 'NN')]
[('computer', 'NN'), ('shipped', 'VBD'), ('repair', 'NN'), ('depot_', 'NN'), ('june', 'NN'), ('24', 'CD'), ('returned', 'VBN'), ('july', 'RB'), ('2', 'CD'), ('seems', 'VBZ'), ('like', 'IN'), ('short', 'JJ'), ('turn', 'NN'), ('around', 'RP'), ('time', 'NN'), ('except', 'IN'), ('computer', 'NN'), ('not', 'RB'), ('repaired', 'VBD'), ('returned', 'VBN')]
[('impressed', 'JJ'), ('programming', 'VBG'), ('including', 'VBG'), ('iphoto', 'NN')]
[('hard', 'JJ'), ('drive', 'NN'), ('failed', 'VBD')]
[('graphic', 'JJ'), ('stunning', 'NN')]
[('also', 'RB'), ('purchased', 'VBN'), ('applecare', 'NN'), ('300', 'CD'), ('three', 'CD'), ('year', 'NN'), ('extended', 'VBD'), ('warranty', 'NN'), ('since', 'IN'), ('never', 'RB'), ('seen', 'VBN'), ('laptop', 'JJ'), ('lasted', 'VBD'), ('two', 'CD')]
[('previous', 'JJ'), ('laptop', 'JJ'), ('pc', 'NN'), ('still', 'RB'), ('mac', 'VBZ'), ('osx', 'JJ'), ('clean', 'JJ'), ('smooth', 'NN'), ('operating', 'VBG'), ('system', 'NN')]
[('fact', 'NN'), ('dont', 'VBZ'), ('like', 'IN'), ('apple', 'NN'), ('generally', 'RB'), ('use', 'VBP'), ('safari', 'JJ'), ('dont', 'NN'), ('use', 'NN'), ('safari', 'VBD'), ('install', 'JJ'), ('mozzilla', 'NN'), ('firfox', 'NNS'), ('love', 'VBP'), ('every', 'DT'), ('single', 'JJ'), ('bit', 'NN')]
[('10', 'CD'), ('hour', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('web', 'NN'), ('browsing', 'VBG'), ('word', 'NN'), ('editing', 'VBG'), ('making', 'VBG'), ('perfect', 'JJ'), ('classroom', 'NN'), ('office', 'NN'), ('term', 'NN'), ('gaming', 'VBG'), ('movie', 'NN'), ('playing', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('5', 'CD'), ('hour', 'NN')]
[('processor', 'NN'), ('compared', 'VBN'), ('3', 'CD'), ('week', 'NN'), ('old', 'JJ'), ('early', 'JJ'), ('2011', 'CD'), ('edition', 'NN'), ('barely', 'RB'), ('experience', 'JJ'), ('difference', 'NN'), ('performance', 'NN'), ('2', 'CD'), ('3', 'CD'), ('ghz', 'NN'), ('v', 'NN'), ('2', 'CD'), ('4', 'CD'), ('ghz', 'NN')]
[('macbook', 'NN'), ('arrived', 'VBD'), ('nice', 'JJ'), ('twin', 'NN'), ('packing', 'VBG'), ('sealed', 'VBD'), ('box', 'NN'), ('function', 'NN'), ('work', 'NN'), ('great', 'JJ')]
[('externally', 'RB'), ('key', 'JJ'), ('keyboard', 'NN'), ('falling', 'VBG'), ('us', 'PRP'), ('paint', 'VBP'), ('rubbing', 'VBG'), ('button', 'NN'), ('mouse', 'NN'), ('pad', 'NN'), ('heals', 'NNS'), ('hand', 'NN'), ('sit', 'VBP'), ('screen', 'NN'), ('terrible', 'JJ'), ('glare', 'NN')]
[('itunes', 'NNS'), ('handy', 'JJ'), ('music', 'NN'), ('management', 'NN'), ('program', 'NN'), ('essential', 'JJ'), ('anyone', 'NN'), ('ipod', 'NN')]
[('not', 'RB'), ('purchase', 'NN'), ('extended', 'VBD'), ('warranty', 'JJ'), ('time', 'NN'), ('hook', 'NN'), ('repair', 'NN')]
[('price', 'NN'), ('great', 'JJ'), ('model', 'NN'), ('plan', 'NN'), ('using', 'VBG'), ('medium', 'JJ'), ('entertainment', 'NN'), ('room', 'NN')]
[('battery', 'NN'), ('life', 'NN'), ('seems', 'VBZ'), ('good', 'JJ'), ('issue', 'NN')]
[('cursor', 'NN'), ('would', 'MD'), ('show', 'VB'), ('place', 'NN'), ('else', 'RB')]
[('took', 'VBD'), ('several', 'JJ'), ('week', 'NN'), ('get', 'VB'), ('acknowledge', 'NN'), ('owned', 'VBN'), ('warranty', 'NN')]
[('run', 'VB'), ('quiet', 'JJ'), ('plus', 'CC')]
[('really', 'RB'), ('want', 'VB'), ('bang', 'NN'), ('system', 'NN'), ('not', 'RB'), ('need', 'VB'), ('run', 'VB'), ('window', 'JJ'), ('application', 'NN'), ('go', 'VBP'), ('apple', 'NN')]
[('_', 'NN'), ('must', 'MD'), ('keep', 'VB'), ('plugged', 'JJ'), ('time', 'NN'), ('not', 'RB'), ('keep', 'VB'), ('charge', 'NN'), ('longer', 'RB'), ('four', 'CD'), ('minute', 'NN')]
[('anyway', 'RB'), ('early', 'RB'), ('july', 'JJ'), ('year', 'NN'), ('dvd', 'NN'), ('burner', 'NN'), ('stopped', 'VBD'), ('working', 'VBG'), ('computer', 'NN'), ('stared', 'VBD'), ('issue', 'NN'), ('power', 'NN'), ('supply', 'NN')]
[('ibook', 'NN'), ('backup', 'NN'), ('also', 'RB'), ('us', 'PRP'), ('firewire', 'VBP'), ('connection', 'NN')]
[('ordered', 'VBN'), ('macmall', 'NN'), ('saved', 'VBD'), ('sale', 'NN'), ('tax', 'NN'), ('would', 'MD'), ('incurred', 'VB'), ('buying', 'NN'), ('locally', 'RB')]
[('acer', 'NN'), ('set', 'VBN'), ('free', 'JJ'), ('recovery', 'NN'), ('disc', 'NN'), ('available', 'JJ'), ('since', 'IN'), ('asked', 'VBN')]
[('game', 'NN'), ('main', 'JJ'), ('issue', 'NN')]
[('_', 'JJ'), ('warrenty', 'NN'), ('expired', 'VBD'), ('hard', 'JJ'), ('drive', 'NN'), ('went', 'VBD'), ('bad', 'JJ'), ('would', 'MD'), ('cost', 'VB'), ('fix', 'JJ'), ('replace', 'VB')]
[('despite', 'IN'), ('claim', 'NN'), ('apple', 'NN'), ('apologist', 'NN'), ('vice', 'NN'), ('recently', 'RB'), ('reformed', 'VBD'), ('internals', 'NNS'), ('mac', 'VBP'), ('laptop', 'JJ'), ('different', 'JJ'), ('pc', 'NN'), ('point', 'NN')]
[('overall', 'JJ'), ('poor', 'JJ'), ('feature', 'NN'), ('average', 'JJ'), ('performance', 'NN'), ('poor', 'JJ'), ('battery', 'NN'), ('life', 'NN'), ('excellent', 'JJ'), ('price', 'NN'), ('value', 'NN'), ('poor', 'JJ')]
[('best', 'JJS'), ('condition', 'NN'), ('really', 'RB'), ('high', 'JJ'), ('quality', 'NN')]
[('13', 'CD'), ('macbook', 'JJ'), ('pro', 'JJ'), ('fit', 'NN'), ('budget', 'NN'), ('free', 'JJ'), ('shipping', 'NN'), ('tax', 'NN'), ('ca', 'MD'), ('best', 'VB'), ('price', 'NN'), ('get', 'NN'), ('great', 'JJ'), ('product', 'NN')]
[('material', 'JJ'), ('pro', 'NN'), ('made', 'VBD'), ('seems', 'VBZ'), ('lot', 'JJ'), ('nicer', 'JJ'), ('pc', 'NN'), ('spec', 'NN'), ('like', 'IN'), ('said', 'VBD'), ('performs', 'NNS'), ('lot', 'NN'), ('better', 'RBR'), ('computer', 'NN'), ('past', 'IN')]
[('first', 'RB'), ('worked', 'VBN'), ('well', 'RB'), ('month', 'NN'), ('system', 'NN'), ('board', 'NN'), ('failed', 'VBD'), ('send', 'JJ'), ('toshiba', 'NNS'), ('complaint', 'NN'), ('three', 'CD'), ('week', 'NN'), ('later', 'RB'), ('receive', 'VBP'), ('laptop', 'VB'), ('back', 'RB'), ('discover', 'NN'), ('still', 'RB'), ('problem', 'NN'), ('send', 'VB'), ('back', 'RB'), ('get', 'VB'), ('fixed', 'VBN')]
[('think', 'VBP'), ('part', 'NN'), ('problem', 'NN'), ('computer', 'NN'), ('vista', 'NN'), ('yet', 'RB'), ('know', 'VBP'), ('vista', 'NN'), ('not', 'RB'), ('entire', 'JJ'), ('issue', 'NN'), ('latest', 'JJS'), ('purchase', 'NN'), ('acer', 'NN'), ('also', 'RB'), ('vista', 'RB'), ('waited', 'VBD'), ('month', 'NN'), ('get', 'VBP'), ('next', 'JJ'), ('operating', 'NN'), ('system', 'NN')]
[('week', 'NN'), ('finally', 'RB'), ('got', 'VBD'), ('back', 'RB'), ('told', 'VBN'), ('motherboard', 'NN'), ('failed', 'VBD'), ('installed', 'JJ'), ('new', 'JJ'), ('motherboard', 'NN')]
[('love', 'VB'), ('pc', 'NN'), ('ready', 'JJ'), ('change', 'NN'), ('tired', 'VBD'), ('window', 'NN'), ('system', 'NN')]
[('small', 'JJ'), ('enough', 'RB'), ('take', 'VBP'), ('pretty', 'RB'), ('much', 'RB'), ('anywhere', 'RB'), ('still', 'RB'), ('big', 'JJ'), ('enough', 'RB'), ('screen', 'JJ'), ('get', 'VB'), ('everything', 'NN'), ('done', 'VBN')]
[('always', 'RB'), ('used', 'VBN'), ('pc', 'NN'), ('constantly', 'RB'), ('frustrated', 'VBD'), ('crashing', 'VBG'), ('poorly', 'RB'), ('designed', 'VBN'), ('operating', 'NN'), ('system', 'NN'), ('never', 'RB'), ('intuitive', 'JJ')]
[('sony', 'NN'), ('said', 'VBD'), ('could', 'MD'), ('send', 'VB'), ('back', 'RB'), ('charged', 'VBN'), ('adding', 'VBG'), ('bluetooth', 'DT'), ('additional', 'JJ'), ('seventy', 'NN'), ('something', 'NN'), ('dollar', 'NN')]
[('oh', 'UH'), ('yeah', 'NN'), ('fancy', 'JJ'), ('webcam', 'NN'), ('break', 'NN'), ('guess', 'NN'), ('send', 'VBP'), ('get', 'NN'), ('fixed', 'VBN')]
[('custom', 'NN'), ('ordered', 'VBD'), ('machine', 'NN'), ('hp', 'NN'), ('could', 'MD'), ('not', 'RB'), ('understand', 'VB'), ('techie', 'NNS'), ('due', 'JJ'), ('accent', 'NN')]
[('_', 'JJ'), ('warrenty', 'NN'), ('expired', 'VBD'), ('hard', 'JJ'), ('drive', 'NN'), ('went', 'VBD'), ('bad', 'JJ'), ('would', 'MD'), ('cost', 'VB'), ('fix', 'JJ'), ('replace', 'VB')]
[('contacted', 'VBN'), ('acer', 'NN'), ('giving', 'VBG'), ('free', 'JJ'), ('recovery', 'NN'), ('dvd', 'NN'), ('not', 'RB'), ('go', 'VB'), ('pay', 'NN'), ('ask', 'RB'), ('give', 'VB')]
[('processor', 'NN'), ('quick', 'JJ'), ('effective', 'JJ'), ('load', 'NN'), ('webpage', 'NN'), ('application', 'NN')]
[('first', 'RB'), ('discover', 'RB'), ('word', 'NN'), ('processing', 'NN'), ('program', 'NN'), ('known', 'VBN'), ('appleworks', 'NNS'), ('rarely', 'RB'), ('translates', 'VBZ'), ('perfectly', 'RB'), ('anyone', 'NN'), ('else', 'RB'), ('computer', 'NN'), ('translates', 'NNS')]
[('screen', 'JJ'), ('keyboard', 'NN'), ('mouse', 'NN'), ('cant', 'NN'), ('see', 'VBP'), ('spending', 'VBG'), ('extra', 'JJ'), ('money', 'NN'), ('jump', 'NN'), ('mac', 'RB'), ('beautiful', 'JJ'), ('screen', 'JJ'), ('responsive', 'JJ'), ('island', 'NN'), ('backlit', 'NN'), ('keyboard', 'NN'), ('fun', 'NN'), ('multi', 'NN'), ('touch', 'NN'), ('mouse', 'IN'), ('worth', 'JJ'), ('extra', 'JJ'), ('money', 'NN'), ('alone', 'RB')]
[('disappointing', 'JJ'), ('experience', 'NN'), ('except', 'IN'), ('learned', 'VBN'), ('good', 'JJ'), ('geek', 'NN'), ('squad', 'NN'), ('also', 'RB'), ('customer', 'NN'), ('service', 'NN')]
[('come', 'VBN'), ('software', 'NN'), ('installed', 'VBN'), ('outside', 'IN'), ('window', 'NN'), ('medium', 'NN'), ('price', 'NN'), ('pleased', 'JJ'), ('condition', 'NN'), ('overall', 'JJ'), ('product', 'NN')]
[('loaded', 'VBN'), ('program', 'NN'), ('good', 'JJ'), ('average', 'JJ'), ('user', 'JJ'), ('make', 'NN'), ('run', 'VB'), ('way', 'NN'), ('slow', 'JJ')]
[('keyboard', 'NN'), ('reasonable', 'JJ'), ('size', 'NN')]
[('also', 'RB'), ('may', 'MD'), ('need', 'VB'), ('charge', 'NN'), ('day', 'NN'), ('medium', 'NN'), ('use', 'NN'), ('every', 'DT'), ('thing', 'NN'), ('fast', 'JJ'), ('easy', 'JJ'), ('mac', 'NN'), ('size', 'NN'), ('look', 'NN'), ('feature', 'NN'), ('attracted', 'VBD')]
[('computer', 'NN'), ('constantly', 'RB'), ('getting', 'VBG'), ('hot', 'JJ'), ('burning', 'VBG'), ('leg', 'NN'), ('unless', 'IN'), ('go', 'VBP'), ('hassle', 'JJ'), ('taking', 'VBG'), ('entire', 'JJ'), ('back', 'RB'), ('clean', 'JJ'), ('fan', 'NN')]
[('_', 'RB'), ('numerous', 'JJ'), ('problem', 'NN'), ('vista', 'NN'), ('adobe', 'NN'), ('flash', 'NN'), ('player', 'NN'), ('quits', 'NNS'), ('uninstalled', 'VBD'), ('reinsalled', 'JJ'), ('internet', 'NN'), ('explore', 'NN'), ('quits', 'NNS'), ('lose', 'VBP'), ('whatever', 'WDT'), ('working', 'VBG'), ('also', 'RB'), ('window', 'JJ'), ('update', 'NN'), ('appeared', 'VBD'), ('computer', 'NN'), ('since', 'IN'), ('got', 'VBD'), ('updated', 'VBN'), ('probably', 'RB'), ('400', 'CD'), ('time', 'NN'), ('update', 'NN')]
[('though', 'IN'), ('picture', 'NN'), ('video', 'NN'), ('music', 'NN'), ('software', 'NN'), ('nowhere', 'RB'), ('close', 'JJ'), ('professional', 'JJ'), ('grade', 'NN'), ('software', 'NN'), ('im', 'NN'), ('used', 'VBN'), ('cs5', 'JJ'), ('job', 'NN'), ('beginner', 'VBD'), ('even', 'RB'), ('intermediate', 'JJ'), ('medium', 'NN'), ('designer', 'NN')]
[('noticed', 'VBN'), ('window', 'WRB'), ('new', 'JJ'), ('system', 'NN'), ('called', 'VBN'), ('window', 'RB'), ('7', 'CD'), ('u', 'JJ'), ('vista', 'NN'), ('user', 'NN'), ('_', 'NNP'), ('get', 'VB'), ('bug', 'JJ'), ('vista', 'NN'), ('investing', 'VBG'), ('new', 'JJ'), ('system', 'NN')]
[('need', 'NN'), ('open', 'JJ'), ('program', 'NN'), ('first', 'RB'), ('cliick', 'VBZ'), ('open', 'JJ'), ('import', 'NN')]
[('pretty', 'RB'), ('fast', 'RB'), ('not', 'RB'), ('hiccup', 'VB'), ('using', 'VBG'), ('web', 'JJ'), ('browsing', 'VBG'), ('uploading', 'JJ'), ('photo', 'NN'), ('watching', 'VBG'), ('movie', 'NN'), ('720p', 'CD'), ('occasion', 'NN'), ('creating', 'VBG'), ('presentation', 'NN')]
[('seems', 'VBZ'), ('could', 'MD'), ('updated', 'VB'), ('xp', 'NNP'), ('done', 'VBN'), ('without', 'IN'), ('creating', 'VBG'), ('vista', 'NN')]
[('never', 'RB'), ('go', 'VBP'), ('back', 'RB'), ('window', 'NN')]
[('quality', 'NN'), ('engineering', 'NN'), ('design', 'NN'), ('warranty', 'NN'), ('superior', 'JJ'), ('cover', 'NN'), ('damage', 'NN'), ('dropping', 'VBG'), ('laptop', 'JJ')]
[('body', 'NN'), ('bit', 'NN'), ('cheaply', 'JJ'), ('made', 'VBD'), ('interesting', 'JJ'), ('see', 'NN'), ('long', 'RB'), ('hold', 'VB')]
[('machine', 'NN'), ('awesome', 'JJ'), ('ilife', 'NN'), ('great', 'JJ'), ('love', 'NN'), ('snow', 'VBP'), ('leopard', 'RB'), ('x', 'NN')]
[('compared', 'VBN'), ('similarly', 'RB'), ('spec', 'JJ'), ('pc', 'NN'), ('machine', 'NN'), ('good', 'JJ'), ('value', 'NN'), ('well', 'RB'), ('built', 'VBN'), ('work', 'NN'), ('easily', 'RB'), ('right', 'RB'), ('box', 'NN')]
[('also', 'RB'), ('enjoy', 'VB'), ('fact', 'NN'), ('macbook', 'JJ'), ('pro', 'JJ'), ('laptop', 'FW'), ('allows', 'NNS'), ('run', 'VBP'), ('window', 'RB'), ('7', 'CD'), ('using', 'VBG'), ('vmware', 'NN'), ('program', 'NN')]
[('love', 'VB'), ('graphic', 'JJ'), ('awesome', 'JJ'), ('program', 'NN'), ('including', 'VBG'), ('garageband', 'NN'), ('really', 'RB'), ('cool', 'JJ'), ('default', 'NN'), ('background', 'NN')]
[('lock', 'NN'), ('problem', 'NN'), ('myriad', 'NN'), ('cause', 'NN'), ('common', 'JJ'), ('corrupted', 'VBN'), ('version', 'NN'), ('appleworks', 'NNS'), ('render', 'VBP'), ('browser', 'JJR'), ('useless', 'NN')]
[('made', 'VBN'), ('photo', 'NN'), ('book', 'NN'), ('gift', 'NN'), ('computer', 'NN'), ('pushed', 'VBD'), ('buy', 'VB'), ('drew', 'JJ'), ('itunes', 'NNS'), ('account', 'VBP'), ('sent', 'JJ'), ('book', 'NN'), ('house', 'NN'), ('book', 'NN'), ('perfect', 'VBP'), ('quality', 'NN'), ('exactly', 'RB'), ('created', 'VBD'), ('looked', 'VBD'), ('better', 'RBR'), ('even', 'RB'), ('imagined', 'VBD')]
[('fairly', 'RB'), ('well', 'RB'), ('poor', 'JJ'), ('performance', 'NN'), ('overheating', 'VBG'), ('occational', 'JJ'), ('blue', 'NN'), ('screen', 'NN')]
[('display', 'NN'), ('awesome', 'NN')]
[('love', 'IN'), ('not', 'RB'), ('take', 'VB'), ('space', 'NN'), ('like', 'IN'), ('regular', 'JJ'), ('computer', 'NN')]
[('give', 'JJ'), ('power', 'NN'), ('speed', 'NN'), ('need', 'VBP'), ('run', 'VBN'), ('program', 'NN'), ('use', 'NN'), ('edit', 'NN')]
[('driver', 'NN'), ('update', 'NN'), ('not', 'RB'), ('fix', 'JJ'), ('issue', 'NN'), ('frustrating', 'VBG')]
[('like', 'IN'), ('laptop', 'JJ'), ('run', 'NN'), ('well', 'RB'), ('without', 'IN'), ('purchase', 'NN'), ('additional', 'JJ'), ('memory', 'NN')]
[('ease', 'NN'), ('set', 'VBN'), ('terrific', 'NN')]
[('even', 'RB'), ('run', 'VB'), ('parallel', 'JJ'), ('type', 'NN'), ('program', 'NN'), ('easily', 'RB'), ('run', 'VB'), ('leftover', 'RB'), ('pc', 'NN'), ('software', 'NN'), ('absolutely', 'RB'), ('cannot', 'VBZ'), ('without', 'IN')]
[('1', 'CD'), ('ghz', 'NN'), ('faster', 'RBR'), ('processor', 'NN'), ('stock', 'NN'), ('500gb', 'CD'), ('hard', 'JJ'), ('drive', 'NN')]
[('said', 'VBD'), ('computer', 'NN'), ('covered', 'VBD'), ('extended', 'JJ'), ('warranty', 'NN'), ('product', 'NN'), ('with_', 'NN'), ('extended', 'VBD'), ('warranty', 'NN'), ('taken', 'VBN'), ('care', 'NN'), ('third', 'JJ'), ('party', 'NN'), ('not', 'RB'), ('sony', 'JJ'), ('anymore', 'RB')]
[('iworks', 'NNS'), ('itunes', 'NNS'), ('email', 'VBP'), ('m', 'NN'), ('office', 'NN'), ('network', 'NN'), ('printer', 'NN'), ('set', 'VBN'), ('completely', 'RB'), ('working', 'VBG'), ('perfectly', 'RB'), ('within', 'IN'), ('hour', 'NN')]
[('love', 'VB'), ('operating', 'NN'), ('system', 'NN'), ('preloaded', 'VBD'), ('software', 'NN')]
[('went', 'VBD'), ('asking', 'VBG'), ('open', 'JJ'), ('various', 'JJ'), ('component', 'NN'), ('taking', 'VBG'), ('battery', 'JJ'), ('hard', 'JJ'), ('disk', 'NN'), ('apart', 'RB'), ('2', 'CD'), ('hour', 'NN'), ('phone', 'NN'), ('could', 'MD'), ('not', 'RB'), ('fix', 'VB')]
[('1', 'CD'), ('not', 'RB'), ('change', 'VB'), ('desktop', 'NN'), ('background', 'NN'), ('window', 'VBD'), ('7', 'CD'), ('starter', 'NN'), ('not', 'RB'), ('support', 'VB'), ('function', 'NN')]
[('buy', 'VB'), ('not', 'RB'), ('go', 'VB'), ('expecting', 'VBG'), ('7', 'CD'), ('hr', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('perfectly', 'RB'), ('satisfied', 'VBD')]
[('not', 'RB'), ('version', 'NN'), ('program', 'NN'), ('able', 'JJ'), ('saved', 'VBD'), ('worked', 'JJ'), ('opened', 'JJ'), ('pc', 'NN'), ('mac', 'JJ'), ('version', 'NN'), ('program', 'NN'), ('mac', 'NN'), ('graphically', 'RB'), ('functionally', 'RB'), ('superior', 'JJ')]
[('mostly', 'RB'), ('use', 'JJ'), ('email', 'JJ'), ('internet', 'NN'), ('gaming', 'VBG'), ('confident', 'JJ'), ('application', 'NN'), ('live', 'VBP'), ('high', 'JJ'), ('standard', 'NN'), ('come', 'VBP'), ('appreciate', 'NN'), ('mac', 'NNS'), ('laptop', 'VBP')]
[('problem', 'NN'), ('add', 'VBZ'), ('1', 'CD'), ('gb', 'NN'), ('ram', 'NN'), ('computer', 'NN'), ('kinda', 'VBD'), ('slow', 'JJ')]
[('stay', 'VB'), ('charged', 'VBN'), ('little', 'JJ'), ('hour', 'NN')]
[('key', 'JJ'), ('binding', 'VBG'), ('take', 'VB'), ('little', 'JJ'), ('getting', 'VBG'), ('used', 'VBN'), ('loved', 'JJ'), ('macbook', 'NN'), ('pro', 'NN')]
[('u', 'JJ'), ('u', 'JJ'), ('want', 'VBP'), ('second', 'JJ'), ('even', 'RB'), ('start', 'VBP'), ('computer', 'NN'), ('take', 'VB'), ('second', 'JJ')]
[('_', 'JJ'), ('get', 'VB'), ('stuck', 'JJ'), ('time', 'NN'), ('use', 'NN'), ('keep', 'VB'), ('tapping', 'VBG'), ('get', 'NN'), ('work', 'NN')]
[('february', 'JJ'), ('computer', 'NN'), ('completely', 'RB'), ('failed', 'VBD'), ('point', 'NN'), ('could', 'MD'), ('not', 'RB'), ('load', 'VB'), ('window', 'NN'), ('contacted', 'VBN'), ('acer', 'JJ'), ('get', 'VB'), ('fixed', 'VBN'), ('thru', 'JJ'), ('warrenty', 'NN'), ('took', 'VBD'), ('3', 'CD'), ('day', 'NN'), ('fighting', 'VBG'), ('phone', 'NN'), ('agent', 'NN'), ('seemed', 'VBD'), ('though', 'IN'), ('none', 'NN'), ('spoke', 'VBD'), ('english', 'JJ')]
[('still', 'RB'), ('beautiful', 'JJ'), ('better', 'RBR'), ('color', 'NN'), ('reproduction', 'NN'), ('could', 'MD'), ('ever', 'RB'), ('expect', 'VB'), ('notebook', 'NN')]
[('built', 'VBN'), ('webcam', 'JJ'), ('great', 'JJ'), ('skype', 'NN'), ('similar', 'JJ'), ('video', 'NN'), ('chat', 'NN'), ('service', 'NN')]
[('impressed', 'JJ'), ('battery', 'NN'), ('life', 'NN'), ('performance', 'NN'), ('small', 'JJ'), ('amount', 'NN'), ('memory', 'NN')]
[('still', 'RB'), ('testing', 'VBG'), ('battery', 'NN'), ('life', 'NN'), ('thought', 'VBD'), ('would', 'MD'), ('better', 'VB'), ('happy', 'JJ'), ('upgrade', 'NN')]
[('newegg', 'RB'), ('rma', 'JJ'), ('service', 'NN'), ('great', 'JJ'), ('always', 'RB'), ('contacted', 'VBN'), ('late', 'JJ'), ('friday', 'NN'), ('night', 'NN'), ('issued', 'VBN'), ('rma', 'JJ'), ('number', 'NN'), ('prepaid', 'VBN'), ('ups', 'JJ'), ('shipping', 'NN'), ('label', 'NN'), ('next', 'IN'), ('morning', 'NN'), ('saturday', 'NN')]
[('thought', 'JJ'), ('price', 'NN'), ('great', 'JJ'), ('spec', 'NN')]
[('wiped', 'VBD'), ('nearly', 'RB'), ('everything', 'NN'), ('installed', 'JJ'), ('openoffice', 'NN'), ('firefox', 'NN'), ('operating', 'VBG'), ('incredibly', 'RB'), ('efficient', 'JJ'), ('useful', 'JJ'), ('machine', 'NN'), ('great', 'JJ'), ('price', 'NN')]
[('setting', 'VBG'), ('would', 'MD'), ('change', 'VB'), ('reason', 'NN'), ('screen', 'NN'), ('size', 'NN'), ('would', 'MD'), ('change', 'VB'), ('like', 'IN'), ('pixel', 'NN'), ('size', 'NN'), ('whatnot', 'NN')]
[('cooling', 'VBG'), ('system', 'NN'), ('malfunction', 'NN'), ('10', 'CD'), ('minute', 'NN'), ('general', 'JJ'), ('use', 'NN'), ('would', 'MD'), ('not', 'RB'), ('move', 'VB'), ('past', 'RB'), ('error', 'NN')]
[('although', 'IN'), ('price', 'NN'), ('higher', 'JJR'), ('dell', 'NN'), ('laptop', 'JJ'), ('macbooks', 'NNS'), ('worth', 'IN'), ('dough', 'NN')]
[('bigger', 'JJR'), ('hd', 'NN'), ('better', 'RBR'), ('graphic', 'JJ'), ('card', 'NN'), ('bid', 'NN'), ('hd', 'NN')]
[('talking', 'VBG'), ('knowledgeable', 'JJ'), ('sale', 'NN'), ('associate', 'NN'), ('chose', 'VBD'), ('macbook', 'JJ'), ('pro', 'JJ'), ('white', 'JJ'), ('macbook', 'NN')]
[('reinstalled', 'VBN'), ('window', 'JJ'), ('recovery', 'NN'), ('disc', 'NN'), ('everything', 'NN'), ('seemed', 'VBD'), ('good', 'JJ')]
[('first', 'RB'), ('moth', 'DT'), ('owning', 'VBG'), ('computer', 'NN'), ('hardrive', 'NN'), ('failed', 'VBD'), ('replaced', 'VBD')]
[('summary', 'JJ'), ('hp', 'NN'), ('knew', 'VBD'), ('shipping', 'VBG'), ('bad', 'JJ'), ('bios', 'NNS'), ('nothing', 'NN'), ('proactive', 'JJ'), ('resolve', 'NN')]
[('love', 'VB'), ('program', 'NN'), ('superior', 'JJ'), ('window', 'NN'), ('movie', 'NN'), ('maker', 'NN')]
[('mouse', 'IN'), ('button', 'JJ'), ('hard', 'JJ'), ('push', 'NN')]
[('took', 'VBD'), ('broken', 'JJ'), ('cord', 'NN'), ('apple', 'NN'), ('store', 'NN'), ('gave', 'VBD'), ('new', 'JJ'), ('one', 'CD')]
[('awesome', 'RB'), ('cooling', 'VBG'), ('system', 'NN'), ('much', 'JJ'), ('better', 'JJR'), ('grafics', 'NNS'), ('card', 'VBP'), ('ati', 'JJ'), ('5870', 'CD'), ('8gb', 'CD'), ('ram', 'NN'), ('led', 'VBD'), ('backlit', 'NNS'), ('screen', 'NN')]
[('oh', 'JJ'), ('word', 'NN'), ('stuff', 'NN'), ('trial', 'NN'), ('verion', 'NN'), ('month', 'NN'), ('go', 'VBP'), ('open', 'JJ'), ('asks', 'NNS'), ('product', 'NN'), ('key', 'JJ'), ('didnt', 'JJ'), ('come', 'VBN'), ('computer', 'NN'), ('even', 'RB'), ('clicking', 'VBG'), ('cancel', 'NN'), ('wont', 'NN'), ('let', 'NN'), ('use', 'NN'), ('use', 'VB'), ('old', 'JJ'), ('word', 'NN'), ('processer', 'NN'), ('work', 'NN'), ('good', 'JJ')]
[('constantly', 'RB'), ('trying', 'VBG'), ('uninstall', 'JJ'), ('program', 'NN'), ('clean', 'JJ'), ('cooky', 'NN'), ('delete', 'NN'), ('unused', 'VBD'), ('file', 'NN')]
[('bad', 'JJ'), ('part', 'NN'), ('size', 'NN'), ('weight', 'NN')]
[('however', 'RB'), ('love', 'VB'), ('particular', 'JJ'), ('mac', 'NN'), ('fast', 'RB'), ('great', 'JJ'), ('size', 'NN'), ('fantastic', 'JJ'), ('feature', 'NN'), ('like', 'IN'), ('lighted', 'VBN'), ('keyboard', 'NN'), ('easy', 'JJ'), ('mouse', 'NN'), ('pad', 'NN')]
[('adjust', 'RB'), ('mousepad', 'JJ'), ('sensitivity', 'NN'), ('sensitive', 'JJ')]
[('microsoft', 'JJ'), ('seems', 'VBZ'), ('unable', 'JJ'), ('keep', 'VB'), ('repair', 'NN'), ('multitude', 'NN'), ('window', 'NN'), ('problem', 'NN')]
[('osx', 'NN'), ('window', 'NN'), ('xp', 'IN'), ('running', 'VBG'), ('time', 'NN')]
[('fact', 'NN'), ('somehow', 'RB'), ('never', 'RB'), ('opened', 'VBN'), ('speck', 'NN'), ('dust', 'NN'), ('something', 'NN'), ('got', 'VBD'), ('inside', 'RB'), ('screen', 'JJ'), ('permanently', 'RB'), ('behind', 'IN'), ('front', 'JJ'), ('screen', 'JJ'), ('way', 'NN'), ('display', 'NN')]
[('_', 'JJ'), ('battery', 'NN'), ('irreplaceable', 'JJ')]
[('overall', 'JJ'), ('experienced', 'VBD'), ('huge', 'JJ'), ('change', 'NN'), ('mac', 'NN'), ('run', 'VB'), ('pretty', 'RB'), ('fast', 'RB'), ('compared', 'VBN'), ('old', 'JJ'), ('pc', 'NN')]
[('oh', 'UH'), ('yea', 'NN'), ('numeric', 'JJ'), ('pad', 'JJ'), ('side', 'NN')]
[('also', 'RB'), ('purchased', 'VBN'), ('iwork', 'NN'), ('go', 'VBP'), ('program', 'NN'), ('word', 'NN'), ('processing', 'VBG'), ('spreadsheet', 'NN'), ('presentation', 'NN'), ('similar', 'JJ'), ('microsoft', 'JJ'), ('office', 'NN')]
[('originally', 'RB'), ('concerned', 'VBN'), ('not', 'RB'), ('view', 'JJ'), ('work', 'VBP'), ('done', 'VBN'), ('college', 'NN'), ('mac', 'NN'), ('pc', 'NN'), ('formatting', 'VBG'), ('even', 'RB'), ('thrilled', 'VBN'), ('learn', 'JJ'), ('program', 'NN'), ('like', 'IN'), ('ilife', 'NN'), ('iwork', 'NN'), ('allow', 'VBP'), ('convert', 'JJ'), ('pc', 'NN'), ('document', 'NN'), ('readable', 'JJ'), ('file', 'NN'), ('mac', 'NN')]
[('reloaded', 'VBN'), ('window', 'NN'), ('7', 'CD'), ('ultimate', 'NN'), ('used', 'VBN'), ('downloaded', 'VBD'), ('driver', 'JJ'), ('acer', 'NN'), ('site', 'NN')]
[('mac', 'NN'), ('not', 'RB'), ('made', 'VBD'), ('gaming', 'VBG')]
[('paid', 'VBN'), ('extra', 'JJ'), ('memory', 'NN'), ('17', 'CD'), ('inch', 'NN'), ('screen', 'NN'), ('well', 'RB'), ('top', 'JJ'), ('line', 'NN'), ('dvd', 'JJ'), ('cd', 'NN'), ('burner', 'NN')]
[('apple', 'NN'), ('replaced', 'VBD'), ('hard', 'JJ'), ('drive', 'NN'), ('enjoyed', 'VBD'), ('another', 'DT'), ('4', 'CD'), ('month', 'NN'), ('new', 'JJ'), ('computer', 'NN'), ('froze', 'NN'), ('morning', 'NN'), ('completely', 'RB')]
[('keyboard', 'NN'), ('generally', 'RB'), ('felt', 'VBD'), ('okay', 'PRP'), ('even', 'RB'), ('someone', 'NN'), ('used', 'VBD'), ('desktop', 'JJ'), ('keyboard', 'NN'), ('look', 'NN'), ('terrible', 'JJ')]
[('easy', 'JJ'), ('navigate', 'JJ'), ('update', 'JJ'), ('program', 'NN')]
[('took', 'VBD'), ('toshiba', 'NN'), ('tech', 'NN'), ('support', 'NN'), ('4', 'CD'), ('call', 'NN'), ('4', 'CD'), ('different', 'JJ'), ('tech', 'NN'), ('correct', 'NN'), ('problem', 'NN')]
[('lightweight', 'RB'), ('long', 'RB'), ('battery', 'JJ'), ('life', 'NN'), ('excellent', 'JJ'), ('transition', 'NN'), ('pc', 'NN')]
[('fast', 'RB'), ('not', 'RB'), ('problem', 'NN'), ('internet', 'NN'), ('connection', 'NN'), ('problem', 'NN')]
[('major', 'JJ'), ('design', 'NN'), ('flaw', 'NN')]
[('also', 'RB'), ('longer', 'RBR'), ('service', 'NN'), ('life', 'NN'), ('computer', 'NN'), ('several', 'JJ'), ('friend', 'NN'), ('still', 'RB'), ('use', 'VB'), ('older', 'JJR'), ('apple', 'NN'), ('powerbooks', 'NNS')]
[('also', 'RB'), ('extended', 'VBD'), ('warranty', 'NN'), ('problem', 'NN')]
[('application', 'NN'), ('respond', 'NN'), ('immediately', 'RB'), ('not', 'RB'), ('like', 'IN'), ('tired', 'VBN'), ('m', 'NN'), ('application', 'NN')]
[('also', 'RB'), ('liked', 'JJ'), ('glass', 'NN'), ('screen', 'NN')]
[('great', 'JJ'), ('feature', 'NN'), ('spotlight', 'VBD'), ('search', 'NN'), ('one', 'CD'), ('search', 'NN'), ('document', 'NN'), ('simply', 'RB'), ('typing', 'VBG'), ('keyword', 'NN'), ('rather', 'RB'), ('parsing', 'VBG'), ('ten', 'VB'), ('file', 'JJ'), ('folder', 'NN'), ('document', 'NN')]
[('recommend', 'VB'), ('word', 'NN'), ('processing', 'NN'), ('internet', 'NN'), ('user', 'NN')]
[('backlit', 'JJ'), ('keyboard', 'NN'), ('perfect', 'NN'), ('typing', 'VBG'), ('dark', 'NN')]
[('program', 'NN'), ('keynote', 'NN'), ('page', 'NN'), ('number', 'NN'), ('option', 'NN'), ('save', 'VBP'), ('document', 'NN'), ('microsoft', 'NN'), ('compatible', 'JJ'), ('really', 'RB'), ('eliminates', 'VBZ'), ('need', 'VBP'), ('actual', 'JJ')]
[('called', 'VBN'), ('acer', 'RB'), ('many', 'JJ'), ('time', 'NN'), ('want', 'JJ'), ('pay', 'NN'), ('shipping', 'VBG'), ('ship', 'JJ'), ('repair', 'NN'), ('center', 'NN'), ('disappointed', 'VBN'), ('since', 'IN'), ('brand', 'NN'), ('new', 'JJ'), ('computer', 'NN')]
[('lot', 'NN'), ('preloaded', 'VBD'), ('software', 'NN')]
[('laptop', 'NN'), ('returned', 'VBD'), ('unrepaired', 'JJ'), ('since', 'IN'), ('paying', 'VBG'), ('176', 'CD'), ('every', 'DT'), ('3', 'CD'), ('month', 'NN'), ('not', 'RB'), ('worth', 'JJ'), ('long', 'RB'), ('port', 'NN'), ('seems', 'VBZ'), ('last', 'JJ')]
[('rep', 'NN'), ('not', 'RB'), ('even', 'RB'), ('answer', 'JJR'), ('question', 'NN'), ('ask', 'VB'), ('understood', 'JJ'), ('ask', 'NNS'), ('spoke', 'VBD'), ('english', 'JJ'), ('even', 'RB'), ('try', 'VBP'), ('acknowledge', 'VBP'), ('question', 'NN')]
[('office', 'NN'), ('compatible', 'JJ'), ('feature', 'NN'), ('functioning', 'VBG'), ('new', 'JJ'), ('might', 'MD'), ('well', 'RB'), ('save', 'VB'), ('money', 'NN'), ('learn', 'NN'), ('pre', 'NN'), ('installed', 'VBD'), ('mac', 'JJ'), ('program', 'NN')]
[('tech', 'NN'), ('guy', 'NN'), ('said', 'VBD'), ('service', 'NN'), ('center', 'NN'), ('not', 'RB'), ('1', 'CD'), ('1', 'CD'), ('exchange', 'NN'), ('direct', 'JJ'), ('concern', 'NN'), ('sale', 'NN'), ('team', 'NN'), ('retail', 'NN'), ('shop', 'NN'), ('bought', 'VBD'), ('netbook', 'NN')]
[('battery', 'NN'), ('life', 'NN'), ('supposed', 'VBD'), ('6', 'CD'), ('hour', 'NN'), ('even', 'RB'), ('ran', 'VBD'), ('battery', 'RB'), ('high', 'JJ'), ('effeciency', 'NN'), ('setting', 'VBG'), ('battery', 'NN'), ('would', 'MD'), ('last', 'JJ'), ('average', 'JJ'), ('2', 'CD'), ('5', 'CD'), ('3', 'CD'), ('hour', 'NN')]
[('battery', 'NN'), ('never', 'RB'), ('held', 'VBD'), ('charge', 'NN'), ('longer', 'RBR'), ('one', 'CD'), ('hour', 'NN'), ('within', 'IN'), ('two', 'CD'), ('month', 'NN'), ('stopped', 'VBD'), ('holding', 'VBG'), ('charge', 'NN'), ('ten', 'NNS'), ('minute', 'VBP')]
[('not', 'RB'), ('problem', 'NN'), ('application', 'NN'), ('quitting', 'VBG'), ('freezing', 'VBG')]
[('mouse', 'NN'), ('pad', 'NN'), ('left', 'VBD'), ('button', 'NN'), ('always', 'RB'), ('stick', 'VB')]
[('headphone', 'NN'), ('mic', 'JJ'), ('jack', 'NN'), ('front', 'NN'), ('touch', 'JJ'), ('pad', 'NN'), ('making', 'VBG'), ('touch', 'JJ'), ('pad', 'NNS'), ('hard', 'JJ'), ('use', 'NN'), ('using', 'VBG'), ('headphone', 'NN'), ('mic', 'JJ'), ('not', 'RB'), ('mention', 'JJ'), ('laptop', 'NN'), ('designed', 'VBN'), ('right', 'RB'), ('handed', 'VBN'), ('person', 'NN')]
[('included', 'JJ'), ('memory', 'NN'), ('computer', 'NN'), ('knew', 'VBD'), ('vista', 'NN'), ('would', 'MD'), ('run', 'VB'), ('slowly', 'RB')]
[('call', 'NN'), ('apple', 'NN'), ('support', 'NN'), ('set', 'VBD'), ('new', 'JJ'), ('printer', 'NN'), ('wonderful', 'JJ'), ('experience', 'NN'), ('helpful', 'JJ'), ('english', 'JJ'), ('speaking', 'NN'), ('vancouver', 'NN'), ('tech', 'NN'), ('walked', 'VBD'), ('process', 'NN'), ('help', 'NN')]
[('best', 'JJS'), ('thing', 'NN'), ('use', 'NN'), ('existing', 'VBG'), ('32', 'CD'), ('bit', 'JJ'), ('old', 'JJ'), ('program', 'NN')]
[('computer', 'NN'), ('service', 'NN'), ('facility', 'NN'), ('hand', 'NN')]
[('wonderful', 'JJ'), ('zooming', 'NN')]
[('fast', 'RB'), ('boot', 'NN'), ('shut', 'NN')]
[('one', 'CD'), ('month', 'NN'), ('warranty', 'NN'), ('expired', 'VBD'), ('replacement', 'NN'), ('charger', 'NN'), ('went', 'VBD')]
[('fan', 'NN'), ('noise', 'NN'), ('fan', 'NN'), ('made', 'VBD'), ('constant', 'JJ'), ('hissing', 'NN'), ('noise', 'NN'), ('background', 'NN')]
[('love', 'VB'), ('speed', 'NN'), ('especially', 'RB')]
[('well', 'RB'), ('say', 'VB'), ('since', 'IN'), ('bought', 'VBN'), ('mac', 'NN'), ('not', 'RB'), ('ever', 'RB'), ('go', 'VB'), ('back', 'RB'), ('window', 'NN')]
[('toshiba', 'JJ'), ('laptop', 'JJ'), ('using', 'VBG'), ('easier', 'JJR'), ('use', 'NN'), ('tried', 'VBD')]
[('take', 'VB'), ('everywhere', 'RB'), ('easy', 'JJ'), ('carry', 'NN')]
[('way', 'NN'), ('bigger', 'JJR'), ('screen', 'NN'), ('able', 'JJ'), ('connect', 'NN'), ('hdmi', 'NN')]
[('would', 'MD'), ('like', 'VB'), ('trendy', 'JJ'), ('high', 'JJ'), ('tech', 'NN'), ('feature', 'NN')]
[('simple', 'NN'), ('use', 'NN'), ('great', 'JJ'), ('graphic', 'JJ')]
[('still', 'RB'), ('within', 'IN'), ('one', 'CD'), ('year', 'NN'), ('warranty', 'NN'), ('repair', 'NN'), ('depot', 'NN'), ('deemed', 'VBD'), ('time', 'NN'), ('caused', 'VBN'), ('physical', 'JJ'), ('abuse', 'NN'), ('not', 'RB'), ('covered', 'VBD')]
[('sata', 'NNS'), ('controller', 'NN'), ('motherboard', 'RB'), ('chip', 'NN'), ('let', 'VBD'), ('cpu', 'JJ'), ('talk', 'VB'), ('hard', 'JJ'), ('drive', 'NN')]
[('also', 'RB'), ('tried', 'VBD'), ('touch', 'JJ'), ('pad', 'NN'), ('compared', 'VBN'), ('netbooks', 'NNS'), ('store', 'NN')]
[('tey', 'NN'), ('not', 'RB'), ('even', 'RB'), ('support', 'VB'), ('bios', 'NNS'), ('could', 'MD'), ('problem', 'NN'), ('bios', 'NNS'), ('company', 'NN'), ('make', 'VBP'), ('fairly', 'RB'), ('decent', 'JJ'), ('product', 'NN'), ('get', 'VB'), ('away', 'RB'), ('insanity', 'NN')]
[('port', 'NN'), ('secured', 'VBD'), ('motherboard', 'RB'), ('happens', 'VBZ'), ('not', 'RB'), ('see', 'VB'), ('plug', 'NN'), ('gone', 'VBN')]
[('bought', 'VBN'), ('lap', 'JJ'), ('top', 'JJ'), ('charge', 'NN'), ('time', 'NN'), ('dosen', 'VBN'), ('last', 'JJ'), ('long', 'JJ'), ('say', 'VBP'), ('like', 'IN'), ('2', 'CD'), ('hour', 'NN')]
[('second', 'JJ'), ('one', 'CD'), ('problem', 'NN'), ('bad', 'JJ'), ('video', 'NN'), ('card', 'NN'), ('unreliable', 'JJ'), ('overall', 'JJ'), ('second', 'JJ'), ('time', 'NN'), ('returning', 'VBG'), ('laptop', 'JJ'), ('back', 'RB'), ('best', 'JJS'), ('buy', 'NN')]
[('battery', 'NN'), ('get', 'VB'), ('hot', 'JJ'), ('scary', 'NN')]
[('looking', 'VBG'), ('closely', 'RB'), ('performance', 'NN'), ('spec', 'NN'), ('comparing', 'VBG'), ('took', 'VBD'), ('granted', 'VBN'), ('feature', 'JJ'), ('standard', 'NN')]
[('wish', 'JJ'), ('volume', 'NN'), ('could', 'MD'), ('louder', 'VB'), ('mouse', 'RB'), ('didnt', 'JJ'), ('break', 'JJ'), ('month', 'NN')]
[('_', 'NN'), ('would', 'MD'), ('rather', 'RB'), ('spend', 'VB'), ('money', 'NN'), ('computer', 'NN'), ('cost', 'NN'), ('toshiba', 'IN'), ('not', 'RB'), ('good', 'JJ')]
[('computer', 'NN'), ('science', 'NN'), ('student', 'NN'), ('college', 'NN'), ('find', 'VBP'), ('portability', 'NN'), ('longevity', 'NN'), ('ease', 'NN'), ('use', 'NN'), ('computer', 'NN'), ('make', 'VBP'), ('shockingly', 'RB'), ('want', 'VBP'), ('homework', 'NN')]
[('_', 'NN'), ('also', 'RB'), ('battery', 'VBZ'), ('not', 'RB'), ('last', 'JJ'), ('long', 'JJ')]
[('kind', 'NN'), ('pre', 'NN'), ('installed', 'VBD'), ('software', 'NN'), ('update', 'NN'), ('completely', 'RB'), ('shut', 'VBD'), ('computer', 'NN'), ('clicked', 'VBD')]
[('sent', 'VBN'), ('back', 'RP'), ('toshiba', 'JJ'), ('twice', 'RB'), ('covered', 'VBD'), ('warranty', 'NN')]
[('apparently', 'RB'), ('well', 'RB'), ('built', 'VBN'), ('gorgeous', 'JJ'), ('look', 'NN'), ('i5', 'JJ'), ('macbook', 'NN'), ('pro', 'JJ'), ('winning', 'VBG'), ('combination', 'NN'), ('price', 'NN'), ('performance', 'NN')]
[('13', 'CD'), ('macbook', 'JJ'), ('pro', 'JJ'), ('fit', 'NN'), ('budget', 'NN'), ('free', 'JJ'), ('shipping', 'NN'), ('tax', 'NN'), ('ca', 'MD'), ('best', 'VB'), ('price', 'NN'), ('get', 'NN'), ('great', 'JJ'), ('product', 'NN')]
[('touchpad', 'NNS'), ('take', 'VBP'), ('bit', 'NN'), ('time', 'NN'), ('get', 'VB'), ('used', 'VBN')]
[('work', 'NN'), ('great', 'JJ'), ('general', 'JJ'), ('internet', 'NN'), ('use', 'NN'), ('microsoft', 'JJ'), ('office', 'NN'), ('apps', 'NN'), ('home', 'NN'), ('bookkeeping', 'NN'), ('etc', 'NN')]
[('like', 'IN'), ('program', 'NN'), ('better', 'RBR'), ('office', 'NN'), ('save', 'VBP'), ('file', 'NN'), ('completely', 'RB'), ('compatible', 'JJ'), ('office', 'NN'), ('program', 'NN'), ('well', 'NN')]
[('enough', 'JJ'), ('ram', 'NN'), ('run', 'VB'), ('smoothly', 'RB'), ('enough', 'RB'), ('memory', 'NN'), ('satisfy', 'NNS'), ('need', 'VBP')]
[('past', 'NN'), ('dell', 'NN'), ('laptop', 'JJ'), ('sent', 'NN'), ('item', 'NN'), ('needed', 'VBD'), ('sent', 'JJ'), ('repair', 'NN'), ('technician', 'JJ'), ('house', 'NN'), ('fix', 'NN')]
[('easy', 'JJ'), ('use', 'NN'), ('keyboard', 'VBD'), ('easily', 'RB'), ('accommodates', 'VBZ'), ('large', 'JJ'), ('hand', 'NN'), ('weight', 'VBD'), ('fantasic', 'JJ')]
[('start', 'NN'), ('menu', 'VBZ'), ('not', 'RB'), ('easiest', 'JJ'), ('thing', 'NN'), ('navigate', 'NN'), ('due', 'JJ'), ('stacking', 'NN')]
[('navigation', 'NN'), ('computer', 'NN'), ('far', 'RB'), ('superior', 'JJ'), ('compared', 'VBN'), ('window', 'NN'), ('operating', 'VBG'), ('system', 'NN'), ('well', 'RB')]
[('keyboard', 'NN'), ('alright', 'NN'), ('plate', 'NN'), ('around', 'IN'), ('cheap', 'JJ'), ('plastic', 'NN'), ('make', 'VBP'), ('hollow', 'JJ'), ('sound', 'NN'), ('using', 'VBG'), ('mouse', 'NN'), ('command', 'NN'), ('button', 'NN')]
[('service', 'NN'), ('received', 'VBD'), ('toshiba', 'JJ'), ('went', 'VBD'), ('beyond', 'IN'), ('call', 'NN'), ('duty', 'NN')]
[('i3', 'NN'), ('processor', 'NN'), ('not', 'RB'), ('seem', 'JJ'), ('run', 'VBN'), ('hot', 'JJ'), ('fan', 'NN'), ('rarely', 'RB'), ('turn', 'VB')]
[('give', 'JJ'), ('power', 'NN'), ('speed', 'NN'), ('need', 'VBP'), ('run', 'VBN'), ('program', 'NN'), ('use', 'NN'), ('edit', 'NN')]
[('design', 'NN'), ('awesome', 'JJ'), ('quality', 'NN'), ('unprecedented', 'VBD')]
[('feature', 'NN'), ('power', 'NN'), ('wanted', 'VBD'), ('replace', 'VB'), ('desktop', 'JJ'), ('machine', 'NN')]
[('mac', 'NN'), ('snow', 'JJ'), ('leopard', 'RB'), ('extremely', 'RB'), ('easy', 'JJ'), ('use', 'NN'), ('although', 'IN'), ('different', 'JJ'), ('win', 'NNS'), ('xp', 'VBP'), ('visa', 'JJ'), ('win7', 'NN')]
[('also', 'RB'), ('need', 'VBP'), ('talk', 'RB'), ('representive', 'JJ'), ('microsoft', 'JJ'), ('charge', 'NN'), ('believe', 'VBP'), ('robbery', 'NN'), ('since', 'IN'), ('charged', 'VBN'), ('enormous', 'JJ'), ('amount', 'NN'), ('badly', 'RB'), ('designed', 'VBN'), ('system', 'NN'), ('people', 'NNS'), ('would', 'MD'), ('went', 'VBD'), ('xp', 'NNS'), ('could', 'MD')]
[('driver', 'RB'), ('updated', 'VBN'), ('ok', 'JJ'), ('bios', 'NNS'), ('update', 'VBP'), ('froze', 'NN'), ('system', 'NN'), ('computer', 'NN'), ('shut', 'NN')]
[('took', 'VBD'), ('11', 'CD'), ('hour', 'NN'), ('3', 'CD'), ('trip', 'NN'), ('different', 'JJ'), ('fedex', 'NN'), ('office', 'NN'), ('brutal', 'NN'), ('conversation', 'NN'), ('14', 'CD'), ('worse', 'JJR'), ('support', 'NN'), ('technician', 'JJ'), ('world', 'NN')]
[('dv4', 'NN'), ('boasted', 'VBD'), ('faster', 'RBR'), ('processor', 'JJ'), ('memory', 'NN'), ('bigger', 'JJR'), ('hard', 'JJ'), ('drive', 'NN'), ('old', 'JJ'), ('computer', 'NN'), ('plus', 'CC'), ('better', 'JJR'), ('quality', 'NN'), ('web', 'NN'), ('cam', 'NN'), ('nicer', 'NN'), ('screen', 'VBD'), ('many', 'JJ'), ('feature', 'NN')]
[('guess', 'NN'), ('buy', 'VBP'), ('external', 'JJ'), ('dvd', 'NN'), ('drive', 'NN'), ('not', 'RB'), ('built', 'VBN'), ('type', 'NN'), ('notebook', 'NN'), ('not', 'RB'), ('used', 'VBD'), ('not', 'RB'), ('read', 'JJ'), ('anything', 'NN'), ('external', 'JJ'), ('drive', 'NN')]
[('yes', 'RB'), ('mac', 'RB'), ('much', 'JJ'), ('money', 'NN'), ('average', 'JJ'), ('laptop', 'JJ'), ('comparison', 'NN'), ('style', 'NN'), ('speed', 'NN'), ('cool', 'NN'), ('factor', 'NN')]
[('took', 'VBD'), ('back', 'RP'), ('apple', 'NN'), ('store', 'NN'), ('narcissist', 'JJ'), ('genius', 'NN'), ('bar', 'NN'), ('staff', 'NN'), ('fixed', 'VBN'), ('resetting', 'VBG'), ('fan', 'NN'), ('boot', 'NN')]
[('program', 'NN'), ('great', 'JJ'), ('like', 'IN'), ('iphoto', 'NN'), ('love', 'VBP'), ('editing', 'VBG'), ('capability', 'NN'), ('imail', 'NN'), ('incorporate', 'NN'), ('address', 'NN'), ('book', 'NN'), ('ipod', 'NN'), ('ipad', 'JJ'), ('imovie', 'NN'), ('etc', 'NN')]
[('good', 'JJ'), ('keyboard', 'NN'), ('long', 'RB'), ('battery', 'JJ'), ('life', 'NN'), ('largest', 'JJS'), ('hard', 'JJ'), ('drive', 'NN'), ('window', 'NN'), ('7', 'CD')]
[('not', 'RB'), ('good', 'JJ'), ('got', 'VBD'), ('stock', 'NN'), ('screen', 'NN'), ('glossy', 'NN')]
[('apple', 'NN'), ('always', 'RB'), ('great', 'JJ'), ('aesthetic', 'JJ'), ('thing', 'NN'), ('always', 'RB'), ('come', 'VBN'), ('good', 'JJ'), ('looking', 'VBG'), ('product', 'NN')]
[('took', 'VBD'), ('several', 'JJ'), ('hour', 'NN'), ('customer', 'NN'), ('support', 'NN'), ('could', 'MD'), ('even', 'RB'), ('start', 'VB'), ('pc', 'NN'), ('box', 'NN')]
[('pay', 'NN'), ('shipping', 'NN')]
[('_', 'NN'), ('easy', 'JJ'), ('use', 'NN'), ('fast', 'RB'), ('great', 'JJ'), ('graphic', 'JJ'), ('money', 'NN')]
[('o', 'NN'), ('also', 'RB'), ('user', 'VBP'), ('friendly', 'RB'), ('even', 'RB'), ('switch', 'VB'), ('pc', 'NN'), ('little', 'JJ'), ('practice', 'NN'), ('take', 'VB'), ('full', 'JJ'), ('advantage', 'NN'), ('o', 'NN')]
[('fact', 'NN'), ('dont', 'VBZ'), ('like', 'IN'), ('apple', 'NN'), ('generally', 'RB'), ('use', 'VBP'), ('safari', 'JJ'), ('dont', 'NN'), ('use', 'NN'), ('safari', 'VBD'), ('install', 'JJ'), ('mozzilla', 'NN'), ('firfox', 'NNS'), ('love', 'VBP'), ('every', 'DT'), ('single', 'JJ'), ('bit', 'NN')]
[('program', 'NN'), ('easy', 'JJ'), ('straight', 'RB'), ('forward', 'RB'), ('macbook', 'JJ'), ('pro', 'JJ'), ('clean', 'JJ'), ('organized', 'VBN'), ('always', 'RB'), ('strive', 'JJ')]
[('could', 'MD'), ('perfect', 'VB'), ('laptop', 'JJ'), ('would', 'MD'), ('faster', 'VB'), ('system', 'NN'), ('memory', 'NN'), ('radeon', 'NN'), ('5850', 'CD'), ('would', 'MD'), ('ddr5', 'VB'), ('instead', 'RB'), ('ddr3', 'NN')]
[('not', 'RB'), ('mention', 'NN'), ('shit', 'VBD'), ('gig', 'NN')]
[('sata', 'NNS'), ('controller', 'NN'), ('motherboard', 'RB'), ('chip', 'NN'), ('let', 'VBD'), ('cpu', 'JJ'), ('talk', 'VB'), ('hard', 'JJ'), ('drive', 'NN')]
[('absolutely', 'RB'), ('horrible', 'JJ'), ('use', 'NN'), ('despite', 'IN'), ('called', 'VBN'), ('advanced', 'JJ'), ('feature', 'NN')]
[('easy', 'JJ'), ('use', 'NN'), ('lightweight', 'VBD')]
[('computer', 'NN'), ('run', 'VBP'), ('fast', 'RB'), ('problem', 'NN'), ('ilife', 'NN'), ('software', 'NN'), ('come', 'VBN'), ('iphoto', 'JJ'), ('imovie', 'NN'), ('iweb', 'NN'), ('itunes', 'NNS'), ('garageband', 'VBP'), ('helpful', 'JJ'), ('well', 'RB')]
[('even', 'RB'), ('though', 'IN'), ('running', 'VBG'), ('snow', 'JJ'), ('leopard', 'RB'), ('2', 'CD'), ('4', 'CD'), ('ghz', 'NN'), ('c2d', 'NN'), ('bit', 'NN'), ('antiquated', 'JJ'), ('cpu', 'NN'), ('thus', 'RB'), ('occasional', 'JJ'), ('spinning', 'NN'), ('wheel', 'NN'), ('would', 'MD'), ('appear', 'VB'), ('running', 'VBG'), ('office', 'NN'), ('mac', 'NN'), ('application', 'NN'), ('word', 'NN'), ('excel', 'NN')]
[('great', 'JJ'), ('o', 'MD'), ('fabulous', 'JJ'), ('improvement', 'NN'), ('existing', 'VBG'), ('line', 'NN'), ('bumping', 'VBG'), ('processor', 'NN'), ('speed', 'NN'), ('adding', 'VBG'), ('thunderbolt', 'NN'), ('port', 'NN')]
[('believe', 'VBP'), ('quality', 'NN'), ('mac', 'VBP'), ('worth', 'JJ'), ('price', 'NN')]
[('cost', 'NN'), ('winner', 'NN')]
[('powerbook', 'NN'), ('g4', 'NN'), ('would', 'MD'), ('never', 'RB'), ('use', 'VB'), ('trackpad', 'NN'), ('would', 'MD'), ('use', 'VB'), ('external', 'JJ'), ('mouse', 'NN'), ('like', 'IN'), ('trackpad', 'NN')]
[('upgraded', 'JJ'), ('memory', 'NN'), ('macbook', 'NN'), ('pro', 'FW'), ('never', 'RB'), ('issue', 'NN'), ('running', 'VBG'), ('many', 'JJ'), ('many', 'JJ'), ('application', 'NN')]
[('battery', 'NN'), ('life', 'NN'), ('sucked', 'VBD'), ('juice', 'JJ'), ('laptop', 'NN'), ('extended', 'VBD'), ('life', 'NN'), ('battery', 'NN'), ('went', 'VBD'), ('sol', 'RB'), ('much', 'JJ'), ('warranty', 'NN'), ('covering', 'VBG'), ('product', 'NN'), ('purchased', 'VBD')]
[('especially', 'RB'), ('like', 'JJ'), ('keyboard', 'NN'), ('chiclet', 'NN'), ('type', 'NN'), ('key', 'NN')]
[('found', 'VBN'), ('easy', 'JJ'), ('use', 'NN'), ('imformative', 'JJ'), ('wonder', 'NN'), ('alert', 'JJ'), ('tutorial', 'JJ'), ('making', 'VBG'), ('easy', 'JJ'), ('someone', 'NN'), ('like', 'IN'), ('not', 'RB'), ('exactly', 'RB'), ('technologically', 'RB'), ('advanced', 'JJ'), ('learn', 'NN'), ('use', 'NN'), ('various', 'JJ'), ('feature', 'NN'), ('program', 'NN')]
[('included', 'JJ'), ('memory', 'NN'), ('computer', 'NN'), ('knew', 'VBD'), ('vista', 'NN'), ('would', 'MD'), ('run', 'VB'), ('slowly', 'RB')]
[('service', 'NN'), ('tech', 'NN'), ('said', 'VBD'), ('tried', 'JJ'), ('duplicate', 'NN'), ('damage', 'NN'), ('not', 'RB'), ('able', 'JJ'), ('recreate', 'NN'), ('therefore', 'NN'), ('defect', 'NN')]
[('battery', 'NN'), ('hold', 'NN'), ('well', 'RB'), ('built', 'VBN'), ('solidly', 'RB'), ('run', 'VB'), ('fast', 'RB')]
[('boot', 'NN'), ('fast', 'JJ'), ('run', 'NN'), ('great', 'JJ')]
[('think', 'VBP'), ('part', 'NN'), ('problem', 'NN'), ('computer', 'NN'), ('vista', 'NN'), ('yet', 'RB'), ('know', 'VBP'), ('vista', 'NN'), ('not', 'RB'), ('entire', 'JJ'), ('issue', 'NN'), ('latest', 'JJS'), ('purchase', 'NN'), ('acer', 'NN'), ('also', 'RB'), ('vista', 'RB'), ('waited', 'VBD'), ('month', 'NN'), ('get', 'VBP'), ('next', 'JJ'), ('operating', 'NN'), ('system', 'NN')]
[('also', 'RB'), ('purchased', 'VBN'), ('applecare', 'NN'), ('300', 'CD'), ('three', 'CD'), ('year', 'NN'), ('extended', 'VBD'), ('warranty', 'NN'), ('since', 'IN'), ('never', 'RB'), ('seen', 'VBN'), ('laptop', 'JJ'), ('lasted', 'VBD'), ('two', 'CD')]
[('there', 'RB'), ('also', 'RB'), ('idvd', 'JJ'), ('program', 'NN'), ('dedicated', 'VBN'), ('putting', 'VBG'), ('favorite', 'JJ'), ('medium', 'NN'), ('together', 'RB'), ('photo', 'NN'), ('recording', 'VBG'), ('video', 'NN'), ('project', 'NN'), ('one', 'CD'), ('program', 'NN'), ('create', 'NN'), ('perfect', 'JJ'), ('memoir', 'JJ'), ('parent', 'NN'), ('family', 'NN'), ('sibling', 'VBG'), ('person', 'NN'), ('important', 'JJ'), ('life', 'NN'), ('may', 'MD')]
[('purchased', 'VBN'), ('development', 'NN'), ('purpose', 'NN'), ('turned', 'VBD'), ('everyday', 'JJ'), ('laptop', 'JJ'), ('well', 'NN'), ('surfing', 'VBG'), ('e', 'JJ'), ('mail', 'NN'), ('etc', 'NN')]
[('give', 'JJ'), ('power', 'NN'), ('speed', 'NN'), ('need', 'VBP'), ('run', 'VBN'), ('program', 'NN'), ('use', 'NN'), ('edit', 'NN')]
[('unless', 'IN'), ('want', 'VBP'), ('inconvenienced', 'JJ'), ('non', 'NN'), ('working', 'VBG'), ('power', 'NN'), ('supply', 'NN'), ('not', 'RB'), ('find', 'VB'), ('replacement', 'NN'), ('made', 'VBN'), ('attachment', 'NN'), ('small', 'JJ')]
[('computer', 'NN'), ('last', 'JJ'), ('least', 'JJS'), ('7', 'CD'), ('year', 'NN'), ('thats', 'NNS'), ('amazing', 'VBG'), ('life', 'NN'), ('spanned', 'VBD'), ('electronic', 'JJ')]
[('addition', 'NN'), ('design', 'NN'), ('tool', 'NN'), ('page', 'NN'), ('keynote', 'VB'), ('make', 'RB'), ('much', 'JJ'), ('easier', 'JJR'), ('create', 'JJ'), ('professional', 'JJ'), ('looking', 'VBG'), ('document', 'NN'), ('presentation', 'NN')]
[('bein', 'NN'), ('shop', 'NN'), ('get', 'VB'), ('new', 'JJ'), ('hardrive', 'JJ'), ('2', 'CD'), ('time', 'NN'), ('fix', 'JJ'), ('touch', 'NN'), ('control', 'NN'), ('button', 'NN'), ('keyboard', 'NN')]
[('tech', 'JJ'), ('support', 'NN'), ('tell', 'VBP'), ('latter', 'NN'), ('problem', 'NN'), ('power', 'NN'), ('supply', 'NN'), ('problem', 'NN'), ('offered', 'VBN'), ('fix', 'NN'), ('happens', 'NNS')]
[('staff', 'NN'), ('telling', 'VBG'), ('older', 'JJR'), ('version', 'NN'), ('not', 'RB'), ('make', 'VB'), ('fan', 'NN'), ('noise', 'NN'), ('cause', 'NN'), ('different', 'JJ'), ('computer', 'NN')]
[('screen', 'JJ'), ('large', 'JJ'), ('crystal', 'NN'), ('clear', 'JJ'), ('amazing', 'VBG'), ('color', 'NN'), ('resolution', 'NN')]
[('sometimes', 'RB'), ('moving', 'VBG'), ('finger', 'NN'), ('pointer', 'NN'), ('not', 'RB'), ('even', 'RB'), ('move', 'VB')]
[('got', 'VBD'), ('laptop', 'JJ'), ('back', 'RB'), ('first', 'JJ'), ('instance', 'NN'), ('worked', 'VBD'), ('okay', 'JJ'), ('little', 'JJ'), ('bit', 'NN'), ('started', 'VBD'), ('expeirencing', 'VBG'), ('issue', 'NN'), ('everything', 'NN'), ('program', 'NN'), ('driver', 'NN'), ('failing', 'VBG'), ('powering', 'VBG'), ('reason', 'NN'), ('locking', 'VBG'), ('freezing', 'VBG'), ('sort', 'NN'), ('issue', 'NN')]
[('everything', 'NN'), ('computer', 'NN'), ('easy', 'JJ'), ('use', 'NN')]
[('several', 'JJ'), ('program', 'NN'), ('school', 'NN'), ('office', 'NN'), ('use', 'NN'), ('page', 'NN'), ('number', 'NN'), ('keynote', 'VB'), ('etc', 'JJ'), ('music', 'NN'), ('garageband', 'NN'), ('photo', 'NN'), ('management', 'NN'), ('photo', 'NN'), ('booth', 'DT'), ('iphoto', 'JJ'), ('video', 'NN'), ('editing', 'VBG'), ('movie', 'NN'), ('making', 'VBG'), ('imovie', 'JJ'), ('etc', 'NN')]
[('not', 'RB'), ('slow', 'JJ'), ('internet', 'NN'), ('slow', 'VB'), ('general', 'JJ')]
[('_one', 'NN'), ('night', 'NN'), ('turned', 'VBD'), ('freaking', 'JJ'), ('thing', 'NN'), ('using', 'VBG'), ('next', 'JJ'), ('day', 'NN'), ('turn', 'VB'), ('gui', 'JJ'), ('screen', 'NN'), ('dark', 'JJ'), ('power', 'NN'), ('light', 'VBD'), ('steady', 'JJ'), ('hard', 'JJ'), ('drive', 'NN'), ('light', 'NN'), ('steady', 'JJ'), ('not', 'RB'), ('flashing', 'VBG'), ('usually', 'RB')]
[('first', 'RB'), ('record', 'NN'), ('3', 'CD'), ('year', 'NN'), ('warranty', 'NN'), ('paid', 'VBD'), ('almost', 'RB'), ('400', 'CD'), ('call', 'JJ'), ('spend', 'VB'), ('hour', 'NN'), ('online', 'NN'), ('chat', 'WP'), ('service', 'NN'), ('fax', 'NN'), ('multiple', 'JJ'), ('document', 'NN')]
[('biggest', 'JJS'), ('pain', 'NN'), ('tech', 'JJ'), ('support', 'NN'), ('not', 'RB'), ('available', 'JJ'), ('24', 'CD'), ('7', 'CD')]
[('iworks', 'NNS'), ('itunes', 'NNS'), ('email', 'VBP'), ('m', 'NN'), ('office', 'NN'), ('network', 'NN'), ('printer', 'NN'), ('set', 'VBN'), ('completely', 'RB'), ('working', 'VBG'), ('perfectly', 'RB'), ('within', 'IN'), ('hour', 'NN')]
[('look', 'NN'), ('nice', 'JJ'), ('horribly', 'RB'), ('cheap', 'JJ'), ('feel', 'NN')]
[('great', 'JJ'), ('laptop', 'JJ'), ('price', 'NN'), ('work', 'NN'), ('well', 'RB'), ('action', 'NN'), ('pack', 'NN'), ('game', 'NN')]
[('liked', 'VBN'), ('aluminum', 'NN'), ('body', 'NN')]
[('whenever', 'WRB'), ('call', 'NN'), ('dell', 'NN'), ('unrelated', 'JJ'), ('problem', 'NN'), ('ask', 'NN'), ('laptop', 'JJ'), ('running', 'VBG'), ('slowly', 'RB'), ('like', 'IN'), ('purchase', 'NN'), ('memory', 'NN'), ('75', 'CD')]
[('little', 'JJ'), ('difficulty', 'NN'), ('migration', 'NN'), ('firewire', 'NN'), ('cable', 'NN'), ('system', 'NN'), ('not', 'RB'), ('used', 'VBN'), ('ibook', 'NN')]
[('preferred', 'JJ'), ('fit', 'NN'), ('feel', 'NN'), ('13', 'CD'), ('inch', 'NN')]
[('ati', 'JJ'), ('graphic', 'JJ'), ('card', 'NN'), ('huge', 'JJ'), ('plus', 'CC'), ('definitely', 'RB'), ('good', 'JJ'), ('value', 'NN'), ('need', 'VBP'), ('able', 'JJ'), ('run', 'VBP'), ('slightly', 'RB'), ('older', 'JJR'), ('game', 'NN'), ('intel', 'NN'), ('built', 'VBN'), ('card', 'NN'), ('would', 'MD'), ('trouble', 'NN'), ('half', 'JJ'), ('life', 'NN'), ('2', 'CD'), ('even', 'RB'), ('world', 'NN'), ('warcraft', 'NN')]
[('sometimes', 'RB'), ('really', 'RB'), ('tap', 'JJ'), ('pad', 'NN'), ('get', 'NN'), ('worki', 'NN')]
[('thing', 'NN'), ('would', 'MD'), ('change', 'VB'), ('mouse', 'NN'), ('key', 'NN')]
[('driver', 'RB'), ('updated', 'VBN'), ('ok', 'JJ'), ('bios', 'NNS'), ('update', 'VBP'), ('froze', 'NN'), ('system', 'NN'), ('computer', 'NN'), ('shut', 'NN')]
[('easy', 'JJ'), ('use', 'NN'), ('good', 'JJ'), ('quality', 'NN'), ('good', 'JJ'), ('price', 'NN')]
[('cursor', 'JJ'), ('end', 'NN'), ('freaking', 'VBG'), ('place', 'NN'), ('not', 'RB'), ('uncommon', 'JJ'), ('accidentally', 'RB'), ('delete', 'JJ'), ('word', 'NN'), ('sentence', 'NN'), ('paragraph', 'NN'), ('mousepad', 'NN')]
[('web', 'JJ'), ('access', 'NN'), ('3g', 'CD'), ('network', 'NN'), ('slow', 'JJ'), ('frustrating', 'NN'), ('disappointing', 'NN')]
[('love', 'VB'), ('program', 'NN'), ('superior', 'JJ'), ('window', 'NN'), ('movie', 'NN'), ('maker', 'NN')]
[('bad', 'JJ'), ('part', 'NN'), ('size', 'NN'), ('weight', 'NN')]
[('_', 'JJ'), ('machine', 'NN'), ('slow', 'JJ'), ('boot', 'NN'), ('occasionally', 'RB'), ('crash', 'VBZ'), ('completely', 'RB')]
[('need', 'NN'), ('graphic', 'JJ'), ('power', 'NN'), ('run', 'VB'), ('adobe', 'RB'), ('creative', 'JJ'), ('apps', 'NNS'), ('efficiently', 'RB')]
[('processor', 'NN'), ('went', 'VBD'), ('fan', 'JJ'), ('went', 'VBD'), ('motherboard', 'RB'), ('went', 'VBD')]
[('2', 'CD'), ('month', 'NN'), ('complaint', 'NN'), ('asus', 'NN'), ('finally', 'RB'), ('sent', 'VBD'), ('right', 'JJ'), ('power', 'NN'), ('supply', 'NN'), ('techie', 'NN')]
[('two', 'CD'), ('pc', 'NN'), ('laptop', 'NN'), ('die', 'NN'), ('past', 'IN'), ('3', 'CD'), ('year', 'NN'), ('led', 'VBD'), ('apple', 'NN'), ('display', 'NN'), ('best', 'JJS'), ('buy', 'NN'), ('sleek', 'JJ'), ('design', 'NN'), ('promise', 'NN'), ('le', 'NN'), ('tech', 'JJ'), ('issue', 'NN')]
[('honesty', 'NN'), ('someone', 'NN'), ('looking', 'VBG'), ('quality', 'JJ'), ('laptop', 'JJ'), ('willing', 'JJ'), ('pay', 'NN'), ('little', 'JJ'), ('money', 'NN'), ('normal', 'JJ'), ('sized', 'VBN'), ('laptop', 'JJ'), ('cheaper', 'JJR'), ('le', 'NN'), ('impressive', 'JJ'), ('laptop', 'NN'), ('not', 'RB'), ('buy', 'VB'), ('computer', 'NN')]
[('convenient', 'NN'), ('travel', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('excellent', 'NN')]
[('crisp', 'NN'), ('screen', 'NN'), ('great', 'JJ'), ('battery', 'NN'), ('life', 'NN'), ('plenty', 'NN'), ('storage', 'NN')]
[('discharge', 'NN'), ('quickly', 'RB')]
[('hard', 'JJ'), ('disk', 'NN'), ('capacity', 'NN'), ('really', 'RB'), ('not', 'RB'), ('matter', 'NN')]
[('battery', 'NN'), ('never', 'RB'), ('held', 'VBD'), ('charge', 'NN'), ('longer', 'RBR'), ('one', 'CD'), ('hour', 'NN'), ('within', 'IN'), ('two', 'CD'), ('month', 'NN'), ('stopped', 'VBD'), ('holding', 'VBG'), ('charge', 'NN'), ('ten', 'NNS'), ('minute', 'VBP')]
[('keyboard', 'RB'), ('great', 'JJ'), ('quiet', 'JJ'), ('typing', 'NN')]
[('battery', 'NN'), ('life', 'NN'), ('amazingly', 'RB'), ('long', 'RB'), ('7hrs', 'CD'), ('5hrs', 'CD'), ('use', 'NN')]
[('computer', 'NN'), ('load', 'VBD'), ('1', 'CD'), ('10th', 'JJ'), ('time', 'NN'), ('pc', 'NN'), ('program', 'NN'), ('pc', 'NN')]
[('ready', 'JJ'), ('take', 'VB'), ('back', 'RP'), ('refund', 'NN'), ('geek', 'NN'), ('squad', 'NN'), ('camed', 'VBD'), ('pointed', 'JJ'), ('right', 'JJ'), ('direction', 'NN'), ('get', 'VB'), ('fixed', 'VBN')]
[('several', 'JJ'), ('program', 'NN'), ('school', 'NN'), ('office', 'NN'), ('use', 'NN'), ('page', 'NN'), ('number', 'NN'), ('keynote', 'VB'), ('etc', 'JJ'), ('music', 'NN'), ('garageband', 'NN'), ('photo', 'NN'), ('management', 'NN'), ('photo', 'NN'), ('booth', 'DT'), ('iphoto', 'JJ'), ('video', 'NN'), ('editing', 'VBG'), ('movie', 'NN'), ('making', 'VBG'), ('imovie', 'JJ'), ('etc', 'NN')]
[('went', 'VBD'), ('asking', 'VBG'), ('open', 'JJ'), ('various', 'JJ'), ('component', 'NN'), ('taking', 'VBG'), ('battery', 'JJ'), ('hard', 'JJ'), ('disk', 'NN'), ('apart', 'RB'), ('2', 'CD'), ('hour', 'NN'), ('phone', 'NN'), ('could', 'MD'), ('not', 'RB'), ('fix', 'VB')]
[('program', 'NN'), ('keynote', 'NN'), ('page', 'NN'), ('number', 'NN'), ('option', 'NN'), ('save', 'VBP'), ('document', 'NN'), ('microsoft', 'NN'), ('compatible', 'JJ'), ('really', 'RB'), ('eliminates', 'VBZ'), ('need', 'VBP'), ('actual', 'JJ')]
[('may', 'MD'), ('started', 'VBD'), ('problem', 'NN'), ('usb', 'NN'), ('port', 'NN'), ('not', 'RB'), ('working', 'VBG')]
[('idea', 'NN'), ('burn', 'VBP'), ('cd', 'NN'), ('use', 'NN'), ('web', 'NN'), ('cam', 'NN'), ('starter', 'NN')]
[('program', 'NN'), ('great', 'JJ'), ('like', 'IN'), ('iphoto', 'NN'), ('love', 'VBP'), ('editing', 'VBG'), ('capability', 'NN'), ('imail', 'NN'), ('incorporate', 'NN'), ('address', 'NN'), ('book', 'NN'), ('ipod', 'NN'), ('ipad', 'JJ'), ('imovie', 'NN'), ('etc', 'NN')]
[('treat', 'NN'), ('expensive', 'JJ'), ('long', 'RB'), ('lasting', 'VBG'), ('laptop', 'JJ'), ('quality', 'NN'), ('like', 'IN'), ('sony', 'NN'), ('apple', 'NN'), ('toshiba', 'NN')]
[('fast', 'RB'), ('booting', 'VBG'), ('shutting', 'VBG'), ('connection', 'NN'), ('internet', 'NN')]
[('probably', 'RB'), ('explains', 'VBZ'), ('already', 'RB'), ('sata', 'JJ'), ('controller', 'NN'), ('go', 'VBP'), ('bad', 'JJ'), ('within', 'IN'), ('year', 'NN'), ('buying', 'NN')]
[('_', 'JJ'), ('continued', 'VBD'), ('take', 'VB'), ('computer', 'NN'), ('replaced', 'VBN'), ('hard', 'JJ'), ('drive', 'NN'), ('mother', 'NN'), ('board', 'NN'), ('yet', 'RB')]
[('aside', 'RB'), ('trial', 'NN'), ('software', 'NN'), ('short', 'JJ'), ('battery', 'NN'), ('life', 'NN'), ('lack', 'NN'), ('webcam', 'VBZ'), ('great', 'JJ')]
[('typing', 'VBG'), ('keyboard', 'NN'), ('becomes', 'VBZ'), ('uncomfortable', 'JJ'), ('extended', 'VBN'), ('use', 'NN'), ('due', 'JJ'), ('sharp', 'JJ'), ('edge', 'NN'), ('wrist', 'NN'), ('rest', 'NN')]
[('pro', 'JJ'), ('great', 'JJ'), ('product', 'NN'), ('wish', 'JJ'), ('13', 'CD'), ('inch', 'JJ'), ('model', 'NN'), ('came', 'VBD'), ('intel', 'NN'), ('processor', 'NN'), ('comfortable', 'JJ'), ('edge', 'NN'), ('edge', 'NN'), ('hurt', 'VBD'), ('wrist', 'NN')]
[('supplied', 'VBN'), ('software', 'NN'), ('software', 'NN'), ('come', 'VBN'), ('machine', 'NN'), ('greatly', 'RB'), ('welcomed', 'VBD'), ('compared', 'VBN'), ('window', 'NN'), ('come', 'NN')]
[('dv4', 'NN'), ('boasted', 'VBD'), ('faster', 'RBR'), ('processor', 'JJ'), ('memory', 'NN'), ('bigger', 'JJR'), ('hard', 'JJ'), ('drive', 'NN'), ('old', 'JJ'), ('computer', 'NN'), ('plus', 'CC'), ('better', 'JJR'), ('quality', 'NN'), ('web', 'NN'), ('cam', 'NN'), ('nicer', 'NN'), ('screen', 'VBD'), ('many', 'JJ'), ('feature', 'NN')]
[('say', 'VB'), ('sorry', 'JJ'), ('warranty', 'NN')]
[('2', 'CD'), ('month', 'NN'), ('later', 'RB'), ('battery', 'NN'), ('went', 'VBD')]
[('mousepad', 'NN'), ('huge', 'JJ'), ('pain', 'NN'), ('arse', 'NN')]
[('typically', 'RB'), ('purchase', 'VB'), ('new', 'JJ'), ('laptop', 'JJ'), ('always', 'RB'), ('end', 'VBP'), ('using', 'VBG'), ('external', 'JJ'), ('mouse', 'NN'), ('convenience', 'NN')]
[('_then', 'NN'), ('paying', 'VBG'), ('examined', 'VBD'), ('told', 'VBN'), ('problem', 'NN'), ('cited', 'VBD'), ('website', 'JJ'), ('pay', 'NN'), ('anyways', 'NNS'), ('since', 'IN'), ('past', 'JJ'), ('warrenty', 'NN')]
[('peformance', 'NN'), ('good', 'JJ'), ('price', 'NN')]
[('overall', 'JJ'), ('poor', 'JJ'), ('feature', 'NN'), ('average', 'JJ'), ('performance', 'NN'), ('poor', 'JJ'), ('battery', 'NN'), ('life', 'NN'), ('excellent', 'JJ'), ('price', 'NN'), ('value', 'NN'), ('poor', 'JJ')]
[('also', 'RB'), ('come', 'VBN'), ('useful', 'JJ'), ('application', 'NN'), ('like', 'IN'), ('iphoto', 'NN'), ('best', 'JJS'), ('photo', 'NN'), ('application', 'NN'), ('ever', 'RB')]
[('fact', 'NN'), ('screen', 'JJ'), ('reacts', 'NNS'), ('lighting', 'VBG'), ('around', 'RB'), ('added', 'VBD'), ('luxury', 'NN'), ('working', 'VBG'), ('around', 'IN'), ('others', 'NNS'), ('dark', 'VBP'), ('area', 'NN'), ('want', 'VBP'), ('privacy', 'NN'), ('not', 'RB'), ('want', 'VB'), ('bother', 'NN'), ('bright', 'JJ'), ('lighting', 'VBG'), ('convenient', 'NN'), ('darker', 'NN'), ('softer', 'JJR'), ('lit', 'NN'), ('screen', 'NN')]
[('eventually', 'RB'), ('migration', 'NN'), ('imac', 'NN'), ('backup', 'NN'), ('disc', 'VBP'), ('us', 'PRP'), ('usb', 'JJ')]
[('used', 'VBN'), ('build', 'JJ'), ('desktop', 'NN'), ('component', 'NN'), ('part', 'NN'), ('recently', 'RB'), ('7', 'CD'), ('year', 'NN'), ('old', 'JJ'), ('pentium', 'NN'), ('4', 'CD'), ('ht', 'NN'), ('1', 'CD'), ('gb', 'NN'), ('ram', 'NN'), ('sata', 'NNS'), ('desktop', 'NN'), ('stopped', 'VBD'), ('working', 'VBG'), ('rock', 'NN'), ('star', 'NN'), ('7', 'CD'), ('year', 'NN'), ('ago', 'RB')]
[('use', 'NN'), ('built', 'VBN'), ('tool', 'NN'), ('often', 'RB'), ('itunes', 'VBZ'), ('open', 'JJ'), ('nearly', 'RB'), ('every', 'DT'), ('day', 'NN'), ('work', 'NN'), ('great', 'JJ'), ('iphone', 'NN')]
[('take', 'VB'), ('time', 'NN'), ('go', 'VB'), ('tutorial', 'JJ'), ('patiently', 'RB')]
[('webcam', 'JJ'), ('bit', 'NN'), ('laggy', 'JJ'), ('not', 'RB'), ('greatest', 'JJS')]
[('trouble', 'NN'), ('finding', 'VBG'), ('case', 'NN'), ('would', 'MD'), ('fit', 'VB')]
[('pay', 'NN'), ('100', 'CD'), ('universal', 'JJ'), ('charger', 'NN'), ('cheap', 'VBD'), ('300', 'CD'), ('laptop', 'NN')]
[('love', 'VB'), ('feel', 'NN'), ('key', 'JJ'), ('board', 'NN'), ('well', 'RB'), ('trackpad', 'VB')]
[('get', 'VB'), ('computer', 'NN'), ('portability', 'NN'), ('fast', 'VBP'), ('processing', 'NN')]
[('battery', 'NN'), ('life', 'NN'), ('amazing', 'VBG'), ('versitility', 'NN'), ('outstanding', 'JJ')]
[('cord', 'NN'), ('coming', 'VBG'), ('right', 'JJ'), ('power', 'NN'), ('plus', 'CC'), ('cord', 'NN'), ('coming', 'VBG'), ('front', 'JJ'), ('headphone', 'NN'), ('mic', 'JJ'), ('plus', 'CC'), ('network', 'NN'), ('connection', 'NN'), ('left', 'VBD'), ('make', 'JJ'), ('messy', 'JJ'), ('setup', 'NN'), ('cord', 'NN'), ('going', 'VBG'), ('every', 'DT'), ('direction', 'NN')]
[('macbook', 'NN'), ('arrived', 'VBD'), ('nice', 'JJ'), ('twin', 'NN'), ('packing', 'VBG'), ('sealed', 'VBD'), ('box', 'NN'), ('function', 'NN'), ('work', 'NN'), ('great', 'JJ')]
[('headphone', 'NN'), ('mic', 'JJ'), ('jack', 'NN'), ('front', 'NN'), ('touch', 'JJ'), ('pad', 'NN'), ('making', 'VBG'), ('touch', 'JJ'), ('pad', 'NNS'), ('hard', 'JJ'), ('use', 'NN'), ('using', 'VBG'), ('headphone', 'NN'), ('mic', 'JJ'), ('not', 'RB'), ('mention', 'JJ'), ('laptop', 'NN'), ('designed', 'VBN'), ('right', 'RB'), ('handed', 'VBN'), ('person', 'NN')]
[('screen', 'JJ'), ('graphic', 'JJ'), ('clarity', 'NN'), ('sharpness', 'NN'), ('great', 'JJ')]
[('seems', 'VBZ'), ('like', 'IN'), ('maybe', 'RB'), ('bad', 'JJ'), ('shipment', 'NN'), ('toshiba', 'NN')]
[('powerpoint', 'NN'), ('opened', 'VBD'), ('seamlessly', 'RB'), ('apple', 'NN'), ('mac', 'NN'), ('hooked', 'VBD'), ('projector', 'NN'), ('easily', 'RB'), ('almost', 'RB'), ('scary', 'JJ')]
[('speed', 'NN'), ('fine', 'NN')]
[('not', 'RB'), ('wear', 'JJ'), ('tear', 'JJ'), ('issue', 'NN'), ('not', 'RB'), ('due', 'JJ'), ('user', 'RB'), ('carelessness', 'NN'), ('importantly', 'RB'), ('not', 'RB'), ('guarantee', 'NN'), ('problem', 'NN'), ('solved', 'VBD'), ('sent', 'JJ'), ('service', 'NN'), ('accept', 'VBD'), ('outcome', 'NN')]
[('replaced', 'VBN'), ('hard', 'JJ'), ('drive', 'NN'), ('twice', 'RB'), ('course', 'NN'), ('pay', 'NN'), ('antivirus', 'NN'), ('software', 'NN'), ('every', 'DT'), ('year', 'NN')]
[('sure', 'JJ'), ('initial', 'JJ'), ('pocket', 'NN'), ('expense', 'NN'), ('greater', 'JJR'), ('not', 'RB'), ('dissuade', 'VB'), ('anyone', 'NN'), ('fact', 'NN'), ('machine', 'NN'), ('run', 'VBP'), ('like', 'IN'), ('none', 'NN'), ('planet', 'NN'), ('factor', 'NN'), ('money', 'NN'), ('wasted', 'VBN'), ('geek', 'JJ'), ('squad', 'NN'), ('latest', 'JJS'), ('patch', 'NN'), ('de', 'IN'), ('corrupt', 'FW'), ('infested', 'JJ'), ('pc', 'NN'), ('probably', 'RB'), ('come', 'VBD'), ('even', 'RB'), ('anyhow', 'VB')]
[('unfortunately', 'RB'), ('apple', 'NN'), ('quality', 'NN'), ('continued', 'VBD'), ('slide', 'NN')]
[('love', 'VB'), ('graphic', 'JJ'), ('awesome', 'JJ'), ('program', 'NN'), ('including', 'VBG'), ('garageband', 'NN'), ('really', 'RB'), ('cool', 'JJ'), ('default', 'NN'), ('background', 'NN')]
[('several', 'JJ'), ('program', 'NN'), ('school', 'NN'), ('office', 'NN'), ('use', 'NN'), ('page', 'NN'), ('number', 'NN'), ('keynote', 'VB'), ('etc', 'JJ'), ('music', 'NN'), ('garageband', 'NN'), ('photo', 'NN'), ('management', 'NN'), ('photo', 'NN'), ('booth', 'DT'), ('iphoto', 'JJ'), ('video', 'NN'), ('editing', 'VBG'), ('movie', 'NN'), ('making', 'VBG'), ('imovie', 'JJ'), ('etc', 'NN')]
[('laptop', 'NN'), ('looked', 'VBD'), ('brand', 'NN'), ('new', 'JJ'), ('shipped', 'VBD'), ('quickly', 'RB')]
[('program', 'NN'), ('esay', 'NN'), ('use', 'NN'), ('quick', 'JJ'), ('process', 'NN'), ('computer', 'NN'), ('work', 'NN'), ('like', 'IN'), ('charm', 'NN')]
[('blown', 'VBN'), ('away', 'RB'), ('feature', 'JJ'), ('laptop', 'JJ'), ('offer', 'NN')]
[('honest', 'JJS'), ('not', 'RB'), ('use', 'VB'), ('computer', 'NN'), ('anything', 'NN'), ('like', 'IN'), ('graphic', 'JJ'), ('editing', 'VBG'), ('complex', 'JJ'), ('data', 'NNS'), ('analysis', 'NN'), ('gaming', 'NN')]
[('right', 'RB'), ('speaker', 'NN'), ('not', 'RB'), ('work', 'VB')]
[('little', 'JJ'), ('year', 'NN'), ('owning', 'VBG'), ('macbook', 'NN'), ('pro', 'FW'), ('monitor', 'NN'), ('completely', 'RB'), ('died', 'VBD')]
[('major', 'JJ'), ('problem', 'NN'), ('laptop', 'NN'), ('except', 'IN'), ('plastic', 'JJ'), ('piece', 'NN'), ('cover', 'NN'), ('usb', 'JJ'), ('port', 'NN'), ('wire', 'NN'), ('come', 'NN')]
[('manufacturer', 'NN'), ('warranty', 'NN'), ('cover', 'NN'), ('replacement', 'NN'), ('repair', 'NN'), ('part', 'NN')]
[('2', 'CD'), ('gb', 'JJ'), ('ram', 'NN'), ('plenty', 'NN'), ('able', 'JJ'), ('run', 'NN'), ('window', 'VBD'), ('7', 'CD'), ('least', 'JJS'), ('2', 'CD'), ('3', 'CD'), ('program', 'NN'), ('next', 'JJ'), ('slowdown', 'NN')]
[('reloaded', 'VBN'), ('window', 'NN'), ('7', 'CD'), ('ultimate', 'JJ'), ('bluetooth', 'DT'), ('fingerprint', 'NN'), ('reader', 'NN'), ('software', 'NN'), ('would', 'MD'), ('not', 'RB'), ('load', 'VB')]
[('application', 'NN'), ('respond', 'NN'), ('immediately', 'RB'), ('not', 'RB'), ('like', 'IN'), ('tired', 'VBN'), ('m', 'NN'), ('application', 'NN')]
[('first', 'RB'), ('fell', 'VBD'), ('apart', 'RB'), ('right', 'RB'), ('1', 'CD'), ('year', 'NN'), ('warranty', 'NN')]
[('ilife', 'JJ'), ('easily', 'RB'), ('compatible', 'JJ'), ('microsoft', 'JJ'), ('office', 'NN'), ('send', 'NN'), ('receive', 'VBP'), ('file', 'NN'), ('pc', 'NN')]
[('size', 'NN'), ('know', 'VBP'), ('13', 'CD'), ('small', 'JJ'), ('especially', 'RB'), ('desktop', 'JJ'), ('replacement', 'NN'), ('external', 'JJ'), ('monitor', 'NN'), ('care', 'NN')]
[('highly', 'RB'), ('recommend', 'JJ'), ('laptop', 'JJ'), ('anybody', 'NN'), ('want', 'VBP'), ('great', 'JJ'), ('performance', 'NN'), ('laptop', 'NN'), ('would', 'MD'), ('like', 'VB'), ('relax', 'NN'), ('not', 'RB'), ('become', 'VB'), ('enraged', 'JJ'), ('cursing', 'NN'), ('god', 'NN'), ('throw', 'VBP'), ('laptop', 'JJ'), ('door', 'NN')]
[('easy', 'JJ'), ('use', 'NN'), ('good', 'JJ'), ('quality', 'NN'), ('good', 'JJ'), ('price', 'NN')]
[('numerous', 'JJ'), ('call', 'NN'), ('applecare', 'NN'), ('tech', 'JJ'), ('support', 'NN'), ('directed', 'VBD'), ('send', 'JJ'), ('computer', 'NN')]
[('returned', 'VBN'), ('laptop', 'JJ'), ('repair', 'NN'), ('2nd', 'CD'), ('time', 'NN'), ('came', 'VBD'), ('back', 'RB'), ('obvious', 'JJ'), ('physical', 'JJ'), ('damage', 'NN'), ('keyboard', 'NN'), ('bulging', 'VBG'), ('speaker', 'NN'), ('grill', 'NN'), ('pressed', 'VBN'), ('button', 'NN'), ('not', 'RB'), ('working', 'VBG'), ('usb', 'JJ'), ('port', 'NN'), ('inoperative', 'NN')]
[('love', 'VB'), ('window', 'NN'), ('7', 'CD'), ('vast', 'JJ'), ('improvment', 'NN'), ('vista', 'NN')]
[('order', 'NN'), ('not', 'RB'), ('go', 'VB'), ('full', 'JJ'), ('scale', 'NN'), ('webcam', 'NN'), ('full', 'JJ'), ('keyboard', 'NN'), ('wanted', 'VBD'), ('something', 'NN'), ('basic', 'JJ'), ('easy', 'JJ'), ('carry', 'NN'), ('use', 'NN'), ('crutch', 'NN'), ('wheelchair', 'NN'), ('backpack', 'VBP'), ('laptop', 'JJ'), ('bag', 'NN')]
[('come', 'JJ'), ('time', 'NN'), ('warranty', 'NN'), ('service', 'NN'), ('toshiba', 'VBD'), ('not', 'RB'), ('matter', 'NN')]
[('thing', 'NN'), ('wish', 'JJ'), ('option', 'NN'), ('turn', 'NN'), ('touchpad', 'JJ'), ('button', 'NN'), ('like', 'IN'), ('big', 'JJ'), ('16', 'CD'), ('laptop', 'NN')]
[('next', 'JJ'), ('time', 'NN'), ('issue', 'NN'), ('lightscribe', 'VBZ'), ('not', 'RB'), ('work', 'VB')]
[('favor', 'NN'), ('invest', 'JJS'), ('external', 'JJ'), ('harddrives', 'NNS'), ('planning', 'VBG'), ('purchasing', 'VBG'), ('laptop', 'JJ')]
[('sister', 'NN'), ('mac', 'NN'), ('band', 'VBP'), ('us', 'PRP'), ('garageband', 'VBP'), ('record', 'NN'), ('edit', 'NN')]
[('fact', 'NN'), ('computer', 'NN'), ('not', 'RB'), ('work', 'VB'), ('24', 'CD'), ('twenty', 'JJ'), ('fourth', 'JJ'), ('day', 'NN'), ('fault', 'NN')]
[('charge', 'NN'), ('night', 'NN'), ('skip', 'NN'), ('taking', 'VBG'), ('cord', 'NN'), ('good', 'JJ'), ('battery', 'NN'), ('life', 'NN')]
[('also', 'RB'), ('came', 'VBD'), ('built', 'VBN'), ('web', 'JJ'), ('cam', 'NN'), ('great', 'JJ'), ('see', 'NN'), ('communicate', 'JJ'), ('family', 'NN'), ('member', 'NN'), ('back', 'RB'), ('home', 'NN')]
[('_a', 'JJ'), ('coupla', 'NNS'), ('month', 'NN'), ('later', 'RB'), ('change', 'VBP'), ('hard', 'JJ'), ('drive', 'NN')]
[('abuse', 'NN'), ('pushed', 'VBD'), ('power', 'NN'), ('plug', 'NN'), ('hard', 'JJ')]
[('still', 'RB'), ('working', 'VBG'), ('nothing', 'NN'), ('screen', 'NN')]
[('connect', 'NN'), ('lacie', 'VBZ'), ('2big', 'CD'), ('external', 'JJ'), ('drive', 'NN'), ('via', 'IN'), ('firewire', 'NN'), ('800', 'CD'), ('interface', 'NN'), ('useful', 'JJ'), ('time', 'NN'), ('machine', 'NN')]
[('battery', 'NN'), ('life', 'NN'), ('also', 'RB'), ('not', 'RB'), ('keep', 'VB'), ('claim', 'NN'), ('still', 'RB'), ('think', 'VB'), ('macbook', 'RB'), ('much', 'JJ'), ('ahead', 'RB'), ('rest', 'VBP'), ('pack', 'NN')]
[('keyboard', 'NN'), ('feel', 'VB'), ('good', 'JJ'), ('type', 'NN'), ('fine', 'NN')]
[('browsing', 'VBG'), ('also', 'RB'), ('problem', 'NN'), ('used', 'VBN'), ('itunes', 'NNS'), ('usually', 'RB'), ('slows', 'VBZ'), ('pc', 'NN')]
[('supplied', 'VBN'), ('software', 'NN'), ('software', 'NN'), ('come', 'VBN'), ('machine', 'NN'), ('greatly', 'RB'), ('welcomed', 'VBD'), ('compared', 'VBN'), ('window', 'NN'), ('come', 'NN')]
[('much', 'JJ'), ('effort', 'NN'), ('10', 'CD'), ('day', 'NN'), ('asus', 'NN'), ('replaced', 'VBD'), ('itthe', 'JJ'), ('wifi', 'NN'), ('weak', 'JJ')]
[('online', 'JJ'), ('tutorial', 'JJ'), ('video', 'NN'), ('make', 'VBP'), ('super', 'JJ'), ('easy', 'NN'), ('learn', 'NN'), ('always', 'RB'), ('used', 'VBD'), ('pc', 'NN')]
[('everything', 'NN'), ('easy', 'JJ'), ('use', 'NN'), ('mac', 'NN'), ('software', 'NN'), ('much', 'JJ'), ('simpler', 'NN'), ('microsoft', 'NN'), ('software', 'NN')]
[('made', 'VBN'), ('computer', 'NN'), ('much', 'RB'), ('easier', 'JJR'), ('use', 'NN'), ('navigate', 'NN')]
[('ton', 'NN'), ('bloatware', 'VBP'), ('junk', 'NN'), ('program', 'NN')]
[('computer', 'NN'), ('run', 'VBP'), ('fast', 'RB'), ('problem', 'NN'), ('ilife', 'NN'), ('software', 'NN'), ('come', 'VBN'), ('iphoto', 'JJ'), ('imovie', 'NN'), ('iweb', 'NN'), ('itunes', 'NNS'), ('garageband', 'VBP'), ('helpful', 'JJ'), ('well', 'RB')]
[('also', 'RB'), ('may', 'MD'), ('need', 'VB'), ('charge', 'NN'), ('day', 'NN'), ('medium', 'NN'), ('use', 'NN'), ('every', 'DT'), ('thing', 'NN'), ('fast', 'JJ'), ('easy', 'JJ'), ('mac', 'NN'), ('size', 'NN'), ('look', 'NN'), ('feature', 'NN'), ('attracted', 'VBD')]
[('window', 'NN'), ('based', 'VBN'), ('machine', 'NN'), ('not', 'RB'), ('giving', 'VBG'), ('anything', 'NN'), ('work', 'NN')]
[('using', 'VBG'), ('couple', 'NN'), ('week', 'NN'), ('overall', 'JJ'), ('operation', 'NN'), ('poor', 'JJ')]
[('several', 'JJ'), ('program', 'NN'), ('school', 'NN'), ('office', 'NN'), ('use', 'NN'), ('page', 'NN'), ('number', 'NN'), ('keynote', 'VB'), ('etc', 'JJ'), ('music', 'NN'), ('garageband', 'NN'), ('photo', 'NN'), ('management', 'NN'), ('photo', 'NN'), ('booth', 'DT'), ('iphoto', 'JJ'), ('video', 'NN'), ('editing', 'VBG'), ('movie', 'NN'), ('making', 'VBG'), ('imovie', 'JJ'), ('etc', 'NN')]
[('people', 'NNS'), ('say', 'VBP'), ('pc', 'NN'), ('hold', 'VBP'), ('functionality', 'NN'), ('value', 'NN'), ('mac', 'NN'), ('pretty', 'JJ'), ('look', 'NN'), ('think', 'VBP'), ('something', 'NN'), ('said', 'VBD'), ('simplicity', 'NN'), ('mac', 'NN')]
[('externally', 'RB'), ('key', 'JJ'), ('keyboard', 'NN'), ('falling', 'VBG'), ('us', 'PRP'), ('paint', 'VBP'), ('rubbing', 'VBG'), ('button', 'NN'), ('mouse', 'NN'), ('pad', 'NN'), ('heals', 'NNS'), ('hand', 'NN'), ('sit', 'VBP'), ('screen', 'NN'), ('terrible', 'JJ'), ('glare', 'NN')]
[('3', 'CD'), ('month', 'NN'), ('port', 'NN'), ('started', 'VBD'), ('going', 'VBG')]
[('summary', 'JJ'), ('played', 'VBD'), ('game', 'NN'), ('warranty', 'NN'), ('period', 'NN')]
[('screen', 'JJ'), ('graphic', 'JJ'), ('clarity', 'NN'), ('sharpness', 'NN'), ('great', 'JJ')]
[('bought', 'VBN'), ('hsn', 'NN'), ('bundled', 'VBD'), ('extra', 'JJ'), ('software', 'NN'), ('turn', 'NN'), ('software', 'NN'), ('crash', 'NN'), ('often', 'RB')]
[('not', 'RB'), ('believe', 'VB'), ('long', 'JJ'), ('battery', 'NN'), ('lasted', 'VBD'), ('single', 'JJ'), ('charge', 'NN')]
[('previously', 'RB'), ('purchased', 'VBN'), ('13', 'CD'), ('macbook', 'JJ'), ('pro', 'FW'), ('spec', 'FW'), ('aluminum', 'NN'), ('style', 'NN'), ('nvidia', 'NN'), ('9800', 'CD'), ('not', 'RB'), ('mistaken', 'JJ'), ('major', 'JJ'), ('heating', 'VBG'), ('issue', 'NN')]
[('price', 'NN'), ('good', 'JJ'), ('product', 'NN'), ('top', 'JJ'), ('quality', 'NN')]
[('even', 'RB'), ('though', 'IN'), ('running', 'VBG'), ('snow', 'JJ'), ('leopard', 'RB'), ('2', 'CD'), ('4', 'CD'), ('ghz', 'NN'), ('c2d', 'NN'), ('bit', 'NN'), ('antiquated', 'JJ'), ('cpu', 'NN'), ('thus', 'RB'), ('occasional', 'JJ'), ('spinning', 'NN'), ('wheel', 'NN'), ('would', 'MD'), ('appear', 'VB'), ('running', 'VBG'), ('office', 'NN'), ('mac', 'NN'), ('application', 'NN'), ('word', 'NN'), ('excel', 'NN')]
[('keyboard', 'RB'), ('great', 'JJ'), ('primary', 'JJ'), ('secondary', 'JJ'), ('control', 'NN'), ('button', 'NN'), ('could', 'MD'), ('durable', 'VB')]
[('complete', 'JJ'), ('opposite', 'JJ'), ('ergonomic', 'JJ'), ('design', 'NN')]
[('asked', 'VBN'), ('customer', 'NN'), ('service', 'NN'), ('rep', 'NN')]
[('macbook', 'NN'), ('notebook', 'NN'), ('quickly', 'RB'), ('die', 'VB'), ('short', 'JJ'), ('battery', 'NN'), ('life', 'NN'), ('well', 'RB'), ('many', 'JJ'), ('background', 'NN'), ('program', 'NN'), ('run', 'VBN'), ('without', 'IN'), ('user', 'NN'), ('knowlede', 'NN')]
[('not', 'RB'), ('love', 'VB'), ('dvd', 'NN'), ('burner', 'NN'), ('80', 'CD'), ('gigabyte', 'NN'), ('hd', 'VBD'), ('fairly', 'RB'), ('new', 'JJ'), ('graphic', 'JJ'), ('chip', 'NN'), ('soon', 'RB'), ('discovered', 'VBD'), ('though', 'IN'), ('reason', 'NN'), ('similarly', 'RB'), ('configured', 'VBD'), ('sony', 'JJ'), ('toshiba', 'NN'), ('machine', 'NN'), ('cost', 'NN'), ('use', 'NN'), ('higher', 'JJR'), ('quality', 'NN'), ('component', 'VBP'), ('faster', 'RB'), ('better', 'RB'), ('configured', 'JJ'), ('end', 'NN'), ('lasting', 'NN'), ('lot', 'NN'), ('longer', 'JJR')]
[('returned', 'VBN'), ('laptop', 'JJ'), ('repair', 'NN'), ('2nd', 'CD'), ('time', 'NN'), ('came', 'VBD'), ('back', 'RB'), ('obvious', 'JJ'), ('physical', 'JJ'), ('damage', 'NN'), ('keyboard', 'NN'), ('bulging', 'VBG'), ('speaker', 'NN'), ('grill', 'NN'), ('pressed', 'VBN'), ('button', 'NN'), ('not', 'RB'), ('working', 'VBG'), ('usb', 'JJ'), ('port', 'NN'), ('inoperative', 'NN')]
[('battery', 'NN'), ('life', 'NN'), ('went', 'VBD'), ('4', 'CD'), ('hour', 'NN'), ('le', 'NN'), ('took', 'VBD'), ('machouse', 'NN'), ('amsterdam', 'NN'), ('repair', 'NN'), ('26th', 'CD'), ('august', 'NN')]
[('_', 'NNS'), ('bought', 'VBD'), ('dell', 'RB'), ('thought', 'VBN'), ('looked', 'VBD'), ('wanted', 'JJ'), ('size', 'NN'), ('software', 'NN'), ('option', 'NN'), ('hardware', 'NN'), ('purchase', 'NN'), ('best', 'JJS'), ('deal', 'NN'), ('could', 'MD'), ('find', 'VB')]
[('mostly', 'RB'), ('use', 'JJ'), ('email', 'JJ'), ('internet', 'NN'), ('gaming', 'VBG'), ('confident', 'JJ'), ('application', 'NN'), ('live', 'VBP'), ('high', 'JJ'), ('standard', 'NN'), ('come', 'VBP'), ('appreciate', 'NN'), ('mac', 'NNS'), ('laptop', 'VBP')]
[('major', 'JJ'), ('problem', 'NN'), ('laptop', 'NN'), ('except', 'IN'), ('plastic', 'JJ'), ('piece', 'NN'), ('cover', 'NN'), ('usb', 'JJ'), ('port', 'NN'), ('wire', 'NN'), ('come', 'NN')]
[('included', 'VBN'), ('extra', 'JJ'), ('sony', 'NN'), ('sonic', 'JJ'), ('stage', 'NN'), ('software', 'NN'), ('speaker', 'NN'), ('subwoofer', 'NN'), ('got', 'VBD'), ('worth', 'JJ'), ('money', 'NN'), ('bluetooth', 'NN'), ('mouse', 'VBP'), ('supposedly', 'RB'), ('bluetooth', 'RB'), ('enabled', 'VBN'), ('computer', 'NN'), ('extended', 'VBD'), ('life', 'NN'), ('battery', 'NN'), ('docking', 'VBG'), ('port', 'NN')]
[('loaded', 'VBN'), ('bloatware', 'NN')]
[('got', 'VBD'), ('laptop', 'JJ'), ('back', 'RB'), ('first', 'JJ'), ('instance', 'NN'), ('worked', 'VBD'), ('okay', 'JJ'), ('little', 'JJ'), ('bit', 'NN'), ('started', 'VBD'), ('expeirencing', 'VBG'), ('issue', 'NN'), ('everything', 'NN'), ('program', 'NN'), ('driver', 'NN'), ('failing', 'VBG'), ('powering', 'VBG'), ('reason', 'NN'), ('locking', 'VBG'), ('freezing', 'VBG'), ('sort', 'NN'), ('issue', 'NN')]
[('_', 'NN'), ('easy', 'JJ'), ('use', 'NN'), ('think', 'VBP'), ('great', 'JJ'), ('starter', 'JJ'), ('laptop', 'NN')]
[('run', 'VB'), ('dreamweaver', 'RP'), ('final', 'JJ'), ('cut', 'NN'), ('pro', 'JJ'), ('7', 'CD'), ('photoshop', 'NN'), ('safari', 'NN'), ('firefox', 'NN'), ('msn', 'NN'), ('messenger', 'NN'), ('application', 'NN'), ('constantly', 'RB'), ('time', 'NN')]
[('also', 'RB'), ('got', 'VBD'), ('added', 'JJ'), ('bonus', 'NN'), ('30', 'CD'), ('hd', 'NN'), ('monitor', 'NN'), ('really', 'RB'), ('help', 'VB'), ('extend', 'VB'), ('screen', 'JJ'), ('keep', 'VB'), ('eye', 'NN'), ('fresh', 'JJ')]
[('look', 'NN'), ('sexyy', 'VBZ'), ('really', 'RB'), ('mac', 'JJ'), ('book', 'NN'), ('pro', 'JJ'), ('best', 'RBS'), ('laptop', 'JJ'), ('specially', 'RB'), ('student', 'JJ'), ('college', 'NN'), ('not', 'RB'), ('caring', 'JJ'), ('price', 'NN')]
[('tech', 'NN'), ('guy', 'NN'), ('said', 'VBD'), ('service', 'NN'), ('center', 'NN'), ('not', 'RB'), ('1', 'CD'), ('1', 'CD'), ('exchange', 'NN'), ('direct', 'JJ'), ('concern', 'NN'), ('sale', 'NN'), ('team', 'NN'), ('retail', 'NN'), ('shop', 'NN'), ('bought', 'VBD'), ('netbook', 'NN')]
[('people', 'NNS'), ('say', 'VBP'), ('pc', 'NN'), ('hold', 'VBP'), ('functionality', 'NN'), ('value', 'NN'), ('mac', 'NN'), ('pretty', 'JJ'), ('look', 'NN'), ('think', 'VBP'), ('something', 'NN'), ('said', 'VBD'), ('simplicity', 'NN'), ('mac', 'NN')]
[('super', 'JJ'), ('fast', 'RB'), ('great', 'JJ'), ('value', 'NN'), ('price', 'NN')]
[('wasted', 'VBN'), ('least', 'JJS'), ('8', 'CD'), ('hour', 'NN'), ('installation', 'NN'), ('time', 'NN')]
[('battery', 'NN'), ('life', 'NN'), ('could', 'MD'), ('better', 'VB'), ('overall', 'JJ'), ('price', 'NN'), ('toshiba', 'NN'), ('reputation', 'NN'), ('laptop', 'VBZ'), ('great', 'JJ')]
[('use', 'NN'), ('mac', 'NN'), ('time', 'NN'), ('love', 'VB'), ('software', 'NN'), ('way', 'NN'), ('take', 'VB'), ('short', 'JJ'), ('time', 'NN'), ('load', 'JJ'), ('thing', 'NN'), ('easy', 'JJ'), ('use', 'NN'), ('not', 'RB'), ('worry', 'JJ'), ('virus', 'NN')]
[('also', 'RB'), ('love', 'VB'), ('small', 'JJ'), ('convenient', 'NN'), ('size', 'NN'), ('laptop', 'JJ'), ('making', 'VBG'), ('perfect', 'JJ'), ('tool', 'NN'), ('academic', 'JJ'), ('study', 'NN')]
[('find', 'RB'), ('many', 'JJ'), ('laptop', 'JJ'), ('performance', 'NN'), ('even', 'RB'), ('better', 'RBR'), ('lower', 'JJR'), ('price', 'NN'), ('cannot', 'NNS'), ('find', 'VB'), ('look', 'NN'), ('easy', 'JJ'), ('application', 'NN'), ('experience', 'NN'), ('mac', 'NN')]
[('one', 'CD'), ('tip', 'NN'), ('please', 'NN'), ('purchase', 'NN'), ('model', 'NN'), ('get', 'VBP'), ('4gb', 'CD'), ('stick', 'JJ'), ('ram', 'NN'), ('save', 'VBP'), ('10', 'CD')]
[('realize', 'NN'), ('900', 'CD'), ('would', 'MD'), ('better', 'VB'), ('spent', 'NN'), ('window', 'NN'), ('laptop', 'NN')]
[('anyway', 'RB'), ('early', 'RB'), ('july', 'JJ'), ('year', 'NN'), ('dvd', 'NN'), ('burner', 'NN'), ('stopped', 'VBD'), ('working', 'VBG'), ('computer', 'NN'), ('stared', 'VBD'), ('issue', 'NN'), ('power', 'NN'), ('supply', 'NN')]
[('love', 'NN'), ('size', 'NN'), ('screen', 'NN'), ('although', 'IN'), ('still', 'RB'), ('lightweight', 'JJ'), ('easy', 'JJ'), ('tote', 'NN'), ('around', 'IN')]
[('day', 'NN'), ('left', 'VBD'), ('mouse', 'NN'), ('button', 'NN'), ('snapped', 'VBD')]
[('pc', 'NN'), ('user', 'NN'), ('work', 'NN'), ('word', 'NN'), ('mac', 'FW'), ('user', 'JJ'), ('work', 'NN'), ('page', 'NN')]
[('get', 'VB'), ('ton', 'JJ'), ('compliment', 'NN'), ('size', 'NN'), ('speaking', 'VBG'), ('someone', 'NN'), ('regularly', 'RB'), ('commute', 'JJ'), ('bus', 'NN'), ('attest', 'JJS'), ('fact', 'NN'), ('perfect', 'JJ'), ('size', 'NN'), ('computer', 'NN'), ('restricted', 'VBD'), ('width', 'JJ'), ('body', 'NN'), ('computing', 'VBG'), ('room', 'NN')]
[('charger', 'NN'), ('seems', 'VBZ'), ('large', 'JJ'), ('class', 'NN'), ('computer', 'NN')]
[('sony', 'JJ'), ('part', 'NN'), ('reliability', 'NN'), ('quality', 'NN'), ('service', 'NN'), ('recenlty', 'NN'), ('worst', 'JJS')]
[('microsoft', 'JJ'), ('word', 'NN'), ('not', 'RB'), ('andi', 'JJ'), ('buy', 'VB'), ('seperately', 'RB')]
[('acer', 'NN'), ('one', 'CD'), ('computer', 'NN'), ('bought', 'VBD'), ('17', 'CD'), ('ince', 'NN'), ('screen', 'JJ'), ('hard', 'JJ'), ('find', 'NN'), ('lap', 'JJ'), ('top', 'JJ'), ('bag', 'NN'), ('like', 'IN'), ('big', 'JJ'), ('screen', 'NN')]
[('also', 'RB'), ('purchased', 'VBN'), ('iwork', 'NN'), ('go', 'VBP'), ('program', 'NN'), ('word', 'NN'), ('processing', 'VBG'), ('spreadsheet', 'NN'), ('presentation', 'NN'), ('similar', 'JJ'), ('microsoft', 'JJ'), ('office', 'NN')]
[('apple', 'NN'), ('care', 'NN'), ('included', 'VBD')]
[('even', 'RB'), ('like', 'IN'), ('playing', 'VBG'), ('online', 'JJ'), ('game', 'NN'), ('wonderful', 'JJ'), ('feature', 'NN'), ('dualboot', 'NN'), ('window', 'NN')]
[('first', 'RB'), ('not', 'RB'), ('push', 'JJ'), ('button', 'NN'), ('open', 'JJ'), ('lid', 'NN')]
[('weighed', 'VBN'), ('like', 'IN'), ('seven', 'CD'), ('pound', 'NN'), ('something', 'NN'), ('like', 'IN')]
[('13', 'CD'), ('macbook', 'JJ'), ('pro', 'JJ'), ('fit', 'NN'), ('budget', 'NN'), ('free', 'JJ'), ('shipping', 'NN'), ('tax', 'NN'), ('ca', 'MD'), ('best', 'VB'), ('price', 'NN'), ('get', 'NN'), ('great', 'JJ'), ('product', 'NN')]
[('_', 'NN'), ('another', 'DT'), ('three', 'CD'), ('week', 'NN'), ('later', 'RB'), ('laptop', 'VBD'), ('back', 'RP'), ('new', 'JJ'), ('mousepad', 'NN'), ('key', 'NN'), ('casing', 'VBG')]
[('several', 'JJ'), ('program', 'NN'), ('school', 'NN'), ('office', 'NN'), ('use', 'NN'), ('page', 'NN'), ('number', 'NN'), ('keynote', 'VB'), ('etc', 'JJ'), ('music', 'NN'), ('garageband', 'NN'), ('photo', 'NN'), ('management', 'NN'), ('photo', 'NN'), ('booth', 'DT'), ('iphoto', 'JJ'), ('video', 'NN'), ('editing', 'VBG'), ('movie', 'NN'), ('making', 'VBG'), ('imovie', 'JJ'), ('etc', 'NN')]
[('hardly', 'RB'), ('memory', 'NN'), ('computer', 'NN'), ('hard', 'JJ'), ('drive', 'NN')]
[('desparation', 'NN'), ('called', 'VBN'), ('customer', 'NN'), ('service', 'NN'), ('number', 'NN'), ('told', 'VBD'), ('warranty', 'NN'), ('expired', 'VBD'), ('2', 'CD'), ('day', 'NN'), ('old', 'JJ'), ('priviledge', 'NN'), ('talking', 'VBG'), ('technician', 'JJ'), ('would', 'MD'), ('cost', 'VB'), ('credit', 'NN'), ('card', 'NN'), ('ready', 'JJ')]
[('really', 'RB'), ('perfect', 'JJ'), ('work', 'NN'), ('play', 'NN')]
[('think', 'VB'), ('manual', 'JJ'), ('somewhere', 'RB'), ('hard', 'JJ'), ('drive', 'NN'), ('rather', 'RB'), ('hard', 'JJ'), ('copy', 'NN')]
[('cover', 'NN'), ('dvd', 'NN'), ('drive', 'NN'), ('soon', 'RB'), ('came', 'VBD'), ('mark', 'JJ'), ('poor', 'JJ'), ('construction', 'NN'), ('quality', 'NN')]
[('anyways', 'NNS'), ('bought', 'VBD'), ('two', 'CD'), ('month', 'NN'), ('ago', 'IN'), ('first', 'JJ'), ('brought', 'VBD'), ('home', 'NN'), ('kept', 'NN'), ('giving', 'VBG'), ('message', 'NN'), ('vibration', 'NN'), ('hard', 'JJ'), ('drive', 'NN'), ('putting', 'VBG'), ('temporaly', 'NNS'), ('save', 'VBP'), ('zone', 'NN')]
[('find', 'RB'), ('many', 'JJ'), ('laptop', 'JJ'), ('performance', 'NN'), ('even', 'RB'), ('better', 'RBR'), ('lower', 'JJR'), ('price', 'NN'), ('cannot', 'NNS'), ('find', 'VB'), ('look', 'NN'), ('easy', 'JJ'), ('application', 'NN'), ('experience', 'NN'), ('mac', 'NN')]
[('found', 'VBN'), ('easy', 'JJ'), ('use', 'NN'), ('imformative', 'JJ'), ('wonder', 'NN'), ('alert', 'JJ'), ('tutorial', 'JJ'), ('making', 'VBG'), ('easy', 'JJ'), ('someone', 'NN'), ('like', 'IN'), ('not', 'RB'), ('exactly', 'RB'), ('technologically', 'RB'), ('advanced', 'JJ'), ('learn', 'NN'), ('use', 'NN'), ('various', 'JJ'), ('feature', 'NN'), ('program', 'NN')]
[('display', 'NN'), ('computer', 'NN'), ('best', 'RBS'), ('seen', 'VBN'), ('long', 'JJ'), ('time', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('long', 'JJ'), ('convienent', 'NN')]
[('_', 'RB'), ('long', 'RB'), ('story', 'NN'), ('short', 'JJ'), ('since', 'IN'), ('experience', 'NN'), ('many', 'JJ'), ('problem', 'NN'), ('laptop', 'NN'), ('every', 'DT'), ('since', 'IN'), ('bought', 'VBN'), ('day', 'NN'), ('one', 'CD'), ('ask', 'NN'), ('new', 'JJ'), ('laptop', 'JJ'), ('refund', 'NN'), ('pay', 'NN'), ('crapy', 'NN'), ('laptop', 'JJ'), ('extension', 'NN'), ('laptop', 'JJ'), ('warranty', 'NN'), ('another', 'DT'), ('year', 'NN'), ('made', 'VBD'), ('big', 'JJ'), ('deal', 'NN'), ('many', 'JJ'), ('call', 'NN'), ('complaint', 'NN'), ('product', 'NN'), ('service', 'NN'), ('finally', 'RB'), ('gave', 'VBD')]
[('unibody', 'NN'), ('design', 'NN'), ('edgy', 'NN'), ('durable', 'JJ')]
[('_', 'JJ'), ('time', 'NN'), ('mouse', 'NN'), ('pad', 'NN'), ('right', 'RB'), ('click', 'NN'), ('key', 'NN'), ('not', 'RB'), ('work', 'VB')]
[('work', 'NN'), ('great', 'JJ'), ('general', 'JJ'), ('internet', 'NN'), ('use', 'NN'), ('microsoft', 'JJ'), ('office', 'NN'), ('apps', 'NN'), ('home', 'NN'), ('bookkeeping', 'NN'), ('etc', 'NN')]
[('none', 'NN'), ('tech', 'NN'), ('hp', 'NN'), ('knew', 'VBD')]
[('keyboard', 'RB'), ('great', 'JJ'), ('primary', 'JJ'), ('secondary', 'JJ'), ('control', 'NN'), ('button', 'NN'), ('could', 'MD'), ('durable', 'VB')]
[('still', 'RB'), ('within', 'IN'), ('one', 'CD'), ('year', 'NN'), ('warranty', 'NN'), ('repair', 'NN'), ('depot', 'NN'), ('deemed', 'VBD'), ('time', 'NN'), ('caused', 'VBN'), ('physical', 'JJ'), ('abuse', 'NN'), ('not', 'RB'), ('covered', 'VBD')]
[('work', 'NN'), ('exactly', 'RB'), ('like', 'IN'), ('day', 'NN'), ('took', 'VBD'), ('box', 'NN')]
[('however', 'RB'), ('multi', 'RB'), ('touch', 'JJ'), ('gesture', 'NN'), ('large', 'JJ'), ('tracking', 'VBG'), ('area', 'NN'), ('make', 'VBP'), ('external', 'JJ'), ('mouse', 'NN'), ('unnecessary', 'JJ'), ('unless', 'IN'), ('gaming', 'VBG')]
[('not', 'RB'), ('mention', 'NN'), ('sometimes', 'RB'), ('whole', 'JJ'), ('charger', 'NN'), ('unit', 'NN'), ('decide', 'IN'), ('not', 'RB'), ('work', 'VB'), ('entirely', 'RB')]
[('real', 'JJ'), ('problem', 'NN'), ('statement', 'NN'), ('7', 'CD'), ('hour', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('not', 'RB'), ('mere', 'JJ'), ('exaggeration', 'NN'), ('lie', 'NN')]
[('_the', 'JJ'), ('motherboard', 'NN'), ('dead', 'NN')]
[('tech', 'NN'), ('guy', 'NN'), ('said', 'VBD'), ('service', 'NN'), ('center', 'NN'), ('not', 'RB'), ('1', 'CD'), ('1', 'CD'), ('exchange', 'NN'), ('direct', 'JJ'), ('concern', 'NN'), ('sale', 'NN'), ('team', 'NN'), ('retail', 'NN'), ('shop', 'NN'), ('bought', 'VBD'), ('netbook', 'NN')]
[('addition', 'NN'), ('design', 'NN'), ('tool', 'NN'), ('page', 'NN'), ('keynote', 'VB'), ('make', 'RB'), ('much', 'JJ'), ('easier', 'JJR'), ('create', 'JJ'), ('professional', 'JJ'), ('looking', 'VBG'), ('document', 'NN'), ('presentation', 'NN')]
[('found', 'VBN'), ('also', 'RB'), ('easy', 'JJ'), ('able', 'JJ'), ('access', 'NN'), ('wireless', 'NN'), ('internet', 'NN'), ('access', 'NN')]
[('mac', 'NNS'), ('computer', 'NN'), ('free', 'JJ'), ('time', 'NN'), ('not', 'RB'), ('wait', 'VB'), ('window', 'JJ'), ('boot', 'NN'), ('shut', 'VBD'), ('virus', 'NN'), ('associated', 'VBN'), ('window', 'NN')]
[('first', 'RB'), ('record', 'NN'), ('3', 'CD'), ('year', 'NN'), ('warranty', 'NN'), ('paid', 'VBD'), ('almost', 'RB'), ('400', 'CD'), ('call', 'JJ'), ('spend', 'VB'), ('hour', 'NN'), ('online', 'NN'), ('chat', 'WP'), ('service', 'NN'), ('fax', 'NN'), ('multiple', 'JJ'), ('document', 'NN')]
[('also', 'RB'), ('come', 'VBN'), ('useful', 'JJ'), ('application', 'NN'), ('like', 'IN'), ('iphoto', 'NN'), ('best', 'JJS'), ('photo', 'NN'), ('application', 'NN'), ('ever', 'RB')]
[('ati', 'JJ'), ('graphic', 'JJ'), ('card', 'NN'), ('huge', 'JJ'), ('plus', 'CC'), ('definitely', 'RB'), ('good', 'JJ'), ('value', 'NN'), ('need', 'VBP'), ('able', 'JJ'), ('run', 'VBP'), ('slightly', 'RB'), ('older', 'JJR'), ('game', 'NN'), ('intel', 'NN'), ('built', 'VBN'), ('card', 'NN'), ('would', 'MD'), ('trouble', 'NN'), ('half', 'JJ'), ('life', 'NN'), ('2', 'CD'), ('even', 'RB'), ('world', 'NN'), ('warcraft', 'NN')]
[('looked', 'VBN'), ('around', 'IN'), ('based', 'VBN'), ('price', 'NN'), ('feature', 'NN'), ('comparison', 'NN'), ('brand', 'NN'), ('trusted', 'VBD'), ('landed', 'VBD')]
[('_', 'NN'), ('replaced', 'VBD'), ('hard', 'JJ'), ('drive', 'NN'), ('well', 'NN'), ('mother', 'RB'), ('board', 'NN')]
[('husband', 'NN'), ('us', 'PRP'), ('mostly', 'RB'), ('game', 'NN'), ('email', 'NN'), ('music', 'NN')]
[('dual', 'JJ'), ('boot', 'NN'), ('linux', 'JJ'), ('security', 'NN'), ('prone', 'NN'), ('o', 'NN'), ('performs', 'NNS'), ('flawlessly', 'RB')]
[('come', 'VB'), ('imovie', 'NN')]
[('took', 'VBD'), ('apple', 'NN'), ('store', 'NN'), ('guess', 'NN'), ('fixed', 'VBD'), ('cost', 'NN'), ('pocket', 'NN')]
[('_', 'RB'), ('casing', 'VBG'), ('power', 'NN'), ('cord', 'NN'), ('fried', 'VBD'), ('shocked', 'JJ'), ('husband', 'NN'), ('pulled', 'VBD'), ('socket', 'NN')]
[('sitting', 'VBG'), ('lap', 'NN'), ('desk', 'NN'), ('front', 'JJ'), ('look', 'NN'), ('big', 'JJ'), ('enough', 'RB'), ('could', 'MD'), ('im', 'VB'), ('used', 'VBN'), ('lenovo', 'RB'), ('10', 'CD'), ('tablet', 'NN'), ('plus', 'CC'), ('great', 'JJ'), ('size', 'NN'), ('want', 'VBP'), ('unplug', 'JJ'), ('external', 'JJ'), ('keyboard', 'NN'), ('mouse', 'NN'), ('monitor', 'NN'), ('take', 'VB'), ('take', 'NN'), ('photo', 'NN'), ('video', 'NN')]
[('mac', 'NN'), ('easy', 'JJ'), ('use', 'NN'), ('simply', 'RB'), ('make', 'VB'), ('sense', 'NN')]
[('thing', 'NN'), ('would', 'MD'), ('want', 'VB'), ('add', 'VB'), ('internal', 'JJ'), ('bluray', 'NN'), ('read', 'VBD'), ('write', 'JJ'), ('drive', 'NN')]
[('computer', 'NN'), ('get', 'VB'), ('strong', 'JJ'), ('signal', 'NN'), ('not', 'RB'), ('drop', 'JJ'), ('place', 'NN'), ('net', 'JJ'), ('book', 'NN'), ('loses', 'VBZ'), ('signal', 'JJ')]
[('screen', 'JJ'), ('large', 'JJ'), ('crystal', 'NN'), ('clear', 'JJ'), ('amazing', 'VBG'), ('color', 'NN'), ('resolution', 'NN')]
[('not', 'RB'), ('understand', 'VB'), ('window', 'NN'), ('7', 'CD'), ('starter', 'NN'), ('included', 'VBD')]
[('great', 'JJ'), ('computer', 'NN'), ('light', 'VBD'), ('home', 'NN'), ('use', 'NN'), ('business', 'NN'), ('use', 'NN')]
[('battery', 'NN'), ('life', 'NN'), ('probably', 'RB'), ('hour', 'NN'), ('best', 'JJS')]
[('plenty', 'JJ'), ('memory', 'NN'), ('lot', 'NN'), ('hard', 'JJ'), ('drive', 'NN'), ('great', 'JJ'), ('graphic', 'JJ')]
[('track', 'NN'), ('pad', 'NN'), ('really', 'RB'), ('stand', 'VB'), ('though', 'IN'), ('several', 'JJ'), ('different', 'JJ'), ('thing', 'NN'), ('depending', 'VBG'), ('many', 'JJ'), ('finger', 'NN'), ('use', 'VBP'), ('track', 'NN'), ('pad', 'NN'), ('awesome', 'JJ'), ('thinking', 'NN'), ('apple', 'NN')]
[('feel', 'VB'), ('better', 'JJR'), ('toshiba', 'NN')]
[('bad', 'JJ'), ('boy', 'NN'), ('main', 'JJ'), ('thing', 'NN'), ('netbook', 'NN'), ('desinged', 'VBD'), ('surfing', 'VBG'), ('web', 'NN'), ('boy', 'NN'), ('boy', 'NN'), ('ever', 'RB')]
[('bought', 'VBD'), ('mom', 'JJ'), ('report', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('last', 'JJ'), ('day', 'NN'), ('lightweight', 'VBD'), ('response', 'NN'), ('computing', 'VBG'), ('internet', 'NN'), ('focused', 'VBD'), ('activity', 'NN'), ('mail', 'NN'), ('research', 'NN'), ('etc', 'FW'), ('excellent', 'NN')]
[('people', 'NNS'), ('say', 'VBP'), ('pc', 'NN'), ('hold', 'VBP'), ('functionality', 'NN'), ('value', 'NN'), ('mac', 'NN'), ('pretty', 'JJ'), ('look', 'NN'), ('think', 'VBP'), ('something', 'NN'), ('said', 'VBD'), ('simplicity', 'NN'), ('mac', 'NN')]
[('machine', 'NN'), ('slow', 'JJ'), ('boot', 'NN'), ('occasionally', 'RB'), ('crash', 'VBZ'), ('completely', 'RB')]
[('run', 'VB'), ('dreamweaver', 'RP'), ('final', 'JJ'), ('cut', 'NN'), ('pro', 'JJ'), ('7', 'CD'), ('photoshop', 'NN'), ('safari', 'NN'), ('firefox', 'NN'), ('msn', 'NN'), ('messenger', 'NN'), ('application', 'NN'), ('constantly', 'RB'), ('time', 'NN')]
[('white', 'JJ'), ('color', 'NN'), ('stylish', 'JJ'), ('college', 'NN'), ('student', 'NN'), ('easy', 'JJ'), ('take', 'VB'), ('carry', 'NNS'), ('take', 'VB'), ('class', 'NN')]
[('hardly', 'RB'), ('memory', 'NN'), ('computer', 'NN'), ('hard', 'JJ'), ('drive', 'NN')]
[('yes', 'NNS'), ('cost', 'NN'), ('make', 'VBP'), ('speed', 'NN'), ('construction', 'NN'), ('quality', 'NN'), ('longevity', 'NN')]
[('lightweight', 'JJ'), ('screen', 'NN'), ('beautiful', 'NN')]
[('fast', 'RB'), ('boot', 'NN'), ('shut', 'NN')]
[('commodity', 'NN'), ('hardware', 'NN')]
[('everything', 'NN'), ('easy', 'JJ'), ('use', 'NN'), ('mac', 'NN'), ('software', 'NN'), ('much', 'JJ'), ('simpler', 'NN'), ('microsoft', 'NN'), ('software', 'NN')]
[('thing', 'NN'), ('wish', 'JJ'), ('15', 'CD'), ('inch', 'JJ'), ('macbook', 'RB'), ('pro', 'RB'), ('much', 'JJ'), ('better', 'JJR'), ('speaker', 'NN'), ('side', 'NN'), ('keyboard', 'NN')]
[('course', 'NN'), ('inspected', 'VBD'), ('netbooks', 'NNS'), ('clearly', 'RB'), ('hinge', 'VBP'), ('tighter', 'JJR'), ('even', 'RB'), ('demonstrate', 'VB'), ('difference', 'NN'), ('netbook', 'NN'), ('others', 'NNS')]
[('price', 'NN'), ('get', 'NN'), ('exceeded', 'VBD'), ('expectation', 'NN')]
[('faster', 'RBR'), ('processor', 'NN'), ('ram', 'NN')]
[('yes', 'NNS'), ('cost', 'NN'), ('make', 'VBP'), ('speed', 'NN'), ('construction', 'NN'), ('quality', 'NN'), ('longevity', 'NN')]
[('tey', 'NN'), ('not', 'RB'), ('even', 'RB'), ('support', 'VB'), ('bios', 'NNS'), ('could', 'MD'), ('problem', 'NN'), ('bios', 'NNS'), ('company', 'NN'), ('make', 'VBP'), ('fairly', 'RB'), ('decent', 'JJ'), ('product', 'NN'), ('get', 'VB'), ('away', 'RB'), ('insanity', 'NN')]
[('course', 'NN'), ('warranty', 'NN'), ('run', 'VBP'), ('next', 'JJ'), ('month', 'NN')]
[('also', 'RB'), ('got', 'VBD'), ('added', 'JJ'), ('bonus', 'NN'), ('30', 'CD'), ('hd', 'NN'), ('monitor', 'NN'), ('really', 'RB'), ('help', 'VB'), ('extend', 'VB'), ('screen', 'JJ'), ('keep', 'VB'), ('eye', 'NN'), ('fresh', 'JJ')]
[('info', 'NN'), ('window', 'NN'), ('failed', 'VBD'), ('load', 'JJ'), ('kernal', 'JJ'), ('missing', 'VBG'), ('corrupt', 'NN')]
[('_', 'NNS'), ('could', 'MD'), ('not', 'RB'), ('find', 'VB'), ('phone', 'NN'), ('number', 'NN'), ('anywhere', 'RB'), ('call', 'JJ'), ('actual', 'JJ'), ('live', 'JJ'), ('person', 'NN'), ('tech', 'JJ'), ('support', 'NN'), ('result', 'NN'), ('online', 'NN'), ('chat', 'NN')]
[('sadly', 'RB'), ('replacement', 'JJ'), ('froze', 'NN'), ('updating', 'VBG'), ('bios', 'NNS'), ('shut', 'RB'), ('would', 'MD'), ('not', 'RB'), ('turn', 'VB'), ('back', 'RP')]
[('_', 'NN'), ('needed', 'VBD'), ('laptop', 'JJ'), ('school', 'NN'), ('use', 'NN')]
[('called', 'VBN'), ('laptop', 'JJ'), ('run', 'NN'), ('slow', 'JJ'), ('hate', 'NN')]
[('ever', 'RB'), ('since', 'IN'), ('bought', 'VBN'), ('laptop', 'NN'), ('far', 'RB'), ('experience', 'NN'), ('nothing', 'NN'), ('constant', 'JJ'), ('break', 'NN'), ('down', 'RP'), ('laptop', 'JJ'), ('bad', 'JJ'), ('customer', 'NN'), ('service', 'NN'), ('received', 'VBD'), ('phone', 'NN'), ('toshiba', 'NN'), ('customer', 'NN'), ('service', 'NN'), ('hotlines', 'NNS')]
[('think', 'VB'), ('manual', 'JJ'), ('somewhere', 'RB'), ('hard', 'JJ'), ('drive', 'NN'), ('rather', 'RB'), ('hard', 'JJ'), ('copy', 'NN')]
[('_', 'NN'), ('also', 'RB'), ('able', 'JJ'), ('install', 'NN'), ('use', 'NN'), ('photoshop', 'NN'), ('aftereffect', 'JJ'), ('program', 'NN'), ('easily', 'RB')]
[('loaded', 'VBN'), ('program', 'NN'), ('good', 'JJ'), ('average', 'JJ'), ('user', 'JJ'), ('make', 'NN'), ('run', 'VB'), ('way', 'NN'), ('slow', 'JJ')]
[('love', 'NN'), ('solid', 'NN'), ('machined', 'VBD'), ('aluminum', 'NN'), ('frame', 'NN'), ('keyboard', 'NN'), ('best', 'JJS'), ('laptop', 'NN'), ('used', 'VBN')]
[('everything', 'NN'), ('fine', 'JJ'), ('machine', 'NN'), ('speed', 'NN'), ('capacity', 'NN'), ('build', 'VBP')]
[('4', 'CD'), ('ram', 'NN'), ('slot', 'NN'), ('2', 'CD'), ('hdd', 'NN'), ('bay', 'NN'), ('16gb', 'CD'), ('ram', 'NN'), ('support', 'NN'), ('wireless', 'JJ'), ('issue', 'NN'), ('least', 'JJS')]
[('capability', 'NN'), ('using', 'VBG'), ('program', 'NN'), ('alone', 'RB'), ('made', 'VBD'), ('want', 'JJ'), ('mac', 'NN')]
[('yes', 'RB'), ('thought', 'VBN'), ('expese', 'JJ'), ('little', 'JJ'), ('much', 'JJ'), ('realize', 'VB'), ('get', 'JJ'), ('pay', 'NN')]
[('easy', 'JJ'), ('use', 'NN'), ('keyboard', 'VBD'), ('easily', 'RB'), ('accommodates', 'VBZ'), ('large', 'JJ'), ('hand', 'NN'), ('weight', 'VBD'), ('fantasic', 'JJ')]
[('one', 'CD'), ('month', 'NN'), ('warranty', 'NN'), ('expired', 'VBD'), ('replacement', 'NN'), ('charger', 'NN'), ('went', 'VBD')]
[('pretty', 'RB'), ('much', 'JJ'), ('everything', 'NN'), ('else', 'RB'), ('computer', 'NN'), ('good', 'JJ'), ('stop', 'NN'), ('working', 'VBG')]
[('screen', 'NN'), ('show', 'NN'), ('great', 'JJ'), ('color', 'NN')]
[('replace', 'VB'), ('motherboard', 'NN'), ('april', 'NN')]
[('good', 'JJ'), ('laptop', 'NN'), ('value', 'NN')]
[('replacing', 'VBG'), ('hard', 'JJ'), ('drive', 'NN'), ('battery', 'NN'), ('stopped', 'VBD'), ('working', 'VBG'), ('3', 'CD'), ('month', 'NN'), ('use', 'NN'), ('frustrating', 'NN')]
[('_', 'NNS'), ('considered', 'VBN'), ('may', 'MD'), ('much', 'RB'), ('computer', 'NN'), ('looking', 'VBG'), ('plenty', 'JJ'), ('space', 'NN'), ('not', 'RB'), ('issue', 'VB')]
[('also', 'RB'), ('enjoy', 'VB'), ('fact', 'NN'), ('macbook', 'JJ'), ('pro', 'JJ'), ('laptop', 'FW'), ('allows', 'NNS'), ('run', 'VBP'), ('window', 'RB'), ('7', 'CD'), ('using', 'VBG'), ('vmware', 'NN'), ('program', 'NN')]
[('pc', 'NN'), ('user', 'NN'), ('use', 'NN'), ('powerpoint', 'NN'), ('program', 'NN'), ('slide', 'NN'), ('show', 'NN'), ('presentation', 'NN'), ('mac', 'FW'), ('user', 'JJ'), ('utilize', 'JJ'), ('keynote', 'NN')]
[('called', 'VBN'), ('another', 'DT'), ('one', 'NN'), ('shipped', 'VBD'), ('get', 'VB'), ('money', 'NN'), ('back', 'RB'), ('said', 'VBD'), ('return', 'NN'), ('policy', 'NN'), ('23', 'CD'), ('twenty', 'JJ'), ('three', 'CD'), ('day', 'NN'), ('date', 'NN'), ('purchase', 'NN')]
[('overall', 'JJ'), ('feel', 'NN'), ('netbook', 'NN'), ('poor', 'JJ'), ('quality', 'NN'), ('poor', 'JJ'), ('performance', 'NN'), ('although', 'IN'), ('great', 'JJ'), ('battery', 'JJ'), ('life', 'NN'), ('work', 'NN')]
[('never', 'RB'), ('really', 'RB'), ('big', 'JJ'), ('downloading', 'VBG'), ('anything', 'NN'), ('not', 'RB'), ('worried', 'VBD'), ('getting', 'VBG'), ('virus', 'NN'), ('plus', 'CC'), ('thought', 'NN'), ('protected', 'VBN'), ('norton', 'NN')]
[('people', 'NNS'), ('changed', 'VBD'), ('spot', 'NN'), ('got', 'VBD'), ('new', 'JJ'), ('arm', 'NN'), ('piece', 'NN'), ('even', 'RB'), ('request', 'VBP'), ('receipt', 'NN')]
[('quality', 'NN'), ('display', 'NN'), ('surprised', 'VBD'), ('performance', 'NN'), ('quality', 'NN'), ('hp', 'VBP'), ('laptop', 'NN')]
[('iphotos', 'JJ'), ('excellent', 'JJ'), ('program', 'NN'), ('storing', 'VBG'), ('organizing', 'VBG'), ('photo', 'NN')]
[('product', 'NN'), ('support', 'NN'), ('poor', 'JJ'), ('phone', 'NN'), ('call', 'NN'), ('cost', 'NN'), ('long', 'JJ'), ('distan', 'NN')]
[('10', 'CD'), ('hour', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('really', 'RB'), ('something', 'NN'), ('else', 'RB')]
[('osx', 'NN'), ('window', 'NN'), ('xp', 'IN'), ('running', 'VBG'), ('time', 'NN')]
[('vista', 'NN'), ('nightmare', 'NN')]
[('strength', 'NN'), ('well', 'RB'), ('shaped', 'JJ'), ('weakness', 'NN'), ('bad', 'JJ'), ('videocard', 'NN')]
[('externally', 'RB'), ('key', 'JJ'), ('keyboard', 'NN'), ('falling', 'VBG'), ('us', 'PRP'), ('paint', 'VBP'), ('rubbing', 'VBG'), ('button', 'NN'), ('mouse', 'NN'), ('pad', 'NN'), ('heals', 'NNS'), ('hand', 'NN'), ('sit', 'VBP'), ('screen', 'NN'), ('terrible', 'JJ'), ('glare', 'NN')]
[('somehow', 'NN'), ('system', 'NN'), ('clock', 'NN'), ('got', 'VBD'), ('messed', 'JJ'), ('reboot', 'NN')]
[('key', 'JJ'), ('weird', 'JJ'), ('place', 'NN'), ('way', 'NN'), ('large', 'JJ'), ('way', 'NN'), ('designed', 'VBN')]
[('also', 'RB'), ('like', 'IN'), ('scroll', 'NN'), ('window', 'NN'), ('using', 'VBG'), ('two', 'CD'), ('finger', 'NN'), ('trackpad', 'NNS')]
[('battery', 'NN'), ('life', 'NN'), ('also', 'RB'), ('not', 'RB'), ('keep', 'VB'), ('claim', 'NN'), ('still', 'RB'), ('think', 'VB'), ('macbook', 'RB'), ('much', 'JJ'), ('ahead', 'RB'), ('rest', 'VBP'), ('pack', 'NN')]
[('feature', 'NN'), ('like', 'IN'), ('font', 'JJ'), ('block', 'NN'), ('like', 'IN'), ('old', 'JJ'), ('school', 'NN')]
[('wiped', 'VBD'), ('nearly', 'RB'), ('everything', 'NN'), ('installed', 'JJ'), ('openoffice', 'NN'), ('firefox', 'NN'), ('operating', 'VBG'), ('incredibly', 'RB'), ('efficient', 'JJ'), ('useful', 'JJ'), ('machine', 'NN'), ('great', 'JJ'), ('price', 'NN')]
[('screen', 'JJ'), ('crystal', 'NN'), ('clear', 'JJ'), ('system', 'NN'), ('responsive', 'JJ')]
[('screen', 'JJ'), ('crystal', 'NN'), ('clear', 'JJ'), ('system', 'NN'), ('responsive', 'JJ')]
[('bad', 'JJ'), ('thing', 'NN'), ('give', 'VB'), ('worst', 'JJ'), ('battery', 'NN'), ('possible', 'JJ')]
[('called', 'VBN'), ('customer', 'NN'), ('support', 'NN'), ('good', 'JJ'), ('went', 'VBD'), ('safety', 'NN'), ('feature', 'NN'), ('not', 'RB'), ('affect', 'JJ'), ('performance', 'NN'), ('chose', 'VBD'), ('hide', 'JJ'), ('message', 'NN')]
[('sheer', 'NN'), ('power', 'NN'), ('flexibility', 'NN'), ('make', 'VBP'), ('macbook', 'JJ'), ('pro', 'FW'), ('must', 'MD'), ('techie', 'VB')]
[('honest', 'JJS'), ('think', 'NN'), ('faulty', 'NN'), ('equipment', 'NN'), ('something', 'NN'), ('idk', 'NN')]
[('hate', 'NN'), ('display', 'NN'), ('screen', 'NN'), ('done', 'VBN'), ('everything', 'NN'), ('could', 'MD'), ('change', 'VB')]
[('take', 'VB'), ('long', 'JJ'), ('get', 'VB'), ('switched', 'VBN'), ('mac', 'JJ'), ('computer', 'NN'), ('program', 'NN'), ('navigation', 'NN'), ('fine', 'VBP'), ('like', 'IN'), ('way', 'NN'), ('laptop', 'JJ'), ('function', 'NN'), ('much', 'RB'), ('better', 'RBR')]
[('_', 'NN'), ('tried', 'VBD'), ('charge', 'NN'), ('different', 'JJ'), ('battery', 'NN'), ('luck', 'NN')]
[('got', 'VBD'), ('back', 'RB'), ('built', 'VBN'), ('webcam', 'NN'), ('built', 'VBN'), ('mic', 'JJ'), ('shorting', 'NN'), ('anytime', 'RB'), ('touched', 'VBN'), ('lid', 'JJ'), ('mind', 'NN'), ('mean', 'JJ'), ('communication', 'NN'), ('fiance', 'NN'), ('deployed', 'VBN'), ('suffered', 'VBD'), ('thru', 'NNS'), ('would', 'MD'), ('constandly', 'RB'), ('reset', 'VB'), ('computer', 'NN'), ('able', 'JJ'), ('use', 'NN'), ('cam', 'NN'), ('mic', 'JJ'), ('anytime', 'NN'), ('went', 'VBD')]
[('seems', 'VBZ'), ('slow', 'JJ'), ('occassionally', 'RB'), ('run', 'VBP'), ('many', 'JJ'), ('application', 'NN'), ('ie', 'JJ'), ('internet', 'JJ'), ('tab', 'NN'), ('program', 'NN'), ('etc', 'VBZ'), ('simultaneously', 'RB')]
[('might', 'MD'), ('something', 'NN'), ('deep', 'RB'), ('within', 'IN'), ('window', 'JJ'), ('unable', 'JJ'), ('create', 'NN'), ('disk', 'NN'), ('image', 'NN'), ('hard', 'JJ'), ('drive', 'NN')]
[('feature', 'NN'), ('arent', 'NN'), ('friendly', 'JJ'), ('volume', 'NN'), ('wheel', 'NN'), ('sound', 'JJ'), ('quality', 'NN'), ('etc', 'NN')]
[('_', 'NNS'), ('literally', 'RB'), ('way', 'NN'), ('make', 'VBP'), ('sing', 'NN'), ('vista', 'NN')]
[('window', 'NN'), ('vista', 'NNS'), ('make', 'VBP'), ('computer', 'NN'), ('almost', 'RB'), ('unusable', 'JJ'), ('online', 'JJ'), ('service', 'NN')]
[('however', 'RB'), ('girlfriend', 'VBP'), ('realized', 'VBN'), ('netbook', 'RB'), ('hinge', 'JJ'), ('bit', 'NN'), ('loose', 'JJ'), ('open', 'JJ'), ('close', 'NN'), ('lcd', 'NN')]
[('purchased', 'VBN'), ('netbook', 'NN'), ('original', 'JJ'), ('toshiba', 'JJ'), ('laptop', 'NN'), ('crashed', 'VBD'), ('right', 'JJ'), ('warranty', 'NN'), ('expired', 'VBD')]
[('cosmetically', 'RB'), ('thing', 'NN'), ('changed', 'VBD'), ('2', 'CD'), ('function', 'NN'), ('key', 'NN'), ('top', 'NN')]
[('battery', 'NN'), ('life', 'NN'), ('shorter', 'NN'), ('expected', 'VBD')]
[('hp', 'NN'), ('interested', 'JJ'), ('selling', 'NN'), ('extended', 'VBD'), ('warranty', 'NN'), ('cost', 'NN'), ('netbook', 'VBP'), ('new', 'JJ'), ('helping', 'VBG'), ('fixing', 'NN')]
[('processor', 'NN'), ('amd', 'NN'), ('semprom', 'VBD'), ('2', 'CD'), ('1', 'CD'), ('ghz', 'NNS'), ('bummer', 'RB'), ('not', 'RB'), ('power', 'NN'), ('hd', 'JJ'), ('heavy', 'JJ'), ('computing', 'NN')]
[('way', 'NN'), ('bigger', 'JJR'), ('screen', 'NN'), ('able', 'JJ'), ('connect', 'NN'), ('hdmi', 'NN')]
[('overall', 'JJ'), ('poor', 'JJ'), ('feature', 'NN'), ('average', 'JJ'), ('performance', 'NN'), ('poor', 'JJ'), ('battery', 'NN'), ('life', 'NN'), ('excellent', 'JJ'), ('price', 'NN'), ('value', 'NN'), ('poor', 'JJ')]
[('screen', 'JJ'), ('little', 'JJ'), ('glary', 'JJ'), ('hated', 'VBD'), ('clicking', 'VBG'), ('button', 'NN'), ('got', 'VBD'), ('used', 'VBN')]
[('_one', 'NN'), ('night', 'NN'), ('turned', 'VBD'), ('freaking', 'JJ'), ('thing', 'NN'), ('using', 'VBG'), ('next', 'JJ'), ('day', 'NN'), ('turn', 'VB'), ('gui', 'JJ'), ('screen', 'NN'), ('dark', 'JJ'), ('power', 'NN'), ('light', 'VBD'), ('steady', 'JJ'), ('hard', 'JJ'), ('drive', 'NN'), ('light', 'NN'), ('steady', 'JJ'), ('not', 'RB'), ('flashing', 'VBG'), ('usually', 'RB')]
[('_', 'NN'), ('easy', 'JJ'), ('use', 'NN'), ('fast', 'RB'), ('great', 'JJ'), ('graphic', 'JJ'), ('money', 'NN')]
[('screen', 'NN'), ('bright', 'VBD'), ('vivid', 'RB'), ('keyboard', 'NN'), ('easy', 'JJ'), ('use', 'NN'), ('important', 'JJ'), ('use', 'NN'), ('quick', 'JJ'), ('typers', 'NNS')]
[('computer', 'NN'), ('not', 'RB'), ('well', 'RB'), ('certain', 'JJ'), ('game', 'NN'), ('not', 'RB'), ('play', 'VB'), ('becomes', 'NNS'), ('hot', 'JJ'), ('playing', 'NN'), ('game', 'NN')]
[('lot', 'NN'), ('extra', 'JJ'), ('space', 'NN'), ('keyboard', 'NN'), ('ridiculously', 'RB'), ('small', 'JJ')]
[('switch', 'NN'), ('top', 'NN'), ('need', 'NN'), ('memorize', 'VB'), ('key', 'JJ'), ('combination', 'NN'), ('rather', 'RB'), ('flicking', 'JJ'), ('switch', 'VB')]
[('second', 'JJ'), ('problem', 'NN'), ('involves', 'VBZ'), ('battery', 'NN'), ('advertised', 'VBD'), ('storage', 'JJ'), ('life', 'NN'), ('11', 'CD'), ('hour', 'NN'), ('fully', 'RB'), ('charged', 'VBD'), ('show', 'NN'), ('7', 'CD'), ('hour', 'NN'), ('service', 'NN')]
[('2', 'CD'), ('month', 'NN'), ('complaint', 'NN'), ('asus', 'NN'), ('finally', 'RB'), ('sent', 'VBD'), ('right', 'JJ'), ('power', 'NN'), ('supply', 'NN'), ('techie', 'NN')]
[('clear', 'JJ'), ('picture', 'NN'), ('everything', 'NN')]
[('could', 'MD'), ('perfect', 'VB'), ('laptop', 'JJ'), ('would', 'MD'), ('faster', 'VB'), ('system', 'NN'), ('memory', 'NN'), ('radeon', 'NN'), ('5850', 'CD'), ('would', 'MD'), ('ddr5', 'VB'), ('instead', 'RB'), ('ddr3', 'NN')]
[('think', 'VB'), ('camera', 'NN'), ('one', 'CD'), ('requirement', 'NN'), ('forgot', 'VBD'), ('check', 'JJR'), ('specification', 'NN'), ('one', 'CD'), ('purchased', 'VBD')]
[('bought', 'VBD'), ('mom', 'JJ'), ('report', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('last', 'JJ'), ('day', 'NN'), ('lightweight', 'VBD'), ('response', 'NN'), ('computing', 'VBG'), ('internet', 'NN'), ('focused', 'VBD'), ('activity', 'NN'), ('mail', 'NN'), ('research', 'NN'), ('etc', 'FW'), ('excellent', 'NN')]
[('laptop', 'NN'), ('advertised', 'VBD'), ('15', 'CD'), ('casing', 'VBG'), ('look', 'NN'), ('like', 'IN'), ('17', 'CD')]
[('1', 'CD'), ('not', 'RB'), ('change', 'VB'), ('desktop', 'NN'), ('background', 'NN'), ('window', 'VBD'), ('7', 'CD'), ('starter', 'NN'), ('not', 'RB'), ('support', 'VB'), ('function', 'NN')]
[('processor', 'NN'), ('quick', 'JJ'), ('effective', 'JJ'), ('load', 'NN'), ('webpage', 'NN'), ('application', 'NN')]
[('price', 'NN'), ('get', 'NN'), ('lot', 'NN'), ('asus', 'IN'), ('1920x1080', 'CD'), ('re', 'NN')]
[('best', 'JJS'), ('buy', 'NN'), ('5', 'CD'), ('star', 'NN'), ('sale', 'NN'), ('service', 'NN'), ('respect', 'VBP'), ('old', 'JJ'), ('men', 'NNS'), ('familiar', 'JJ'), ('technology', 'NN'), ('dell', 'NN'), ('computer', 'NN'), ('3', 'CD'), ('star', 'NN'), ('dell', 'NN'), ('support', 'NN'), ('owes', 'VBZ'), ('couple', 'NN')]
[('asus', 'NN'), ('facial', 'JJ'), ('recognition', 'NN'), ('not', 'RB'), ('work', 'VB'), ('window', 'RB'), ('logon', 'VBZ'), ('not', 'RB'), ('either', 'RB')]
[('unibody', 'JJ'), ('construction', 'NN'), ('solid', 'JJ'), ('sleek', 'NN'), ('beautiful', 'NN')]
[('lucky', 'JJ'), ('local', 'JJ'), ('store', 'NN'), ('selling', 'NN'), ('2000', 'CD'), ('best', 'JJS'), ('buy', 'NN'), ('matched', 'VBD'), ('price', 'NN'), ('able', 'JJ'), ('buy', 'VB'), ('one', 'CD'), ('1000', 'CD')]
[('screen', 'NN'), ('gorgeous', 'JJ'), ('yummy', 'RB'), ('good', 'JJ')]
[('cheaper', 'JJR'), ('price', 'NN'), ('not', 'RB'), ('equal', 'JJ'), ('cheap', 'JJ'), ('product', 'NN')]
[('find', 'RB'), ('many', 'JJ'), ('laptop', 'JJ'), ('performance', 'NN'), ('even', 'RB'), ('better', 'RBR'), ('lower', 'JJR'), ('price', 'NN'), ('cannot', 'NNS'), ('find', 'VB'), ('look', 'NN'), ('easy', 'JJ'), ('application', 'NN'), ('experience', 'NN'), ('mac', 'NN')]
[('use', 'NN'), ('iphoto', 'NN'), ('time', 'NN'), ('great', 'JJ'), ('program', 'NN'), ('anyone', 'NN'), ('photography', 'NN'), ('amateur', 'NN'), ('expert', 'NN'), ('alike', 'IN')]
[('wish', 'JJ'), ('iwork', 'NN'), ('m', 'NN'), ('office', 'NN'), ('came', 'VBD'), ('mac', 'NNP'), ('m', 'NNP'), ('office', 'NN'), ('not', 'RB'), ('even', 'RB'), ('come', 'JJ'), ('pc', 'NN'), ('laptop', 'NN')]
[('also', 'RB'), ('good', 'JJ'), ('college', 'NN'), ('student', 'NN'), ('need', 'VBP'), ('reliable', 'JJ'), ('easy', 'JJ'), ('use', 'NN'), ('computer', 'NN')]
[('startup', 'RB'), ('30', 'CD'), ('second', 'JJ'), ('shutdown', 'JJ'), ('2', 'CD'), ('4', 'CD'), ('second', 'JJ'), ('resume', 'NN'), ('sleep', 'VBD'), ('0', 'CD'), ('2', 'CD'), ('second', 'JJ')]
[('early', 'RB'), ('may', 'MD'), ('got', 'VB'), ('back', 'RB'), ('time', 'NN'), ('back', 'RP'), ('1', 'CD'), ('day', 'NN'), ('new', 'JJ'), ('issue', 'NN'), ('sent', 'VBD'), ('back', 'RB'), ('6th', 'CD'), ('time', 'NN'), ('expedited', 'VBN'), ('repair', 'NN'), ('supposed', 'VBN'), ('without', 'IN'), ('3', 'CD'), ('day', 'NN'), ('supposed', 'VBD'), ('fixed', 'VBN'), ('senior', 'JJ'), ('tech', 'NN')]
[('previously', 'RB'), ('purchased', 'VBN'), ('13', 'CD'), ('macbook', 'JJ'), ('pro', 'FW'), ('spec', 'FW'), ('aluminum', 'NN'), ('style', 'NN'), ('nvidia', 'NN'), ('9800', 'CD'), ('not', 'RB'), ('mistaken', 'JJ'), ('major', 'JJ'), ('heating', 'VBG'), ('issue', 'NN')]
[('numerous', 'JJ'), ('attempt', 'NN'), ('trying', 'VBG'), ('including', 'VBG'), ('setting', 'VBG'), ('clock', 'NN'), ('bios', 'NNS'), ('setup', 'VBP'), ('directly', 'RB'), ('gave', 'VBD'), ('techie', 'NN')]
[('also', 'RB'), ('use', 'NN'), ('paralles', 'NNS'), ('run', 'VBP'), ('virtual', 'JJ'), ('machine', 'NN'), ('window', 'NN'), ('xp', 'NNP'), ('professional', 'JJ'), ('window', 'NN'), ('7', 'CD'), ('home', 'NN'), ('premium', 'NN'), ('window', 'NN'), ('server', 'RB'), ('enterprise', 'NN'), ('2003', 'CD'), ('window', 'NN'), ('server', 'NN'), ('2008', 'CD'), ('enterprise', 'NN')]
[('good', 'JJ'), ('keyboard', 'NN'), ('long', 'RB'), ('battery', 'JJ'), ('life', 'NN'), ('largest', 'JJS'), ('hard', 'JJ'), ('drive', 'NN'), ('window', 'NN'), ('7', 'CD')]
[('also', 'RB'), ('one', 'CD'), ('user', 'NN'), ('mentioned', 'VBD'), ('edge', 'NN'), ('macbook', 'NN'), ('sharp', 'JJ'), ('money', 'NN'), ('spend', 'VBP'), ('one', 'CD'), ('incase', 'NN'), ('shell', 'NN'), ('not', 'RB'), ('seem', 'VB'), ('problem', 'NN')]
[('great', 'JJ'), ('running', 'VBG'), ('vista', 'NN'), ('business', 'NN'), ('scored', 'VBD'), ('5', 'CD'), ('x', 'NNP'), ('index', 'NN'), ('never', 'RB'), ('seen', 'VBN'), ('window', 'NN'), ('machine', 'NN'), ('total', 'JJ'), ('score', 'NN'), ('5', 'CD')]
[('secure', 'NN'), ('easy', 'JJ'), ('navigate', 'NN')]
[('resolution', 'NN'), ('even', 'RB'), ('higher', 'JJR'), ('laptop', 'JJ'), ('market', 'NN')]
[('10', 'CD'), ('hour', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('web', 'NN'), ('browsing', 'VBG'), ('word', 'NN'), ('editing', 'VBG'), ('making', 'VBG'), ('perfect', 'JJ'), ('classroom', 'NN'), ('office', 'NN'), ('term', 'NN'), ('gaming', 'VBG'), ('movie', 'NN'), ('playing', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('5', 'CD'), ('hour', 'NN')]
[('delivery', 'NN'), ('early', 'RB')]
[('many', 'JJ'), ('wonderful', 'JJ'), ('feature', 'NN'), ('benefit', 'VB'), ('new', 'JJ'), ('macbook', 'NN')]
[('machine', 'NN'), ('bluray', 'NN'), ('player', 'NN'), ('book', 'NN'), ('mention', 'NN'), ('connect', 'NN'), ('hdtv', 'NN')]
[('use', 'NN'), ('computer', 'NN'), ('basically', 'RB'), ('check', 'VB'), ('email', 'JJ'), ('surf', 'NN'), ('web', 'JJ'), ('print', 'NN'), ('coupon', 'NN'), ('college', 'NN'), ('paper', 'NN')]
[('heavy', 'JJ'), ('bulky', 'NNS'), ('hard', 'JJ'), ('carry', 'VBP'), ('size', 'NN')]
[('even', 'RB'), ('like', 'IN'), ('playing', 'VBG'), ('online', 'JJ'), ('game', 'NN'), ('wonderful', 'JJ'), ('feature', 'NN'), ('dualboot', 'NN'), ('window', 'NN')]
[('past', 'JJ'), ('gotten', 'NN'), ('superfine', 'NN'), ('sandpaper', 'NN'), ('fixed', 'VBN'), ('edge', 'NN'), ('rounding', 'VBG')]
[('love', 'NN'), ('size', 'NN'), ('keyboard', 'NN'), ('function', 'NN')]
[('issue', 'NN'), ('1', 'CD'), ('screen', 'NN'), ('video', 'NN'), ('resolution', 'NN'), ('not', 'RB'), ('increase', 'VB'), ('higher', 'JJR'), ('resolution', 'NN'), ('1024', 'CD'), ('x', 'NN'), ('60', 'CD')]
[('laptop', 'JJ'), ('relatively', 'RB'), ('simple', 'JJ'), ('use', 'NN'), ('though', 'IN'), ('bought', 'JJ'), ('mac', 'NN'), ('dummy', 'NN'), ('well', 'RB'), ('worth', 'IN'), ('2', 'CD')]
[('laptop', 'JJ'), ('lightweight', 'VBD'), ('easily', 'RB'), ('carry', 'VBN'), ('around', 'RP'), ('knapsack', 'JJ'), ('full', 'JJ'), ('text', 'NN'), ('book', 'NN'), ('barely', 'RB'), ('add', 'VB'), ('weight', 'NN')]
[('got', 'VBD'), ('assurance', 'RB'), ('2', 'CD'), ('different', 'JJ'), ('people', 'NNS'), ('remaining', 'VBG'), ('10', 'CD'), ('month', 'NN'), ('warranty', 'NN'), ('would', 'MD'), ('transfer', 'VB'), ('new', 'JJ'), ('computer', 'NN')]
[('arm', 'NN'), ('velcro', 'NN'), ('torn', 'VBP'), ('one', 'CD'), ('use', 'NN')]
[('many', 'JJ'), ('great', 'JJ'), ('program', 'NN'), ('ilife', 'NN'), ('iphotos', 'NN'), ('others', 'NNS')]
[('speed', 'NN'), ('incredible', 'JJ'), ('satisfied', 'VBD')]
[('really', 'RB'), ('impressed', 'JJ'), ('quality', 'NN'), ('performance', 'NN'), ('price', 'NN'), ('computer', 'NN')]
[('dell', 'NN'), ('customer', 'NN'), ('disservice', 'NN'), ('insult', 'NN'), ('customer', 'NN'), ('pay', 'NN'), ('good', 'JJ'), ('money', 'NN'), ('shoddy', 'NNS'), ('product', 'NN')]
[('love', 'VB'), ('solid', 'JJ'), ('build', 'NN'), ('light', 'JJ'), ('wt', 'JJ'), ('excellent', 'JJ'), ('battery', 'NN'), ('life', 'NN')]
[('bought', 'VBN'), ('logitech', 'JJ'), ('desktop', 'NN'), ('set', 'VBN'), ('anticipation', 'NN'), ('using', 'VBG'), ('mbp', 'JJ'), ('use', 'NN'), ('touchpad', 'VBD'), ('90', 'CD'), ('time', 'NN')]
[('feature', 'NN'), ('arent', 'NN'), ('friendly', 'JJ'), ('volume', 'NN'), ('wheel', 'NN'), ('sound', 'JJ'), ('quality', 'NN'), ('etc', 'NN')]
[('window', 'NN'), ('7', 'CD'), ('starter', 'JJ'), ('opinion', 'NN'), ('great', 'JJ'), ('way', 'NN'), ('think', 'VBP'), ('using', 'VBG'), ('netbook', 'NN'), ('basic', 'JJ'), ('basic', 'JJ'), ('basic', 'NN')]
[('application', 'NN'), ('called', 'VBN'), ('boot', 'NN'), ('camp', 'NN'), ('allows', 'VBZ'), ('add', 'RP'), ('another', 'DT'), ('o', 'JJ'), ('x', 'NN'), ('like', 'IN'), ('window', 'NN')]
[('apple', 'NN'), ('saving', 'VBG'), ('grace', 'NN'), ('fact', 'NN'), ('least', 'JJS'), ('stand', 'NN'), ('behind', 'IN'), ('product', 'NN'), ('support', 'NN'), ('great', 'JJ'), ('would', 'MD'), ('nice', 'JJ'), ('product', 'NN'), ('reliable', 'JJ'), ('justify', 'NN'), ('premium', 'NN')]
[('even', 'RB'), ('got', 'VBD'), ('teenage', 'JJ'), ('son', 'NN'), ('one', 'CD'), ('feature', 'NN'), ('offer', 'NN'), ('like', 'IN'), ('ichat', 'WP'), ('photobooth', 'DT'), ('garage', 'NN'), ('band', 'NN')]
[('_', 'NN'), ('toshiba', "''"), ('customer', 'NN'), ('service', 'NN'), ('indirectly', 'RB'), ('deal', 'VB'), ('problem', 'NN'), ('constantly', 'RB'), ('tranferring', 'VBG'), ('one', 'CD'), ('country', 'NN'), ('another', 'DT'), ('not', 'RB'), ('kidding', 'VBG'), ('called', 'VBN'), ('different', 'JJ'), ('hour', 'NN'), ('day', 'NN'), ('get', 'VB'), ('someone', 'NN'), ('else', 'RB'), ('another', 'DT'), ('country', 'NN'), ('trying', 'VBG'), ('get', 'VB'), ('tell', 'JJ'), ('life', 'NN'), ('story', 'NN'), ('since', 'IN'), ('make', 'VBP'), ('sound', 'NN'), ('like', 'IN'), ('not', 'RB'), ('history', 'NN'), ('list', 'NN'), ('call', 'NN'), ('right', 'RB'), ('front', 'NN')]
[('overall', 'JJ'), ('build', 'VBP'), ('quality', 'NN'), ('unit', 'NN'), ('excellent', 'JJ'), ('recommend', 'VBP'), ('anyone', 'NN'), ('else', 'RB'), ('looking', 'VBG'), ('netbook', 'NN')]
[('loved', 'VBN'), ('netbook', 'JJ'), ('minus', 'NN'), ('fact', 'NN'), ('window', 'IN'), ('o', 'NN'), ('started', 'VBD'), ('happening', 'VBG')]
[('comfterbale', 'NN'), ('use', 'NN'), ('light', 'JJ'), ('easy', 'JJ'), ('transport', 'NN')]
[('need', 'NN'), ('power', 'NN'), ('mouse', 'IN'), ('cable', 'NN'), ('plug', 'NN'), ('back', 'RB'), ('instead', 'RB'), ('side', 'JJ'), ('way', 'NN'), ('operating', 'VBG'), ('mouse', 'NN'), ('small', 'JJ'), ('area', 'NN')]
[('mostly', 'RB'), ('love', 'VB'), ('drag', 'NN'), ('drop', 'NN'), ('feature', 'NN')]
[('bought', 'JJ'), ('laptop', 'JJ'), ('performance', 'NN'), ('price', 'NN'), ('ratio', 'NN')]
[('searching', 'VBG'), ('online', 'JJ'), ('power', 'NN'), ('supply', 'NN'), ('found', 'VBD'), ('site', 'NN')]
[('compared', 'VBN'), ('similarly', 'RB'), ('spec', 'JJ'), ('pc', 'NN'), ('machine', 'NN'), ('good', 'JJ'), ('value', 'NN'), ('well', 'RB'), ('built', 'VBN'), ('work', 'NN'), ('easily', 'RB'), ('right', 'RB'), ('box', 'NN')]
[('ease', 'NN'), ('use', 'NN'), ('top', 'JJ'), ('service', 'NN'), ('apple', 'NN'), ('phone', 'NN'), ('assistance', 'NN'), ('bellying', 'VBG'), ('genius', 'JJ'), ('bar', 'NN'), ('cannot', 'NN'), ('beat', 'NN')]
[('good', 'JJ'), ('quality', 'NN'), ('well', 'RB'), ('made', 'VBD')]
[('course', 'NN'), ('also', 'RB'), ('several', 'JJ'), ('great', 'JJ'), ('software', 'NN'), ('package', 'NN'), ('came', 'VBD'), ('free', 'JJ'), ('including', 'VBG'), ('iwork', 'NN'), ('garageband', 'NN'), ('imovie', 'NN')]
[('itunes', 'NNS'), ('handy', 'JJ'), ('music', 'NN'), ('management', 'NN'), ('program', 'NN'), ('essential', 'JJ'), ('anyone', 'NN'), ('ipod', 'NN')]
[('speed', 'NN'), ('difference', 'NN'), ('next', 'IN'), ('nothing', 'NN'), ('mac', 'JJ'), ('hard', 'JJ'), ('drive', 'NN'), ('manually', 'RB'), ('upgraded', 'VBD'), ('could', 'MD'), ('buy', 'VB'), ('60', 'CD'), ('500gb', 'CD'), ('external', 'JJ'), ('hard', 'JJ'), ('drive', 'NN')]
[('likely', 'JJ'), ('due', 'JJ'), ('poor', 'JJ'), ('grounding', 'VBG'), ('isolation', 'NN'), ('component', 'NN'), ('hoping', 'VBG'), ('fixed', 'VBN'), ('ground', 'NN'), ('loop', 'NN'), ('isolator', 'NN'), ('still', 'RB'), ('expected', 'VBN'), ('better', 'JJR'), ('product', 'NN'), ('quality', 'NN'), ('price', 'NN'), ('range', 'NN')]
[('upgraded', 'JJ'), ('memory', 'NN'), ('macbook', 'NN'), ('pro', 'FW'), ('never', 'RB'), ('issue', 'NN'), ('running', 'VBG'), ('many', 'JJ'), ('many', 'JJ'), ('application', 'NN')]
[('said', 'VBD'), ('hinge', 'NN'), ('motherboard', 'NN'), ('dismantle', 'JJ'), ('whole', 'JJ'), ('thing', 'NN'), ('tightened', 'VBD')]
[('drawback', 'NN'), ('dirty', 'NN'), ('screen', 'NN'), ('get', 'VBP'), ('rather', 'RB'), ('quickly', 'RB')]
[('mac', 'NN'), ('snow', 'JJ'), ('leopard', 'RB'), ('extremely', 'RB'), ('easy', 'JJ'), ('use', 'NN'), ('although', 'IN'), ('different', 'JJ'), ('win', 'NNS'), ('xp', 'VBP'), ('visa', 'JJ'), ('win7', 'NN')]
[('system', 'NN'), ('fixed', 'VBD')]
[('setting', 'VBG'), ('would', 'MD'), ('change', 'VB'), ('reason', 'NN'), ('screen', 'NN'), ('size', 'NN'), ('would', 'MD'), ('change', 'VB'), ('like', 'IN'), ('pixel', 'NN'), ('size', 'NN'), ('whatnot', 'NN')]
[('vista', 'NN'), ('unable', 'JJ'), ('install', 'JJ'), ('uninstall', 'JJ'), ('program', 'NN')]
[('short', 'JJ'), ('space', 'NN'), ('downloads', 'NNS'), ('always', 'RB'), ('problem', 'NN'), ('completed', 'VBN'), ('said', 'VBD'), ('corrupted', 'VBN')]
[('call', 'NN'), ('hp', 'NN'), ('ask', 'JJ'), ('recovery', 'NN'), ('disk', 'NN'), ('computer', 'NN'), ('not', 'RB'), ('come', 'VB'), ('one', 'CD'), ('completely', 'RB'), ('redo', 'VB')]
[('run', 'VB'), ('dreamweaver', 'RP'), ('final', 'JJ'), ('cut', 'NN'), ('pro', 'JJ'), ('7', 'CD'), ('photoshop', 'NN'), ('safari', 'NN'), ('firefox', 'NN'), ('msn', 'NN'), ('messenger', 'NN'), ('application', 'NN'), ('constantly', 'RB'), ('time', 'NN')]
[('installed', 'VBN'), ('feature', 'NN'), ('certain', 'JJ'), ('printer', 'NN'), ('software', 'NN'), ('also', 'RB'), ('attractive', 'JJ')]
[('run', 'VB'), ('dreamweaver', 'RP'), ('final', 'JJ'), ('cut', 'NN'), ('pro', 'JJ'), ('7', 'CD'), ('photoshop', 'NN'), ('safari', 'NN'), ('firefox', 'NN'), ('msn', 'NN'), ('messenger', 'NN'), ('application', 'NN'), ('constantly', 'RB'), ('time', 'NN')]
[('ibook', 'NN'), ('backup', 'NN'), ('also', 'RB'), ('us', 'PRP'), ('firewire', 'VBP'), ('connection', 'NN')]
[('see', 'VB'), ('macbook', 'JJ'), ('pro', 'FW'), ('different', 'JJ'), ('may', 'MD'), ('huge', 'JJ'), ('price', 'NN'), ('tag', 'NN'), ('come', 'VBP'), ('full', 'JJ'), ('software', 'NN'), ('would', 'MD'), ('actually', 'RB'), ('need', 'VB'), ('free', 'JJ'), ('future', 'NN'), ('update', 'NN')]
[('laptop', 'NN'), ('advertised', 'VBD'), ('15', 'CD'), ('casing', 'VBG'), ('look', 'NN'), ('like', 'IN'), ('17', 'CD')]
[('brand', 'NN'), ('itunes', 'NNS'), ('become', 'VBP'), ('ingrained', 'JJ'), ('lexicon', 'JJ'), ('keep', 'VB'), ('mind', 'NN'), ('apple', 'NN'), ('started', 'VBD')]
[('ease', 'NN'), ('use', 'NN'), ('top', 'JJ'), ('service', 'NN'), ('apple', 'NN'), ('phone', 'NN'), ('assistance', 'NN'), ('bellying', 'VBG'), ('genius', 'JJ'), ('bar', 'NN'), ('cannot', 'NN'), ('beat', 'NN')]
[('screen', 'JJ'), ('graphic', 'JJ'), ('clarity', 'NN'), ('sharpness', 'NN'), ('great', 'JJ')]
[('connect', 'NN'), ('lacie', 'VBZ'), ('2big', 'CD'), ('external', 'JJ'), ('drive', 'NN'), ('via', 'IN'), ('firewire', 'NN'), ('800', 'CD'), ('interface', 'NN'), ('useful', 'JJ'), ('time', 'NN'), ('machine', 'NN')]
[('_', 'NN'), ('also', 'RB'), ('alot', 'RB'), ('trouble', 'NN'), ('shift', 'NN'), ('key', 'JJ'), ('go', 'VBP'), ('line', 'NN')]
[('researched', 'VBN'), ('found', 'VBD'), ('best', 'JJS'), ('price', 'NN'), ('macconnection', 'NN')]
[('called', 'VBN'), ('repair', 'NN'), ('depot', 'NN'), ('told', 'VBD'), ('would', 'MD'), ('send', 'VB'), ('new', 'JJ'), ('box', 'NN'), ('return', 'VBP'), ('computer', 'NN'), ('repair', 'NN'), ('depot', 'NN')]
[('good', 'JJ'), ('keyboard', 'NN'), ('long', 'RB'), ('battery', 'JJ'), ('life', 'NN'), ('largest', 'JJS'), ('hard', 'JJ'), ('drive', 'NN'), ('window', 'NN'), ('7', 'CD')]
[('overall', 'JJ'), ('laptop', 'JJ'), ('definitely', 'RB'), ('keeper', 'JJ'), ('simple', 'NN'), ('yet', 'RB'), ('stylish', 'JJ'), ('design', 'NN'), ('array', 'NN'), ('fantastic', 'JJ'), ('color', 'NN'), ('choose', 'NN')]
[('everything', 'NN'), ('design', 'NN'), ('o', 'RB'), ('simple', 'JJ'), ('point', 'NN')]
[('said', 'VBD'), ('hinge', 'NN'), ('motherboard', 'NN'), ('dismantle', 'JJ'), ('whole', 'JJ'), ('thing', 'NN'), ('tightened', 'VBD')]
[('hardware', 'NN'), ('problem', 'NN')]
[('impressed', 'JJ'), ('programming', 'VBG'), ('including', 'VBG'), ('iphoto', 'NN')]
[('window', 'NN'), ('linux', 'VBZ'), ('user', 'JJ'), ('love', 'NN'), ('size', 'NN'), ('screen', 'NN'), ('big', 'JJ'), ('enough', 'RB'), ('use', 'NN'), ('internet', 'NN'), ('artwork', 'NN'), ('yet', 'RB'), ('small', 'JJ'), ('enough', 'RB'), ('reasonably', 'RB'), ('portable', 'JJ')]
[('another', 'DT'), ('thing', 'NN'), ('month', 'NN'), ('left', 'VBD'), ('mouse', 'NN'), ('key', 'JJ'), ('broke', 'VBD'), ('costed', 'JJ'), ('175', 'CD'), ('send', 'JJ'), ('fix', 'NN')]
[('moral', 'JJ'), ('story', 'NN'), ('not', 'RB'), ('buy', 'VB'), ('anything', 'NN'), ('company', 'NN'), ('not', 'RB'), ('respect', 'VB'), ('customer', 'NN')]
[('graphic', 'JJ'), ('awful', 'JJ'), ('warranty', 'NN'), ('not', 'RB'), ('even', 'RB'), ('worth', 'JJ'), ('cheap', 'JJ'), ('payment', 'NN'), ('computer', 'NN')]
[('aspire', 'NN'), ('wont', 'VBD'), ('even', 'RB'), ('boot', 'JJ'), ('past', 'JJ'), ('acer', 'NN'), ('screen', 'NN'), ('droid', 'NN'), ('tried', 'VBD'), ('motorola', 'JJ'), ('htc', 'NN'), ('plugged', 'VBD'), ('usb', 'JJ'), ('port', 'NN')]
[('_', 'JJ'), ('worse', 'JJR'), ('price', 'NN'), ('could', 'MD'), ('get', 'VB'), ('netbook', 'JJ'), ('outperforms', 'NNS'), ('machine', 'NN')]
[('in_november', 'VB'), ('computer', 'NN'), ('messed', 'VBN'), ('entirely', 'RB'), ('not', 'RB'), ('power', 'NN'), ('intalling', 'VBG'), ('window', 'JJ'), ('update', 'JJ'), ('hd', 'NN'), ('flashed', 'VBD'), ('lost', 'VBD'), ('everything', 'NN'), ('including', 'VBG'), ('school', 'NN'), ('assignment', 'NN'), ('irriplaceable', 'JJ'), ('picture', 'NN'), ('digital', 'JJ'), ('format', 'JJ'), ('several', 'JJ'), ('thing', 'NN'), ('update', 'NN'), ('installed', 'VBD'), ('reason', 'NN'), ('unable', 'JJ'), ('roll', 'NN'), ('back', 'RB'), ('driver', 'NN'), ('everything', 'NN'), ('earlier', 'RBR'), ('working', 'VBG'), ('condition', 'NN'), ('update', 'NN'), ('installed', 'VBD'), ('deleted', 'JJ'), ('history', 'NN')]
[('called', 'VBN'), ('repair', 'NN'), ('depot', 'NN'), ('told', 'VBD'), ('would', 'MD'), ('send', 'VB'), ('new', 'JJ'), ('box', 'NN'), ('return', 'VBP'), ('computer', 'NN'), ('repair', 'NN'), ('depot', 'NN')]
[('screen', 'JJ'), ('keyboard', 'NN'), ('mouse', 'NN'), ('cant', 'NN'), ('see', 'VBP'), ('spending', 'VBG'), ('extra', 'JJ'), ('money', 'NN'), ('jump', 'NN'), ('mac', 'RB'), ('beautiful', 'JJ'), ('screen', 'JJ'), ('responsive', 'JJ'), ('island', 'NN'), ('backlit', 'NN'), ('keyboard', 'NN'), ('fun', 'NN'), ('multi', 'NN'), ('touch', 'NN'), ('mouse', 'IN'), ('worth', 'JJ'), ('extra', 'JJ'), ('money', 'NN'), ('alone', 'RB')]
[('downfall', 'JJ'), ('volume', 'NN'), ('control', 'NN')]
[('screen', 'JJ'), ('nice', 'JJ'), ('side', 'NN'), ('view', 'NN'), ('angle', 'IN'), ('pretty', 'RB'), ('good', 'JJ')]
[('little', 'JJ'), ('weary', 'JJ'), ('purchasing', 'NN'), ('another', 'DT'), ('13', 'CD'), ('macbook', 'NN'), ('almost', 'RB'), ('2', 'CD'), ('year', 'NN'), ('later', 'RB'), ('look', 'VBP'), ('like', 'IN'), ('newer', 'JJR'), ('macbooks', 'NNS'), ('gotten', 'VBP'), ('current', 'JJ'), ('line', 'NN'), ('graphic', 'JJ'), ('card', 'NN'), ('order', 'NN'), ('time', 'NN'), ('around', 'IN')]
[('love', 'VB'), ('multi', 'NN'), ('touch', 'NN'), ('trackpad', 'NN')]
[('powerbook', 'NN'), ('g4', 'NN'), ('would', 'MD'), ('never', 'RB'), ('use', 'VB'), ('trackpad', 'NN'), ('would', 'MD'), ('use', 'VB'), ('external', 'JJ'), ('mouse', 'NN'), ('like', 'IN'), ('trackpad', 'NN')]
[('cd', 'NN'), ('drive', 'NN'), ('computer', 'NN'), ('defeat', 'NN'), ('purpose', 'JJ'), ('keeping', 'VBG'), ('file', 'JJ'), ('cd', 'NN')]
[('included', 'VBN'), ('extra', 'JJ'), ('sony', 'NN'), ('sonic', 'JJ'), ('stage', 'NN'), ('software', 'NN'), ('speaker', 'NN'), ('subwoofer', 'NN'), ('got', 'VBD'), ('worth', 'JJ'), ('money', 'NN'), ('bluetooth', 'NN'), ('mouse', 'VBP'), ('supposedly', 'RB'), ('bluetooth', 'RB'), ('enabled', 'VBN'), ('computer', 'NN'), ('extended', 'VBD'), ('life', 'NN'), ('battery', 'NN'), ('docking', 'VBG'), ('port', 'NN')]
[('first', 'RB'), ('computer', 'NN'), ('seemed', 'VBD'), ('great', 'JJ'), ('deal', 'NN'), ('seemingly', 'RB'), ('high', 'JJ'), ('end', 'NN'), ('spec', 'VBD'), ('low', 'JJ'), ('low', 'JJ'), ('price', 'NN')]
[('also', 'RB'), ('purchased', 'VBN'), ('iwork', 'NN'), ('go', 'VBP'), ('program', 'NN'), ('word', 'NN'), ('processing', 'VBG'), ('spreadsheet', 'NN'), ('presentation', 'NN'), ('similar', 'JJ'), ('microsoft', 'JJ'), ('office', 'NN')]
[('lifelong', 'RB'), ('window', 'JJ'), ('user', 'RBR'), ('extremely', 'RB'), ('pleased', 'JJ'), ('make', 'NN'), ('change', 'NN'), ('mac', 'NN')]
[('everything', 'NN'), ('mac', 'NN'), ('not', 'RB'), ('visually', 'RB'), ('appealing', 'VBG'), ('easy', 'JJ'), ('use', 'NN')]
[('keyboard', 'NN'), ('like', 'IN'), ('laptop', 'JJ'), ('keyboard', 'NN')]
[('computer', 'NN'), ('used', 'VBN'), ('daily', 'JJ'), ('nice', 'JJ'), ('compact', 'JJ'), ('design', 'NN')]
[('thing', 'NN'), ('trackpad', 'NNS'), ('make', 'VBP'), ('navigating', 'VBG'), ('around', 'RP'), ('computer', 'NN'), ('program', 'NN'), ('much', 'JJ'), ('simpler', 'NN'), ('quicker', 'NN'), ('easier', 'JJR')]
[('_', 'NNS'), ('actually', 'RB'), ('contact', 'VBP'), ('toshiba', 'JJ'), ('started', 'VBD'), ('problem', 'NN'), ('given', 'VBN'), ('run', 'VBP'), ('around', 'RB'), ('supplied', 'VBN'), ('serial', 'JJ'), ('number', 'NN'), ('order', 'NN'), ('delay', 'NN'), ('sending', 'VBG'), ('laptop', 'JJ'), ('warrenty', 'NN'), ('expired', 'VBD')]
[('feature', 'NN'), ('great', 'JJ'), ('thing', 'NN'), ('need', 'NN'), ('better', 'RBR'), ('speaker', 'NN')]
[('turned', 'VBN'), ('email', 'JJ'), ('next', 'JJ'), ('vain', 'NN'), ('help', 'NN'), ('get', 'VB'), ('acknowledge', 'JJ'), ('warranty', 'NN'), ('still', 'RB'), ('valid', 'JJ')]
[('great', 'JJ'), ('value', 'NN'), ('fast', 'RB'), ('delivery', 'NN'), ('computer', 'NN'), ('work', 'NN'), ('brand', 'NN'), ('new', 'JJ'), ('problem', 'NN'), ('pleased', 'VBD')]
[('willing', 'JJ'), ('pay', 'NN'), ('another', 'DT'), ('200', 'CD'), ('dollar', 'NN'), ('window', 'NN'), ('disc', 'NN')]
[('feature', 'NN'), ('power', 'NN'), ('wanted', 'VBD'), ('replace', 'VB'), ('desktop', 'JJ'), ('machine', 'NN')]
[('macbook', 'VB'), ('start', 'NN'), ('fast', 'IN'), ('not', 'RB'), ('crash', 'JJ'), ('fantastic', 'JJ'), ('display', 'NN'), ('small', 'JJ'), ('light', 'VBD'), ('13', 'CD'), ('3', 'CD'), ('model', 'NN'), ('not', 'RB'), ('always', 'RB'), ('complaining', 'VBG'), ('update', 'JJ'), ('lost', 'VBN'), ('connection', 'NN'), ('error', 'NN'), ('blue', 'NN'), ('screen', 'NN'), ('etc', 'NN')]
[('battery', 'NN'), ('hold', 'NN'), ('well', 'RB'), ('built', 'VBN'), ('solidly', 'RB'), ('run', 'VB'), ('fast', 'RB')]
[('feature', 'NN'), ('arent', 'NN'), ('friendly', 'JJ'), ('volume', 'NN'), ('wheel', 'NN'), ('sound', 'JJ'), ('quality', 'NN'), ('etc', 'NN')]
[('apparently', 'RB'), ('well', 'RB'), ('built', 'VBN'), ('gorgeous', 'JJ'), ('look', 'NN'), ('i5', 'JJ'), ('macbook', 'NN'), ('pro', 'JJ'), ('winning', 'VBG'), ('combination', 'NN'), ('price', 'NN'), ('performance', 'NN')]
[('machine', 'NN'), ('not', 'RB'), ('connect', 'JJ'), ('toshiba', 'NNS'), ('say', 'VBP'), ('replace', 'VB'), ('connection', 'NN'), ('card', 'NN'), ('may', 'MD'), ('warranty', 'VB'), ('repair', 'NN'), ('30', 'CD'), ('day', 'NN'), ('warranty', 'VBD'), ('even', 'RB'), ('though', 'IN'), ('constant', 'JJ'), ('5', 'CD'), ('month', 'NN'), ('occurance', 'NN'), ('since', 'IN'), ('bought', 'VBD'), ('netbook', 'NN')]
[('program', 'NN'), ('keynote', 'NN'), ('page', 'NN'), ('number', 'NN'), ('option', 'NN'), ('save', 'VBP'), ('document', 'NN'), ('microsoft', 'NN'), ('compatible', 'JJ'), ('really', 'RB'), ('eliminates', 'VBZ'), ('need', 'VBP'), ('actual', 'JJ')]
[('stopped', 'VBD'), ('booting', 'VBG'), ('le', 'JJ'), ('week', 'NN'), ('one', 'CD'), ('year', 'NN'), ('warranty', 'NN')]
[('mac', 'JJ'), ('version', 'NN'), ('microsoft', 'NNP'), ('office', 'NN'), ('cheaper', 'NN'), ('buying', 'VBG'), ('actual', 'JJ'), ('work', 'NN'), ('well', 'RB')]
[('cord', 'NN'), ('coming', 'VBG'), ('right', 'JJ'), ('power', 'NN'), ('plus', 'CC'), ('cord', 'NN'), ('coming', 'VBG'), ('front', 'JJ'), ('headphone', 'NN'), ('mic', 'JJ'), ('plus', 'CC'), ('network', 'NN'), ('connection', 'NN'), ('left', 'VBD'), ('make', 'JJ'), ('messy', 'JJ'), ('setup', 'NN'), ('cord', 'NN'), ('going', 'VBG'), ('every', 'DT'), ('direction', 'NN')]
[('mac', 'NN'), ('also', 'RB'), ('many', 'JJ'), ('apps', 'JJ'), ('program', 'NN'), ('quite', 'RB'), ('cheap', 'JJ'), ('free', 'JJ')]
[('high', 'JJ'), ('quality', 'NN'), ('killer', 'NN'), ('gui', 'NN'), ('extremely', 'RB'), ('stable', 'JJ'), ('highly', 'RB'), ('expandable', 'JJ'), ('bundled', 'VBN'), ('lot', 'NN'), ('good', 'JJ'), ('application', 'NN'), ('easy', 'JJ'), ('use', 'NN'), ('absolutely', 'RB'), ('gorgeous', 'JJ')]
[('wiped', 'JJ'), ('several', 'JJ'), ('program', 'NN'), ('installed', 'VBN'), ('computer', 'NN'), ('bought', 'VBD')]
[('best', 'RB'), ('world', 'NN'), ('power', 'NN'), ('ease', 'NN'), ('mac', 'NN')]
[('purchased', 'VBN'), ('major', 'JJ'), ('electronics', 'NNS'), ('store', 'VBP'), ('took', 'VBD'), ('service', 'NN'), ('department', 'NN'), ('find', 'NN'), ('problem', 'NN')]
[('next', 'JJ'), ('acer', 'NN'), ('laptop', 'JJ'), ('fan', 'NN'), ('bottom', 'NN'), ('right', 'RB'), ('laptop', 'NN')]
[('wish', 'JJ'), ('toshiba', 'NN'), ('would', 'MD'), ('allow', 'VB'), ('customer', 'NN'), ('select', 'NN'), ('option', 'NN'), ('boot', 'NN'), ('o', 'IN'), ('setup', 'NN'), ('remove', 'VBP'), ('unnecessary', 'JJ'), ('stuff', 'NN')]
[('well', 'RB'), ('built', 'VBN')]
[('niece', 'RB'), ('nephew', 'JJ'), ('played', 'VBN'), ('web', 'NN'), ('game', 'NN'), ('run', 'VB'), ('anything', 'NN'), ('not', 'RB'), ('require', 'VB'), ('dedicated', 'JJ'), ('video', 'NN'), ('card', 'NN')]
[('also', 'RB'), ('capable', 'JJ'), ('moderate', 'JJ'), ('video', 'NN'), ('editing', 'VBG'), ('although', 'IN'), ('may', 'MD'), ('need', 'VB'), ('performance', 'NN'), ('boost', 'NN'), ('larger', 'JJR'), ('macbook', 'JJ'), ('pro', 'FW'), ('heavy', 'JJ'), ('duty', 'NN'), ('mobile', 'JJ'), ('video', 'NN'), ('editing', 'VBG')]
[('downfall', 'NN'), ('lot', 'NN'), ('software', 'NN'), ('not', 'RB'), ('work', 'VB'), ('mac', 'RB'), ('iwork', 'NN'), ('not', 'RB'), ('worth', 'JJ'), ('price', 'NN')]
[('need', 'NN'), ('machine', 'NN'), ('surfing', 'VBG'), ('email', 'JJ'), ('checking', 'NN'), ('word', 'NN'), ('processing', 'NN'), ('watching', 'VBG'), ('movie', 'NN'), ('two', 'CD'), ('machine', 'NN'), ('want', 'VBP')]
[('like', 'IN'), ('price', 'NN'), ('operation', 'NN')]
[('13', 'CD'), ('macbook', 'JJ'), ('pro', 'JJ'), ('fit', 'NN'), ('budget', 'NN'), ('free', 'JJ'), ('shipping', 'NN'), ('tax', 'NN'), ('ca', 'MD'), ('best', 'VB'), ('price', 'NN'), ('get', 'NN'), ('great', 'JJ'), ('product', 'NN')]
[('thing', 'NN'), ('not', 'RB'), ('perfect', 'JJ'), ('netbook', 'NN'), ('speaker', 'NN'), ('not', 'RB'), ('loud', 'JJ'), ('expected', 'VBN')]
[('first', 'RB'), ('full', 'JJ'), ('charge', 'NN'), ('battery', 'NN'), ('got', 'VBD'), ('2', 'CD'), ('full', 'JJ'), ('hour', 'NN')]
[('suffice', 'NNS'), ('say', 'VBP'), ('macbook', 'JJ'), ('pro', 'JJ'), ('keep', 'FW'), ('going', 'VBG'), ('long', 'JJ'), ('battery', 'NN'), ('life', 'NN'), ('blazing', 'VBG'), ('speed', 'NN')]
[('cord', 'NN'), ('coming', 'VBG'), ('right', 'JJ'), ('power', 'NN'), ('plus', 'CC'), ('cord', 'NN'), ('coming', 'VBG'), ('front', 'JJ'), ('headphone', 'NN'), ('mic', 'JJ'), ('plus', 'CC'), ('network', 'NN'), ('connection', 'NN'), ('left', 'VBD'), ('make', 'JJ'), ('messy', 'JJ'), ('setup', 'NN'), ('cord', 'NN'), ('going', 'VBG'), ('every', 'DT'), ('direction', 'NN')]
[('either', 'DT'), ('computer', 'NN'), ('slow', 'VBP'), ('detect', 'NN'), ('key', 'NN'), ('typed', 'VBD'), ('unlikely', 'JJ'), ('slow', 'JJ'), ('typist', 'NN'), ('keyboard', 'NN'), ('simply', 'RB'), ('not', 'RB'), ('detect', 'VB'), ('key', 'NN'), ('typed', 'VBD')]
[('computer', 'NN'), ('issue', 'NN'), ('keyboard', 'VBD'), ('lost', 'VBN'), ('half', 'NN'), ('keyboard', 'NN'), ('function', 'NN')]
[('tried', 'JJ'), ('make', 'VBP'), ('recovey', 'JJ'), ('disk', 'NN'), ('wouldnt', 'NN'), ('get', 'NN'), ('passed', 'VBN'), ('first', 'JJ'), ('recovery', 'NN'), ('disk', 'NN')]
[('previous', 'JJ'), ('laptop', 'JJ'), ('pc', 'NN'), ('still', 'RB'), ('mac', 'VBZ'), ('osx', 'JJ'), ('clean', 'JJ'), ('smooth', 'NN'), ('operating', 'VBG'), ('system', 'NN')]
[('brief', 'NN'), ('summary', 'JJ'), ('would', 'MD'), ('say', 'VB'), ('would', 'MD'), ('not', 'RB'), ('recommend', 'VB'), ('dell', 'NN'), ('vostro', 'IN'), ('1000', 'CD'), ('anyone', 'NN'), ('due', 'JJ'), ('right', 'RB'), ('awful', 'JJ'), ('setup', 'JJ'), ('opinion', 'NN'), ('steer', 'NN'), ('clear', 'JJ'), ('want', 'VBP'), ('decent', 'JJ'), ('laptop', 'NN')]
[('_', 'NN'), ('taking', 'VBG'), ('back', 'RP'), ('best', 'JJS'), ('buy', 'NN'), ('found', 'VBD'), ('tiny', 'JJ'), ('plastic', 'JJ'), ('piece', 'NN'), ('inside', 'IN'), ('broken', 'JJ'), ('manuf', 'NNS'), ('issue', 'NN')]
[('die', 'RB'), ('hard', 'JJ'), ('window', 'NN'), ('enthusiast', 'NN'), ('shunned', 'VBD'), ('idea', 'NN'), ('mac', 'NN'), ('point', 'NN')]
[('easy', 'JJ'), ('anyone', 'NN'), ('use', 'NN'), ('apple', 'NN'), ('specially', 'RB'), ('mcbook', 'JJ'), ('pro', 'JJ'), ('notebook', 'NN')]
[('system', 'NN'), ('come', 'VB'), ('not', 'RB'), ('work', 'VB'), ('properly', 'RB'), ('trying', 'VBG'), ('fix', 'NN'), ('problem', 'NN'), ('started', 'VBD'), ('not', 'RB'), ('working', 'VBG')]
[('plug', 'NN'), ('22', 'CD'), ('monitor', 'NN'), ('speedy', 'NN'), ('macosx', 'NN'), ('performs', 'NNS'), ('well', 'RB'), ('dual', 'JJ'), ('core', 'NN'), ('dell', 'NN'), ('window', 'VBZ'), ('7', 'CD'), ('quad', 'NN'), ('core', 'NN')]
[('everything', 'NN'), ('fine', 'JJ'), ('machine', 'NN'), ('speed', 'NN'), ('capacity', 'NN'), ('build', 'VBP')]
[('called', 'VBN'), ('headquarters', 'NNS'), ('report', 'NN'), ('tft', 'VBD'), ('panel', 'NN'), ('broken', 'NN'), ('fixed', 'VBN'), ('end', 'NN'), ('week', 'NN'), ('week', 'NN'), ('3', 'CD')]
[('not', 'RB'), ('feel', 'VB'), ('comfortable', 'JJ'), ('buy', 'NN'), ('case', 'NN'), ('happy', 'JJ'), ('plus', 'CC'), ('look', 'JJ'), ('nice', 'JJ'), ('bought', 'VBD'), ('white', 'JJ'), ('one', 'CD'), ('best', 'JJS'), ('buy', 'NN')]
[('charge', 'NN'), ('night', 'NN'), ('skip', 'NN'), ('taking', 'VBG'), ('cord', 'NN'), ('good', 'JJ'), ('battery', 'NN'), ('life', 'NN')]
[('also', 'RB'), ('space', 'NN'), ('bar', 'NN'), ('make', 'VBP'), ('noisy', 'JJ'), ('click', 'NN'), ('every', 'DT'), ('time', 'NN'), ('use', 'NN')]
[('game', 'NN'), ('included', 'VBD'), ('good', 'JJ'), ('game', 'NN')]
[('looked', 'VBN'), ('around', 'IN'), ('based', 'VBN'), ('price', 'NN'), ('feature', 'NN'), ('comparison', 'NN'), ('brand', 'NN'), ('trusted', 'VBD'), ('landed', 'VBD')]
[('price', 'NN'), ('premium', 'NN'), ('little', 'JJ'), ('much', 'JJ'), ('start', 'NN'), ('looking', 'VBG'), ('feature', 'NN'), ('worth', 'NN'), ('added', 'VBD'), ('cash', 'NN')]
[('improvement', 'NN'), ('o', 'NN'), ('relatively', 'RB'), ('gradual', 'JJ'), ('substantive', 'NN')]
[('wish', 'JJ'), ('iwork', 'NN'), ('m', 'NN'), ('office', 'NN'), ('came', 'VBD'), ('mac', 'NNP'), ('m', 'NNP'), ('office', 'NN'), ('not', 'RB'), ('even', 'RB'), ('come', 'JJ'), ('pc', 'NN'), ('laptop', 'NN')]
[('temperature', 'NN'), ('outside', 'JJ'), ('alright', 'VBD'), ('not', 'RB'), ('track', 'VB'), ('core', 'NN'), ('processing', 'NN'), ('unit', 'NN'), ('temperature', 'NN')]
[('window', 'JJ'), ('laptop', 'JJ'), ('wireless', 'NN'), ('mouse', 'IN'), ('absolute', 'NN'), ('must', 'MD')]
[('battery', 'NN'), ('not', 'RB'), ('upgradable', 'JJ'), ('longer', 'RBR'), ('life', 'NN'), ('battery', 'NN')]
[('laptop', 'JJ'), ('look', 'NN'), ('great', 'JJ'), ('surface', 'NN'), ('17', 'CD'), ('inch', 'NN'), ('screen', 'RB'), ('good', 'JJ'), ('price', 'NN'), ('point', 'NN'), ('nice', 'JJ'), ('appearance', 'NN'), ('boot', 'NN'), ('quickly', 'RB'), ('run', 'VB'), ('fast', 'RB'), ('etc', 'NN')]
[('played', 'VBN'), ('various', 'JJ'), ('game', 'NN'), ('without', 'IN'), ('problem', 'NN'), ('ran', 'NN'), ('aero', 'NN'), ('smoothly', 'RB'), ('flawlessly', 'RB')]
[('not', 'RB'), ('serious', 'JJ'), ('gaming', 'VBG'), ('laptop', 'JJ'), ('serious', 'JJ'), ('medium', 'NN'), ('machine', 'NN')]
[('loaded', 'VBN'), ('window', 'NN'), ('7', 'CD'), ('via', 'IN'), ('bootcamp', 'NN'), ('work', 'NN'), ('flawlessly', 'RB')]
[('fast', 'RB'), ('great', 'JJ'), ('visual', 'JJ')]
[('not', 'RB'), ('even', 'RB'), ('software', 'NN'), ('play', 'NN'), ('dvd', 'NN')]
[('find', 'RB'), ('many', 'JJ'), ('laptop', 'JJ'), ('performance', 'NN'), ('even', 'RB'), ('better', 'RBR'), ('lower', 'JJR'), ('price', 'NN'), ('cannot', 'NNS'), ('find', 'VB'), ('look', 'NN'), ('easy', 'JJ'), ('application', 'NN'), ('experience', 'NN'), ('mac', 'NN')]
[('not', 'RB'), ('mention', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('absolutely', 'RB'), ('amazing', 'JJ')]
[('absolutely', 'RB'), ('horrible', 'JJ'), ('use', 'NN'), ('despite', 'IN'), ('called', 'VBN'), ('advanced', 'JJ'), ('feature', 'NN')]
[('week', 'NN'), ('finally', 'RB'), ('got', 'VBD'), ('back', 'RB'), ('told', 'VBN'), ('motherboard', 'NN'), ('failed', 'VBD'), ('installed', 'JJ'), ('new', 'JJ'), ('motherboard', 'NN')]
[('switchable', 'JJ'), ('graphic', 'JJ'), ('card', 'NN'), ('pretty', 'RB'), ('sweet', 'JJ'), ('want', 'VBP'), ('gaming', 'VBG'), ('laptop', 'NN')]
[('upgraded', 'JJ'), ('memory', 'NN'), ('replaced', 'VBD'), ('base', 'NN'), ('window', 'NN'), ('7', 'CD'), ('starter', 'NN'), ('win', 'VBP'), ('7', 'CD'), ('home', 'NN'), ('run', 'NN'), ('fine', 'NN')]
[('great', 'JJ'), ('computer', 'NN'), ('light', 'VBD'), ('home', 'NN'), ('use', 'NN'), ('business', 'NN'), ('use', 'NN')]
[('love', 'NN'), ('size', 'NN'), ('screen', 'NN'), ('although', 'IN'), ('still', 'RB'), ('lightweight', 'JJ'), ('easy', 'JJ'), ('tote', 'NN'), ('around', 'IN')]
[('whenever', 'WDT'), ('tried', 'JJ'), ('turn', 'NN'), ('would', 'MD'), ('restart', 'VB'), ('soon', 'RB'), ('bios', 'NNS'), ('launched', 'VBD'), ('window', 'JJ'), ('winblows', 'NNS'), ('like', 'IN'), ('ot', 'NN'), ('call', 'NN')]
[('friend', 'NN'), ('replace', 'VB'), ('entire', 'JJ'), ('motherboard', 'NN'), ('wife', 'NN'), ('look', 'NN'), ('like', 'IN'), ('well', 'RB')]
[('graphic', 'JJ'), ('clean', 'JJ'), ('sharp', 'JJ'), ('internet', 'NN'), ('interface', 'NN'), ('seamless', 'NN')]
[('thing', 'NN'), ('using', 'VBG'), ('document', 'JJ'), ('creation', 'NN'), ('apple', 'NN'), ('doesnt', 'NN'), ('provide', 'VBP'), ('kind', 'NN'), ('word', 'NN'), ('processor', 'NN'), ('work', 'NN'), ('window', 'NN'), ('iwork', 'NN'), ('cheap', 'RB'), ('compared', 'VBN'), ('office', 'NN')]
[('returned', 'VBN'), ('laptop', 'JJ'), ('repair', 'NN'), ('2nd', 'CD'), ('time', 'NN'), ('came', 'VBD'), ('back', 'RB'), ('obvious', 'JJ'), ('physical', 'JJ'), ('damage', 'NN'), ('keyboard', 'NN'), ('bulging', 'VBG'), ('speaker', 'NN'), ('grill', 'NN'), ('pressed', 'VBN'), ('button', 'NN'), ('not', 'RB'), ('working', 'VBG'), ('usb', 'JJ'), ('port', 'NN'), ('inoperative', 'NN')]
[('not', 'RB'), ('version', 'NN'), ('program', 'NN'), ('able', 'JJ'), ('saved', 'VBD'), ('worked', 'JJ'), ('opened', 'JJ'), ('pc', 'NN'), ('mac', 'JJ'), ('version', 'NN'), ('program', 'NN'), ('mac', 'NN'), ('graphically', 'RB'), ('functionally', 'RB'), ('superior', 'JJ')]
[('vista', 'NN'), ('unable', 'JJ'), ('install', 'JJ'), ('uninstall', 'JJ'), ('program', 'NN')]
[('fast', 'RB'), ('easy', 'JJ'), ('easy', 'JJ'), ('easy', 'JJ'), ('set', 'VBN'), ('easy', 'JJ'), ('hook', 'NN'), ('wireless', 'NN'), ('network', 'NN')]
[('plenty', 'JJ'), ('memory', 'NN'), ('lot', 'NN'), ('hard', 'JJ'), ('drive', 'NN'), ('great', 'JJ'), ('graphic', 'JJ')]
[('nicely', 'RB'), ('sized', 'VBN'), ('laptop', 'JJ'), ('lot', 'NN'), ('processing', 'VBG'), ('power', 'NN'), ('long', 'RB'), ('battery', 'JJ'), ('life', 'NN')]
[('_', 'NN'), ('fixed', 'VBN'), ('dc', 'JJ'), ('jack', 'NN'), ('inside', 'IN'), ('unit', 'NN'), ('rewired', 'VBD'), ('dc', 'JJ'), ('jack', 'NN'), ('outside', 'IN'), ('laptop', 'NN'), ('replaced', 'VBD'), ('power', 'NN'), ('brick', 'NN')]
[('not', 'RB'), ('even', 'RB'), ('get', 'VB'), ('satellite', 'JJ'), ('card', 'NN'), ('bought', 'VBD'), ('begin', 'NN')]
[('also', 'RB'), ('not', 'RB'), ('like', 'IN'), ('loud', 'JJ'), ('noise', 'NN'), ('made', 'VBD'), ('bottom', 'JJ'), ('computer', 'NN'), ('would', 'MD'), ('get', 'VB'), ('really', 'RB'), ('hot', 'JJ')]
[('_', 'RB'), ('numerous', 'JJ'), ('problem', 'NN'), ('vista', 'NN'), ('adobe', 'NN'), ('flash', 'NN'), ('player', 'NN'), ('quits', 'NNS'), ('uninstalled', 'VBD'), ('reinsalled', 'JJ'), ('internet', 'NN'), ('explore', 'NN'), ('quits', 'NNS'), ('lose', 'VBP'), ('whatever', 'WDT'), ('working', 'VBG'), ('also', 'RB'), ('window', 'JJ'), ('update', 'NN'), ('appeared', 'VBD'), ('computer', 'NN'), ('since', 'IN'), ('got', 'VBD'), ('updated', 'VBN'), ('probably', 'RB'), ('400', 'CD'), ('time', 'NN'), ('update', 'NN')]
[('computer', 'NN'), ('crashed', 'VBD'), ('frequently', 'RB'), ('battery', 'JJ'), ('life', 'NN'), ('decreased', 'VBD'), ('quickly', 'RB')]
[('4', 'CD'), ('month', 'NN'), ('charger', 'NN'), ('stopped', 'VBD'), ('working', 'VBG'), ('forced', 'VBN'), ('go', 'VB'), ('buy', 'VB'), ('new', 'JJ'), ('hardware', 'NN'), ('keep', 'JJ'), ('computer', 'NN'), ('running', 'VBG')]
[('battery', 'NN'), ('life', 'NN'), ('supposed', 'VBD'), ('6', 'CD'), ('hour', 'NN'), ('even', 'RB'), ('ran', 'VBD'), ('battery', 'RB'), ('high', 'JJ'), ('effeciency', 'NN'), ('setting', 'VBG'), ('battery', 'NN'), ('would', 'MD'), ('last', 'JJ'), ('average', 'JJ'), ('2', 'CD'), ('5', 'CD'), ('3', 'CD'), ('hour', 'NN')]
[('real', 'JJ'), ('stand', 'NN'), ('computer', 'NN'), ('feel', 'VB'), ('keyboard', 'RB'), ('speed', 'NN')]
[('downfall', 'NN'), ('lot', 'NN'), ('software', 'NN'), ('not', 'RB'), ('work', 'VB'), ('mac', 'RB'), ('iwork', 'NN'), ('not', 'RB'), ('worth', 'JJ'), ('price', 'NN')]
[('sitting', 'VBG'), ('lap', 'NN'), ('desk', 'NN'), ('front', 'JJ'), ('look', 'NN'), ('big', 'JJ'), ('enough', 'RB'), ('could', 'MD'), ('im', 'VB'), ('used', 'VBN'), ('lenovo', 'RB'), ('10', 'CD'), ('tablet', 'NN'), ('plus', 'CC'), ('great', 'JJ'), ('size', 'NN'), ('want', 'VBP'), ('unplug', 'JJ'), ('external', 'JJ'), ('keyboard', 'NN'), ('mouse', 'NN'), ('monitor', 'NN'), ('take', 'VB'), ('take', 'NN'), ('photo', 'NN'), ('video', 'NN')]
[('pay', 'NN'), ('attention', 'NN'), ('spec', 'NN'), ('want', 'VBP'), ('option', 'NN')]
[('sata', 'NNS'), ('controller', 'NN'), ('motherboard', 'RB'), ('chip', 'NN'), ('let', 'VBD'), ('cpu', 'JJ'), ('talk', 'VB'), ('hard', 'JJ'), ('drive', 'NN')]
[('several', 'JJ'), ('program', 'NN'), ('school', 'NN'), ('office', 'NN'), ('use', 'NN'), ('page', 'NN'), ('number', 'NN'), ('keynote', 'VB'), ('etc', 'JJ'), ('music', 'NN'), ('garageband', 'NN'), ('photo', 'NN'), ('management', 'NN'), ('photo', 'NN'), ('booth', 'DT'), ('iphoto', 'JJ'), ('video', 'NN'), ('editing', 'VBG'), ('movie', 'NN'), ('making', 'VBG'), ('imovie', 'JJ'), ('etc', 'NN')]
[('internet', 'NN'), ('capability', 'NN'), ('also', 'RB'), ('strong', 'JJ'), ('pick', 'JJ'), ('signal', 'NN'), ('easily', 'RB')]
[('suffice', 'NNS'), ('say', 'VBP'), ('macbook', 'JJ'), ('pro', 'JJ'), ('keep', 'FW'), ('going', 'VBG'), ('long', 'JJ'), ('battery', 'NN'), ('life', 'NN'), ('blazing', 'VBG'), ('speed', 'NN')]
[('processor', 'NN'), ('scream', 'NN'), ('unique', 'JJ'), ('way', 'NN'), ('apple', 'NN'), ('osx', 'VBP'), ('16', 'CD'), ('function', 'NN'), ('graphic', 'NN'), ('routed', 'VBD'), ('hardware', 'NN'), ('rather', 'RB'), ('software', 'NN')]
[('toshiba', 'JJ'), ('handle', 'NN'), ('repair', 'NN'), ('seems', 'VBZ'), ('vary', 'JJ'), ('folk', 'NN'), ('indicate', 'VBP'), ('charged', 'VBN'), ('even', 'RB'), ('intial', 'JJ'), ('fix', 'NN'), ('others', 'NNS'), ('repair', 'VBP'), ('done', 'VBN'), ('5', 'CD'), ('time', 'NN')]
[('not', 'RB'), ('ideal', 'JJ'), ('child', 'NN'), ('temp', 'NN')]
[('find', 'VB'), ('using', 'VBG'), ('10', 'CD'), ('key', 'JJ'), ('thought', 'NN'), ('would', 'MD')]
[('best', 'JJS'), ('thing', 'NN'), ('build', 'NN'), ('computer', 'NN'), ('u', 'IN'), ('not', 'RB'), ('company', 'NN'), ('like', 'IN'), ('dell', 'NN'), ('allow', 'VBP'), ('choose', 'JJ'), ('component', 'NN'), ('better', 'RBR'), ('price', 'NN'), ('get', 'VB'), ('computer', 'NN'), ('compare', 'VBP'), ('one', 'CD'), ('apple', 'NN'), ('2000', 'CD'), ('system', 'NN'), ('google', 'NN'), ('dell', 'NN'), ('coupon', 'NN'), ('find', 'VBP'), ('code', 'JJ'), ('take', 'VBP'), ('signifant_', 'JJ'), ('amount', 'NN'), ('price', 'NN')]
[('17', 'CD'), ('inch', 'NN'), ('screen', 'NN'), ('large', 'JJ'), ('computer', 'NN'), ('light', 'NN')]
[('price', 'NN'), ('good', 'JJ'), ('product', 'NN'), ('top', 'JJ'), ('quality', 'NN')]
[('however', 'RB'), ('multi', 'RB'), ('touch', 'JJ'), ('gesture', 'NN'), ('large', 'JJ'), ('tracking', 'VBG'), ('area', 'NN'), ('make', 'VBP'), ('external', 'JJ'), ('mouse', 'NN'), ('unnecessary', 'JJ'), ('unless', 'IN'), ('gaming', 'VBG')]
[('overall', 'JJ'), ('poor', 'JJ'), ('feature', 'NN'), ('average', 'JJ'), ('performance', 'NN'), ('poor', 'JJ'), ('battery', 'NN'), ('life', 'NN'), ('excellent', 'JJ'), ('price', 'NN'), ('value', 'NN'), ('poor', 'JJ')]
[('love', 'NN'), ('size', 'NN'), ('keyboard', 'NN'), ('function', 'NN')]
[('not', 'RB'), ('much', 'JJ'), ('computer', 'NN'), ('techie', 'NN'), ('understand', 'VBP'), ('of_the', 'IN'), ('internal', 'JJ'), ('problem', 'NN'), ('though', 'IN'), ('trend', 'NN'), ('micro', 'JJ'), ('antiviral', 'JJ'), ('program', 'NN')]
[('not', 'RB'), ('close', 'RB'), ('2nd', 'CD'), ('hdd', 'NN'), ('bay', 'NN'), ('since', 'IN'), ('bracket', 'NN'), ('break', 'NN'), ('even', 'RB'), ('still', 'RB'), ('not', 'RB'), ('shut', 'VB'), ('could', 'MD'), ('major', 'JJ'), ('flaw', 'NN'), ('dual', 'JJ'), ('hdd', 'NN'), ('user', 'NN')]
[('sound', 'JJ'), ('card', 'NN'), ('limited', 'VBD'), ('though', 'IN')]
[('user', 'JJ'), ('pc', 'NN'), ('admit', 'NN'), ('macbook', 'NN'), ('pro', 'JJ'), ('better', 'RBR'), ('running', 'VBG'), ('system', 'NN'), ('found', 'VBD'), ('getting', 'VBG'), ('job', 'NN'), ('done', 'VBN'), ('quicker', 'NN')]
[('looking', 'VBG'), ('something', 'NN'), ('fly', 'JJ'), ('massive', 'JJ'), ('spreadsheet', 'NN'), ('play', 'NN'), ('graphic', 'JJ'), ('intensive', 'JJ'), ('game', 'NN'), ('better', 'RBR'), ('getting', 'VBG'), ('machine', 'NN'), ('aimed', 'VBN'), ('segment', 'NN'), ('market', 'NN')]
[('also', 'RB'), ('keyboard', 'NN'), ('replaced', 'VBD'), ('expense', 'NN')]
[('program', 'NN'), ('keynote', 'NN'), ('page', 'NN'), ('number', 'NN'), ('option', 'NN'), ('save', 'VBP'), ('document', 'NN'), ('microsoft', 'NN'), ('compatible', 'JJ'), ('really', 'RB'), ('eliminates', 'VBZ'), ('need', 'VBP'), ('actual', 'JJ')]
[('difference', 'NN'), ('toshiba', 'NN'), ('lot', 'NN'), ('memory', 'NN'), ('hard', 'JJ'), ('drive', 'NN'), ('space', 'NN')]
[('speaker', 'NN'), ('small', 'JJ'), ('real', 'JJ'), ('use', 'NN')]
[('comfterbale', 'NN'), ('use', 'NN'), ('light', 'JJ'), ('easy', 'JJ'), ('transport', 'NN')]
[('typing', 'VBG'), ('keyboard', 'NN'), ('becomes', 'VBZ'), ('uncomfortable', 'JJ'), ('extended', 'VBN'), ('use', 'NN'), ('due', 'JJ'), ('sharp', 'JJ'), ('edge', 'NN'), ('wrist', 'NN'), ('rest', 'NN')]
[('awesome', 'JJ'), ('graphic', 'JJ'), ('assuring', 'VBG'), ('security', 'NN'), ('perfect', 'NN')]
[('love', 'VB'), ('solid', 'JJ'), ('build', 'NN'), ('light', 'JJ'), ('wt', 'JJ'), ('excellent', 'JJ'), ('battery', 'NN'), ('life', 'NN')]
[('waiting', 'VBG'), ('i7', 'NN'), ('well', 'RB'), ('worth', 'JJ'), ('great', 'JJ'), ('value', 'NN'), ('price', 'NN')]
[('extremely', 'RB'), ('portable', 'JJ'), ('easily', 'RB'), ('connects', 'VBZ'), ('wifi', 'JJ'), ('library', 'NN'), ('elsewhere', 'RB')]
[('temperature', 'NN'), ('outside', 'JJ'), ('alright', 'VBD'), ('not', 'RB'), ('track', 'VB'), ('core', 'NN'), ('processing', 'NN'), ('unit', 'NN'), ('temperature', 'NN')]
[('fact', 'NN'), ('spend', 'VB'), ('100', 'CD'), ('webcam', 'NN'), ('underscore', 'IN'), ('value', 'NN'), ('machine', 'NN')]
[('real', 'JJ'), ('touchpad', 'NN'), ('not', 'RB'), ('toy', 'VB'), ('saw', 'NN'), ('brand', 'NN')]
[('forever', 'RB'), ('changed', 'VBN'), ('longer', 'JJR'), ('buy', 'VB'), ('window', 'NNS'), ('based', 'VBN'), ('machine', 'NN'), ('personal', 'JJ'), ('use', 'NN')]
[('work', 'NN'), ('film', 'NN'), ('editing', 'VBG'), ('post', 'NN'), ('production', 'NN'), ('need', 'VBP'), ('laptop', 'VBZ'), ('not', 'RB'), ('power', 'NN'), ('memory', 'NN'), ('speed', 'NN'), ('well', 'RB')]
[('call', 'NN'), ('tech', 'NN'), ('support', 'NN'), ('routed', 'VBD'), ('someone', 'NN'), ('another', 'DT'), ('country', 'NN'), ('not', 'RB'), ('know', 'VB')]
[('thus', 'RB'), ('carry', 'NN'), ('slanted', 'VBD'), ('angle', 'JJ'), ('screen', 'JJ'), ('topple', 'JJ'), ('slide', 'NN'), ('understand', 'NN'), ('mean', 'NN')]
[('issue', 'NN'), ('1', 'CD'), ('screen', 'NN'), ('video', 'NN'), ('resolution', 'NN'), ('not', 'RB'), ('increase', 'VB'), ('higher', 'JJR'), ('resolution', 'NN'), ('1024', 'CD'), ('x', 'NN'), ('60', 'CD')]
[('overall', 'JJ'), ('would', 'MD'), ('recomend', 'VB'), ('anybody', 'NN'), ('tell', 'VB'), ('want', 'JJ'), ('burn', 'NN'), ('music', 'NN'), ('play', 'NN'), ('video', 'NN'), ('game', 'NN'), ('buy', 'VBP'), ('cd', 'NN'), ('drive', 'NN')]
[('purchased', 'VBN'), ('toshiba', 'JJ'), ('lap', 'NN'), ('top', 'NN'), ('worked', 'VBD'), ('good', 'JJ'), ('warrenty', 'NN'), ('went', 'VBD')]
[('improved', 'VBN'), ('nothing', 'NN'), ('else', 'JJ'), ('resolution', 'NN'), ('appearance', 'NN'), ('cooling', 'VBG'), ('system', 'NN'), ('graphic', 'JJ'), ('card', 'NN'), ('etc', 'NN')]
[('additional', 'JJ'), ('caveat', 'NN'), ('base', 'NN'), ('installation', 'NN'), ('come', 'VB'), ('toshiba', 'NN'), ('specific', 'JJ'), ('software', 'NN'), ('may', 'MD'), ('may', 'MD'), ('not', 'RB'), ('user', 'VB'), ('liking', 'VBG')]
[('4', 'CD'), ('ram', 'NN'), ('slot', 'NN'), ('2', 'CD'), ('hdd', 'NN'), ('bay', 'NN'), ('16gb', 'CD'), ('ram', 'NN'), ('support', 'NN'), ('wireless', 'JJ'), ('issue', 'NN'), ('least', 'JJS')]
[('although', 'IN'), ('window', 'NN'), ('vista', 'NN'), ('compared', 'VBN'), ('window', 'JJ'), ('xp', 'NNP'), ('suck', 'NN')]
[('reloaded', 'VBN'), ('window', 'NN'), ('7', 'CD'), ('ultimate', 'JJ'), ('bluetooth', 'DT'), ('fingerprint', 'NN'), ('reader', 'NN'), ('software', 'NN'), ('would', 'MD'), ('not', 'RB'), ('load', 'VB')]
[('great', 'JJ'), ('pick', 'JJ'), ('portability', 'NN'), ('affordability', 'NN')]
[('deal', 'NN'), ('company', 'NN'), ('even', 'RB'), ('worse', 'JJR'), ('nightmare', 'NN')]
[('also', 'RB'), ('seemed', 'VBD'), ('problem', 'NN'), ('hard', 'JJ'), ('disc', 'NN'), ('certain', 'JJ'), ('time', 'NN'), ('window', 'JJ'), ('load', 'NN'), ('claim', 'NN'), ('not', 'RB'), ('able', 'JJ'), ('find', 'VBP'), ('driver', 'NN'), ('file', 'NN')]
[('_', 'NN'), ('sent', 'VBD'), ('back', 'RB'), ('replaced', 'VBN'), ('motherboard', 'NN'), ('fan', 'NN'), ('inside', 'IN')]
[('there', 'RB'), ('also', 'RB'), ('idvd', 'JJ'), ('program', 'NN'), ('dedicated', 'VBN'), ('putting', 'VBG'), ('favorite', 'JJ'), ('medium', 'NN'), ('together', 'RB'), ('photo', 'NN'), ('recording', 'VBG'), ('video', 'NN'), ('project', 'NN'), ('one', 'CD'), ('program', 'NN'), ('create', 'NN'), ('perfect', 'JJ'), ('memoir', 'JJ'), ('parent', 'NN'), ('family', 'NN'), ('sibling', 'VBG'), ('person', 'NN'), ('important', 'JJ'), ('life', 'NN'), ('may', 'MD')]
[('fast', 'RB'), ('excellent', 'JJ'), ('battery', 'NN'), ('life', 'NN')]
[('impressed', 'JJ'), ('battery', 'NN'), ('life', 'NN'), ('performance', 'NN'), ('small', 'JJ'), ('amount', 'NN'), ('memory', 'NN')]
[('downside', 'NN'), ('netbook', 'NN'), ('pretty', 'RB'), ('much', 'JJ'), ('netbook', 'NN'), ('screen', 'NN'), ('size', 'NN'), ('not', 'RB'), ('something', 'NN'), ('stare', 'JJ'), ('entire', 'JJ'), ('10', 'CD'), ('11', 'CD'), ('hour', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('five', 'CD'), ('day', 'NN'), ('week', 'NN')]
[('gray', 'JJ'), ('color', 'NN'), ('good', 'JJ'), ('choice', 'NN')]
[('looking', 'VBG'), ('mac', 'NN'), ('portable', 'JJ'), ('feature', 'NN'), ('looking', 'VBG')]
[('cannot', 'NN'), ('happier', 'NN'), ('service', 'NN'), ('product', 'NN')]
[('multiple', 'JJ'), ('page', 'NN'), ('viewer', 'NN'), ('allows', 'VBZ'), ('press', 'NN'), ('one', 'CD'), ('button', 'NN'), ('see', 'VB'), ('every', 'DT'), ('separate', 'JJ'), ('page', 'NN'), ('currently', 'RB'), ('opened', 'VBD'), ('time', 'NN'), ('one', 'CD'), ('screen', 'NN'), ('great', 'JJ'), ('working', 'VBG'), ('non', 'JJ'), ('stop', 'JJ'), ('shopping', 'NN'), ('online', 'NN')]
[('thing', 'NN'), ('using', 'VBG'), ('document', 'JJ'), ('creation', 'NN'), ('apple', 'NN'), ('doesnt', 'NN'), ('provide', 'VBP'), ('kind', 'NN'), ('word', 'NN'), ('processor', 'NN'), ('work', 'NN'), ('window', 'NN'), ('iwork', 'NN'), ('cheap', 'RB'), ('compared', 'VBN'), ('office', 'NN')]
[('strong', 'JJ'), ('performance', 'NN'), ('device', 'NN'), ('make', 'VBP'), ('use', 'NN'), ('fun', 'NN'), ('strong', 'JJ'), ('sense', 'NN'), ('era', 'NN'), ('speed', 'NN'), ('device', 'NN'), ('serf', 'NN'), ('modern', 'JJ'), ('requirement', 'NN'), ('strong', 'JJ'), ('game', 'NN'), ('useful', 'JJ'), ('designer', 'NN')]
[('impressed', 'JJ'), ('battery', 'NN'), ('life', 'NN'), ('performance', 'NN'), ('small', 'JJ'), ('amount', 'NN'), ('memory', 'NN')]
[('application', 'NN'), ('terrific', 'NN'), ('including', 'VBG'), ('replacement', 'NN'), ('microsoft', 'JJ'), ('office', 'NN')]
[('much', 'JJ'), ('faster', 'JJR'), ('desktop', 'NN'), ('core2', 'NN'), ('quad', 'NN'), ('running', 'VBG'), ('2', 'CD'), ('83', 'CD'), ('ghz', 'NN')]
[('friend', 'JJ'), ('report', 'NN'), ('notebook', 'VBD'), ('astonishing', 'JJ'), ('performance', 'NN'), ('picture', 'NN'), ('quality', 'NN'), ('ease', 'NN'), ('use', 'NN')]
[('apple', 'NN'), ('application', 'NN'), ('ex', 'FW'), ('iphoto', 'NN'), ('fun', 'NN'), ('easy', 'JJ'), ('really', 'RB'), ('cool', 'JJ'), ('use', 'NN'), ('unlike', 'IN'), ('competition', 'NN')]
[('also', 'RB'), ('one', 'CD'), ('user', 'NN'), ('mentioned', 'VBD'), ('edge', 'NN'), ('macbook', 'NN'), ('sharp', 'JJ'), ('money', 'NN'), ('spend', 'VBP'), ('one', 'CD'), ('incase', 'NN'), ('shell', 'NN'), ('not', 'RB'), ('seem', 'VB'), ('problem', 'NN')]
[('render', 'NN'), ('avchd', 'NNS'), ('movie', 'NN'), ('little', 'JJ'), ('effort', 'NN'), ('problem', 'NN'), ('pc', 'NN'), ('unless', 'IN'), ('quad', 'NN'), ('core', 'NN'), ('i7', 'NN')]
[('took', 'VBD'), ('3', 'CD'), ('4', 'CD'), ('year', 'NN'), ('researching', 'VBG'), ('brand', 'NN'), ('price', 'NN'), ('laptop', 'NN')]
[('shop', 'NN'), ('macbooks', 'NNS'), ('encased', 'VBD'), ('soft', 'JJ'), ('rubber', 'NN'), ('enclosure', 'NN'), ('never', 'RB'), ('know', 'VBP'), ('razor', 'NN'), ('edge', 'NN'), ('buy', 'VBP'), ('get', 'VBP'), ('home', 'NN'), ('break', 'NN'), ('seal', 'NN'), ('use', 'NN'), ('clever', 'NN'), ('con', 'NN')]
[('reinstalled', 'VBN'), ('window', 'JJ'), ('recovery', 'NN'), ('disc', 'NN'), ('everything', 'NN'), ('seemed', 'VBD'), ('good', 'JJ')]
[('dual', 'JJ'), ('boot', 'NN'), ('linux', 'JJ'), ('security', 'NN'), ('prone', 'NN'), ('o', 'NN'), ('performs', 'NNS'), ('flawlessly', 'RB')]
[('program', 'NN'), ('great', 'JJ'), ('like', 'IN'), ('iphoto', 'NN'), ('love', 'VBP'), ('editing', 'VBG'), ('capability', 'NN'), ('imail', 'NN'), ('incorporate', 'NN'), ('address', 'NN'), ('book', 'NN'), ('ipod', 'NN'), ('ipad', 'JJ'), ('imovie', 'NN'), ('etc', 'NN')]
[('amd', 'NN'), ('turin', 'NN'), ('processor', 'NN'), ('seems', 'VBZ'), ('always', 'RB'), ('perform', 'VB'), ('much', 'RB'), ('better', 'JJR'), ('intel', 'NN')]
[('thing', 'NN'), ('using', 'VBG'), ('document', 'JJ'), ('creation', 'NN'), ('apple', 'NN'), ('doesnt', 'NN'), ('provide', 'VBP'), ('kind', 'NN'), ('word', 'NN'), ('processor', 'NN'), ('work', 'NN'), ('window', 'NN'), ('iwork', 'NN'), ('cheap', 'RB'), ('compared', 'VBN'), ('office', 'NN')]
[('fast', 'RB'), ('easy', 'JJ'), ('easy', 'JJ'), ('easy', 'JJ'), ('set', 'VBN'), ('easy', 'JJ'), ('hook', 'NN'), ('wireless', 'NN'), ('network', 'NN')]
[('downfall', 'NN'), ('battery', 'NN'), ('last', 'JJ'), ('1', 'CD'), ('5', 'CD'), ('2', 'CD'), ('0', 'CD'), ('hr', 'NN'), ('not', 'RB'), ('plugged', 'VBD')]
[('keyboard', 'NN'), ('reasonable', 'JJ'), ('size', 'NN')]
[('graphic', 'JJ'), ('clean', 'JJ'), ('sharp', 'JJ'), ('internet', 'NN'), ('interface', 'NN'), ('seamless', 'NN')]
[('_', 'NNP'), ('board', 'NN'), ('bad', 'JJ'), ('connector', 'NN'), ('power', 'NN'), ('supply', 'NN'), ('shortly', 'RB'), ('warrenty', 'JJ'), ('expires', 'VBZ'), ('power', 'NN'), ('supply', 'NN'), ('start', 'JJ'), ('issue', 'NN')]
[('sleek', 'JJ'), ('lightweight', 'JJ'), ('charge', 'NN'), ('quickly', 'RB'), ('needed', 'VBD')]
[('screen', 'JJ'), ('bright', 'VBD'), ('clear', 'JJ'), ('operating', 'NN'), ('system', 'NN'), ('solid', 'JJ'), ('friendly', 'JJ'), ('novice', 'NN')]
[('black', 'JJ'), ('model', 'NN'), ('also', 'RB'), ('nice', 'JJ'), ('seamless', 'NN'), ('appearance', 'NN'), ('one', 'CD'), ('better', 'JJR'), ('looking', 'VBG'), ('notebook', 'NN'), ('seen', 'VBN')]
[('ilife', 'NN'), ('software', 'NN'), ('come', 'VBN'), ('computer', 'NN'), ('simple', 'NN'), ('use', 'NN'), ('produce', 'VBP'), ('great', 'JJ'), ('finished', 'JJ'), ('product', 'NN')]
[('even', 'RB'), ('got', 'VBD'), ('teenage', 'JJ'), ('son', 'NN'), ('one', 'CD'), ('feature', 'NN'), ('offer', 'NN'), ('like', 'IN'), ('ichat', 'WP'), ('photobooth', 'DT'), ('garage', 'NN'), ('band', 'NN')]
[('computer', 'NN'), ('science', 'NN'), ('student', 'NN'), ('college', 'NN'), ('find', 'VBP'), ('portability', 'NN'), ('longevity', 'NN'), ('ease', 'NN'), ('use', 'NN'), ('computer', 'NN'), ('make', 'VBP'), ('shockingly', 'RB'), ('want', 'VBP'), ('homework', 'NN')]
[('port', 'NN'), ('secured', 'VBD'), ('motherboard', 'RB'), ('happens', 'VBZ'), ('not', 'RB'), ('see', 'VB'), ('plug', 'NN'), ('gone', 'VBN')]
[('also', 'RB'), ('kinda', 'VBZ'), ('loud', 'JJ'), ('fan', 'NN'), ('running', 'VBG')]
[('battery', 'NN'), ('never', 'RB'), ('worked', 'VBN'), ('well', 'RB')]
[('cord', 'NN'), ('coming', 'VBG'), ('right', 'JJ'), ('power', 'NN'), ('plus', 'CC'), ('cord', 'NN'), ('coming', 'VBG'), ('front', 'JJ'), ('headphone', 'NN'), ('mic', 'JJ'), ('plus', 'CC'), ('network', 'NN'), ('connection', 'NN'), ('left', 'VBD'), ('make', 'JJ'), ('messy', 'JJ'), ('setup', 'NN'), ('cord', 'NN'), ('going', 'VBG'), ('every', 'DT'), ('direction', 'NN')]
[('much', 'RB'), ('easier', 'JJR'), ('navigate', 'NN'), ('operating', 'NN'), ('system', 'NN'), ('find', 'VBP'), ('file', 'JJ'), ('run', 'NN'), ('lot', 'NN'), ('faster', 'RBR')]
[('good', 'JJ'), ('every', 'DT'), ('day', 'NN'), ('computing', 'VBG'), ('web', 'NN'), ('browsing', 'NN')]
[('found', 'VBD'), ('2gb', 'CD'), ('stick', 'JJ'), ('bit', 'NN'), ('50', 'CD'), ('nice', 'JJ'), ('portable', 'JJ'), ('definitely', 'RB'), ('decent', 'JJ'), ('enough', 'RB'), ('system', 'NN'), ('keep', 'VB'), ('entertained', 'JJ'), ('sitting', 'VBG'), ('airplane', 'JJ'), ('couple', 'JJ'), ('hour', 'NN'), ('hotel', 'NN'), ('taking', 'VBG'), ('care', 'NN'), ('last', 'JJ'), ('minute', 'NN'), ('detail', 'NN'), ('document', 'NN')]
[('plain', 'RB'), ('simple', 'JJ'), ('laptop', 'JJ'), ('run', 'NN'), ('great', 'JJ'), ('load', 'NN'), ('fast', 'NN')]
[('love', 'NN'), ('stability', 'NN'), ('mac', 'NN'), ('software', 'NN'), ('operating', 'VBG'), ('system', 'NN')]
[('several', 'JJ'), ('program', 'NN'), ('school', 'NN'), ('office', 'NN'), ('use', 'NN'), ('page', 'NN'), ('number', 'NN'), ('keynote', 'VB'), ('etc', 'JJ'), ('music', 'NN'), ('garageband', 'NN'), ('photo', 'NN'), ('management', 'NN'), ('photo', 'NN'), ('booth', 'DT'), ('iphoto', 'JJ'), ('video', 'NN'), ('editing', 'VBG'), ('movie', 'NN'), ('making', 'VBG'), ('imovie', 'JJ'), ('etc', 'NN')]
[('_', 'NN'), ('process', 'NN'), ('continued', 'VBD'), ('repeat', 'NN'), ('mother', 'NN'), ('board', 'NN'), ('replaced', 'VBD'), ('4', 'CD'), ('time', 'NN'), ('hard', 'JJ'), ('drive', 'NN'), ('replaced', 'VBD'), ('3', 'CD'), ('time', 'NN')]
[('dad', 'VB'), ('one', 'CD'), ('first', 'JJ'), ('toshibas', 'NN'), ('ever', 'RB'), ('made', 'VBD'), ('yes', 'NNS'), ('abit', 'RB'), ('slow', 'JJ'), ('still', 'RB'), ('work', 'VBP'), ('well', 'RB'), ('hooked', 'JJ'), ('ethernet', 'NN')]
[('setting', 'VBG'), ('would', 'MD'), ('change', 'VB'), ('reason', 'NN'), ('screen', 'NN'), ('size', 'NN'), ('would', 'MD'), ('change', 'VB'), ('like', 'IN'), ('pixel', 'NN'), ('size', 'NN'), ('whatnot', 'NN')]
[('several', 'JJ'), ('program', 'NN'), ('school', 'NN'), ('office', 'NN'), ('use', 'NN'), ('page', 'NN'), ('number', 'NN'), ('keynote', 'VB'), ('etc', 'JJ'), ('music', 'NN'), ('garageband', 'NN'), ('photo', 'NN'), ('management', 'NN'), ('photo', 'NN'), ('booth', 'DT'), ('iphoto', 'JJ'), ('video', 'NN'), ('editing', 'VBG'), ('movie', 'NN'), ('making', 'VBG'), ('imovie', 'JJ'), ('etc', 'NN')]
[('love', 'VB'), ('write', 'JJ'), ('play', 'NN'), ('graphic', 'JJ'), ('html', 'NN'), ('programming', 'VBG'), ('new', 'JJ'), ('toshiba', 'JJ'), ('work', 'NN'), ('great', 'JJ')]
[('bad', 'JJ'), ('thinking', 'VBG'), ('got', 'VBD'), ('half', 'JJ'), ('battery', 'NN'), ('something', 'NN')]
[('10', 'CD'), ('hour', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('web', 'NN'), ('browsing', 'VBG'), ('word', 'NN'), ('editing', 'VBG'), ('making', 'VBG'), ('perfect', 'JJ'), ('classroom', 'NN'), ('office', 'NN'), ('term', 'NN'), ('gaming', 'VBG'), ('movie', 'NN'), ('playing', 'NN'), ('battery', 'NN'), ('life', 'NN'), ('5', 'CD'), ('hour', 'NN')]
[('despite', 'IN'), ('inconvenient', 'JJ'), ('weight', 'NN'), ('opted', 'VBD'), ('12', 'CD'), ('cell', 'NN'), ('battery', 'NN')]
[('mac', 'NNS'), ('computer', 'NN'), ('free', 'JJ'), ('time', 'NN'), ('not', 'RB'), ('wait', 'VB'), ('window', 'JJ'), ('boot', 'NN'), ('shut', 'VBD'), ('virus', 'NN'), ('associated', 'VBN'), ('window', 'NN')]
[('bein', 'NN'), ('shop', 'NN'), ('get', 'VB'), ('new', 'JJ'), ('hardrive', 'JJ'), ('2', 'CD'), ('time', 'NN'), ('fix', 'JJ'), ('touch', 'NN'), ('control', 'NN'), ('button', 'NN'), ('keyboard', 'NN')]
[('known', 'VBN'), ('safari', 'JJ'), ('website', 'JJ'), ('work', 'NN'), ('know', 'VBP'), ('many', 'JJ'), ('hosting', 'VBG'), ('company', 'NN'), ('not', 'RB'), ('support', 'VB')]