b05102139/twokenizer: R Wrapper Around Ark-TweetNLP's Twitter POS Tagger

R wrapper around Ark-TweetNLP's Twitter POS tagger by Kevin Gimpel et al. (2011) <https://www.aclweb.org/anthology/P11-2008>. Can be used to POS tag tweets in R, returning a dataframe with the columns of word, tag, and confidence. A download function is also included, with which both the required standard model and additional models can be installed directly in R (e.g. the "penn" model returns the tags in the Penn Treebank style).

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.1
URL https://github.com/b05102139/twokenizer
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("b05102139/twokenizer")
b05102139/twokenizer documentation built on March 3, 2020, 12:13 a.m.