You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to remove some common words from my Swedish corpus, apart from the Snowball-stopwords, but the textProcessor keeps missing them. I've tried both to create a character vector including the stopwords (customstopwords="stopwords") as well as having the stopwords in a dataframe (customstopwords="stopwords$V1") but they are not removed from the corpus. I've also tried both with and without quotation-marks.
Anyone know what the problem is?
textProcessor(data$ARTICLE, metadata=data, language = "swe", customstopwords="stopwords")
The text was updated successfully, but these errors were encountered:
I am trying to remove some common words from my Swedish corpus, apart from the Snowball-stopwords, but the textProcessor keeps missing them. I've tried both to create a character vector including the stopwords (customstopwords="stopwords") as well as having the stopwords in a dataframe (customstopwords="stopwords$V1") but they are not removed from the corpus. I've also tried both with and without quotation-marks.
Anyone know what the problem is?
textProcessor(data$ARTICLE, metadata=data, language = "swe", customstopwords="stopwords")
The text was updated successfully, but these errors were encountered: