Hello everyone,
I'm doing some text analysis and making use of Mathematica's DeleteStopwords and
WordList["CommonWords"]
Where can I find Wolfram's source for these?
Regards,
Gregory
Folks please also take a look at
list = {"cat", "cow"}; StringDelete["cat dog cow horse", list]
which avoids splitting string into words.
Hi Marco,
Much obliged. I'll definitely have to create a custom stop-words lists. Mathematica's is too broad, and includes words that have potential positive or negative sentiment (e.g., "against") in the context of text analysis.