Package: mscstexta4r 0.1.2
mscstexta4r: R Client for the Microsoft Cognitive Services Text Analytics REST API
R Client for the Microsoft Cognitive Services Text Analytics REST API, including Sentiment Analysis, Topic Detection, Language Detection, and Key Phrase Extraction. An account MUST be registered at the Microsoft Cognitive Services website <https://www.microsoft.com/cognitive-services/> in order to obtain a (free) API key. Without an API key, this package will not work properly.
Authors:
mscstexta4r_0.1.2.tar.gz
mscstexta4r_0.1.2.zip(r-4.7)mscstexta4r_0.1.2.zip(r-4.6)mscstexta4r_0.1.2.zip(r-4.5)
mscstexta4r_0.1.2.tgz(r-4.6-any)mscstexta4r_0.1.2.tgz(r-4.5-any)
mscstexta4r_0.1.2.tar.gz(r-4.7-any)mscstexta4r_0.1.2.tar.gz(r-4.6-any)
mscstexta4r_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
mscstexta4r/json (API)
NEWS
| # Install 'mscstexta4r' in R: |
| install.packages('mscstexta4r', repos = c('https://philferriere.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/philferriere/mscstexta4r/issues
Last updated from:a0df2977da. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 133 | ||
| source / vignettes | OK | 191 | ||
| linux-release-x86_64 | OK | 141 | ||
| macos-release-arm64 | OK | 155 | ||
| macos-oldrel-arm64 | OK | 154 | ||
| windows-devel | OK | 85 | ||
| windows-release | OK | 84 | ||
| windows-oldrel | OK | 78 | ||
| wasm-release | OK | 106 |
Exports:textaDetectLanguagestextaDetectTopicstextaDetectTopicsStatustextaInittextaKeyPhrasestextaSentiment
Dependencies:askpassclicurldigestdplyrgenericsgluehttrjsonlitelifecyclemagrittrmimeopensslpanderpillarpkgconfigR6Rcpprlangstringisystibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| R Client for the Microsoft Cognitive Services Text Analytics REST API | mscstexta4r-package mscstexta4r |
| The 'texta' object | texta |
| Detects the languages used in documents. | textaDetectLanguages |
| Detects the top topics in a group of text documents. | textaDetectTopics |
| Retrieves the status of a topic detection operation submitted for processing. | textaDetectTopicsStatus |
| Initializes the 'mscstexta4r' package. | textaInit |
| Returns the key talking points in sentences or documents. | textaKeyPhrases |
| Assesses the sentiment of sentences or documents. | textaSentiment |
| The 'textatopics' object | textatopics |
