File size: 80,361 Bytes
6ce1e13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
video_name	text	label	task
MOSI_c7UH_rxdZv4$_$24.mp4	and he was still boring 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$25.mp4	um yeah the special effects were ok 	 positive	sentiment
MOSI_c7UH_rxdZv4$_$26.mp4	nothing thats worth going to theaters to see 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$27.mp4	and yeah i think the only character who actually showed their motivation bihind anything they did was the villain 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$20.mp4	and than cameron diaz whos supposed to be plucky i guess but shes just kinf of useless 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$21.mp4	hi im pretty i have a giant smile im supposed to know thingsum walk of screen 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$22.mp4	um yeah the characters didnt care weather they lived or died 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$23.mp4	kato was the only one that was any good whatsoever 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$28.mp4	he was the only character that was slightly interesting 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$29.mp4	who seemed to have genuine affection for other human beings 	 positive	sentiment
MOSI_c7UH_rxdZv4$_$1.mp4	oh my gosh bad movie 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$3.mp4	i wish i werent 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$2.mp4	really bad movie 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$5.mp4	but basically seth rogan brought none of the charm that he normally does to his roles 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$4.mp4	because i truly love an action flick action comedy flick even better right 	 positive	sentiment
MOSI_c7UH_rxdZv4$_$7.mp4	yeap a horrible protagonist 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$6.mp4	in fact i have to say that this was one of those obnoxious main characters ive seen a long time 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$9.mp4	and unlike other films for they kind of a narcisstic xxx boy but they bring something to the table you know 	 positive	sentiment
MOSI_c7UH_rxdZv4$_$8.mp4	he um had all the charm of a narcissist xxx boy the whole film 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$11.mp4	youre like oh theyre still kind of cool 	 positive	sentiment
MOSI_c7UH_rxdZv4$_$10.mp4	theres something that just kind of makes tham so sl slightly endearing even though theyre kind of the jack ass you know 	 positive	sentiment
MOSI_c7UH_rxdZv4$_$13.mp4	um hes just a jack ass 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$12.mp4	no no hes unfunny not funny at all 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$15.mp4	boring 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$14.mp4	um kato kicks ass handsome guy 	 positive	sentiment
MOSI_c7UH_rxdZv4$_$17.mp4	just like look away what he can do he can do lots of stuff 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$16.mp4	hes boring 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$19.mp4	you cant even tell funny jokes 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$18.mp4	what wa what hes what w why you have no skills whatsoever 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$31.mp4	i mean the only character that shows genuine care for other people be the villain 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$30.mp4	and it was kind of interesting 	 positive	sentiment
MOSI_c7UH_rxdZv4$_$33.mp4	dont see it 	 negative	sentiment
MOSI_c7UH_rxdZv4$_$32.mp4	hmm yeah skip it 	 negative	sentiment
MOSI_cM3Yna7AavY$_$11.mp4	i liked lilo and stich 	 positive	sentiment
MOSI_cM3Yna7AavY$_$10.mp4	i personally i liked atlantis 	 positive	sentiment
MOSI_cM3Yna7AavY$_$13.mp4	i didnt really like ba brother bear 	 negative	sentiment
MOSI_cM3Yna7AavY$_$12.mp4	i didnt really i mean trasure planet was ok 	 negative	sentiment
MOSI_cM3Yna7AavY$_$15.mp4	it was oh i couldnt even watch it 	 negative	sentiment
MOSI_cM3Yna7AavY$_$14.mp4	and i hated home on the range 	 negative	sentiment
MOSI_cM3Yna7AavY$_$16.mp4	oh god why did i watch that movie 	 negative	sentiment
MOSI_cM3Yna7AavY$_$1.mp4	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
MOSI_cM3Yna7AavY$_$3.mp4	you know of course i was waithing for the princess and the frog 	 positive	sentiment
MOSI_cM3Yna7AavY$_$2.mp4	if you are as big a fan of disney as i am 	 positive	sentiment
MOSI_cM3Yna7AavY$_$5.mp4	and oh oh my gosh i was blown away 	 positive	sentiment
MOSI_cM3Yna7AavY$_$4.mp4	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
MOSI_cM3Yna7AavY$_$7.mp4	it was incredible see all the different color palettes smooth hand drawn animation you know 	 positive	sentiment
MOSI_cM3Yna7AavY$_$6.mp4	anyway oh you can see im still speechless this movie was just beautiful 	 positive	sentiment
MOSI_cM3Yna7AavY$_$9.mp4	so um i guess people just want to see um computer animated films from now on 	 positive	sentiment
MOSI_cM3Yna7AavY$_$8.mp4	they arent doing so well brother bear 	 negative	sentiment
MOSI_cW1FSBF59ik$_$24.mp4	um fred dukes is the blob 	 positive	sentiment
MOSI_cW1FSBF59ik$_$20.mp4	but in this oh my god i love you 	 positive	sentiment
MOSI_cW1FSBF59ik$_$21.mp4	and you probably did the best portrayal of sabre tooth ever 	 positive	sentiment
MOSI_cW1FSBF59ik$_$22.mp4	although i do agree that the look could have been changed to fit the actual sabre tooths like with the right hair 	 negative	sentiment
MOSI_cW1FSBF59ik$_$23.mp4	um we i love the scene where sabre tooth throws wolverine into the truck that feel good jackoff 	 positive	sentiment
MOSI_cW1FSBF59ik$_$1.mp4	probably widely considered to be one of the failed one of the most failed movies of the xmen franchise 	 negative	sentiment
MOSI_cW1FSBF59ik$_$3.mp4	im pretty sure the first time it happend you would be kinda freaked out the whole time you know 	 negative	sentiment
MOSI_cW1FSBF59ik$_$2.mp4	first of all id like to say little wolver james or jimmy hes so cute hes so xxx 	 positive	sentiment
MOSI_cW1FSBF59ik$_$5.mp4	thats freaking epic 	 positive	sentiment
MOSI_cW1FSBF59ik$_$4.mp4	sigh i love when they show all the the war scenes all the the time they spent in the military and shit 	 positive	sentiment
MOSI_cW1FSBF59ik$_$7.mp4	its pretty sic 	 positive	sentiment
MOSI_cW1FSBF59ik$_$6.mp4	and i like how it shows 	 positive	sentiment
MOSI_cW1FSBF59ik$_$9.mp4	but i do not take ryan reynolds seriously for shit in this movie 	 negative	sentiment
MOSI_cW1FSBF59ik$_$8.mp4	i love the name wade 	 positive	sentiment
MOSI_cW1FSBF59ik$_$11.mp4	laughing he certainly doesnt fit the bill either for any marvel movie um zero 	 negative	sentiment
MOSI_cW1FSBF59ik$_$10.mp4	i love him as an actor based on his looks as a actual talented actor no 	 negative	sentiment
MOSI_cW1FSBF59ik$_$13.mp4	same with um wades uh sword scene where hes like sound effects its freaking epic 	 positive	sentiment
MOSI_cW1FSBF59ik$_$12.mp4	after he busts all his caps in the air and rans and all the dead bodies fall around him fucking sick 	 positive	sentiment
MOSI_cW1FSBF59ik$_$15.mp4	the random bitch that nobody knows where the fuck she came from why marvel why do you insist on torturing me 	 negative	sentiment
MOSI_cW1FSBF59ik$_$14.mp4	um lip smacking sigh hm marvel once again decided to toss another random bitch in this movie wolverines bitch 	 negative	sentiment
MOSI_cW1FSBF59ik$_$17.mp4	he was fucking epic 	 positive	sentiment
MOSI_cW1FSBF59ik$_$16.mp4	lip smacking anyway lip smacking i love sabre tooth in this movie 	 positive	sentiment
MOSI_cW1FSBF59ik$_$19.mp4	ive never seen him in anything else 	 positive	sentiment
MOSI_cW1FSBF59ik$_$18.mp4	lieb schriever or however the fuck you say his name is a fucking tremendously awesome actor 	 positive	sentiment
MOSI_cXypl4FnoZo$_$24.mp4	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
MOSI_cXypl4FnoZo$_$25.mp4	and another thing the other guy she was supposed to marry was a hundred times better looking than peter 	 negative	sentiment
MOSI_cXypl4FnoZo$_$26.mp4	was nicer than peter 	 positive	sentiment
MOSI_cXypl4FnoZo$_$27.mp4	i was saying if shes not gonna marry him i will 	 positive	sentiment
MOSI_cXypl4FnoZo$_$20.mp4	um a i wish we wished that it wouldve been um the guy 	 negative	sentiment
MOSI_cXypl4FnoZo$_$21.mp4	um we wished it wouldve been peter because it wouldve made sense throat cleaning that um peter 	 negative	sentiment
MOSI_cXypl4FnoZo$_$22.mp4	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
MOSI_cXypl4FnoZo$_$23.mp4	and it would make sense 	 positive	sentiment
MOSI_cXypl4FnoZo$_$28.mp4	because i thought he was um peter was annoying 	 negative	sentiment
MOSI_cXypl4FnoZo$_$29.mp4	i didnt like peter 	 negative	sentiment
MOSI_cXypl4FnoZo$_$1.mp4	xxx seeing red riding hood for a really long time 	 positive	sentiment
MOSI_cXypl4FnoZo$_$3.mp4	but um i liked it 	 positive	sentiment
MOSI_cXypl4FnoZo$_$2.mp4	and um ill just say overall if i think it was good 	 positive	sentiment
MOSI_cXypl4FnoZo$_$5.mp4	um i like did i thought catherine hardwicke did a good job 	 positive	sentiment
MOSI_cXypl4FnoZo$_$4.mp4	i thought it could be really bad um but it didnt look like it would be but it couldve been 	 negative	sentiment
MOSI_cXypl4FnoZo$_$7.mp4	and she was kind of wierd during twilight 	 negative	sentiment
MOSI_cXypl4FnoZo$_$6.mp4	and um i liked you know catherine hardwicke is like you know kind of ridiculous 	 negative	sentiment
MOSI_cXypl4FnoZo$_$9.mp4	so the more like women directors that i see you know i i i like seeing that 	 positive	sentiment
MOSI_cXypl4FnoZo$_$8.mp4	but um i i like seeing um female directors because there arent that many compare to you know guy directors 	 positive	sentiment
MOSI_cXypl4FnoZo$_$11.mp4	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
MOSI_cXypl4FnoZo$_$10.mp4	so um i thought she did great with this movie 	 positive	sentiment
MOSI_cXypl4FnoZo$_$13.mp4	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
MOSI_cXypl4FnoZo$_$12.mp4	um i say go see it coz i i enjoyed it now 	 positive	sentiment
MOSI_cXypl4FnoZo$_$15.mp4	um we had like we have guessed everybody um this like this random charecter dude who what does he do 	 positive	sentiment
MOSI_cXypl4FnoZo$_$14.mp4	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
MOSI_cXypl4FnoZo$_$17.mp4	its just like this this character whos kind of random 	 negative	sentiment
MOSI_cXypl4FnoZo$_$16.mp4	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
MOSI_cXypl4FnoZo$_$19.mp4	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
MOSI_cXypl4FnoZo$_$18.mp4	and he i dont i think he maybe he got mad when hah i dont know 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$11.mp4	this credit sequence i think is the best credit sequence um since watchman 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$10.mp4	um its basically a um slow motion show case of different events 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$13.mp4	yeah it really is good i mean 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$12.mp4	and i honestly think if we hadnt have seen watchman this would be the best credit sequence of the year 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$15.mp4	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
MOSI_d3_k5Xpfmik$_$14.mp4	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
MOSI_d3_k5Xpfmik$_$17.mp4	but its a very kind of um stylistic edge on it 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$16.mp4	the xxx sequence is really well done 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$19.mp4	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
MOSI_d3_k5Xpfmik$_$18.mp4	it its almost like um imagining tarantino directed a zombie movie 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$1.mp4	who have named themselves after the places um to which they have traveled in which i think is a really nice xxx 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$3.mp4	the um cross of personality is really um charismatic and dynamic 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$2.mp4	now columbos is a basically um ocd 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$5.mp4	zombieland is a really sucessful horror comedy 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$4.mp4	um it just goes to show that you really cant trust anyone in this situation 	 negative	sentiment
MOSI_d3_k5Xpfmik$_$7.mp4	and um while also maintains its kind of detached um satire of the genre 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$6.mp4	as it contains um rea really well done and faithful homages to the zombie horror sub ganre 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$9.mp4	because um you really wanna see it for yourself 	 positive	sentiment
MOSI_d3_k5Xpfmik$_$8.mp4	but its really well done 	 positive	sentiment
MOSI_d6hH302o4v8$_$42.mp4	i dont know why i even saw it 	 negative	sentiment
MOSI_d6hH302o4v8$_$43.mp4	so season of the witch is rated 3 out of 10 	 negative	sentiment
MOSI_d6hH302o4v8$_$24.mp4	it was very very very boring 	 negative	sentiment
MOSI_d6hH302o4v8$_$25.mp4	made no sense 	 negative	sentiment
MOSI_d6hH302o4v8$_$26.mp4	action scense were very dumb 	 negative	sentiment
MOSI_d6hH302o4v8$_$27.mp4	i hated it 	 negative	sentiment
MOSI_d6hH302o4v8$_$20.mp4	uh the trailer looked like it could be a little g good 	 positive	sentiment
MOSI_d6hH302o4v8$_$21.mp4	but when i saw it was just totally boring 	 negative	sentiment
MOSI_d6hH302o4v8$_$22.mp4	but it wasnt really made well 	 negative	sentiment
MOSI_d6hH302o4v8$_$23.mp4	and this is the worst by far 	 negative	sentiment
MOSI_d6hH302o4v8$_$28.mp4	but the last half hour of the movie it felt like they had added like a cgi orgasm 	 negative	sentiment
MOSI_d6hH302o4v8$_$29.mp4	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
MOSI_d6hH302o4v8$_$40.mp4	dull 	 negative	sentiment
MOSI_d6hH302o4v8$_$41.mp4	just dont see this movie 	 negative	sentiment
MOSI_d6hH302o4v8$_$1.mp4	this movie was horrible 	 negative	sentiment
MOSI_d6hH302o4v8$_$3.mp4	hes always in these kinds of movies all this sorcerer witch voodoo kind of movies 	 positive	sentiment
MOSI_d6hH302o4v8$_$2.mp4	nicholas cage should not do these kind of movies 	 negative	sentiment
MOSI_d6hH302o4v8$_$5.mp4	hes horrible at it 	 negative	sentiment
MOSI_d6hH302o4v8$_$4.mp4	and its getting really tiring 	 negative	sentiment
MOSI_d6hH302o4v8$_$7.mp4	w w w when hes onscreen i want to punch him in the face 	 negative	sentiment
MOSI_d6hH302o4v8$_$6.mp4	no one takes him seriously 	 negative	sentiment
MOSI_d6hH302o4v8$_$9.mp4	he wa he was very annoying 	 negative	sentiment
MOSI_d6hH302o4v8$_$8.mp4	hes very boring 	 negative	sentiment
MOSI_d6hH302o4v8$_$39.mp4	season of the witch was horrible acting 	 negative	sentiment
MOSI_d6hH302o4v8$_$38.mp4	do not see this movie 	 negative	sentiment
MOSI_d6hH302o4v8$_$11.mp4	and i was sitting in the theatre sleeping 	 negative	sentiment
MOSI_d6hH302o4v8$_$10.mp4	he didnt know what he was talking about 	 negative	sentiment
MOSI_d6hH302o4v8$_$13.mp4	but in this movie he wasnt good at all 	 negative	sentiment
MOSI_d6hH302o4v8$_$12.mp4	he was very good in hellboy 	 positive	sentiment
MOSI_d6hH302o4v8$_$15.mp4	hes very boring as well 	 negative	sentiment
MOSI_d6hH302o4v8$_$14.mp4	i i i didnt really care for his character at all 	 negative	sentiment
MOSI_d6hH302o4v8$_$17.mp4	it made no sense 	 negative	sentiment
MOSI_d6hH302o4v8$_$16.mp4	whole movies very boring 	 negative	sentiment
MOSI_d6hH302o4v8$_$19.mp4	i had no idea why i even saw this movie 	 negative	sentiment
MOSI_d6hH302o4v8$_$18.mp4	i didnt really care about it at all 	 negative	sentiment
MOSI_d6hH302o4v8$_$31.mp4	like it was like spewing cgi last half hour of the movie 	 negative	sentiment
MOSI_d6hH302o4v8$_$30.mp4	and it was awful 	 negative	sentiment
MOSI_d6hH302o4v8$_$37.mp4	and boring 	 negative	sentiment
MOSI_d6hH302o4v8$_$36.mp4	uh huh how about the acting and the action was was just so dull 	 negative	sentiment
MOSI_d6hH302o4v8$_$35.mp4	i was sitting there in the theatre laughing how bad the movie was at some points 	 negative	sentiment
MOSI_d6hH302o4v8$_$34.mp4	i hated it 	 negative	sentiment
MOSI_d6hH302o4v8$_$33.mp4	it was terrible 	 negative	sentiment
MOSI_d6hH302o4v8$_$32.mp4	like every single scene was cgi 	 negative	sentiment
MOSI_dq3Nf_lMPnE$_$11.mp4	and their place is a run of the mill animated action adventure plot with a few chuckles trown in 	 negative	sentiment
MOSI_dq3Nf_lMPnE$_$10.mp4	and also the cute wings to pop culture 	 positive	sentiment
MOSI_dq3Nf_lMPnE$_$13.mp4	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
MOSI_dq3Nf_lMPnE$_$12.mp4	it seems like the writers and creators took the easy way out 	 negative	sentiment
MOSI_dq3Nf_lMPnE$_$15.mp4	i give shrek forever after directed by mike mitchell a grade of b minus 	 positive	sentiment
MOSI_dq3Nf_lMPnE$_$14.mp4	unless your kids are dying to see it id wait for the dvd 	 negative	sentiment
MOSI_dq3Nf_lMPnE$_$1.mp4	xxx whitnessing the changes and growth of the characters its usaulaly a path of discovery 	 positive	sentiment
MOSI_dq3Nf_lMPnE$_$3.mp4	dreamworks is confusing me 	 negative	sentiment
MOSI_dq3Nf_lMPnE$_$2.mp4	the last minute title that they threw on at the theaters 	 negative	sentiment
MOSI_dq3Nf_lMPnE$_$5.mp4	everything that happened in shrek 1 2 and 3 are wiped away 	 positive	sentiment
MOSI_dq3Nf_lMPnE$_$4.mp4	they solved this dilemma by removing the past within its a wonderful life twist courtecy of new betty rumpelstiltskin 	 positive	sentiment
MOSI_dq3Nf_lMPnE$_$7.mp4	but also not very original 	 negative	sentiment
MOSI_dq3Nf_lMPnE$_$6.mp4	not a bad idea for a sequel 	 positive	sentiment
MOSI_dq3Nf_lMPnE$_$9.mp4	gone are the wickedly satirical stand ups of the world of fairy tales 	 negative	sentiment
MOSI_dq3Nf_lMPnE$_$8.mp4	shrek 4 misses out on the magic that made the first film a real joy to view 	 positive	sentiment
MOSI_etzxEpPuc6I$_$11.mp4	like like even the actors were just like you know its a movie about a fucking toy 	 negative	sentiment
MOSI_etzxEpPuc6I$_$10.mp4	the plot is ridiculous but no one took it seriously 	 negative	sentiment
MOSI_etzxEpPuc6I$_$13.mp4	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
MOSI_etzxEpPuc6I$_$12.mp4	laughing so theyre just sitting there 	 positive	sentiment
MOSI_etzxEpPuc6I$_$15.mp4	like knowing is half the battle 	 positive	sentiment
MOSI_etzxEpPuc6I$_$14.mp4	but the they they knew it was just a movie about a a a a doll so they didnt take it seriously 	 negative	sentiment
MOSI_etzxEpPuc6I$_$17.mp4	like it was like the acting was terrible the action made up for it 	 positive	sentiment
MOSI_etzxEpPuc6I$_$16.mp4	but the movie was well it was ridiculously terrible 	 negative	sentiment
MOSI_etzxEpPuc6I$_$19.mp4	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
MOSI_etzxEpPuc6I$_$18.mp4	there was parts this ive seen some creative depths in this movie ive never seen before 	 positive	sentiment
MOSI_etzxEpPuc6I$_$1.mp4	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
MOSI_etzxEpPuc6I$_$3.mp4	um from there it just goes into ridiculousness 	 negative	sentiment
MOSI_etzxEpPuc6I$_$2.mp4	cuz its like the dude that made the technologies i i cant ruin the movie 	 positive	sentiment
MOSI_etzxEpPuc6I$_$5.mp4	i was like you know theyre both hasbro toys theyre both moves that are com made for children 	 positive	sentiment
MOSI_etzxEpPuc6I$_$4.mp4	the thing about this movie is like i i i wanna compare it to transformers 2 and i actually did 	 positive	sentiment
MOSI_etzxEpPuc6I$_$7.mp4	but the thing about gi joe compared to transformers is transfomers 2 didnt know what it wanted to do 	 negative	sentiment
MOSI_etzxEpPuc6I$_$6.mp4	but they have a lot of adult situations in it 	 positive	sentiment
MOSI_etzxEpPuc6I$_$9.mp4	as for gi joe was it was just like laughing its the the plot the the acting is terrible 	 negative	sentiment
MOSI_etzxEpPuc6I$_$8.mp4	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
MOSI_f9O3YtZ2VfI$_$24.mp4	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
MOSI_f9O3YtZ2VfI$_$25.mp4	this movie is just not quite good enough 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$26.mp4	i really liked david finch 	 positive	sentiment
MOSI_f9O3YtZ2VfI$_$27.mp4	i liked all the um i like the cast 	 positive	sentiment
MOSI_f9O3YtZ2VfI$_$20.mp4	but dont get me wrong its not all bad 	 positive	sentiment
MOSI_f9O3YtZ2VfI$_$21.mp4	its got my two favorite acresses in it tilda swinton and cate blanchett 	 positive	sentiment
MOSI_f9O3YtZ2VfI$_$22.mp4	like i said before is a very interesting idea 	 positive	sentiment
MOSI_f9O3YtZ2VfI$_$23.mp4	and they did a lot of good things with it 	 positive	sentiment
MOSI_f9O3YtZ2VfI$_$28.mp4	but and its a good story 	 positive	sentiment
MOSI_f9O3YtZ2VfI$_$29.mp4	but clap huh its a pass 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$1.mp4	what whatever the name is too long 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$3.mp4	and its they looked like it had a good core 	 positive	sentiment
MOSI_f9O3YtZ2VfI$_$2.mp4	its a very interesting idea 	 positive	sentiment
MOSI_f9O3YtZ2VfI$_$5.mp4	the first problem is that its all told in flashback from a point just before katrina hits new orleans 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$4.mp4	but hm it just too many problems with it 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$7.mp4	i dont need it all told in flashback 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$6.mp4	i didnt need any of that crap 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$9.mp4	it dosent it just its too much crap in here 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$8.mp4	i dont need the added element of katrina 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$11.mp4	they just need to cut that out 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$10.mp4	the the movies is too long 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$13.mp4	th we do not need the entire span birth to death 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$12.mp4	another thing is we dont need his entire life 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$15.mp4	and scale it down on like two hours 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$14.mp4	just give me a nice interesting choke 	 positive	sentiment
MOSI_f9O3YtZ2VfI$_$17.mp4	um and if youre gonna do mostly cgi just make an animated movie 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$16.mp4	this also falls in to the trandy is very popular these days if you do a whole all of cgi 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$19.mp4	makes him look too too good 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$18.mp4	this looks like it just has a polyurethane coating on it 	 negative	sentiment
MOSI_f9O3YtZ2VfI$_$30.mp4	my neighbor probably thinks im crazy yelling about movies to a camera 	 negative	sentiment
MOSI_f_pcplsH_V0$_$11.mp4	now i didnt really like the first hour that much though 	 positive	sentiment
MOSI_f_pcplsH_V0$_$10.mp4	but i think this one did beat scream 2 	 positive	sentiment
MOSI_f_pcplsH_V0$_$13.mp4	i think xxx i want to see it 	 positive	sentiment
MOSI_f_pcplsH_V0$_$12.mp4	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
MOSI_f_pcplsH_V0$_$15.mp4	im just kinda like no this is going to far 	 negative	sentiment
MOSI_f_pcplsH_V0$_$14.mp4	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
MOSI_f_pcplsH_V0$_$1.mp4	so you better appreciate this review 	 positive	sentiment
MOSI_f_pcplsH_V0$_$3.mp4	theyre back to you having two killers thankfully 	 positive	sentiment
MOSI_f_pcplsH_V0$_$2.mp4	but to any of you who are i expect a thumbs up 	 positive	sentiment
MOSI_f_pcplsH_V0$_$5.mp4	hmph my overall opinion of the results of this process are its better than scream 3 	 positive	sentiment
MOSI_f_pcplsH_V0$_$4.mp4	because it does make a lot more sense having the killer be able to be everywhere if theres two of them 	 positive	sentiment
MOSI_f_pcplsH_V0$_$7.mp4	a lot of people dont like scream 2 	 positive	sentiment
MOSI_f_pcplsH_V0$_$6.mp4	and actually is better than scream 2 	 positive	sentiment
MOSI_f_pcplsH_V0$_$9.mp4	i hated scream 3 	 negative	sentiment
MOSI_f_pcplsH_V0$_$8.mp4	i think its highly underrated 	 positive	sentiment
MOSI_fvVhgmXxadc$_$11.mp4	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
MOSI_fvVhgmXxadc$_$10.mp4	in fact the first time she goes in it looks like a japanese temple 	 positive	sentiment
MOSI_fvVhgmXxadc$_$13.mp4	its kind of playing with the idea whats real whats not what the matrix films did 	 positive	sentiment
MOSI_fvVhgmXxadc$_$12.mp4	whats in her mind within her mind in a way its kind of like inception in that way 	 positive	sentiment
MOSI_fvVhgmXxadc$_$14.mp4	although actually the best comparison this is this film would actually be something like pans labyrinth 	 positive	sentiment
MOSI_fvVhgmXxadc$_$1.mp4	it only had the potential to be a film that was both provking and action packed 	 positive	sentiment
MOSI_fvVhgmXxadc$_$3.mp4	that i got very little joy out of 	 negative	sentiment
MOSI_fvVhgmXxadc$_$2.mp4	but unfortunately its just an ugly wild violent unvolving and sadistic exercise 	 negative	sentiment
MOSI_fvVhgmXxadc$_$5.mp4	thats pretty heavily inferred in the opening sequence 	 positive	sentiment
MOSI_fvVhgmXxadc$_$4.mp4	in fact i got mostly pain out of it 	 negative	sentiment
MOSI_fvVhgmXxadc$_$7.mp4	now it also takes so really creepy xxxof the fact that emily browning in this movie looks like shes underage 	 negative	sentiment
MOSI_fvVhgmXxadc$_$6.mp4	when she gets there is forced to not only be trapped in the vocation that she obviously doesnt wanna be in 	 positive	sentiment
MOSI_fvVhgmXxadc$_$9.mp4	that kind of looks like video game in a certain way 	 positive	sentiment
MOSI_fvVhgmXxadc$_$8.mp4	but i dont know 	 positive	sentiment
MOSI_iiK8YX8oH1E$_$11.mp4	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
MOSI_iiK8YX8oH1E$_$10.mp4	and we second guess ourselves 	 positive	sentiment
MOSI_iiK8YX8oH1E$_$13.mp4	but i dont think shes leading material 	 negative	sentiment
MOSI_iiK8YX8oH1E$_$12.mp4	ginnifer goodwin is fun to watch 	 positive	sentiment
MOSI_iiK8YX8oH1E$_$15.mp4	if there is any silverlining in this movie its john krasinski 	 positive	sentiment
MOSI_iiK8YX8oH1E$_$14.mp4	and like i said kate hudson couldnt be more annoying here 	 negative	sentiment
MOSI_iiK8YX8oH1E$_$17.mp4	but he has some of the funniest scenes in this movie 	 positive	sentiment
MOSI_iiK8YX8oH1E$_$16.mp4	who i dont usually like 	 positive	sentiment
MOSI_iiK8YX8oH1E$_$18.mp4	he seems to be the only realistic character here 	 negative	sentiment
MOSI_iiK8YX8oH1E$_$1.mp4	its one of those romantic comedies that we all dread 	 negative	sentiment
MOSI_iiK8YX8oH1E$_$3.mp4	annoyingly she kind of yells and screams through the whole movie 	 negative	sentiment
MOSI_iiK8YX8oH1E$_$2.mp4	now the real star of something borrowed is ginnifer goodwin 	 positive	sentiment
MOSI_iiK8YX8oH1E$_$5.mp4	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
MOSI_iiK8YX8oH1E$_$4.mp4	and if you can tolerate her the rest of the movie isnt any batter 	 negative	sentiment
MOSI_iiK8YX8oH1E$_$7.mp4	but mostly its just kate hudson being very annoying 	 negative	sentiment
MOSI_iiK8YX8oH1E$_$6.mp4	there are some funny moments 	 positive	sentiment
MOSI_iiK8YX8oH1E$_$9.mp4	i think with with these kind of movies we kind of predict 	 positive	sentiment
MOSI_iiK8YX8oH1E$_$8.mp4	and i think its predictable up an to a point 	 negative	sentiment
MOSI_jUzDDGyPkXU$_$24.mp4	but i kinda would have read that been like hm i mean schwarzanegger never said anything really that badass in his movies 	 negative	sentiment
MOSI_jUzDDGyPkXU$_$25.mp4	but arite and moving on theres no character development in this movie none 	 negative	sentiment
MOSI_jUzDDGyPkXU$_$26.mp4	well i can tell you right now i dont remember the names of any characters none of them were memborable 	 negative	sentiment
MOSI_jUzDDGyPkXU$_$27.mp4	and they were all just really bland and forgettable 	 negative	sentiment
MOSI_jUzDDGyPkXU$_$20.mp4	everything they say just sounds so fucking stupid 	 negative	sentiment
MOSI_jUzDDGyPkXU$_$21.mp4	the only actor who can really sell their lines is erin eckart 	 negative	sentiment
MOSI_jUzDDGyPkXU$_$22.mp4	there are moments where he says something youre like that just sounded dumb as hell 	 negative	sentiment
MOSI_jUzDDGyPkXU$_$23.mp4	but he totally sells it 	 positive	sentiment
MOSI_jUzDDGyPkXU$_$1.mp4	the action is fucking awesome 	 positive	sentiment
MOSI_jUzDDGyPkXU$_$3.mp4	its very reminscent of district 	 positive	sentiment
MOSI_jUzDDGyPkXU$_$2.mp4	the action is really really well directed 	 positive	sentiment
MOSI_jUzDDGyPkXU$_$5.mp4	but it didnt turn out quite nearly as awesome as that movie did 	 negative	sentiment
MOSI_jUzDDGyPkXU$_$4.mp4	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
MOSI_jUzDDGyPkXU$_$7.mp4	i didnt really see a comparison to black hawk down until like the very very end 	 negative	sentiment
MOSI_jUzDDGyPkXU$_$6.mp4	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
MOSI_jUzDDGyPkXU$_$9.mp4	the aliens are really awesome 	 positive	sentiment
MOSI_jUzDDGyPkXU$_$8.mp4	but nevertheless another really cool thing about this movie 	 positive	sentiment
MOSI_jUzDDGyPkXU$_$11.mp4	and they have really cool technology thats really interesting to watch like make them blow up shit and you know 	 positive	sentiment
MOSI_jUzDDGyPkXU$_$10.mp4	they designed the aliens in a really cool unique way to make them like biotic but also mechanical 	 positive	sentiment
MOSI_jUzDDGyPkXU$_$13.mp4	but its not always quite explained you know like everything about the aliens 	 negative	sentiment
MOSI_jUzDDGyPkXU$_$12.mp4	and they always like pull out something new 	 positive	sentiment
MOSI_jUzDDGyPkXU$_$15.mp4	like enough that it actually is a good reason why they why theyre attacking 	 positive	sentiment
MOSI_jUzDDGyPkXU$_$14.mp4	but they give you a good amount of information about them 	 positive	sentiment
MOSI_jUzDDGyPkXU$_$17.mp4	uh the dialogue is terrible 	 negative	sentiment
MOSI_jUzDDGyPkXU$_$16.mp4	and it keeps your interests in the action scenes at least during this movie 	 positive	sentiment
MOSI_jUzDDGyPkXU$_$19.mp4	nothing in this movie is cleverly written 	 positive	sentiment
MOSI_jUzDDGyPkXU$_$18.mp4	there is no good dialogue 	 negative	sentiment
MOSI_k5Y_838nuGo$_$24.mp4	but it does have some adult humour 	 positive	sentiment
MOSI_k5Y_838nuGo$_$25.mp4	those are quote in this movie that sounded so dirty coming out 	 positive	sentiment
MOSI_k5Y_838nuGo$_$26.mp4	but it as great 	 positive	sentiment
MOSI_k5Y_838nuGo$_$27.mp4	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
MOSI_k5Y_838nuGo$_$20.mp4	the third one was more kid humour though 	 positive	sentiment
MOSI_k5Y_838nuGo$_$21.mp4	it didnt have that much adult humour in it 	 positive	sentiment
MOSI_k5Y_838nuGo$_$22.mp4	um yeah the fourth one it does have kid humour definatelly 	 positive	sentiment
MOSI_k5Y_838nuGo$_$23.mp4	its a kids movie 	 positive	sentiment
MOSI_k5Y_838nuGo$_$28.mp4	it had me laughing out loud 	 positive	sentiment
MOSI_k5Y_838nuGo$_$29.mp4	and i dont think that many other people were laughing about it 	 negative	sentiment
MOSI_k5Y_838nuGo$_$1.mp4	which i was not excited to see 	 negative	sentiment
MOSI_k5Y_838nuGo$_$3.mp4	and i have to admit i i like shrek i do 	 positive	sentiment
MOSI_k5Y_838nuGo$_$2.mp4	and it actually surprised me 	 positive	sentiment
MOSI_k5Y_838nuGo$_$5.mp4	um theyve become quite a bit overrated 	 negative	sentiment
MOSI_k5Y_838nuGo$_$4.mp4	i like the first two shreks quite a bit 	 positive	sentiment
MOSI_k5Y_838nuGo$_$7.mp4	the third one was a piece of crap 	 negative	sentiment
MOSI_k5Y_838nuGo$_$6.mp4	but the first two were pretty excellent 	 positive	sentiment
MOSI_k5Y_838nuGo$_$9.mp4	um which actually was really good 	 positive	sentiment
MOSI_k5Y_838nuGo$_$8.mp4	and thats why i was not excited about the fourth one 	 negative	sentiment
MOSI_k5Y_838nuGo$_$11.mp4	um i i did enjoy it 	 positive	sentiment
MOSI_k5Y_838nuGo$_$10.mp4	i did like the fourth one quite a bit 	 positive	sentiment
MOSI_k5Y_838nuGo$_$13.mp4	and it just was better 	 positive	sentiment
MOSI_k5Y_838nuGo$_$12.mp4	it reminded me of the first one had the same kind of vibe like the first one 	 positive	sentiment
MOSI_k5Y_838nuGo$_$15.mp4	coz the first two were great and they brought in the kids and it made it more kiddy friendly movie 	 negative	sentiment
MOSI_k5Y_838nuGo$_$14.mp4	maybe its the baby ogres maybe bringing in the baby ogres really brought it down 	 negative	sentiment
MOSI_k5Y_838nuGo$_$17.mp4	but they were had adult humour 	 positive	sentiment
MOSI_k5Y_838nuGo$_$16.mp4	the first two were kid movies 	 positive	sentiment
MOSI_k5Y_838nuGo$_$19.mp4	and would go over the kids heads and this is what the fourth one kind of has 	 negative	sentiment
MOSI_k5Y_838nuGo$_$18.mp4	i though that adults would appreciate 	 positive	sentiment
MOSI_k5Y_838nuGo$_$31.mp4	because my one of my cousins doesnt like the glasses 	 negative	sentiment
MOSI_k5Y_838nuGo$_$30.mp4	um yeah its its better than the third one absolutely 	 positive	sentiment
MOSI_lXPQBPVc5Cw$_$24.mp4	like i dont understand 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$25.mp4	like i i actually felt myself checking the time cuz i was like when is this movie going to end 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$26.mp4	i do not wanna see any more of this 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$27.mp4	and i tell i couldnt get out of that movie theatre fast enough 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$20.mp4	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
MOSI_lXPQBPVc5Cw$_$21.mp4	the beginning started off great with a couple good jokes 	 positive	sentiment
MOSI_lXPQBPVc5Cw$_$22.mp4	and really funny uh animation stuff it was great really funny 	 positive	sentiment
MOSI_lXPQBPVc5Cw$_$23.mp4	um and then towards the middle it was like what is going on 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$28.mp4	um in general um the little kids seemed to like it that were in there 	 positive	sentiment
MOSI_lXPQBPVc5Cw$_$29.mp4	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
MOSI_lXPQBPVc5Cw$_$1.mp4	yes when you hear johnny depp you think uh this movie has to be good 	 positive	sentiment
MOSI_lXPQBPVc5Cw$_$3.mp4	it was really boring to me 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$2.mp4	im not going to lie to you it wasnt good 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$5.mp4	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
MOSI_lXPQBPVc5Cw$_$4.mp4	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
MOSI_lXPQBPVc5Cw$_$7.mp4	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
MOSI_lXPQBPVc5Cw$_$6.mp4	um but this one was uh i dont know i mean the story was there but sigh i dont know 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$9.mp4	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
MOSI_lXPQBPVc5Cw$_$8.mp4	uh johnny depp doing the voice was fantastic 	 positive	sentiment
MOSI_lXPQBPVc5Cw$_$11.mp4	it wasnt there 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$10.mp4	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
MOSI_lXPQBPVc5Cw$_$13.mp4	the voice acting was phenomenal 	 positive	sentiment
MOSI_lXPQBPVc5Cw$_$12.mp4	it just wasnt it di did not work for me 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$15.mp4	it was so bad i just did not enjoy it 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$14.mp4	but the the actual story line was just terrible 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$17.mp4	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
MOSI_lXPQBPVc5Cw$_$16.mp4	uh i will i will actually say this right now it was a good waste of like 12 	 positive	sentiment
MOSI_lXPQBPVc5Cw$_$19.mp4	and the two others were just bored 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$18.mp4	and uh my friend next to me fell asleep 	 negative	sentiment
MOSI_lXPQBPVc5Cw$_$30.mp4	i uh jesus i dont know it was sigh its sad though because i expected so much mo 	 negative	sentiment
MOSI_nbWiPyCm4g0$_$10.mp4	miranda miranda was always one of the best characters 	 positive	sentiment
MOSI_nbWiPyCm4g0$_$1.mp4	and let me tell you it surpassed itself 	 positive	sentiment
MOSI_nbWiPyCm4g0$_$3.mp4	this movie isnt just bad its diabolical 	 negative	sentiment
MOSI_nbWiPyCm4g0$_$2.mp4	it reached the new hights of horrendous 	 negative	sentiment
MOSI_nbWiPyCm4g0$_$5.mp4	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
MOSI_nbWiPyCm4g0$_$4.mp4	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
MOSI_nbWiPyCm4g0$_$7.mp4	where the problem with that lies not entirely sure 	 negative	sentiment
MOSI_nbWiPyCm4g0$_$6.mp4	this is really just a continuation of the first film 	 positive	sentiment
MOSI_nbWiPyCm4g0$_$9.mp4	i dont know if charlotte started on made me never want to have kids or never want to have rich friends 	 negative	sentiment
MOSI_nbWiPyCm4g0$_$8.mp4	let me see if i can rustle up some symphaty yeah ive got nothing 	 negative	sentiment
MOSI_nzpVDcQ0ywM$_$24.mp4	and he delivers a lot of intensity 	 positive	sentiment
MOSI_nzpVDcQ0ywM$_$20.mp4	he is average 	 positive	sentiment
MOSI_nzpVDcQ0ywM$_$21.mp4	and its sh so short lived he barely needs to even be there 	 negative	sentiment
MOSI_nzpVDcQ0ywM$_$22.mp4	uh stormshadow is very cool 	 positive	sentiment
MOSI_nzpVDcQ0ywM$_$23.mp4	his fight sequences are very neat 	 positive	sentiment
MOSI_nzpVDcQ0ywM$_$1.mp4	and he really seems to be channeling michael bay in this movie 	 positive	sentiment
MOSI_nzpVDcQ0ywM$_$3.mp4	and its really glossed over with lots of stunning special effects and big explosions 	 positive	sentiment
MOSI_nzpVDcQ0ywM$_$2.mp4	the plot has the consistency of swiss cheese 	 negative	sentiment
MOSI_nzpVDcQ0ywM$_$5.mp4	i feel like it almost should have had a g rating 	 positive	sentiment
MOSI_nzpVDcQ0ywM$_$4.mp4	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
MOSI_nzpVDcQ0ywM$_$7.mp4	and i hate to say that 	 negative	sentiment
MOSI_nzpVDcQ0ywM$_$6.mp4	it was really kind of dumb down for us 	 negative	sentiment
MOSI_nzpVDcQ0ywM$_$9.mp4	but if you are a child who grew up in that time period youre not going to enjoy this movie very much 	 negative	sentiment
MOSI_nzpVDcQ0ywM$_$8.mp4	i think you will really love this movie if you are 8 	 positive	sentiment
MOSI_nzpVDcQ0ywM$_$11.mp4	and all i can is hes a pretty average guy 	 positive	sentiment
MOSI_nzpVDcQ0ywM$_$10.mp4	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
MOSI_nzpVDcQ0ywM$_$13.mp4	marlon wayans kind of plays a watered down version of himself from other movies 	 negative	sentiment
MOSI_nzpVDcQ0ywM$_$12.mp4	i dont really feel any emotional pull from him in this movie 	 negative	sentiment
MOSI_nzpVDcQ0ywM$_$15.mp4	and hes pretty average too 	 negative	sentiment
MOSI_nzpVDcQ0ywM$_$14.mp4	he does some stereotypical things like talking uh about busting a cap while flying an airplane 	 positive	sentiment
MOSI_nzpVDcQ0ywM$_$17.mp4	and so thats pretty entertaining 	 positive	sentiment
MOSI_nzpVDcQ0ywM$_$16.mp4	the two women in this movie are particularly good looking 	 positive	sentiment
MOSI_nzpVDcQ0ywM$_$19.mp4	and his performance is campy and comes off as an army cheerleader some of the time 	 negative	sentiment
MOSI_nzpVDcQ0ywM$_$18.mp4	this is a really big movie for their careers because i havent really seen them in a lot of big movies 	 positive	sentiment
MOSI_ob23OKe5a9Q$_$11.mp4	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
MOSI_ob23OKe5a9Q$_$10.mp4	other than that it was a good movie 	 positive	sentiment
MOSI_ob23OKe5a9Q$_$13.mp4	but i had a few problems so i didnt love it i liked it 	 positive	sentiment
MOSI_ob23OKe5a9Q$_$12.mp4	it was a great movie and i loved it 	 positive	sentiment
MOSI_ob23OKe5a9Q$_$14.mp4	three stars for smurfs and stay smurfy everyone 	 positive	sentiment
MOSI_ob23OKe5a9Q$_$1.mp4	but it was a good movie 	 positive	sentiment
MOSI_ob23OKe5a9Q$_$3.mp4	only because it was very predictable very predictable 	 negative	sentiment
MOSI_ob23OKe5a9Q$_$2.mp4	id give it three stars 	 positive	sentiment
MOSI_ob23OKe5a9Q$_$5.mp4	that um i guess the only other problem i had with it was that um the jokes were really cheesy 	 negative	sentiment
MOSI_ob23OKe5a9Q$_$4.mp4	but very predictable 	 negative	sentiment
MOSI_ob23OKe5a9Q$_$7.mp4	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
MOSI_ob23OKe5a9Q$_$6.mp4	i dont like cheesy jokes but cheesy jokes are most times funny cuz theyre really bad 	 positive	sentiment
MOSI_ob23OKe5a9Q$_$9.mp4	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
MOSI_ob23OKe5a9Q$_$8.mp4	i would definitely take 8 or younger kids to that movie its a definite family movie 	 positive	sentiment
MOSI_pLTX3ipuDJI$_$11.mp4	although what it did do was interesting but i but it didnt make sense 	 positive	sentiment
MOSI_pLTX3ipuDJI$_$10.mp4	but its just a little weak overall for me than we were looking forward to him and he was gone quickly 	 negative	sentiment
MOSI_pLTX3ipuDJI$_$13.mp4	just like one of the girls tells the exact story of the first movie 	 negative	sentiment
MOSI_pLTX3ipuDJI$_$12.mp4	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
MOSI_pLTX3ipuDJI$_$15.mp4	it dosent give an give any insight or help its just make them seem like she sa she saw the first movie 	 negative	sentiment
MOSI_pLTX3ipuDJI$_$14.mp4	its a pointless scene for the audience and the characters 	 negative	sentiment
MOSI_pLTX3ipuDJI$_$16.mp4	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
MOSI_pLTX3ipuDJI$_$1.mp4	nothing new is brought in those predator series no surprises no big twist no finish 	 negative	sentiment
MOSI_pLTX3ipuDJI$_$3.mp4	althought what wasnt the same was the connection to each other which first movie had and this one not 	 negative	sentiment
MOSI_pLTX3ipuDJI$_$2.mp4	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
MOSI_pLTX3ipuDJI$_$5.mp4	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
MOSI_pLTX3ipuDJI$_$4.mp4	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
MOSI_pLTX3ipuDJI$_$7.mp4	but nothing sucks either which gains the movie some points i guess 	 positive	sentiment
MOSI_pLTX3ipuDJI$_$6.mp4	of the acting nothing stands out a spectacular which is to be expected of the movie like this 	 negative	sentiment
MOSI_pLTX3ipuDJI$_$9.mp4	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
MOSI_pLTX3ipuDJI$_$8.mp4	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
MOSI_phBUpBr1hSo$_$11.mp4	i love my movies to be long 	 positive	sentiment
MOSI_phBUpBr1hSo$_$10.mp4	this movie seemed um a little long 	 negative	sentiment
MOSI_phBUpBr1hSo$_$13.mp4	um im passionate about movies so thats fine 	 positive	sentiment
MOSI_phBUpBr1hSo$_$12.mp4	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
MOSI_phBUpBr1hSo$_$15.mp4	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
MOSI_phBUpBr1hSo$_$14.mp4	but this one seemed long at some at some parts 	 negative	sentiment
MOSI_phBUpBr1hSo$_$17.mp4	um the action was great you know not too much not too little just um just enough action 	 positive	sentiment
MOSI_phBUpBr1hSo$_$16.mp4	and you just kind of like ok lets get to it we know whats gonna happen lets go ahead and do it 	 negative	sentiment
MOSI_phBUpBr1hSo$_$19.mp4	but pretty good script 	 positive	sentiment
MOSI_phBUpBr1hSo$_$18.mp4	um the story was all right 	 positive	sentiment
MOSI_phBUpBr1hSo$_$20.mp4	i dont think it was as good as the first one obviously i i think the first movie was just fantastic 	 negative	sentiment
MOSI_phBUpBr1hSo$_$1.mp4	i went to this movie very very excited 	 positive	sentiment
MOSI_phBUpBr1hSo$_$3.mp4	i think um the movies are phenomenal especially that first one 	 positive	sentiment
MOSI_phBUpBr1hSo$_$2.mp4	im a big transformers fan 	 positive	sentiment
MOSI_phBUpBr1hSo$_$5.mp4	um in interviews shia labeouf said that the second movie lacked um heart 	 negative	sentiment
MOSI_phBUpBr1hSo$_$4.mp4	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
MOSI_phBUpBr1hSo$_$7.mp4	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
MOSI_phBUpBr1hSo$_$6.mp4	and he said that this new one has a lot of heart um similar to the first one 	 positive	sentiment
MOSI_phBUpBr1hSo$_$9.mp4	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
MOSI_phBUpBr1hSo$_$8.mp4	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
MOSI_phBUpBr1hSo$_$21.mp4	um maybe im part with the second one maybe im little behind that but it was it was pretty good story 	 positive	sentiment
MOSI_rnaNMUZpvvg$_$20.mp4	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
MOSI_rnaNMUZpvvg$_$21.mp4	all the guys that went were pretty much on my page they were just like wow that was stupid wow 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$22.mp4	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
MOSI_rnaNMUZpvvg$_$1.mp4	the verdict is stupid and a complete waste of money 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$3.mp4	like i didnt expect it to be good 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$2.mp4	but it was a fun experience going 	 positive	sentiment
MOSI_rnaNMUZpvvg$_$5.mp4	aaaaa it wasnt even holding my attention 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$4.mp4	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
MOSI_rnaNMUZpvvg$_$7.mp4	i honestly wanted the aliens to win 	 positive	sentiment
MOSI_rnaNMUZpvvg$_$6.mp4	i could barely stay awake through the movie 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$9.mp4	just there was only one character the doctor he was the only person i even really cared about 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$8.mp4	all the characters were just so unlikable 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$11.mp4	every single cowboy was just a complete douchebag 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$10.mp4	and even he was a douchebag all of them 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$13.mp4	but he wasnt even interesting 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$12.mp4	and there was just this little boy and he was the only person who wasnt a douchebag 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$15.mp4	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
MOSI_rnaNMUZpvvg$_$14.mp4	but they gave him no no character like he had no character development whatsoever 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$17.mp4	why are you killing everyone 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$16.mp4	but he was actually complete douchebag 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$19.mp4	whay are you killing these people you dont even know whats going on like dude get over yourself 	 negative	sentiment
MOSI_rnaNMUZpvvg$_$18.mp4	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
MOSI_tIrG4oNLFzE$_$11.mp4	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
MOSI_tIrG4oNLFzE$_$10.mp4	it was like this like pouty like grumpy look 	 negative	sentiment
MOSI_tIrG4oNLFzE$_$13.mp4	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
MOSI_tIrG4oNLFzE$_$12.mp4	which just uh it really annoyed me 	 negative	sentiment
MOSI_tIrG4oNLFzE$_$15.mp4	but as an actor i really think especially an actor in the lead leading role you really should prepare for that role 	 negative	sentiment
MOSI_tIrG4oNLFzE$_$14.mp4	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
MOSI_tIrG4oNLFzE$_$17.mp4	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
MOSI_tIrG4oNLFzE$_$16.mp4	i was like how can you go into a film into a leading role and have no idea who your character is 	 negative	sentiment
MOSI_tIrG4oNLFzE$_$18.mp4	but then those two moments just got ruined by the rest of an hour and a half of her being pouty 	 negative	sentiment
MOSI_tIrG4oNLFzE$_$1.mp4	now i am a huge huge fan of nicholas sparks 	 positive	sentiment
MOSI_tIrG4oNLFzE$_$3.mp4	um i really enjoyed a walk to remember me and dear john 	 positive	sentiment
MOSI_tIrG4oNLFzE$_$2.mp4	um the notebook is one of my favorite films 	 positive	sentiment
MOSI_tIrG4oNLFzE$_$5.mp4	so i went into this film having quite high expectations 	 positive	sentiment
MOSI_tIrG4oNLFzE$_$4.mp4	i really did enjoy as well wasnt too fond of the ending 	 positive	sentiment
MOSI_tIrG4oNLFzE$_$7.mp4	but on the other hand i was really um wary of going 	 negative	sentiment
MOSI_tIrG4oNLFzE$_$6.mp4	i mean its a nicholas sparks book it must be good 	 positive	sentiment
MOSI_tIrG4oNLFzE$_$9.mp4	straight away miley cyrus acting miley cyrus acting or lack of she had this same expression throughout the entire film 	 negative	sentiment
MOSI_tIrG4oNLFzE$_$8.mp4	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
MOSI_tStelxIAHjw$_$11.mp4	i just hated it 	 negative	sentiment
MOSI_tStelxIAHjw$_$10.mp4	i didnt think it was sad 	 positive	sentiment
MOSI_tStelxIAHjw$_$13.mp4	two out of five stars 	 negative	sentiment
MOSI_tStelxIAHjw$_$12.mp4	like seriously 	 negative	sentiment
MOSI_tStelxIAHjw$_$15.mp4	i kind of have a um artistic video up on my main channel 	 positive	sentiment
MOSI_tStelxIAHjw$_$14.mp4	i guess im just over it 	 negative	sentiment
MOSI_tStelxIAHjw$_$16.mp4	i love you guys 	 positive	sentiment
MOSI_tStelxIAHjw$_$1.mp4	um ronny wanted to know what was the last movie we saw in theatres and to give a review for it 	 positive	sentiment
MOSI_tStelxIAHjw$_$3.mp4	i really did 	 positive	sentiment
MOSI_tStelxIAHjw$_$2.mp4	um i think the last movie i saw in theatres was toy story 3 and i hated it 	 negative	sentiment
MOSI_tStelxIAHjw$_$5.mp4	and i really hated cars 	 negative	sentiment
MOSI_tStelxIAHjw$_$4.mp4	i think im getting to that point where im just not entertained by disney pixar movies anymore because i couldnt stand up 	 negative	sentiment
MOSI_tStelxIAHjw$_$7.mp4	and i liked wally 	 positive	sentiment
MOSI_tStelxIAHjw$_$6.mp4	i liked finding nemo 	 positive	sentiment
MOSI_tStelxIAHjw$_$9.mp4	i didnt think it was cute 	 negative	sentiment
MOSI_tStelxIAHjw$_$8.mp4	i didnt think it was funny 	 negative	sentiment
MOSI_tmZoasNr4rU$_$11.mp4	and uh although like i like dark humor 	 negative	sentiment
MOSI_tmZoasNr4rU$_$10.mp4	smacking lips maybe only 5 jokes made me laugh 	 negative	sentiment
MOSI_tmZoasNr4rU$_$13.mp4	no i i i guess so i mean its its it wasnt annoying 	 negative	sentiment
MOSI_tmZoasNr4rU$_$12.mp4	but i just couldnt find it funny 	 negative	sentiment
MOSI_tmZoasNr4rU$_$15.mp4	maybe a lot more than the expendables 	 positive	sentiment
MOSI_tmZoasNr4rU$_$14.mp4	it it it was just there i i i i wasnt i wasnt amused 	 negative	sentiment
MOSI_tmZoasNr4rU$_$17.mp4	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
MOSI_tmZoasNr4rU$_$16.mp4	but i feel that the movie wasnt really concerned with being exciting 	 negative	sentiment
MOSI_tmZoasNr4rU$_$19.mp4	still the the church shootout however brief that was it it was alright 	 positive	sentiment
MOSI_tmZoasNr4rU$_$18.mp4	fffflat shit lip smacking 	 positive	sentiment
MOSI_tmZoasNr4rU$_$20.mp4	maybe it could have been 20 seconds longer 	 negative	sentiment
MOSI_tmZoasNr4rU$_$1.mp4	um id like to quickly talk about machete 	 positive	sentiment
MOSI_tmZoasNr4rU$_$3.mp4	i couldnt get into it 	 negative	sentiment
MOSI_tmZoasNr4rU$_$2.mp4	im sorry and disappointed to say this i didnt like it 	 negative	sentiment
MOSI_tmZoasNr4rU$_$5.mp4	and maybe planet terror im im not sure im just 	 negative	sentiment
MOSI_tmZoasNr4rU$_$4.mp4	i know it its not meant to be taken seriously maybe 70s exploitation movies are more cheesy than machete 	 negative	sentiment
MOSI_tmZoasNr4rU$_$7.mp4	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
MOSI_tmZoasNr4rU$_$6.mp4	sound of cars the action and humor were mostly flat 	 negative	sentiment
MOSI_tmZoasNr4rU$_$9.mp4	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
MOSI_tmZoasNr4rU$_$8.mp4	but but i just did didnt laugh 	 negative	sentiment
MOSI_v0zCBqDeKcE$_$11.mp4	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
MOSI_v0zCBqDeKcE$_$10.mp4	ian mcgreggor happens to be one of my favorites 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$13.mp4	if youre um a lover of jim carry a lover of ian mcgraggor than youll like this movie 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$12.mp4	i mean he even faked having aids to get out of prison 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$15.mp4	i love all aspects of movies 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$14.mp4	um now please i love movies 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$16.mp4	but this is kind of 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$1.mp4	i just wanna say that i love you 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$3.mp4	now i had no idea how good this movie was gonna be 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$2.mp4	although brooke did a a unique movie last tuesday 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$5.mp4	but its such a feel good comedy 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$4.mp4	um i shouldnt say like its not like amazingly gonna win some awards good 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$7.mp4	i mean some people like james woods i believe his iq is 1 180 or something like that 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$6.mp4	now the real steven russel has like an iq like 163 which is like wow genious 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$9.mp4	i think they are very good actors 	 positive	sentiment
MOSI_v0zCBqDeKcE$_$8.mp4	jim carry ian mcgreggor i liked the two of them 	 positive	sentiment
MOSI_vvZ4IcEtiZc$_$11.mp4	because its um its an audience pleaser you know 	 positive	sentiment
MOSI_vvZ4IcEtiZc$_$10.mp4	and its sort of like a contrived plot thats been used over and over again 	 negative	sentiment
MOSI_vvZ4IcEtiZc$_$12.mp4	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
MOSI_vvZ4IcEtiZc$_$1.mp4	and i really really loved it 	 positive	sentiment
MOSI_vvZ4IcEtiZc$_$3.mp4	and i was just thinking about um how its the performances in it were sort of over overlooked at the academy awards 	 positive	sentiment
MOSI_vvZ4IcEtiZc$_$2.mp4	and i thought that the performances in it were incredible 	 positive	sentiment
MOSI_vvZ4IcEtiZc$_$5.mp4	but there were a lot of great movies out this year 	 positive	sentiment
MOSI_vvZ4IcEtiZc$_$4.mp4	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
MOSI_vvZ4IcEtiZc$_$7.mp4	and i think that blue valentine has um become kind of underrated 	 positive	sentiment
MOSI_vvZ4IcEtiZc$_$6.mp4	some of the great performances um of last year were kind of overlooked cuz there were just so many of them 	 positive	sentiment
MOSI_vvZ4IcEtiZc$_$9.mp4	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
MOSI_vvZ4IcEtiZc$_$8.mp4	and its truly heartbreaking to see that contrasted with the state of things 	 negative	sentiment
MOSI_vyB00TXsimI$_$20.mp4	and i enjoyed myself a lot at the movie 	 positive	sentiment
MOSI_vyB00TXsimI$_$21.mp4	i laughed at quite a bit of the dialogue 	 positive	sentiment
MOSI_vyB00TXsimI$_$22.mp4	and there actually was one scene that i found kin 	 positive	sentiment
MOSI_vyB00TXsimI$_$1.mp4	but i do wanna tell you about priest 	 positive	sentiment
MOSI_vyB00TXsimI$_$3.mp4	if you like explosions really ridiculous action sequences malodramatic plot and acting this is the right movie to see 	 positive	sentiment
MOSI_vyB00TXsimI$_$2.mp4	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
MOSI_vyB00TXsimI$_$5.mp4	and is fun to watch 	 positive	sentiment
MOSI_vyB00TXsimI$_$4.mp4	and she also has pretty sweet moves 	 positive	sentiment
MOSI_vyB00TXsimI$_$7.mp4	therere also two lord of the rings grads which i absolutely love 	 positive	sentiment
MOSI_vyB00TXsimI$_$6.mp4	some really fun touches within the movie is that two vampires in other shows appear in this movie not as vampires 	 positive	sentiment
MOSI_vyB00TXsimI$_$9.mp4	if all three of them were put together 	 positive	sentiment
MOSI_vyB00TXsimI$_$8.mp4	and anyone who knows me knows the lord of the rings trilogy is probably my favorite movie ever 	 positive	sentiment
MOSI_vyB00TXsimI$_$11.mp4	which basically means hes wormtongue again in a different way 	 positive	sentiment
MOSI_vyB00TXsimI$_$10.mp4	yeah thats about how my favorite list goes 	 positive	sentiment
MOSI_vyB00TXsimI$_$13.mp4	and she is a really pretty girl 	 positive	sentiment
MOSI_vyB00TXsimI$_$12.mp4	other notable mentiones are christopher plumber 	 positive	sentiment
MOSI_vyB00TXsimI$_$15.mp4	i really love the melodramatic over the top crazy action sort of thing going on 	 positive	sentiment
MOSI_vyB00TXsimI$_$14.mp4	this is one of my favorite types of movies 	 positive	sentiment
MOSI_vyB00TXsimI$_$17.mp4	and theres a better on top of the train fights than the first mission impossible movie 	 positive	sentiment
MOSI_vyB00TXsimI$_$16.mp4	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
MOSI_vyB00TXsimI$_$19.mp4	i thought it was fun 	 positive	sentiment
MOSI_vyB00TXsimI$_$18.mp4	so yes i really enjoyed it 	 positive	sentiment
MOSI_wMbj6ajWbic$_$24.mp4	marlon wayans had a lot of fun 	 positive	sentiment
MOSI_wMbj6ajWbic$_$25.mp4	but the guy from lost had a lot of fun 	 positive	sentiment
MOSI_wMbj6ajWbic$_$26.mp4	dennis quaid i think had a lot of fun 	 positive	sentiment
MOSI_wMbj6ajWbic$_$27.mp4	um same with christopher eccleston 	 positive	sentiment
MOSI_wMbj6ajWbic$_$20.mp4	um and now the performances are like something like to write home about 	 positive	sentiment
MOSI_wMbj6ajWbic$_$21.mp4	um that being said you can tell that lot people were having fun with this 	 positive	sentiment
MOSI_wMbj6ajWbic$_$22.mp4	and i xxx like in particular joseph joseph gordonlevitt had a lot of fun with his role 	 positive	sentiment
MOSI_wMbj6ajWbic$_$23.mp4	i think um rachel nichols had a lot of fun with her role 	 positive	sentiment
MOSI_wMbj6ajWbic$_$28.mp4	so i i think it was cool to actually see ray park in action great action star 	 positive	sentiment
MOSI_wMbj6ajWbic$_$29.mp4	he does a great job with his snake eyes which is always cool to see that 	 positive	sentiment
MOSI_wMbj6ajWbic$_$1.mp4	because i really wanted to see it actually 	 positive	sentiment
MOSI_wMbj6ajWbic$_$3.mp4	or big collector of the action figures 	 positive	sentiment
MOSI_wMbj6ajWbic$_$2.mp4	and um first of all i i actually was never a huge fan of the ji joe tv series 	 negative	sentiment
MOSI_wMbj6ajWbic$_$5.mp4	ji joe rise of the cobra um this movie is incredible cheezy 	 positive	sentiment
MOSI_wMbj6ajWbic$_$4.mp4	but i wasnt big on it um 	 positive	sentiment
MOSI_wMbj6ajWbic$_$7.mp4	yes it the acting is a little rough in some parts 	 negative	sentiment
MOSI_wMbj6ajWbic$_$6.mp4	but in the good way i in ist theres two types of cheezy and this is the good kind of cheezy 	 positive	sentiment
MOSI_wMbj6ajWbic$_$9.mp4	but the m the script is corny 	 negative	sentiment
MOSI_wMbj6ajWbic$_$8.mp4	well you know um corny 	 positive	sentiment
MOSI_wMbj6ajWbic$_$11.mp4	i mean i didnt go to this movie expecting to see the dark night 	 positive	sentiment
MOSI_wMbj6ajWbic$_$10.mp4	i mean the way its written is corny 	 negative	sentiment
MOSI_wMbj6ajWbic$_$13.mp4	because if ive seen it over the summer i probably wouldve rated it best action movie i saw this summer 	 positive	sentiment
MOSI_wMbj6ajWbic$_$12.mp4	and quite honestly i wish ive seen this over the summer 	 positive	sentiment
MOSI_wMbj6ajWbic$_$15.mp4	i did like transformers 2 even though a lot of people didnt like that 	 positive	sentiment
MOSI_wMbj6ajWbic$_$14.mp4	this summer was kind of weird with the action movies if you ask me 	 negative	sentiment
MOSI_wMbj6ajWbic$_$17.mp4	and um you know you have a lot of good actors in this movie actually a lot of good actors 	 positive	sentiment
MOSI_wMbj6ajWbic$_$16.mp4	but you know this movie um this really um wouldve made up for a disappointment that it had a terminator salvation 	 positive	sentiment
MOSI_wMbj6ajWbic$_$19.mp4	so you know its not like you actually getting like academy award quality acting performances 	 negative	sentiment
MOSI_wMbj6ajWbic$_$18.mp4	in you know theyre in there this is a cheezy um movie 	 negative	sentiment
MOSI_wMbj6ajWbic$_$30.mp4	joe movie is how international it was it was very divert 	 positive	sentiment
MOSI_yDtzw_Y-7RU$_$24.mp4	i would not take a young child 	 negative	sentiment
MOSI_yDtzw_Y-7RU$_$20.mp4	except their eyes are kind of like this welcome to the polar express 	 negative	sentiment
MOSI_yDtzw_Y-7RU$_$21.mp4	and thats a lot to be said for a one minute review 	 positive	sentiment
MOSI_yDtzw_Y-7RU$_$22.mp4	i actually like the film 	 positive	sentiment
MOSI_yDtzw_Y-7RU$_$23.mp4	um i enjoyed myself in it you might as well 	 positive	sentiment
MOSI_yDtzw_Y-7RU$_$1.mp4	but let me first say this i liked it more than i expected i would 	 positive	sentiment
MOSI_yDtzw_Y-7RU$_$3.mp4	number one it means its much scarier than you could imagine 	 positive	sentiment
MOSI_yDtzw_Y-7RU$_$2.mp4	this film is slavishly devoted to the original book or nov novella uh by uh charles dickens 	 positive	sentiment
MOSI_yDtzw_Y-7RU$_$5.mp4	let me say this if your christianity is extremely legalistic this is the film for you 	 positive	sentiment
MOSI_yDtzw_Y-7RU$_$4.mp4	my 8 year old was terrified through part of this because the original version is terrifying 	 negative	sentiment
MOSI_yDtzw_Y-7RU$_$7.mp4	so laughing if thats your form of christianity its a christian film 	 positive	sentiment
MOSI_yDtzw_Y-7RU$_$6.mp4	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
MOSI_yDtzw_Y-7RU$_$9.mp4	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
MOSI_yDtzw_Y-7RU$_$8.mp4	um its not my form 	 negative	sentiment
MOSI_yDtzw_Y-7RU$_$11.mp4	therefore a lot of social commentary goes woop sound effect over your head 	 negative	sentiment
MOSI_yDtzw_Y-7RU$_$10.mp4	sometimes i missed what was being said 	 negative	sentiment
MOSI_yDtzw_Y-7RU$_$13.mp4	um all this stuff about debtors prison for instance doesnt really um jive here in 21st century america 	 negative	sentiment
MOSI_yDtzw_Y-7RU$_$12.mp4	or just really doesnt make any difference to us today at all 	 negative	sentiment
MOSI_yDtzw_Y-7RU$_$15.mp4	because this thing is is meant to be seen in 3d 	 positive	sentiment
MOSI_yDtzw_Y-7RU$_$14.mp4	and this film is this amazing like i say slavish devotion to charles dickens with an amusement park ride 	 positive	sentiment
MOSI_yDtzw_Y-7RU$_$17.mp4	or most likely from going very quickly through london with you know demon horses chasing you so uh theres that 	 positive	sentiment
MOSI_yDtzw_Y-7RU$_$16.mp4	and throughout the film youre going sound effects laughing either from the terrifying characters 	 positive	sentiment
MOSI_yDtzw_Y-7RU$_$19.mp4	um the people seemed sort of dead 	 negative	sentiment
MOSI_yDtzw_Y-7RU$_$18.mp4	also about the animation the people just like in polar express a film i really did not like 	 negative	sentiment
MOSI_yvsjCA6Y5Fc$_$20.mp4	i can appreciate that 	 positive	sentiment
MOSI_yvsjCA6Y5Fc$_$21.mp4	hes not gonna be looking like a chipper bright young man but early thirties really you want me to buy that 	 negative	sentiment
MOSI_yvsjCA6Y5Fc$_$22.mp4	i cant do it 	 negative	sentiment
MOSI_yvsjCA6Y5Fc$_$23.mp4	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
MOSI_yvsjCA6Y5Fc$_$1.mp4	robin hood starring russel crow um first thing i got to say xxx i was dreading going in to see this movie 	 negative	sentiment
MOSI_yvsjCA6Y5Fc$_$3.mp4	so i really was not looking forward to seeing this movie 	 negative	sentiment
MOSI_yvsjCA6Y5Fc$_$2.mp4	the trailers werent really doing it much for me 	 negative	sentiment
MOSI_yvsjCA6Y5Fc$_$5.mp4	but i didnt mind it 	 positive	sentiment
MOSI_yvsjCA6Y5Fc$_$4.mp4	um but i guess say maybe my expectations were lowered by these other reviews that i read 	 positive	sentiment
MOSI_yvsjCA6Y5Fc$_$7.mp4	i didnt find it all that good 	 negative	sentiment
MOSI_yvsjCA6Y5Fc$_$6.mp4	but i didnt find it all that bad 	 positive	sentiment
MOSI_yvsjCA6Y5Fc$_$9.mp4	like what people could hate about this movie there are some negatives to say the least 	 negative	sentiment
MOSI_yvsjCA6Y5Fc$_$8.mp4	like i said maybe my expectations were lowered because of all of those reviews but i really didnt hate it 	 positive	sentiment
MOSI_yvsjCA6Y5Fc$_$11.mp4	theres men in tights which you know hilarious spoof of the story 	 positive	sentiment
MOSI_yvsjCA6Y5Fc$_$10.mp4	um really first and foremost it just lacked the charm of these past robin hood movies that we know 	 negative	sentiment
MOSI_yvsjCA6Y5Fc$_$13.mp4	and it just lacked the charm of those past movies 	 negative	sentiment
MOSI_yvsjCA6Y5Fc$_$12.mp4	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
MOSI_yvsjCA6Y5Fc$_$15.mp4	and it really just lacked what made the other movies more enjoyable 	 negative	sentiment
MOSI_yvsjCA6Y5Fc$_$14.mp4	it did seem to focus too much on epic epic epic 	 negative	sentiment
MOSI_yvsjCA6Y5Fc$_$17.mp4	um not in all instances but the ones that matter the most yeah 	 negative	sentiment
MOSI_yvsjCA6Y5Fc$_$16.mp4	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
MOSI_yvsjCA6Y5Fc$_$19.mp4	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
MOSI_yvsjCA6Y5Fc$_$18.mp4	um russel crow and cate blanchette just did not sell it for me i had a very hard time just buying it 	 negative	sentiment
MOSI_zhpQhgha_KU$_$24.mp4	and not being really stressed out 	 positive	sentiment
MOSI_zhpQhgha_KU$_$25.mp4	and i think that thats thats a very relatable issue 	 positive	sentiment
MOSI_zhpQhgha_KU$_$26.mp4	i think that they all have like a lot of issues 	 positive	sentiment
MOSI_zhpQhgha_KU$_$27.mp4	and that some are very relatable 	 positive	sentiment
MOSI_zhpQhgha_KU$_$20.mp4	she does have a lot of issues 	 negative	sentiment
MOSI_zhpQhgha_KU$_$21.mp4	and you really can kind of symphatize whether youve got to have kids 	 positive	sentiment
MOSI_zhpQhgha_KU$_$22.mp4	i mean even if you dont have kids 	 positive	sentiment
MOSI_zhpQhgha_KU$_$23.mp4	because its just just about getting getting time for yourself 	 positive	sentiment
MOSI_zhpQhgha_KU$_$28.mp4	yeah i mean it it has some fun moments 	 positive	sentiment
MOSI_zhpQhgha_KU$_$29.mp4	but all in all wasnt really that big of a fan 	 negative	sentiment
MOSI_zhpQhgha_KU$_$1.mp4	im gonna start off with saying that i really wasnt very impressed with the movie 	 negative	sentiment
MOSI_zhpQhgha_KU$_$3.mp4	but this movie kind of came off like somebodys really sad travel video i dont know 	 negative	sentiment
MOSI_zhpQhgha_KU$_$2.mp4	and i liked the first movie i thought the first movie was really good 	 positive	sentiment
MOSI_zhpQhgha_KU$_$5.mp4	but i just wasnt i just i dont know i didnt really like the movie all that much 	 negative	sentiment
MOSI_zhpQhgha_KU$_$4.mp4	i mean that sounds really harsh 	 negative	sentiment
MOSI_zhpQhgha_KU$_$7.mp4	and a few funny parts 	 positive	sentiment
MOSI_zhpQhgha_KU$_$6.mp4	i mean i had some some good moments 	 positive	sentiment
MOSI_zhpQhgha_KU$_$9.mp4	i dont know i just thought i just thought it was really really sad 	 negative	sentiment
MOSI_zhpQhgha_KU$_$8.mp4	but all in all i just thought it was really over overly sad 	 negative	sentiment
MOSI_zhpQhgha_KU$_$11.mp4	i just personally i just didnt really enjoy it 	 negative	sentiment
MOSI_zhpQhgha_KU$_$10.mp4	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
MOSI_zhpQhgha_KU$_$13.mp4	like it couldve been shorter 	 negative	sentiment
MOSI_zhpQhgha_KU$_$12.mp4	um it also really didnt need a lot of the things that it had in it 	 negative	sentiment
MOSI_zhpQhgha_KU$_$15.mp4	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
MOSI_zhpQhgha_KU$_$14.mp4	but a lot of the footage was kind of unnecessary 	 negative	sentiment
MOSI_zhpQhgha_KU$_$17.mp4	i really think that i really like the mirandas character 	 positive	sentiment
MOSI_zhpQhgha_KU$_$16.mp4	i think that charlotte and miranda have some really nice moments in the movie 	 positive	sentiment
MOSI_zhpQhgha_KU$_$19.mp4	i think that um and that everybody i do feel really bad for charlotte 	 negative	sentiment
MOSI_zhpQhgha_KU$_$18.mp4	actually the most upbeat character in the whole movie 	 positive	sentiment
MOSI_zhpQhgha_KU$_$31.mp4	um like i said if you like it feel free to go see it i just personally wasnt that into it 	 negative	sentiment
MOSI_zhpQhgha_KU$_$30.mp4	because there really wasnt all that much to it for me 	 negative	sentiment
MOSI_zhpQhgha_KU$_$35.mp4	um so if you like to hear a um like more positive review check out her review it is very good 	 positive	sentiment
MOSI_zhpQhgha_KU$_$34.mp4	and she really enjoyed the film 	 positive	sentiment
MOSI_zhpQhgha_KU$_$33.mp4	if you do wanna see somebody whos possibly critiquing it 	 positive	sentiment
MOSI_zhpQhgha_KU$_$32.mp4	um yeah i mean if you wanna see a video um its gonna be who enjoyed a film 	 positive	sentiment