Description Usage Arguments Examples
Parts of speech tagger
1 |
tokens |
Sentence to tokenize. |
to_r |
Whether to return results in tidy format. |
1 2 3 4 5 | ## Not run:
tokens <- word_tokenize("This is an R package.")
pos_tag(tokens)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.