Package: mscsweblm4r 0.1.2
mscsweblm4r: R Client for the Microsoft Cognitive Services Web Language Model REST API
R Client for the Microsoft Cognitive Services Web Language Model REST API, including Break Into Words, Calculate Conditional Probability, Calculate Joint Probability, Generate Next Words, and List Available Models. A valid 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:
mscsweblm4r_0.1.2.tar.gz
mscsweblm4r_0.1.2.zip(r-4.7)mscsweblm4r_0.1.2.zip(r-4.6)mscsweblm4r_0.1.2.zip(r-4.5)
mscsweblm4r_0.1.2.tgz(r-4.6-any)mscsweblm4r_0.1.2.tgz(r-4.5-any)
mscsweblm4r_0.1.2.tar.gz(r-4.7-any)mscsweblm4r_0.1.2.tar.gz(r-4.6-any)
mscsweblm4r_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
mscsweblm4r/json (API)
NEWS
| # Install 'mscsweblm4r' in R: |
| install.packages('mscsweblm4r', repos = c('https://philferriere.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/philferriere/mscsweblm4r/issues
Last updated from:5b5867dbd4. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 133 | ||
| source / vignettes | OK | 184 | ||
| linux-release-x86_64 | OK | 124 | ||
| macos-release-arm64 | OK | 142 | ||
| macos-oldrel-arm64 | OK | 150 | ||
| windows-devel | OK | 105 | ||
| windows-release | OK | 70 | ||
| windows-oldrel | OK | 98 | ||
| wasm-release | OK | 106 |
Exports:weblmBreakIntoWordsweblmCalculateConditionalProbabilityweblmCalculateJointProbabilityweblmGenerateNextWordsweblmInitweblmListAvailableModels
Dependencies:askpasscurldigesthttrjsonlitemimeopensslpanderR6Rcppsys
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| R Client for the Microsoft Cognitive Services Web Language Model REST API | mscsweblm4r-package mscsweblm4r |
| The 'weblm' object | weblm |
| Breaks a string of concatenated words into individual words | weblmBreakIntoWords |
| Calculates the conditional probability that a word follows a sequence of words. | weblmCalculateConditionalProbability |
| Calculates the joint probability that a sequence of words will appear together. | weblmCalculateJointProbability |
| Returns the words most likely to follow a sequence of words. | weblmGenerateNextWords |
| Initializes the 'mscsweblm4r' package. | weblmInit |
| Retrieves the list of web language models available. | weblmListAvailableModels |
