Package: googlenlp 0.2.0
googlenlp: An Interface to Google's Cloud Natural Language API
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.
Authors:
googlenlp_0.2.0.tar.gz
googlenlp_0.2.0.zip(r-4.7)googlenlp_0.2.0.zip(r-4.6)googlenlp_0.2.0.zip(r-4.5)
googlenlp_0.2.0.tgz(r-4.6-any)googlenlp_0.2.0.tgz(r-4.5-any)
googlenlp_0.2.0.tar.gz(r-4.7-any)googlenlp_0.2.0.tar.gz(r-4.6-any)
googlenlp_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
googlenlp/json (API)
NEWS
| # Install 'googlenlp' in R: |
| install.packages('googlenlp', repos = c('https://brianweinstein.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/brianweinstein/googlenlp/issues
Last updated from:25a1c3515d. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 126 | ||
| source / vignettes | OK | 181 | ||
| linux-release-x86_64 | OK | 122 | ||
| macos-release-arm64 | OK | 147 | ||
| macos-oldrel-arm64 | OK | 166 | ||
| windows-devel | OK | 72 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 75 | ||
| wasm-release | OK | 102 |
Exports:analyze_entitiesanalyze_sentimentanalyze_syntaxannotate_textconfigure_googlenlpflatten_entitiesflatten_sentencesflatten_sentimentflatten_tokensgcnlp_keygcnlp_postget_config_fileset_api_key
Dependencies:askpassbitbit64clicliprcpp11crayoncurldplyrgenericsgluehmshttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigprettyunitsprogresspurrrR6readrrlangsystibbletidyselecttzdbutf8vctrsvroomwithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| analyze_entities | analyze_entities |
| analyze_sentiment | analyze_sentiment |
| analyze_syntax | analyze_syntax |
| annotate_text | annotate_text |
| Configure your computer or a server to connect to the Google Cloud Natural Language API via R functions | configure_googlenlp |
| Flatten entities | flatten_entities |
| Flatten sentences | flatten_sentences |
| Flatten sentiment | flatten_sentiment |
| Flatten tokens | flatten_tokens |
| Retrieve API key | gcnlp_key |
| Send a POST request to the Google Cloud Natural Language API | gcnlp_post |
| Fetch session-specific gcnlp default values | get_config_file |
| Manually set access credentials | set_api_key |
