﻿# data (training) :
text_train = [' dont feel good ptosis ;)', '  friends dying is just horrible.', "  In case I feel emo in camp (feeling a wee bit of it alr)...am bringing in the Human Rights Watch World Report 2009..hope it'll work", ' credit card bill. ow my wallet.', ' : The Last Gadget http://tinyurl.com/pd4wyp #Geek_And_Poke', ' @danawalker Washington Capitals would be one of #myweakness as well.', '  i hope everyone is at church so i can just go to my concert in peace on wed.  dont have to worry about rushing back to church to visit', ' bleh... I feel like QQing now. ', '  such a nice day', ' 1 dinger in and I so regret popping that pill...', '  R.I.P young teke!!!  i miss you cuzin!! &lt;3     it has been 1 year sence you died. . .    [Dont be ashamed of your faith]', ' = next few days', ' @Nambu sending my tweets from wrong account although selected the right one.', ' breakfast with family', ' @desiredeffect', '-   going in town toda\xd1\x87 with m\xd1\x87 cousinnn, [\xd1\x87]     netball match was cancelledd ', " bosco graduation then sara's voice recital", '       Sunny Again        Work Tomorrow  :-|       TV Tonight', '=-  I always get what I want', ' @mgph3nom chilling on twitter via my spanking new blackberry w/ unlimited internet : http://tr.im/mZVC', '  forgot my lunch at home', ' @Canuckflack Speaking as a historian, WTF do you incorporate twitter buzz by upper middle class North Ame.. http://tr.im/oFLS', '   Tiger Woods is up by 2at 18 via http://nascar.com/racebuddy', '   I want to write a song. I think I will.', ' ..had to turn back to North due to body on line. So missing Design Council Design 4 Tech Transfer event   http://bit.ly/pXrzV...', '  ughhh..', '  R.I.P young teke!!!  i miss you cuzin!! &lt;3     it has been 1 year sence you died. . .    [Dont be ashamed of your faith]', ' A dog riding the bicycle http://bit.ly/gvMzD', '  @Spiral_galaxy @YMPtweet  it really makes me sad when i look at reality now', " Can't wait for the weekend, BMTH on Saturday!"]

# le sentiment à prédire ; 0 -> negatif ; 1 -> positif
outcome_train = [0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1]
 