python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
arguments imply differing number of rows in R
These codes were working fine, but somehow although I didn't make any changes to this code block, it started to show arguments imply differing number of rows error message.
When I run this code block,...

Samet Turgut
Votes: 0
Answers: 0
Object 'pos.words' not found error while doing Sentiment Analysis in R
I am preparing a text mining project by getting tweets from Twitter. I have done the first part and the second part of the project is sentiment analysis. I really don't know how to do sentiment analys...

Samet Turgut
Votes: 0
Answers: 0
Find translations of a given word in the corpus e.g. by machine learning, word2vec, text mining
I am using this thread to get some ideas and find some possibilities.
I have about 1000 sermons and their translations into another language. The lengths of the sermons are different. These are religi...
para
Votes: 0
Answers: 2
Can a stemming dictionary be used as rejection criteria in R?
I am struggling through some text analysis, and I'm not sure I'm doing the stemming correctly. Right now, my command for single-term stemming is
text_stem <- text_clean %>% mutate(stem = wordSte...

Karl Wolfschtagg
Votes: 0
Answers: 1