Package: googlenlp
Type: Package
Title: An Interface to Google's Cloud Natural Language API
Description: Interact with Google's Cloud Natural Language API
    <https://cloud.google.com/natural-language/> (v1) via R. The API has
    four main features, all of which are available through this
    R package: syntax analysis and part-of-speech tagging, entity
    analysis, sentiment analysis, and language identification.
Version: 0.2.0
Authors@R: person("Brian", "Weinstien", , "bweinstein02@gmail.com", c("aut",
    "cre"))
License: MIT + file LICENSE
URL: https://github.com/BrianWeinstein/googlenlp
LazyData: TRUE
Imports: dplyr, httr, jsonlite, purrr, readr, rlang
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2018-07-05 20:12:52 UTC; brianweinstein
Author: Brian Weinstien [aut, cre]
Maintainer: Brian Weinstien <bweinstein02@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-13 16:40:03 UTC
Built: R 4.5.0; ; 2025-01-30 19:01:00 UTC; unix
