languageToolTip top-level constant

String const languageToolTip

Implementation

const languageToolTip = '''

**Language:** The stopwords removed will depend on the language. Select the
language of choice here to filter out common stopwords.

The stopwords come from
[tm::stopwords()](https://rdrr.io/rforge/tm/man/stopwords.html).

For English, 'SMART' will remove some 570 stopwords, more than the `english`
option which removes only 170 stopwords.

''';