stopwords option. Default is TRUE which is
to use embaded stopwords dictionany.
If FALSE, use not embaded stopwords dictionany.
If char: path of dictionary txt file, use file.
If Stopwords class, use it.
If not valid value, work same as FALSE.
Check analyze() how to use stopwords param.