Open junirose opened 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.
how to mapping the class? I am still confused how to get those values. thank you for your answers