Load stopwords from a file
default_stopwords(stopwords_file)Returns a character vector of stopwords read from the specified file.
A string representing the path to a file containing a list of stopwords, with one word per line. This file is expected to have tab-separated values with the stopwords in the first column.
The default_stopwords function loads a list of stopwords from a specified file, with each stopword being listed on a new line. It returns a character vector of these stopwords.