Description Usage Arguments Value See Also Examples
stemmer
- Stems a vector of text strings.
stem.words
- Wrapper for stemmer that stems a
vector of words.
stem2df
- Wrapper for stemmer that stems a vector
of text strings and returns a dataframe with the vector
added..
1 2 3 4 5 6 |
text.var |
The text variable. In
|
rm.bracket |
logical. If TRUE brackets are removed from the text. |
capitalize |
logical. If TRUE selected terms are capitalized. |
warn |
logical. If TRUE warns about rows not ending with standard qdap punctuation endmarks. |
... |
Various: |
dataframe |
A dataframe object. |
stem.name |
A character vector of length one for the
stemmed column. If |
stemmer
- returns a character vector with stemmed
text.
stem.words
- returns a dataframe with a character
vector with.
stem2df
- returns a dataframe with a character
vector with stemmed text.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.