File size: 73,498 Bytes
d122922
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
id	text	label	dimension
c7UH_rxdZv4$_$24	and he was still boring	 negative	sentiment
c7UH_rxdZv4$_$25	um yeah the special effects were ok	 positive	sentiment
c7UH_rxdZv4$_$26	nothing thats worth going to theaters to see	 negative	sentiment
c7UH_rxdZv4$_$27	and yeah i think the only character who actually showed their motivation bihind anything they did was the villain	 negative	sentiment
c7UH_rxdZv4$_$20	and than cameron diaz whos supposed to be plucky i guess but shes just kinf of useless	 negative	sentiment
c7UH_rxdZv4$_$21	hi im pretty i have a giant smile im supposed to know thingsum walk of screen	 negative	sentiment
c7UH_rxdZv4$_$22	um yeah the characters didnt care weather they lived or died	 negative	sentiment
c7UH_rxdZv4$_$23	kato was the only one that was any good whatsoever	 negative	sentiment
c7UH_rxdZv4$_$28	he was the only character that was slightly interesting	 negative	sentiment
c7UH_rxdZv4$_$29	who seemed to have genuine affection for other human beings	 positive	sentiment
c7UH_rxdZv4$_$1	oh my gosh bad movie	 negative	sentiment
c7UH_rxdZv4$_$3	i wish i werent	 negative	sentiment
c7UH_rxdZv4$_$2	really bad movie	 negative	sentiment
c7UH_rxdZv4$_$5	but basically seth rogan brought none of the charm that he normally does to his roles	 negative	sentiment
c7UH_rxdZv4$_$4	because i truly love an action flick action comedy flick even better right	 positive	sentiment
c7UH_rxdZv4$_$7	yeap a horrible protagonist	 negative	sentiment
c7UH_rxdZv4$_$6	in fact i have to say that this was one of those obnoxious main characters ive seen a long time	 negative	sentiment
c7UH_rxdZv4$_$9	and unlike other films for they kind of a narcisstic xxx boy but they bring something to the table you know	 positive	sentiment
c7UH_rxdZv4$_$8	he um had all the charm of a narcissist xxx boy the whole film	 negative	sentiment
c7UH_rxdZv4$_$11	youre like oh theyre still kind of cool	 positive	sentiment
c7UH_rxdZv4$_$10	theres something that just kind of makes tham so sl slightly endearing even though theyre kind of the jack ass you know	 positive	sentiment
c7UH_rxdZv4$_$13	um hes just a jack ass	 negative	sentiment
c7UH_rxdZv4$_$12	no no hes unfunny not funny at all	 negative	sentiment
c7UH_rxdZv4$_$15	boring	 negative	sentiment
c7UH_rxdZv4$_$14	um kato kicks ass handsome guy	 positive	sentiment
c7UH_rxdZv4$_$17	just like look away what he can do he can do lots of stuff	 negative	sentiment
c7UH_rxdZv4$_$16	hes boring	 negative	sentiment
c7UH_rxdZv4$_$19	you cant even tell funny jokes	 negative	sentiment
c7UH_rxdZv4$_$18	what wa what hes what w why you have no skills whatsoever	 negative	sentiment
c7UH_rxdZv4$_$31	i mean the only character that shows genuine care for other people be the villain	 negative	sentiment
c7UH_rxdZv4$_$30	and it was kind of interesting	 positive	sentiment
c7UH_rxdZv4$_$33	dont see it	 negative	sentiment
c7UH_rxdZv4$_$32	hmm yeah skip it	 negative	sentiment
cM3Yna7AavY$_$11	i liked lilo and stich	 positive	sentiment
cM3Yna7AavY$_$10	i personally i liked atlantis	 positive	sentiment
cM3Yna7AavY$_$13	i didnt really like ba brother bear	 negative	sentiment
cM3Yna7AavY$_$12	i didnt really i mean trasure planet was ok	 negative	sentiment
cM3Yna7AavY$_$15	it was oh i couldnt even watch it	 negative	sentiment
cM3Yna7AavY$_$14	and i hated home on the range	 negative	sentiment
cM3Yna7AavY$_$16	oh god why did i watch that movie	 negative	sentiment
cM3Yna7AavY$_$1	i just got back from the movie theaters to go see a movie ive been waiting probably about a year and a half to two years for	 positive	sentiment
cM3Yna7AavY$_$3	you know of course i was waithing for the princess and the frog	 positive	sentiment
cM3Yna7AavY$_$2	if you are as big a fan of disney as i am	 positive	sentiment
cM3Yna7AavY$_$5	and oh oh my gosh i was blown away	 positive	sentiment
cM3Yna7AavY$_$4	i had some high exp o maybe not high expectations per se but i was definately expecting this to be a good movie	 positive	sentiment
cM3Yna7AavY$_$7	it was incredible see all the different color palettes smooth hand drawn animation you know	 positive	sentiment
cM3Yna7AavY$_$6	anyway oh you can see im still speechless this movie was just beautiful	 positive	sentiment
cM3Yna7AavY$_$9	so um i guess people just want to see um computer animated films from now on	 positive	sentiment
cM3Yna7AavY$_$8	they arent doing so well brother bear	 negative	sentiment
cW1FSBF59ik$_$24	um fred dukes is the blob	 positive	sentiment
cW1FSBF59ik$_$20	but in this oh my god i love you	 positive	sentiment
cW1FSBF59ik$_$21	and you probably did the best portrayal of sabre tooth ever	 positive	sentiment
cW1FSBF59ik$_$22	although i do agree that the look could have been changed to fit the actual sabre tooths like with the right hair	 negative	sentiment
cW1FSBF59ik$_$23	um we i love the scene where sabre tooth throws wolverine into the truck that feel good jackoff	 positive	sentiment
cW1FSBF59ik$_$1	probably widely considered to be one of the failed one of the most failed movies of the xmen franchise	 negative	sentiment
cW1FSBF59ik$_$3	im pretty sure the first time it happend you would be kinda freaked out the whole time you know	 negative	sentiment
cW1FSBF59ik$_$2	first of all id like to say little wolver james or jimmy hes so cute hes so xxx	 positive	sentiment
cW1FSBF59ik$_$5	thats freaking epic	 positive	sentiment
cW1FSBF59ik$_$4	sigh i love when they show all the the war scenes all the the time they spent in the military and shit	 positive	sentiment
cW1FSBF59ik$_$7	its pretty sic	 positive	sentiment
cW1FSBF59ik$_$6	and i like how it shows	 positive	sentiment
cW1FSBF59ik$_$9	but i do not take ryan reynolds seriously for shit in this movie	 negative	sentiment
cW1FSBF59ik$_$8	i love the name wade	 positive	sentiment
cW1FSBF59ik$_$11	laughing he certainly doesnt fit the bill either for any marvel movie um zero	 negative	sentiment
cW1FSBF59ik$_$10	i love him as an actor based on his looks as a actual talented actor no	 negative	sentiment
cW1FSBF59ik$_$13	same with um wades uh sword scene where hes like sound effects its freaking epic	 positive	sentiment
cW1FSBF59ik$_$12	after he busts all his caps in the air and rans and all the dead bodies fall around him fucking sick	 positive	sentiment
cW1FSBF59ik$_$15	the random bitch that nobody knows where the fuck she came from why marvel why do you insist on torturing me	 negative	sentiment
cW1FSBF59ik$_$14	um lip smacking sigh hm marvel once again decided to toss another random bitch in this movie wolverines bitch	 negative	sentiment
cW1FSBF59ik$_$17	he was fucking epic	 positive	sentiment
cW1FSBF59ik$_$16	lip smacking anyway lip smacking i love sabre tooth in this movie	 positive	sentiment
cW1FSBF59ik$_$19	ive never seen him in anything else	 positive	sentiment
cW1FSBF59ik$_$18	lieb schriever or however the fuck you say his name is a fucking tremendously awesome actor	 positive	sentiment
cXypl4FnoZo$_$24	and and we kind of wanted it to be like but exept not that obvoious but that wouldve been good right like coz that it would give tham a reason coz they wanted to get married but they couldnc because she was gonna marry the other guy	 positive	sentiment
cXypl4FnoZo$_$25	and another thing the other guy she was supposed to marry was a hundred times better looking than peter	 negative	sentiment
cXypl4FnoZo$_$26	was nicer than peter	 positive	sentiment
cXypl4FnoZo$_$27	i was saying if shes not gonna marry him i will	 positive	sentiment
cXypl4FnoZo$_$20	um a i wish we wished that it wouldve been um the guy	 negative	sentiment
cXypl4FnoZo$_$21	um we wished it wouldve been peter because it wouldve made sense throat cleaning that um peter	 negative	sentiment
cXypl4FnoZo$_$22	like we wanted to be that she knew um amanda seyfrieds character knew it was peter but was pretending that she didnt so that she got a reason to run away with him and they could be together	 positive	sentiment
cXypl4FnoZo$_$23	and it would make sense	 positive	sentiment
cXypl4FnoZo$_$28	because i thought he was um peter was annoying	 negative	sentiment
cXypl4FnoZo$_$29	i didnt like peter	 negative	sentiment
cXypl4FnoZo$_$1	xxx seeing red riding hood for a really long time	 positive	sentiment
cXypl4FnoZo$_$3	but um i liked it	 positive	sentiment
cXypl4FnoZo$_$2	and um ill just say overall if i think it was good	 positive	sentiment
cXypl4FnoZo$_$5	um i like did i thought catherine hardwicke did a good job	 positive	sentiment
cXypl4FnoZo$_$4	i thought it could be really bad um but it didnt look like it would be but it couldve been	 negative	sentiment
cXypl4FnoZo$_$7	and she was kind of wierd during twilight	 negative	sentiment
cXypl4FnoZo$_$6	and um i liked you know catherine hardwicke is like you know kind of ridiculous	 negative	sentiment
cXypl4FnoZo$_$9	so the more like women directors that i see you know i i i like seeing that	 positive	sentiment
cXypl4FnoZo$_$8	but um i i like seeing um female directors because there arent that many compare to you know guy directors	 positive	sentiment
cXypl4FnoZo$_$11	um anyway i would say just you go and see it if you were thinking about seeing it but you werent sure if it would be worth seeing	 positive	sentiment
cXypl4FnoZo$_$10	so um i thought she did great with this movie	 positive	sentiment
cXypl4FnoZo$_$13	um i hm i dont like well i dont know if i wanna say i dont like this but i wish that it wouldve been different who the wolf actually turned out to be	 negative	sentiment
cXypl4FnoZo$_$12	um i say go see it coz i i enjoyed it now	 positive	sentiment
cXypl4FnoZo$_$15	um we had like we have guessed everybody um this like this random charecter dude who what does he do	 positive	sentiment
cXypl4FnoZo$_$14	um i just i wouldve like me and louis were saying we were thinking the whole time like who couldve be who couldve be	 negative	sentiment
cXypl4FnoZo$_$17	its just like this this character whos kind of random	 negative	sentiment
cXypl4FnoZo$_$16	i dont know how to like tell you who he is coz youre gonna be like that doesnt narrow it down at all	 negative	sentiment
cXypl4FnoZo$_$19	um but yeah whatever um he we thought it would be him because they werent showing him a lot but they showed him enough to they kind of be like oh it was him in the end	 positive	sentiment
cXypl4FnoZo$_$18	and he i dont i think he maybe he got mad when hah i dont know	 positive	sentiment
d3_k5Xpfmik$_$11	this credit sequence i think is the best credit sequence um since watchman	 positive	sentiment
d3_k5Xpfmik$_$10	um its basically a um slow motion show case of different events	 positive	sentiment
d3_k5Xpfmik$_$13	yeah it really is good i mean	 positive	sentiment
d3_k5Xpfmik$_$12	and i honestly think if we hadnt have seen watchman this would be the best credit sequence of the year	 positive	sentiment
d3_k5Xpfmik$_$15	the sequences of the beginning of the film which features columbus exzplaining some of his rules um to surviving a zombie apocalipse are really well done	 positive	sentiment
d3_k5Xpfmik$_$14	it uses um and this just doesnt apply to the um um credit se sequence on it own but appies to the movie as a whole it really knows how to use s slow motion without making it a gimmick	 positive	sentiment
d3_k5Xpfmik$_$17	but its a very kind of um stylistic edge on it	 positive	sentiment
d3_k5Xpfmik$_$16	the xxx sequence is really well done	 positive	sentiment
d3_k5Xpfmik$_$19	and the style of the film like the um the free streams of slow motion the um the jump cooks and all that stuff feels very kind of um tarantino ask	 positive	sentiment
d3_k5Xpfmik$_$18	it its almost like um imagining tarantino directed a zombie movie	 positive	sentiment
d3_k5Xpfmik$_$1	who have named themselves after the places um to which they have traveled in which i think is a really nice xxx	 positive	sentiment
d3_k5Xpfmik$_$3	the um cross of personality is really um charismatic and dynamic	 positive	sentiment
d3_k5Xpfmik$_$2	now columbos is a basically um ocd	 positive	sentiment
d3_k5Xpfmik$_$5	zombieland is a really sucessful horror comedy	 positive	sentiment
d3_k5Xpfmik$_$4	um it just goes to show that you really cant trust anyone in this situation	 negative	sentiment
d3_k5Xpfmik$_$7	and um while also maintains its kind of detached um satire of the genre	 positive	sentiment
d3_k5Xpfmik$_$6	as it contains um rea really well done and faithful homages to the zombie horror sub ganre	 positive	sentiment
d3_k5Xpfmik$_$9	because um you really wanna see it for yourself	 positive	sentiment
d3_k5Xpfmik$_$8	but its really well done	 positive	sentiment
d6hH302o4v8$_$42	i dont know why i even saw it	 negative	sentiment
d6hH302o4v8$_$43	so season of the witch is rated 3 out of 10	 negative	sentiment
d6hH302o4v8$_$24	it was very very very boring	 negative	sentiment
d6hH302o4v8$_$25	made no sense	 negative	sentiment
d6hH302o4v8$_$26	action scense were very dumb	 negative	sentiment
d6hH302o4v8$_$27	i hated it	 negative	sentiment
d6hH302o4v8$_$20	uh the trailer looked like it could be a little g good	 positive	sentiment
d6hH302o4v8$_$21	but when i saw it was just totally boring	 negative	sentiment
d6hH302o4v8$_$22	but it wasnt really made well	 negative	sentiment
d6hH302o4v8$_$23	and this is the worst by far	 negative	sentiment
d6hH302o4v8$_$28	but the last half hour of the movie it felt like they had added like a cgi orgasm	 negative	sentiment
d6hH302o4v8$_$29	you know they just tried uh with the cgi that they put t t t they they threw so much cgi at you	 negative	sentiment
d6hH302o4v8$_$40	dull	 negative	sentiment
d6hH302o4v8$_$41	just dont see this movie	 negative	sentiment
d6hH302o4v8$_$1	this movie was horrible	 negative	sentiment
d6hH302o4v8$_$3	hes always in these kinds of movies all this sorcerer witch voodoo kind of movies	 positive	sentiment
d6hH302o4v8$_$2	nicholas cage should not do these kind of movies	 negative	sentiment
d6hH302o4v8$_$5	hes horrible at it	 negative	sentiment
d6hH302o4v8$_$4	and its getting really tiring	 negative	sentiment
d6hH302o4v8$_$7	w w w when hes onscreen i want to punch him in the face	 negative	sentiment
d6hH302o4v8$_$6	no one takes him seriously	 negative	sentiment
d6hH302o4v8$_$9	he wa he was very annoying	 negative	sentiment
d6hH302o4v8$_$8	hes very boring	 negative	sentiment
d6hH302o4v8$_$39	season of the witch was horrible acting	 negative	sentiment
d6hH302o4v8$_$38	do not see this movie	 negative	sentiment
d6hH302o4v8$_$11	and i was sitting in the theatre sleeping	 negative	sentiment
d6hH302o4v8$_$10	he didnt know what he was talking about	 negative	sentiment
d6hH302o4v8$_$13	but in this movie he wasnt good at all	 negative	sentiment
d6hH302o4v8$_$12	he was very good in hellboy	 positive	sentiment
d6hH302o4v8$_$15	hes very boring as well	 negative	sentiment
d6hH302o4v8$_$14	i i i didnt really care for his character at all	 negative	sentiment
d6hH302o4v8$_$17	it made no sense	 negative	sentiment
d6hH302o4v8$_$16	whole movies very boring	 negative	sentiment
d6hH302o4v8$_$19	i had no idea why i even saw this movie	 negative	sentiment
d6hH302o4v8$_$18	i didnt really care about it at all	 negative	sentiment
d6hH302o4v8$_$31	like it was like spewing cgi last half hour of the movie	 negative	sentiment
d6hH302o4v8$_$30	and it was awful	 negative	sentiment
d6hH302o4v8$_$37	and boring	 negative	sentiment
d6hH302o4v8$_$36	uh huh how about the acting and the action was was just so dull	 negative	sentiment
d6hH302o4v8$_$35	i was sitting there in the theatre laughing how bad the movie was at some points	 negative	sentiment
d6hH302o4v8$_$34	i hated it	 negative	sentiment
d6hH302o4v8$_$33	it was terrible	 negative	sentiment
d6hH302o4v8$_$32	like every single scene was cgi	 negative	sentiment
dq3Nf_lMPnE$_$11	and their place is a run of the mill animated action adventure plot with a few chuckles trown in	 negative	sentiment
dq3Nf_lMPnE$_$10	and also the cute wings to pop culture	 positive	sentiment
dq3Nf_lMPnE$_$13	if award for the great characters of shrek in his supporting cast they are still voiced by the original stars mike myers eddie murphy cameron diaz and antonio banderas the film would be a real bust	 negative	sentiment
dq3Nf_lMPnE$_$12	it seems like the writers and creators took the easy way out	 negative	sentiment
dq3Nf_lMPnE$_$15	i give shrek forever after directed by mike mitchell a grade of b minus	 positive	sentiment
dq3Nf_lMPnE$_$14	unless your kids are dying to see it id wait for the dvd	 negative	sentiment
dq3Nf_lMPnE$_$1	xxx whitnessing the changes and growth of the characters its usaulaly a path of discovery	 positive	sentiment
dq3Nf_lMPnE$_$3	dreamworks is confusing me	 negative	sentiment
dq3Nf_lMPnE$_$2	the last minute title that they threw on at the theaters	 negative	sentiment
dq3Nf_lMPnE$_$5	everything that happened in shrek 1 2 and 3 are wiped away	 positive	sentiment
dq3Nf_lMPnE$_$4	they solved this dilemma by removing the past within its a wonderful life twist courtecy of new betty rumpelstiltskin	 positive	sentiment
dq3Nf_lMPnE$_$7	but also not very original	 negative	sentiment
dq3Nf_lMPnE$_$6	not a bad idea for a sequel	 positive	sentiment
dq3Nf_lMPnE$_$9	gone are the wickedly satirical stand ups of the world of fairy tales	 negative	sentiment
dq3Nf_lMPnE$_$8	shrek 4 misses out on the magic that made the first film a real joy to view	 positive	sentiment
etzxEpPuc6I$_$11	like like even the actors were just like you know its a movie about a fucking toy	 negative	sentiment
etzxEpPuc6I$_$10	the plot is ridiculous but no one took it seriously	 negative	sentiment
etzxEpPuc6I$_$13	like this one part where the girls like my daddy taught me to win win and then shes looking in the camera and im like wow like um this actings pretty bad	 negative	sentiment
etzxEpPuc6I$_$12	laughing so theyre just sitting there	 positive	sentiment
etzxEpPuc6I$_$15	like knowing is half the battle	 positive	sentiment
etzxEpPuc6I$_$14	but the they they knew it was just a movie about a a a a doll so they didnt take it seriously	 negative	sentiment
etzxEpPuc6I$_$17	like it was like the acting was terrible the action made up for it	 positive	sentiment
etzxEpPuc6I$_$16	but the movie was well it was ridiculously terrible	 negative	sentiment
etzxEpPuc6I$_$19	ive seen people get shot in the eye you know and that would be it but people getting shot in the eye and then the they heads explode and then some dude get his torso cut open and and some dudes hanging out of the car his head got blown off and freaking people are flying and jumping	 positive	sentiment
etzxEpPuc6I$_$18	there was parts this ive seen some creative depths in this movie ive never seen before	 positive	sentiment
etzxEpPuc6I$_$1	um so channing tatum and marlon are transporting it they get ambushed by um i think its cobra its kinda hard to explain it	 positive	sentiment
etzxEpPuc6I$_$3	um from there it just goes into ridiculousness	 negative	sentiment
etzxEpPuc6I$_$2	cuz its like the dude that made the technologies i i cant ruin the movie	 positive	sentiment
etzxEpPuc6I$_$5	i was like you know theyre both hasbro toys theyre both moves that are com made for children	 positive	sentiment
etzxEpPuc6I$_$4	the thing about this movie is like i i i wanna compare it to transformers 2 and i actually did	 positive	sentiment
etzxEpPuc6I$_$7	but the thing about gi joe compared to transformers is transfomers 2 didnt know what it wanted to do	 negative	sentiment
etzxEpPuc6I$_$6	but they have a lot of adult situations in it	 positive	sentiment
etzxEpPuc6I$_$9	as for gi joe was it was just like laughing its the the plot the the acting is terrible	 negative	sentiment
etzxEpPuc6I$_$8	like in some parts you had people getting killed and the next part you had fart jokes and stupid frat humor and all that other crap	 negative	sentiment
f9O3YtZ2VfI$_$24	but its its like someone made you a kick ass sandwich but they put mayonnaise on it and you dont like mayonnaise and its not like tomato or lettuce where you can pick it off no its got it mayonnaise in its all over everything and now youre stuck with this kick ass sandwich that would be kick ass if it didnt have mayonnaise on it but it has mayonnaise on it or you go make another sandwich go make another sandwich	 negative	sentiment
f9O3YtZ2VfI$_$25	this movie is just not quite good enough	 negative	sentiment
f9O3YtZ2VfI$_$26	i really liked david finch	 positive	sentiment
f9O3YtZ2VfI$_$27	i liked all the um i like the cast	 positive	sentiment
f9O3YtZ2VfI$_$20	but dont get me wrong its not all bad	 positive	sentiment
f9O3YtZ2VfI$_$21	its got my two favorite acresses in it tilda swinton and cate blanchett	 positive	sentiment
f9O3YtZ2VfI$_$22	like i said before is a very interesting idea	 positive	sentiment
f9O3YtZ2VfI$_$23	and they did a lot of good things with it	 positive	sentiment
f9O3YtZ2VfI$_$28	but and its a good story	 positive	sentiment
f9O3YtZ2VfI$_$29	but clap huh its a pass	 negative	sentiment
f9O3YtZ2VfI$_$1	what whatever the name is too long	 negative	sentiment
f9O3YtZ2VfI$_$3	and its they looked like it had a good core	 positive	sentiment
f9O3YtZ2VfI$_$2	its a very interesting idea	 positive	sentiment
f9O3YtZ2VfI$_$5	the first problem is that its all told in flashback from a point just before katrina hits new orleans	 negative	sentiment
f9O3YtZ2VfI$_$4	but hm it just too many problems with it	 negative	sentiment
f9O3YtZ2VfI$_$7	i dont need it all told in flashback	 negative	sentiment
f9O3YtZ2VfI$_$6	i didnt need any of that crap	 negative	sentiment
f9O3YtZ2VfI$_$9	it dosent it just its too much crap in here	 negative	sentiment
f9O3YtZ2VfI$_$8	i dont need the added element of katrina	 negative	sentiment
f9O3YtZ2VfI$_$11	they just need to cut that out	 negative	sentiment
f9O3YtZ2VfI$_$10	the the movies is too long	 negative	sentiment
f9O3YtZ2VfI$_$13	th we do not need the entire span birth to death	 negative	sentiment
f9O3YtZ2VfI$_$12	another thing is we dont need his entire life	 negative	sentiment
f9O3YtZ2VfI$_$15	and scale it down on like two hours	 negative	sentiment
f9O3YtZ2VfI$_$14	just give me a nice interesting choke	 positive	sentiment
f9O3YtZ2VfI$_$17	um and if youre gonna do mostly cgi just make an animated movie	 negative	sentiment
f9O3YtZ2VfI$_$16	this also falls in to the trandy is very popular these days if you do a whole all of cgi	 negative	sentiment
f9O3YtZ2VfI$_$19	makes him look too too good	 negative	sentiment
f9O3YtZ2VfI$_$18	this looks like it just has a polyurethane coating on it	 negative	sentiment
f9O3YtZ2VfI$_$30	my neighbor probably thinks im crazy yelling about movies to a camera	 negative	sentiment
f_pcplsH_V0$_$11	now i didnt really like the first hour that much though	 positive	sentiment
f_pcplsH_V0$_$10	but i think this one did beat scream 2	 positive	sentiment
f_pcplsH_V0$_$13	i think xxx i want to see it	 positive	sentiment
f_pcplsH_V0$_$12	im sure you all remember the stab movies that were based on the scream movies or the experiences of sidney in universe so that people could comment on the killers reenacting the movies or following up the movies well in the first hour those become way way way too much of a plot point basically	 negative	sentiment
f_pcplsH_V0$_$15	im just kinda like no this is going to far	 negative	sentiment
f_pcplsH_V0$_$14	but it actually basically makes the characters congition not just of the genre within which they are in but of their own franchise to a ridiculous extent	 negative	sentiment
f_pcplsH_V0$_$1	so you better appreciate this review	 positive	sentiment
f_pcplsH_V0$_$3	theyre back to you having two killers thankfully	 positive	sentiment
f_pcplsH_V0$_$2	but to any of you who are i expect a thumbs up	 positive	sentiment
f_pcplsH_V0$_$5	hmph my overall opinion of the results of this process are its better than scream 3	 positive	sentiment
f_pcplsH_V0$_$4	because it does make a lot more sense having the killer be able to be everywhere if theres two of them	 positive	sentiment
f_pcplsH_V0$_$7	a lot of people dont like scream 2	 positive	sentiment
f_pcplsH_V0$_$6	and actually is better than scream 2	 positive	sentiment
f_pcplsH_V0$_$9	i hated scream 3	 negative	sentiment
f_pcplsH_V0$_$8	i think its highly underrated	 positive	sentiment
fvVhgmXxadc$_$11	and later time she goes like a world war ii battlefield um castle this kind of pulled out of lord of the rings	 positive	sentiment
fvVhgmXxadc$_$10	in fact the first time she goes in it looks like a japanese temple	 positive	sentiment
fvVhgmXxadc$_$13	its kind of playing with the idea whats real whats not what the matrix films did	 positive	sentiment
fvVhgmXxadc$_$12	whats in her mind within her mind in a way its kind of like inception in that way	 positive	sentiment
fvVhgmXxadc$_$14	although actually the best comparison this is this film would actually be something like pans labyrinth	 positive	sentiment
fvVhgmXxadc$_$1	it only had the potential to be a film that was both provking and action packed	 positive	sentiment
fvVhgmXxadc$_$3	that i got very little joy out of	 negative	sentiment
fvVhgmXxadc$_$2	but unfortunately its just an ugly wild violent unvolving and sadistic exercise	 negative	sentiment
fvVhgmXxadc$_$5	thats pretty heavily inferred in the opening sequence	 positive	sentiment
fvVhgmXxadc$_$4	in fact i got mostly pain out of it	 negative	sentiment
fvVhgmXxadc$_$7	now it also takes so really creepy xxxof the fact that emily browning in this movie looks like shes underage	 negative	sentiment
fvVhgmXxadc$_$6	when she gets there is forced to not only be trapped in the vocation that she obviously doesnt wanna be in	 positive	sentiment
fvVhgmXxadc$_$9	that kind of looks like video game in a certain way	 positive	sentiment
fvVhgmXxadc$_$8	but i dont know	 positive	sentiment
iiK8YX8oH1E$_$11	so i will give it points for not being exactly like my best friends wedding even at the trailer sets it up that way	 positive	sentiment
iiK8YX8oH1E$_$10	and we second guess ourselves	 positive	sentiment
iiK8YX8oH1E$_$13	but i dont think shes leading material	 negative	sentiment
iiK8YX8oH1E$_$12	ginnifer goodwin is fun to watch	 positive	sentiment
iiK8YX8oH1E$_$15	if there is any silverlining in this movie its john krasinski	 positive	sentiment
iiK8YX8oH1E$_$14	and like i said kate hudson couldnt be more annoying here	 negative	sentiment
iiK8YX8oH1E$_$17	but he has some of the funniest scenes in this movie	 positive	sentiment
iiK8YX8oH1E$_$16	who i dont usually like	 positive	sentiment
iiK8YX8oH1E$_$18	he seems to be the only realistic character here	 negative	sentiment
iiK8YX8oH1E$_$1	its one of those romantic comedies that we all dread	 negative	sentiment
iiK8YX8oH1E$_$3	annoyingly she kind of yells and screams through the whole movie	 negative	sentiment
iiK8YX8oH1E$_$2	now the real star of something borrowed is ginnifer goodwin	 positive	sentiment
iiK8YX8oH1E$_$5	um it kind of follows the path of my best friends wedding 1997 julia roberts movie except it takes thirty minutes longer to deviate from the scripts of my best friends wedding	 positive	sentiment
iiK8YX8oH1E$_$4	and if you can tolerate her the rest of the movie isnt any batter	 negative	sentiment
iiK8YX8oH1E$_$7	but mostly its just kate hudson being very annoying	 negative	sentiment
iiK8YX8oH1E$_$6	there are some funny moments	 positive	sentiment
iiK8YX8oH1E$_$9	i think with with these kind of movies we kind of predict	 positive	sentiment
iiK8YX8oH1E$_$8	and i think its predictable up an to a point	 negative	sentiment
jUzDDGyPkXU$_$24	but i kinda would have read that been like hm i mean schwarzanegger never said anything really that badass in his movies	 negative	sentiment
jUzDDGyPkXU$_$25	but arite and moving on theres no character development in this movie none	 negative	sentiment
jUzDDGyPkXU$_$26	well i can tell you right now i dont remember the names of any characters none of them were memborable	 negative	sentiment
jUzDDGyPkXU$_$27	and they were all just really bland and forgettable	 negative	sentiment
jUzDDGyPkXU$_$20	everything they say just sounds so fucking stupid	 negative	sentiment
jUzDDGyPkXU$_$21	the only actor who can really sell their lines is erin eckart	 negative	sentiment
jUzDDGyPkXU$_$22	there are moments where he says something youre like that just sounded dumb as hell	 negative	sentiment
jUzDDGyPkXU$_$23	but he totally sells it	 positive	sentiment
jUzDDGyPkXU$_$1	the action is fucking awesome	 positive	sentiment
jUzDDGyPkXU$_$3	its very reminscent of district	 positive	sentiment
jUzDDGyPkXU$_$2	the action is really really well directed	 positive	sentiment
jUzDDGyPkXU$_$5	but it didnt turn out quite nearly as awesome as that movie did	 negative	sentiment
jUzDDGyPkXU$_$4	9 its like someone watched the third act of district 9 a bunch of times like lets make this into an entire movie itll be awesome and thats pretty much what they did here	 negative	sentiment
jUzDDGyPkXU$_$7	i didnt really see a comparison to black hawk down until like the very very end	 negative	sentiment
jUzDDGyPkXU$_$6	in fact this movie isnt even on the same level as district 9 nor is it um for uh black hawk down which people are comparing it to	 negative	sentiment
jUzDDGyPkXU$_$9	the aliens are really awesome	 positive	sentiment
jUzDDGyPkXU$_$8	but nevertheless another really cool thing about this movie	 positive	sentiment
jUzDDGyPkXU$_$11	and they have really cool technology thats really interesting to watch like make them blow up shit and you know	 positive	sentiment
jUzDDGyPkXU$_$10	they designed the aliens in a really cool unique way to make them like biotic but also mechanical	 positive	sentiment
jUzDDGyPkXU$_$13	but its not always quite explained you know like everything about the aliens	 negative	sentiment
jUzDDGyPkXU$_$12	and they always like pull out something new	 positive	sentiment
jUzDDGyPkXU$_$15	like enough that it actually is a good reason why they why theyre attacking	 positive	sentiment
jUzDDGyPkXU$_$14	but they give you a good amount of information about them	 positive	sentiment
jUzDDGyPkXU$_$17	uh the dialogue is terrible	 negative	sentiment
jUzDDGyPkXU$_$16	and it keeps your interests in the action scenes at least during this movie	 positive	sentiment
jUzDDGyPkXU$_$19	nothing in this movie is cleverly written	 positive	sentiment
jUzDDGyPkXU$_$18	there is no good dialogue	 negative	sentiment
k5Y_838nuGo$_$24	but it does have some adult humour	 positive	sentiment
k5Y_838nuGo$_$25	those are quote in this movie that sounded so dirty coming out	 positive	sentiment
k5Y_838nuGo$_$26	but it as great	 positive	sentiment
k5Y_838nuGo$_$27	yes um something about waffle hole am i the only one am i perverted not to think that that sounds dirty coz it totally does waffle hole	 negative	sentiment
k5Y_838nuGo$_$20	the third one was more kid humour though	 positive	sentiment
k5Y_838nuGo$_$21	it didnt have that much adult humour in it	 positive	sentiment
k5Y_838nuGo$_$22	um yeah the fourth one it does have kid humour definatelly	 positive	sentiment
k5Y_838nuGo$_$23	its a kids movie	 positive	sentiment
k5Y_838nuGo$_$28	it had me laughing out loud	 positive	sentiment
k5Y_838nuGo$_$29	and i dont think that many other people were laughing about it	 negative	sentiment
k5Y_838nuGo$_$1	which i was not excited to see	 negative	sentiment
k5Y_838nuGo$_$3	and i have to admit i i like shrek i do	 positive	sentiment
k5Y_838nuGo$_$2	and it actually surprised me	 positive	sentiment
k5Y_838nuGo$_$5	um theyve become quite a bit overrated	 negative	sentiment
k5Y_838nuGo$_$4	i like the first two shreks quite a bit	 positive	sentiment
k5Y_838nuGo$_$7	the third one was a piece of crap	 negative	sentiment
k5Y_838nuGo$_$6	but the first two were pretty excellent	 positive	sentiment
k5Y_838nuGo$_$9	um which actually was really good	 positive	sentiment
k5Y_838nuGo$_$8	and thats why i was not excited about the fourth one	 negative	sentiment
k5Y_838nuGo$_$11	um i i did enjoy it	 positive	sentiment
k5Y_838nuGo$_$10	i did like the fourth one quite a bit	 positive	sentiment
k5Y_838nuGo$_$13	and it just was better	 positive	sentiment
k5Y_838nuGo$_$12	it reminded me of the first one had the same kind of vibe like the first one	 positive	sentiment
k5Y_838nuGo$_$15	coz the first two were great and they brought in the kids and it made it more kiddy friendly movie	 negative	sentiment
k5Y_838nuGo$_$14	maybe its the baby ogres maybe bringing in the baby ogres really brought it down	 negative	sentiment
k5Y_838nuGo$_$17	but they were had adult humour	 positive	sentiment
k5Y_838nuGo$_$16	the first two were kid movies	 positive	sentiment
k5Y_838nuGo$_$19	and would go over the kids heads and this is what the fourth one kind of has	 negative	sentiment
k5Y_838nuGo$_$18	i though that adults would appreciate	 positive	sentiment
k5Y_838nuGo$_$31	because my one of my cousins doesnt like the glasses	 negative	sentiment
k5Y_838nuGo$_$30	um yeah its its better than the third one absolutely	 positive	sentiment
lXPQBPVc5Cw$_$24	like i dont understand	 negative	sentiment
lXPQBPVc5Cw$_$25	like i i actually felt myself checking the time cuz i was like when is this movie going to end	 negative	sentiment
lXPQBPVc5Cw$_$26	i do not wanna see any more of this	 negative	sentiment
lXPQBPVc5Cw$_$27	and i tell i couldnt get out of that movie theatre fast enough	 negative	sentiment
lXPQBPVc5Cw$_$20	um yeah so we were out for most of it we were talking about i was texting i just like i had absolutely the film had no draw to me	 negative	sentiment
lXPQBPVc5Cw$_$21	the beginning started off great with a couple good jokes	 positive	sentiment
lXPQBPVc5Cw$_$22	and really funny uh animation stuff it was great really funny	 positive	sentiment
lXPQBPVc5Cw$_$23	um and then towards the middle it was like what is going on	 negative	sentiment
lXPQBPVc5Cw$_$28	um in general um the little kids seemed to like it that were in there	 positive	sentiment
lXPQBPVc5Cw$_$29	but the adults were the adults that were actually attempting to watch it and the people who were my age as well were like what did i just see	 negative	sentiment
lXPQBPVc5Cw$_$1	yes when you hear johnny depp you think uh this movie has to be good	 positive	sentiment
lXPQBPVc5Cw$_$3	it was really boring to me	 negative	sentiment
lXPQBPVc5Cw$_$2	im not going to lie to you it wasnt good	 negative	sentiment
lXPQBPVc5Cw$_$5	i go for like the more oldies type type films i guess like the older pixar films like toy story and all that stuff	 negative	sentiment
lXPQBPVc5Cw$_$4	chuckling i mean and i dont actually go and im not being biased because i dont really go for the animated type films	 negative	sentiment
lXPQBPVc5Cw$_$7	laughing you know a movies terrible when a person trying to review it doesnt even know what to say but i dont know this movie was	 negative	sentiment
lXPQBPVc5Cw$_$6	um but this one was uh i dont know i mean the story was there but sigh i dont know	 negative	sentiment
lXPQBPVc5Cw$_$9	but it was just it was like im not gonna even lie to you guys i fell asleep around the middle of it and woke up like what just happened	 negative	sentiment
lXPQBPVc5Cw$_$8	uh johnny depp doing the voice was fantastic	 positive	sentiment
lXPQBPVc5Cw$_$11	it wasnt there	 negative	sentiment
lXPQBPVc5Cw$_$10	um its one of those movies where most of the funny parts are in the commercial you know youve seen the commercial so many times that that part isnt even funny anymore and then youre wondering where the hell is the rest of it	 negative	sentiment
lXPQBPVc5Cw$_$13	the voice acting was phenomenal	 positive	sentiment
lXPQBPVc5Cw$_$12	it just wasnt it di did not work for me	 negative	sentiment
lXPQBPVc5Cw$_$15	it was so bad i just did not enjoy it	 negative	sentiment
lXPQBPVc5Cw$_$14	but the the actual story line was just terrible	 negative	sentiment
lXPQBPVc5Cw$_$17	im not even kidding i went with a bunch of friends and a movies supposed to be ten times better when youre with a bunch of friends	 negative	sentiment
lXPQBPVc5Cw$_$16	uh i will i will actually say this right now it was a good waste of like 12	 positive	sentiment
lXPQBPVc5Cw$_$19	and the two others were just bored	 negative	sentiment
lXPQBPVc5Cw$_$18	and uh my friend next to me fell asleep	 negative	sentiment
lXPQBPVc5Cw$_$30	i uh jesus i dont know it was sigh its sad though because i expected so much mo	 negative	sentiment
nbWiPyCm4g0$_$10	miranda miranda was always one of the best characters	 positive	sentiment
nbWiPyCm4g0$_$1	and let me tell you it surpassed itself	 positive	sentiment
nbWiPyCm4g0$_$3	this movie isnt just bad its diabolical	 negative	sentiment
nbWiPyCm4g0$_$2	it reached the new hights of horrendous	 negative	sentiment
nbWiPyCm4g0$_$5	also if youre a streight man and you voluntarily willingly goo and see this film im gonna need you to light a candle say a prayer and ask yourself some questions	 negative	sentiment
nbWiPyCm4g0$_$4	first let me just say i saw quite a few guys at the cinema who clearly been dragged there by the girlfriends and to those guys i say would you like me to sew your balls back on for you	 negative	sentiment
nbWiPyCm4g0$_$7	where the problem with that lies not entirely sure	 negative	sentiment
nbWiPyCm4g0$_$6	this is really just a continuation of the first film	 positive	sentiment
nbWiPyCm4g0$_$9	i dont know if charlotte started on made me never want to have kids or never want to have rich friends	 negative	sentiment
nbWiPyCm4g0$_$8	let me see if i can rustle up some symphaty yeah ive got nothing	 negative	sentiment
nzpVDcQ0ywM$_$24	and he delivers a lot of intensity	 positive	sentiment
nzpVDcQ0ywM$_$20	he is average	 positive	sentiment
nzpVDcQ0ywM$_$21	and its sh so short lived he barely needs to even be there	 negative	sentiment
nzpVDcQ0ywM$_$22	uh stormshadow is very cool	 positive	sentiment
nzpVDcQ0ywM$_$23	his fight sequences are very neat	 positive	sentiment
nzpVDcQ0ywM$_$1	and he really seems to be channeling michael bay in this movie	 positive	sentiment
nzpVDcQ0ywM$_$3	and its really glossed over with lots of stunning special effects and big explosions	 positive	sentiment
nzpVDcQ0ywM$_$2	the plot has the consistency of swiss cheese	 negative	sentiment
nzpVDcQ0ywM$_$5	i feel like it almost should have had a g rating	 positive	sentiment
nzpVDcQ0ywM$_$4	sigh all in all its kind of a disappointment to any of us who grew up in the 80s and are used to the toys in the cartoon	 negative	sentiment
nzpVDcQ0ywM$_$7	and i hate to say that	 negative	sentiment
nzpVDcQ0ywM$_$6	it was really kind of dumb down for us	 negative	sentiment
nzpVDcQ0ywM$_$9	but if you are a child who grew up in that time period youre not going to enjoy this movie very much	 negative	sentiment
nzpVDcQ0ywM$_$8	i think you will really love this movie if you are 8	 positive	sentiment
nzpVDcQ0ywM$_$11	and all i can is hes a pretty average guy	 positive	sentiment
nzpVDcQ0ywM$_$10	because they arent playing to you theyre playing to a new audience of kids who dont know anything about these characters in the first place	 negative	sentiment
nzpVDcQ0ywM$_$13	marlon wayans kind of plays a watered down version of himself from other movies	 negative	sentiment
nzpVDcQ0ywM$_$12	i dont really feel any emotional pull from him in this movie	 negative	sentiment
nzpVDcQ0ywM$_$15	and hes pretty average too	 negative	sentiment
nzpVDcQ0ywM$_$14	he does some stereotypical things like talking uh about busting a cap while flying an airplane	 positive	sentiment
nzpVDcQ0ywM$_$17	and so thats pretty entertaining	 positive	sentiment
nzpVDcQ0ywM$_$16	the two women in this movie are particularly good looking	 positive	sentiment
nzpVDcQ0ywM$_$19	and his performance is campy and comes off as an army cheerleader some of the time	 negative	sentiment
nzpVDcQ0ywM$_$18	this is a really big movie for their careers because i havent really seen them in a lot of big movies	 positive	sentiment
ob23OKe5a9Q$_$11	it was cute you know the actors did a great job bringing the smurfs to life such as joe george lopez neil patrick harris katy perry and a fourth	 positive	sentiment
ob23OKe5a9Q$_$10	other than that it was a good movie	 positive	sentiment
ob23OKe5a9Q$_$13	but i had a few problems so i didnt love it i liked it	 positive	sentiment
ob23OKe5a9Q$_$12	it was a great movie and i loved it	 positive	sentiment
ob23OKe5a9Q$_$14	three stars for smurfs and stay smurfy everyone	 positive	sentiment
ob23OKe5a9Q$_$1	but it was a good movie	 positive	sentiment
ob23OKe5a9Q$_$3	only because it was very predictable very predictable	 negative	sentiment
ob23OKe5a9Q$_$2	id give it three stars	 positive	sentiment
ob23OKe5a9Q$_$5	that um i guess the only other problem i had with it was that um the jokes were really cheesy	 negative	sentiment
ob23OKe5a9Q$_$4	but very predictable	 negative	sentiment
ob23OKe5a9Q$_$7	so if thats the case then you should see this movie if you really like cheesy jokes predictable movies but other than that it was a perfect family movie	 positive	sentiment
ob23OKe5a9Q$_$6	i dont like cheesy jokes but cheesy jokes are most times funny cuz theyre really bad	 positive	sentiment
ob23OKe5a9Q$_$9	beyond this age the problem i had with the movie theatre is there were kids crying the whole time and whispering xxx does baby crying get on your nerves ever if it does wouldnt recommend going to this movie cuz theres a bunch of kids or sneak into a really late showing cuz i dont think kids are going to be out that late but thats the only problem i had with it	 negative	sentiment
ob23OKe5a9Q$_$8	i would definitely take 8 or younger kids to that movie its a definite family movie	 positive	sentiment
pLTX3ipuDJI$_$11	although what it did do was interesting but i but it didnt make sense	 positive	sentiment
pLTX3ipuDJI$_$10	but its just a little weak overall for me than we were looking forward to him and he was gone quickly	 negative	sentiment
pLTX3ipuDJI$_$13	just like one of the girls tells the exact story of the first movie	 negative	sentiment
pLTX3ipuDJI$_$12	he co laurence fishburne comes in and tells the characters things that only screen writers shouldve known about which gives a little more of f fony feel this whole thing	 negative	sentiment
pLTX3ipuDJI$_$15	it dosent give an give any insight or help its just make them seem like she sa she saw the first movie	 negative	sentiment
pLTX3ipuDJI$_$14	its a pointless scene for the audience and the characters	 negative	sentiment
pLTX3ipuDJI$_$16	in finale i would only recommend this movie for a rental non in theater because its a low grade sequal to the 87th version and only if you like the series	 negative	sentiment
pLTX3ipuDJI$_$1	nothing new is brought in those predator series no surprises no big twist no finish	 negative	sentiment
pLTX3ipuDJI$_$3	althought what wasnt the same was the connection to each other which first movie had and this one not	 negative	sentiment
pLTX3ipuDJI$_$2	i like to tease some mystery and great plot what couldve been but than all is explained and disppeares ten minutes later its just a clear remake of predator from back in 1997 with the premise being almost identical	 negative	sentiment
pLTX3ipuDJI$_$5	you dont see any of the personalities when one dies you dont mourn over tham an you dont get an attachment to anybody	 negative	sentiment
pLTX3ipuDJI$_$4	in the first run they were a team and they worked together and you see the personalites this movie just pops a group of different killers down together and lets them interact poorly	 negative	sentiment
pLTX3ipuDJI$_$7	but nothing sucks either which gains the movie some points i guess	 positive	sentiment
pLTX3ipuDJI$_$6	of the acting nothing stands out a spectacular which is to be expected of the movie like this	 negative	sentiment
pLTX3ipuDJI$_$9	and i know you cant hype a movie with an unknown actors so even if someone is in there for a few minutes you should hype them	 positive	sentiment
pLTX3ipuDJI$_$8	what disappointed me was that one of the most hyped actors in the movie was only in there for short amount of time	 negative	sentiment
phBUpBr1hSo$_$11	i love my movies to be long	 positive	sentiment
phBUpBr1hSo$_$10	this movie seemed um a little long	 negative	sentiment
phBUpBr1hSo$_$13	um im passionate about movies so thats fine	 positive	sentiment
phBUpBr1hSo$_$12	i dont think a movie can ever be too long um you know i like you know the dark night was you know two hours and forty five minutes you know and titanic you know all those movies a avatar all those movies that you know three hours and you know thats fine by me i love long movies	 positive	sentiment
phBUpBr1hSo$_$15	some parts just kind of dragged on you kind of you know sit in the movie theater and this is a big action movie one of the biggest movies of the summer and you kind of just wanted to you know rest your head while watched um coz some of the sequences and some of the scenes were just kind of long	 negative	sentiment
phBUpBr1hSo$_$14	but this one seemed long at some at some parts	 negative	sentiment
phBUpBr1hSo$_$17	um the action was great you know not too much not too little just um just enough action	 positive	sentiment
phBUpBr1hSo$_$16	and you just kind of like ok lets get to it we know whats gonna happen lets go ahead and do it	 negative	sentiment
phBUpBr1hSo$_$19	but pretty good script	 positive	sentiment
phBUpBr1hSo$_$18	um the story was all right	 positive	sentiment
phBUpBr1hSo$_$20	i dont think it was as good as the first one obviously i i think the first movie was just fantastic	 negative	sentiment
phBUpBr1hSo$_$1	i went to this movie very very excited	 positive	sentiment
phBUpBr1hSo$_$3	i think um the movies are phenomenal especially that first one	 positive	sentiment
phBUpBr1hSo$_$2	im a big transformers fan	 positive	sentiment
phBUpBr1hSo$_$5	um in interviews shia labeouf said that the second movie lacked um heart	 negative	sentiment
phBUpBr1hSo$_$4	um i dont think that this ove got as much buzz and as much um media attention and um word of mouth you know spreading around and stuff	 negative	sentiment
phBUpBr1hSo$_$7	um after watching this movie i dont really think thats necessarily true um i think that the second movie and the third movie are very very similar um i think they tried to add a lot of heart	 negative	sentiment
phBUpBr1hSo$_$6	and he said that this new one has a lot of heart um similar to the first one	 positive	sentiment
phBUpBr1hSo$_$9	theres too much too fast i mean we basically just get introduced to this character and you know right away um this is the first movie shes in and theyre already um you know um meant to be together forever and all that good slushy stuff	 negative	sentiment
phBUpBr1hSo$_$8	and it just seems like too much too fast i mean theyre already telling each other that love each other and talking about getting wedding rings spending the rest of their lives together they live together i mean its just way too much too fast they try to built their heart into it by you know him saying you know youre the only thing that matters in this world you know i dont care about myself you know coz she thinks hes doing crazy stuff sacrifizing his life in a then he does crazy stuff to save her and hes just like i love you you know just all the sappy blah blah stuff	 negative	sentiment
phBUpBr1hSo$_$21	um maybe im part with the second one maybe im little behind that but it was it was pretty good story	 positive	sentiment
rnaNMUZpvvg$_$20	he looked awesome while he did it but yeah ok so let all the girls who want all disagree with me coz they all think this is an amazing movie but they all think he was amazing because they were staring at daniel craig the whole time theyr going oh my gosh hes so hot	 positive	sentiment
rnaNMUZpvvg$_$21	all the guys that went were pretty much on my page they were just like wow that was stupid wow	 negative	sentiment
rnaNMUZpvvg$_$22	i sat with the guys and we all try to stay awake through it um and kept falling asleep and then talk about how stupid it was	 negative	sentiment
rnaNMUZpvvg$_$1	the verdict is stupid and a complete waste of money	 negative	sentiment
rnaNMUZpvvg$_$3	like i didnt expect it to be good	 negative	sentiment
rnaNMUZpvvg$_$2	but it was a fun experience going	 positive	sentiment
rnaNMUZpvvg$_$5	aaaaa it wasnt even holding my attention	 negative	sentiment
rnaNMUZpvvg$_$4	but its just such a waste of money for them like when i see the movie thats obviously had a very big budget and it is like not even good it makes me angry coz im just like why are you wasting so much money	 negative	sentiment
rnaNMUZpvvg$_$7	i honestly wanted the aliens to win	 positive	sentiment
rnaNMUZpvvg$_$6	i could barely stay awake through the movie	 negative	sentiment
rnaNMUZpvvg$_$9	just there was only one character the doctor he was the only person i even really cared about	 negative	sentiment
rnaNMUZpvvg$_$8	all the characters were just so unlikable	 negative	sentiment
rnaNMUZpvvg$_$11	every single cowboy was just a complete douchebag	 negative	sentiment
rnaNMUZpvvg$_$10	and even he was a douchebag all of them	 negative	sentiment
rnaNMUZpvvg$_$13	but he wasnt even interesting	 negative	sentiment
rnaNMUZpvvg$_$12	and there was just this little boy and he was the only person who wasnt a douchebag	 negative	sentiment
rnaNMUZpvvg$_$15	he was just like a plot device for this other guy to start acting like a father figure and he was just stupid but then he didnt even act like a father figure towards him	 negative	sentiment
rnaNMUZpvvg$_$14	but they gave him no no character like he had no character development whatsoever	 negative	sentiment
rnaNMUZpvvg$_$17	why are you killing everyone	 negative	sentiment
rnaNMUZpvvg$_$16	but he was actually complete douchebag	 negative	sentiment
rnaNMUZpvvg$_$19	whay are you killing these people you dont even know whats going on like dude get over yourself	 negative	sentiment
rnaNMUZpvvg$_$18	it just some people were like oh hes so cool hes so awesome like youve never seen that in the movie this person who had amnesia just kills everybody even if its like but that was so unnecessary	 negative	sentiment
tIrG4oNLFzE$_$11	and then maybe even when she was happy like she wouldnt frown her um frown her eyebrows but shed still be pouty but like yeah like that	 negative	sentiment
tIrG4oNLFzE$_$10	it was like this like pouty like grumpy look	 negative	sentiment
tIrG4oNLFzE$_$13	like those tho those those moments in the film especially in the beginning where she would sit there stand there cross um with her arms crossed and just look out into the distance like just laughing with the same expression or shed look across the beach or shed look at her dad or shed look at her brother with the same expression and i was just like whatre you thinking i i dont understand what this characters doing	 negative	sentiment
tIrG4oNLFzE$_$12	which just uh it really annoyed me	 negative	sentiment
tIrG4oNLFzE$_$15	but as an actor i really think especially an actor in the lead leading role you really should prepare for that role	 negative	sentiment
tIrG4oNLFzE$_$14	like okay shes staring whats she thinking how does she feel i had no idea like it was the same expression for shock or for sadness or what i presumed shed be sad but it sigh it really bugged me	 negative	sentiment
tIrG4oNLFzE$_$17	smacking so thats probably why she just laughinglooked the same in every single scene there was probably about two scenes that i actually thought yea she this is her acting this is good she can do this	 positive	sentiment
tIrG4oNLFzE$_$16	i was like how can you go into a film into a leading role and have no idea who your character is	 negative	sentiment
tIrG4oNLFzE$_$18	but then those two moments just got ruined by the rest of an hour and a half of her being pouty	 negative	sentiment
tIrG4oNLFzE$_$1	now i am a huge huge fan of nicholas sparks	 positive	sentiment
tIrG4oNLFzE$_$3	um i really enjoyed a walk to remember me and dear john	 positive	sentiment
tIrG4oNLFzE$_$2	um the notebook is one of my favorite films	 positive	sentiment
tIrG4oNLFzE$_$5	so i went into this film having quite high expectations	 positive	sentiment
tIrG4oNLFzE$_$4	i really did enjoy as well wasnt too fond of the ending	 positive	sentiment
tIrG4oNLFzE$_$7	but on the other hand i was really um wary of going	 negative	sentiment
tIrG4oNLFzE$_$6	i mean its a nicholas sparks book it must be good	 positive	sentiment
tIrG4oNLFzE$_$9	straight away miley cyrus acting miley cyrus acting or lack of she had this same expression throughout the entire film	 negative	sentiment
tIrG4oNLFzE$_$8	like what to expect from miley cyrus um i mean shes only done the hannah montana franchise playing that one character which i think like 99 of the percent of the time her characters like so overboard shes so exaggerated so i really didnt know how she was going to handle this film	 negative	sentiment
tStelxIAHjw$_$11	i just hated it	 negative	sentiment
tStelxIAHjw$_$10	i didnt think it was sad	 positive	sentiment
tStelxIAHjw$_$13	two out of five stars	 negative	sentiment
tStelxIAHjw$_$12	like seriously	 negative	sentiment
tStelxIAHjw$_$15	i kind of have a um artistic video up on my main channel	 positive	sentiment
tStelxIAHjw$_$14	i guess im just over it	 negative	sentiment
tStelxIAHjw$_$16	i love you guys	 positive	sentiment
tStelxIAHjw$_$1	um ronny wanted to know what was the last movie we saw in theatres and to give a review for it	 positive	sentiment
tStelxIAHjw$_$3	i really did	 positive	sentiment
tStelxIAHjw$_$2	um i think the last movie i saw in theatres was toy story 3 and i hated it	 negative	sentiment
tStelxIAHjw$_$5	and i really hated cars	 negative	sentiment
tStelxIAHjw$_$4	i think im getting to that point where im just not entertained by disney pixar movies anymore because i couldnt stand up	 negative	sentiment
tStelxIAHjw$_$7	and i liked wally	 positive	sentiment
tStelxIAHjw$_$6	i liked finding nemo	 positive	sentiment
tStelxIAHjw$_$9	i didnt think it was cute	 negative	sentiment
tStelxIAHjw$_$8	i didnt think it was funny	 negative	sentiment
tmZoasNr4rU$_$11	and uh although like i like dark humor	 negative	sentiment
tmZoasNr4rU$_$10	smacking lips maybe only 5 jokes made me laugh	 negative	sentiment
tmZoasNr4rU$_$13	no i i i guess so i mean its its it wasnt annoying	 negative	sentiment
tmZoasNr4rU$_$12	but i just couldnt find it funny	 negative	sentiment
tmZoasNr4rU$_$15	maybe a lot more than the expendables	 positive	sentiment
tmZoasNr4rU$_$14	it it it was just there i i i i wasnt i wasnt amused	 negative	sentiment
tmZoasNr4rU$_$17	the action feels that its um it its its pretty much just uh quick cut or slash blood scream you know lip smacking	 negative	sentiment
tmZoasNr4rU$_$16	but i feel that the movie wasnt really concerned with being exciting	 negative	sentiment
tmZoasNr4rU$_$19	still the the church shootout however brief that was it it was alright	 positive	sentiment
tmZoasNr4rU$_$18	fffflat shit lip smacking	 positive	sentiment
tmZoasNr4rU$_$20	maybe it could have been 20 seconds longer	 negative	sentiment
tmZoasNr4rU$_$1	um id like to quickly talk about machete	 positive	sentiment
tmZoasNr4rU$_$3	i couldnt get into it	 negative	sentiment
tmZoasNr4rU$_$2	im sorry and disappointed to say this i didnt like it	 negative	sentiment
tmZoasNr4rU$_$5	and maybe planet terror im im not sure im just	 negative	sentiment
tmZoasNr4rU$_$4	i know it its not meant to be taken seriously maybe 70s exploitation movies are more cheesy than machete	 negative	sentiment
tmZoasNr4rU$_$7	i i cant explain why the humor was was mostly flat because a few or several jokes actually felt they they they actually felt felt funny	 negative	sentiment
tmZoasNr4rU$_$6	sound of cars the action and humor were mostly flat	 negative	sentiment
tmZoasNr4rU$_$9	sigh it probably would have helped if i went with with someone if at least one other one other person went with me	 negative	sentiment
tmZoasNr4rU$_$8	but but i just did didnt laugh	 negative	sentiment
v0zCBqDeKcE$_$11	and jim carry um i kind of light went off i love um i used to immitate his comedy style when i was younger believe it or not	 positive	sentiment
v0zCBqDeKcE$_$10	ian mcgreggor happens to be one of my favorites	 positive	sentiment
v0zCBqDeKcE$_$13	if youre um a lover of jim carry a lover of ian mcgraggor than youll like this movie	 positive	sentiment
v0zCBqDeKcE$_$12	i mean he even faked having aids to get out of prison	 positive	sentiment
v0zCBqDeKcE$_$15	i love all aspects of movies	 positive	sentiment
v0zCBqDeKcE$_$14	um now please i love movies	 positive	sentiment
v0zCBqDeKcE$_$16	but this is kind of	 positive	sentiment
v0zCBqDeKcE$_$1	i just wanna say that i love you	 positive	sentiment
v0zCBqDeKcE$_$3	now i had no idea how good this movie was gonna be	 positive	sentiment
v0zCBqDeKcE$_$2	although brooke did a a unique movie last tuesday	 positive	sentiment
v0zCBqDeKcE$_$5	but its such a feel good comedy	 positive	sentiment
v0zCBqDeKcE$_$4	um i shouldnt say like its not like amazingly gonna win some awards good	 positive	sentiment
v0zCBqDeKcE$_$7	i mean some people like james woods i believe his iq is 1 180 or something like that	 positive	sentiment
v0zCBqDeKcE$_$6	now the real steven russel has like an iq like 163 which is like wow genious	 positive	sentiment
v0zCBqDeKcE$_$9	i think they are very good actors	 positive	sentiment
v0zCBqDeKcE$_$8	jim carry ian mcgreggor i liked the two of them	 positive	sentiment
vvZ4IcEtiZc$_$11	because its um its an audience pleaser you know	 positive	sentiment
vvZ4IcEtiZc$_$10	and its sort of like a contrived plot thats been used over and over again	 negative	sentiment
vvZ4IcEtiZc$_$12	an especially when it comes to romantic dramas like thumping its uh it gets the audiences to theatres because its a compelling idea but its been uh done	 positive	sentiment
vvZ4IcEtiZc$_$1	and i really really loved it	 positive	sentiment
vvZ4IcEtiZc$_$3	and i was just thinking about um how its the performances in it were sort of over overlooked at the academy awards	 positive	sentiment
vvZ4IcEtiZc$_$2	and i thought that the performances in it were incredible	 positive	sentiment
vvZ4IcEtiZc$_$5	but there were a lot of great movies out this year	 positive	sentiment
vvZ4IcEtiZc$_$4	because um there were so many great movies that came out this year i mean um the kings speech black swan 127 hours inception	 positive	sentiment
vvZ4IcEtiZc$_$7	and i think that blue valentine has um become kind of underrated	 positive	sentiment
vvZ4IcEtiZc$_$6	some of the great performances um of last year were kind of overlooked cuz there were just so many of them	 positive	sentiment
vvZ4IcEtiZc$_$9	and theres a lots of smacking lips theres so many dynamics going on with this relationship and i think that it was it was a great story	 positive	sentiment
vvZ4IcEtiZc$_$8	and its truly heartbreaking to see that contrasted with the state of things	 negative	sentiment
vyB00TXsimI$_$20	and i enjoyed myself a lot at the movie	 positive	sentiment
vyB00TXsimI$_$21	i laughed at quite a bit of the dialogue	 positive	sentiment
vyB00TXsimI$_$22	and there actually was one scene that i found kin	 positive	sentiment
vyB00TXsimI$_$1	but i do wanna tell you about priest	 positive	sentiment
vyB00TXsimI$_$3	if you like explosions really ridiculous action sequences malodramatic plot and acting this is the right movie to see	 positive	sentiment
vyB00TXsimI$_$2	if you were looking for a movie that has anything realistic in it you should not be looking at this movie because it is insane	 negative	sentiment
vyB00TXsimI$_$5	and is fun to watch	 positive	sentiment
vyB00TXsimI$_$4	and she also has pretty sweet moves	 positive	sentiment
vyB00TXsimI$_$7	therere also two lord of the rings grads which i absolutely love	 positive	sentiment
vyB00TXsimI$_$6	some really fun touches within the movie is that two vampires in other shows appear in this movie not as vampires	 positive	sentiment
vyB00TXsimI$_$9	if all three of them were put together	 positive	sentiment
vyB00TXsimI$_$8	and anyone who knows me knows the lord of the rings trilogy is probably my favorite movie ever	 positive	sentiment
vyB00TXsimI$_$11	which basically means hes wormtongue again in a different way	 positive	sentiment
vyB00TXsimI$_$10	yeah thats about how my favorite list goes	 positive	sentiment
vyB00TXsimI$_$13	and she is a really pretty girl	 positive	sentiment
vyB00TXsimI$_$12	other notable mentiones are christopher plumber	 positive	sentiment
vyB00TXsimI$_$15	i really love the melodramatic over the top crazy action sort of thing going on	 positive	sentiment
vyB00TXsimI$_$14	this is one of my favorite types of movies	 positive	sentiment
vyB00TXsimI$_$17	and theres a better on top of the train fights than the first mission impossible movie	 positive	sentiment
vyB00TXsimI$_$16	theres s scene in a cave where they fight a giant monster that really reminds me of like some sort of lord of the rings mines of moria moment	 positive	sentiment
vyB00TXsimI$_$19	i thought it was fun	 positive	sentiment
vyB00TXsimI$_$18	so yes i really enjoyed it	 positive	sentiment
wMbj6ajWbic$_$24	marlon wayans had a lot of fun	 positive	sentiment
wMbj6ajWbic$_$25	but the guy from lost had a lot of fun	 positive	sentiment
wMbj6ajWbic$_$26	dennis quaid i think had a lot of fun	 positive	sentiment
wMbj6ajWbic$_$27	um same with christopher eccleston	 positive	sentiment
wMbj6ajWbic$_$20	um and now the performances are like something like to write home about	 positive	sentiment
wMbj6ajWbic$_$21	um that being said you can tell that lot people were having fun with this	 positive	sentiment
wMbj6ajWbic$_$22	and i xxx like in particular joseph joseph gordonlevitt had a lot of fun with his role	 positive	sentiment
wMbj6ajWbic$_$23	i think um rachel nichols had a lot of fun with her role	 positive	sentiment
wMbj6ajWbic$_$28	so i i think it was cool to actually see ray park in action great action star	 positive	sentiment
wMbj6ajWbic$_$29	he does a great job with his snake eyes which is always cool to see that	 positive	sentiment
wMbj6ajWbic$_$1	because i really wanted to see it actually	 positive	sentiment
wMbj6ajWbic$_$3	or big collector of the action figures	 positive	sentiment
wMbj6ajWbic$_$2	and um first of all i i actually was never a huge fan of the ji joe tv series	 negative	sentiment
wMbj6ajWbic$_$5	ji joe rise of the cobra um this movie is incredible cheezy	 positive	sentiment
wMbj6ajWbic$_$4	but i wasnt big on it um	 positive	sentiment
wMbj6ajWbic$_$7	yes it the acting is a little rough in some parts	 negative	sentiment
wMbj6ajWbic$_$6	but in the good way i in ist theres two types of cheezy and this is the good kind of cheezy	 positive	sentiment
wMbj6ajWbic$_$9	but the m the script is corny	 negative	sentiment
wMbj6ajWbic$_$8	well you know um corny	 positive	sentiment
wMbj6ajWbic$_$11	i mean i didnt go to this movie expecting to see the dark night	 positive	sentiment
wMbj6ajWbic$_$10	i mean the way its written is corny	 negative	sentiment
wMbj6ajWbic$_$13	because if ive seen it over the summer i probably wouldve rated it best action movie i saw this summer	 positive	sentiment
wMbj6ajWbic$_$12	and quite honestly i wish ive seen this over the summer	 positive	sentiment
wMbj6ajWbic$_$15	i did like transformers 2 even though a lot of people didnt like that	 positive	sentiment
wMbj6ajWbic$_$14	this summer was kind of weird with the action movies if you ask me	 negative	sentiment
wMbj6ajWbic$_$17	and um you know you have a lot of good actors in this movie actually a lot of good actors	 positive	sentiment
wMbj6ajWbic$_$16	but you know this movie um this really um wouldve made up for a disappointment that it had a terminator salvation	 positive	sentiment
wMbj6ajWbic$_$19	so you know its not like you actually getting like academy award quality acting performances	 negative	sentiment
wMbj6ajWbic$_$18	in you know theyre in there this is a cheezy um movie	 negative	sentiment
wMbj6ajWbic$_$30	joe movie is how international it was it was very divert	 positive	sentiment
yDtzw_Y-7RU$_$24	i would not take a young child	 negative	sentiment
yDtzw_Y-7RU$_$20	except their eyes are kind of like this welcome to the polar express	 negative	sentiment
yDtzw_Y-7RU$_$21	and thats a lot to be said for a one minute review	 positive	sentiment
yDtzw_Y-7RU$_$22	i actually like the film	 positive	sentiment
yDtzw_Y-7RU$_$23	um i enjoyed myself in it you might as well	 positive	sentiment
yDtzw_Y-7RU$_$1	but let me first say this i liked it more than i expected i would	 positive	sentiment
yDtzw_Y-7RU$_$3	number one it means its much scarier than you could imagine	 positive	sentiment
yDtzw_Y-7RU$_$2	this film is slavishly devoted to the original book or nov novella uh by uh charles dickens	 positive	sentiment
yDtzw_Y-7RU$_$5	let me say this if your christianity is extremely legalistic this is the film for you	 positive	sentiment
yDtzw_Y-7RU$_$4	my 8 year old was terrified through part of this because the original version is terrifying	 negative	sentiment
yDtzw_Y-7RU$_$7	so laughing if thats your form of christianity its a christian film	 positive	sentiment
yDtzw_Y-7RU$_$6	cause this is a film that basically says you know what you should do you should take care of poor people because jesus told us to take care of poor people and if you dont take care of poor people youre gonna burn in hell	 negative	sentiment
yDtzw_Y-7RU$_$9	um another thing about this film is in its devotion is that sometimes my children could not understand what was being said because they were speaking dickensonian english	 negative	sentiment
yDtzw_Y-7RU$_$8	um its not my form	 negative	sentiment
yDtzw_Y-7RU$_$11	therefore a lot of social commentary goes woop sound effect over your head	 negative	sentiment
yDtzw_Y-7RU$_$10	sometimes i missed what was being said	 negative	sentiment
yDtzw_Y-7RU$_$13	um all this stuff about debtors prison for instance doesnt really um jive here in 21st century america	 negative	sentiment
yDtzw_Y-7RU$_$12	or just really doesnt make any difference to us today at all	 negative	sentiment
yDtzw_Y-7RU$_$15	because this thing is is meant to be seen in 3d	 positive	sentiment
yDtzw_Y-7RU$_$14	and this film is this amazing like i say slavish devotion to charles dickens with an amusement park ride	 positive	sentiment
yDtzw_Y-7RU$_$17	or most likely from going very quickly through london with you know demon horses chasing you so uh theres that	 positive	sentiment
yDtzw_Y-7RU$_$16	and throughout the film youre going sound effects laughing either from the terrifying characters	 positive	sentiment
yDtzw_Y-7RU$_$19	um the people seemed sort of dead	 negative	sentiment
yDtzw_Y-7RU$_$18	also about the animation the people just like in polar express a film i really did not like	 negative	sentiment
yvsjCA6Y5Fc$_$20	i can appreciate that	 positive	sentiment
yvsjCA6Y5Fc$_$21	hes not gonna be looking like a chipper bright young man but early thirties really you want me to buy that	 negative	sentiment
yvsjCA6Y5Fc$_$22	i cant do it	 negative	sentiment
yvsjCA6Y5Fc$_$23	especially when hes hanging around with a married men who all but one of them are probably early twenties laughter and one of them is maybe mid twenties and meanwhile theyre hanging in with papa russel it just looks like you know its bunch of a guys hanging there so one brought dad along coz he offered to drive	 negative	sentiment
yvsjCA6Y5Fc$_$1	robin hood starring russel crow um first thing i got to say xxx i was dreading going in to see this movie	 negative	sentiment
yvsjCA6Y5Fc$_$3	so i really was not looking forward to seeing this movie	 negative	sentiment
yvsjCA6Y5Fc$_$2	the trailers werent really doing it much for me	 negative	sentiment
yvsjCA6Y5Fc$_$5	but i didnt mind it	 positive	sentiment
yvsjCA6Y5Fc$_$4	um but i guess say maybe my expectations were lowered by these other reviews that i read	 positive	sentiment
yvsjCA6Y5Fc$_$7	i didnt find it all that good	 negative	sentiment
yvsjCA6Y5Fc$_$6	but i didnt find it all that bad	 positive	sentiment
yvsjCA6Y5Fc$_$9	like what people could hate about this movie there are some negatives to say the least	 negative	sentiment
yvsjCA6Y5Fc$_$8	like i said maybe my expectations were lowered because of all of those reviews but i really didnt hate it	 positive	sentiment
yvsjCA6Y5Fc$_$11	theres men in tights which you know hilarious spoof of the story	 positive	sentiment
yvsjCA6Y5Fc$_$10	um really first and foremost it just lacked the charm of these past robin hood movies that we know	 negative	sentiment
yvsjCA6Y5Fc$_$13	and it just lacked the charm of those past movies	 negative	sentiment
yvsjCA6Y5Fc$_$12	theres a kevin costner prince of fee version which was supposed to be the dark and edgy version of his time i mean but that was what thirteen years ago fourteen years ago probably more than that	 negative	sentiment
yvsjCA6Y5Fc$_$15	and it really just lacked what made the other movies more enjoyable	 negative	sentiment
yvsjCA6Y5Fc$_$14	it did seem to focus too much on epic epic epic	 negative	sentiment
yvsjCA6Y5Fc$_$17	um not in all instances but the ones that matter the most yeah	 negative	sentiment
yvsjCA6Y5Fc$_$16	and suffers from what i call kingdom of heaven syndrom where it builds too much for these huge catastrophic war sequences theyre supposed to blow you away but the problem is you dont give a damn because it just lacks that charm of the past movies	 negative	sentiment
yvsjCA6Y5Fc$_$19	like were supposed to believe that these two are in their mid wel you know mid thirties at the oldest and laughter theyre looking pretty rough in this movie	 negative	sentiment
yvsjCA6Y5Fc$_$18	um russel crow and cate blanchette just did not sell it for me i had a very hard time just buying it	 negative	sentiment
zhpQhgha_KU$_$24	and not being really stressed out	 positive	sentiment
zhpQhgha_KU$_$25	and i think that thats thats a very relatable issue	 positive	sentiment
zhpQhgha_KU$_$26	i think that they all have like a lot of issues	 positive	sentiment
zhpQhgha_KU$_$27	and that some are very relatable	 positive	sentiment
zhpQhgha_KU$_$20	she does have a lot of issues	 negative	sentiment
zhpQhgha_KU$_$21	and you really can kind of symphatize whether youve got to have kids	 positive	sentiment
zhpQhgha_KU$_$22	i mean even if you dont have kids	 positive	sentiment
zhpQhgha_KU$_$23	because its just just about getting getting time for yourself	 positive	sentiment
zhpQhgha_KU$_$28	yeah i mean it it has some fun moments	 positive	sentiment
zhpQhgha_KU$_$29	but all in all wasnt really that big of a fan	 negative	sentiment
zhpQhgha_KU$_$1	im gonna start off with saying that i really wasnt very impressed with the movie	 negative	sentiment
zhpQhgha_KU$_$3	but this movie kind of came off like somebodys really sad travel video i dont know	 negative	sentiment
zhpQhgha_KU$_$2	and i liked the first movie i thought the first movie was really good	 positive	sentiment
zhpQhgha_KU$_$5	but i just wasnt i just i dont know i didnt really like the movie all that much	 negative	sentiment
zhpQhgha_KU$_$4	i mean that sounds really harsh	 negative	sentiment
zhpQhgha_KU$_$7	and a few funny parts	 positive	sentiment
zhpQhgha_KU$_$6	i mean i had some some good moments	 positive	sentiment
zhpQhgha_KU$_$9	i dont know i just thought i just thought it was really really sad	 negative	sentiment
zhpQhgha_KU$_$8	but all in all i just thought it was really over overly sad	 negative	sentiment
zhpQhgha_KU$_$11	i just personally i just didnt really enjoy it	 negative	sentiment
zhpQhgha_KU$_$10	um i mean if you really like the show and you really liked the first movie and you still wanna go and see this im not gonna discourage you from seeing it	 positive	sentiment
zhpQhgha_KU$_$13	like it couldve been shorter	 negative	sentiment
zhpQhgha_KU$_$12	um it also really didnt need a lot of the things that it had in it	 negative	sentiment
zhpQhgha_KU$_$15	and i mean i dont know i just i feel like i dont mean if i have wasted those two hours i just feel like i couldve done something better with them	 negative	sentiment
zhpQhgha_KU$_$14	but a lot of the footage was kind of unnecessary	 negative	sentiment
zhpQhgha_KU$_$17	i really think that i really like the mirandas character	 positive	sentiment
zhpQhgha_KU$_$16	i think that charlotte and miranda have some really nice moments in the movie	 positive	sentiment
zhpQhgha_KU$_$19	i think that um and that everybody i do feel really bad for charlotte	 negative	sentiment
zhpQhgha_KU$_$18	actually the most upbeat character in the whole movie	 positive	sentiment
zhpQhgha_KU$_$31	um like i said if you like it feel free to go see it i just personally wasnt that into it	 negative	sentiment
zhpQhgha_KU$_$30	because there really wasnt all that much to it for me	 negative	sentiment
zhpQhgha_KU$_$35	um so if you like to hear a um like more positive review check out her review it is very good	 positive	sentiment
zhpQhgha_KU$_$34	and she really enjoyed the film	 positive	sentiment
zhpQhgha_KU$_$33	if you do wanna see somebody whos possibly critiquing it	 positive	sentiment
zhpQhgha_KU$_$32	um yeah i mean if you wanna see a video um its gonna be who enjoyed a film	 positive	sentiment