Description Usage Arguments Examples
POS tag tweets in R, returning a dataframe with the columns of word, tag, and confidence.
1 | twokenizer(tagger_location, text, model_location = NULL)
|
tagger_location |
The location of the "ark-tweet-nlp-0.3.2" folder. |
text |
Tweet to be tagged. |
model_location |
The location of an optional model to be used (e.g. Penn Treebank-style POS tags), instead of the standard model. |
1 2 | #twokenizer("~/ark-tweet-nlp-0.3.2",
#"ikr smh he asked fir yo last name so he can add u on fb lololol")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.