singhalprerana / SST_data_extraction

To extract labeled data from Stanford Sentiment treebank
16 stars 7 forks source link

sentiment label #1

Open junirose opened 8 years ago

junirose commented 8 years ago

how to mapping the class? I am still confused how to get those values. thank you for your answers

jonzarecki commented 8 years ago

I think the score is a continuous value from 0.0 to 1.0 where the higher the value to more positive the sentence. If you're looking to extract those values you can use pandas, and read the .txt or (preferably) the .csv files with read_csv() and extract the tags.