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.5)googlenlp_0.2.0.zip(r-4.4)googlenlp_0.2.0.zip(r-4.3)
googlenlp_0.2.0.tgz(r-4.4-any)googlenlp_0.2.0.tgz(r-4.3-any)
googlenlp_0.2.0.tar.gz(r-4.5-noble)googlenlp_0.2.0.tar.gz(r-4.4-noble)
googlenlp_0.2.0.tgz(r-4.4-emscripten)googlenlp_0.2.0.tgz(r-4.3-emscripten)
googlenlp.pdf |googlenlp.html✨
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 6 years agofrom:25a1c3515d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win | OK | Oct 26 2024 |
R-4.5-linux | OK | Oct 26 2024 |
R-4.4-win | OK | Oct 26 2024 |
R-4.4-mac | OK | Oct 26 2024 |
R-4.3-win | OK | Oct 26 2024 |
R-4.3-mac | OK | Oct 26 2024 |
Exports:analyze_entitiesanalyze_sentimentanalyze_syntaxannotate_textconfigure_googlenlpflatten_entitiesflatten_sentencesflatten_sentimentflatten_tokensgcnlp_keygcnlp_postget_config_fileset_api_key
Dependencies:askpassbitbit64clicliprcpp11crayoncurldplyrfansigenericsgluehmshttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigprettyunitsprogresspurrrR6readrrlangsystibbletidyselecttzdbutf8vctrsvroomwithr
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 |