Package: cleanNLP
Type: Package
Title: A Tidy Data Model for Natural Language Processing
Version: 3.0.3
Authors@R: c(person(given = "Taylor B.", family = "Arnold", email = "taylor.arnold@acm.org", role = c("aut", "cre")))
Author: Taylor B. Arnold [aut, cre]
Maintainer: Taylor B. Arnold <taylor.arnold@acm.org>
Description: Provides a set of fast tools for converting a textual corpus into
  a set of normalized tables. Users may make use of the 'udpipe' back end with
  no external dependencies, or two Python back ends with 'spaCy'
  <https://spacy.io> or 'CoreNLP' <https://stanfordnlp.github.io/CoreNLP/>.
  Exposed annotation tasks include tokenization, part of speech tagging, named
  entity recognition, and dependency parsing.
Depends: R (>= 3.5.0)
Imports: Matrix (>= 1.2), udpipe, reticulate, stringi, stats, methods
Suggests: knitr (>= 1.15), rmarkdown (>= 1.4), testthat (>= 1.0.1),
        covr (>= 2.2.2)
SystemRequirements: Python (>= 3.7.0)
License: LGPL-2
URL: https://statsmaths.github.io/cleanNLP/
BugReports: https://github.com/statsmaths/cleanNLP/issues
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-10-12 21:38:15 UTC; admin
Repository: CRAN
Date/Publication: 2020-10-13 04:10:02 UTC
