Hi, I am currently working on a project that takes song lyrics and grades their sentiment. I am formatting the text for a proper analysis and am coming across an issue. The first image I am posting is what the output should look like when I enter the function
Map[Select[#, StringLength[#] > 1 &] &, tokensPop]
The second image uses the same function except with a different text source. Both are formatted in the same manner, however the second image does not yield an output that I can work with. Any ideas as to how I can fix this?
Thank you,
Michael
