Open baris-karakoc opened 3 years ago
did you read sent
before?
What's your input text's dataframe, in my code it was like this
sent <- read.csv('text.csv')
yes I did it and it worked. thanks!
but I have a new problem :( my dataset is .csv and have many turkish character. when I import this its working. But lexicon is txt and turkish characters problem when I import lexicon.
Does it show any error or the characters aren't read properly?
characters aren't read properly. but I fix it. (txt file convert to csv file and fix). I have a problem now.
When I export as a .csv file I want to see the scores in another column. How can I do it?
when I export:
hello again, thank you for everything.
and when I run error :
Error in mutate(., linenumber = row_number()) : 'sent' nesnesi bulunamadı
(eng: object "sent" not found.)