Package: peRspective 0.1.1
peRspective: Interface to the 'Perspective' API
Interface to the 'Perspective' API, which can be found at the following URL: <https://github.com/conversationai/perspectiveapi#perspective-comment-analyzer-api>. The 'Perspective' API uses machine learning models to score the perceived impact a comment might have on a conversation (i.e. TOXICITY, INFLAMMATORY, etc.). 'peRspective' provides access to the API and returns tidy data frames with results of the specified machine learning model(s).
Authors:
peRspective_0.1.1.tar.gz
peRspective_0.1.1.zip(r-4.7-any)peRspective_0.1.1.zip(r-4.6-any)peRspective_0.1.1.zip(r-4.5-any)
peRspective_0.1.1.tgz(r-4.6-any)peRspective_0.1.1.tgz(r-4.5-any)
peRspective_0.1.1.tar.gz(r-4.7-any)peRspective_0.1.1.tar.gz(r-4.6-any)
peRspective_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
peRspective/json (API)
| # Install 'peRspective' in R: |
| install.packages('peRspective', repos = c('https://favstats.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/favstats/perspective/issues
Pkgdown/docs site:https://favstats.github.io
- prsp_exp_models - All valid experimental Perspective API models
- prsp_models - All valid (non-experimental) Perspective API models
machine-learningperspective-apitoxic-comment-classification
Last updated from:4373272c66. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 142 | ||
| source / vignettes | OK | 191 | ||
| linux-release-x86_64 | NOTE | 135 | ||
| macos-release-arm64 | NOTE | 83 | ||
| macos-oldrel-arm64 | NOTE | 89 | ||
| windows-devel | NOTE | 102 | ||
| windows-release | NOTE | 94 | ||
| windows-oldrel | NOTE | 92 | ||
| wasm-release | OK | 121 |
Exports:%>%db_appenddb_get_datadb_removemsgprint_progressprsp_scoreprsp_streamspecify_decimal
Dependencies:askpassclicrayoncurldata.tabledplyrgenericsgluehttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigpurrrR6rlangrliststringistringrsystibbletidyselectutf8vctrswithrXMLyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| peRspective: Interface to the Perspective API | perspective-package peRspective |
| SQL Database Append | db_append |
| SQL Database Retrieve | db_get_data |
| SQL Database Remove | db_remove |
| Create a GET request for Perspective API | form_request |
| Send a fancy message | msg |
| Check if API key is present | perspective_api_key |
| Print progress in purrr::imap environment | print_progress |
| All valid experimental Perspective API models | prsp_exp_models |
| All valid (non-experimental) Perspective API models | prsp_models |
| Analyze comments with Perspective API | prsp_score |
| Stream comment scores with Perspective API | prsp_stream |
| Specify a decimal | specify_decimal |
| Unnest scores coming out of Perspective API | unnest_scores |
