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.5)mscstexta4r_0.1.2.zip(r-4.4)mscstexta4r_0.1.2.zip(r-4.3)
mscstexta4r_0.1.2.tgz(r-4.4-any)mscstexta4r_0.1.2.tgz(r-4.3-any)
mscstexta4r_0.1.2.tar.gz(r-4.5-noble)mscstexta4r_0.1.2.tar.gz(r-4.4-noble)
mscstexta4r_0.1.2.tgz(r-4.4-emscripten)mscstexta4r_0.1.2.tgz(r-4.3-emscripten)
mscstexta4r.pdf |mscstexta4r.html✨
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 8 years agofrom:a0df2977da. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 21 2024 |
R-4.5-win | OK | Nov 21 2024 |
R-4.5-linux | OK | Nov 21 2024 |
R-4.4-win | OK | Nov 21 2024 |
R-4.4-mac | OK | Nov 21 2024 |
R-4.3-win | OK | Nov 21 2024 |
R-4.3-mac | OK | Nov 21 2024 |
Exports:textaDetectLanguagestextaDetectTopicstextaDetectTopicsStatustextaInittextaKeyPhrasestextaSentiment
Dependencies:askpassclicurldigestdplyrfansigenericsgluehttrjsonlitelifecyclemagrittrmimeopensslpanderpillarpkgconfigR6Rcpprlangstringisystibbletidyselectutf8vctrswithr
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 |