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.5)mscsweblm4r_0.1.2.zip(r-4.4)mscsweblm4r_0.1.2.zip(r-4.3)
mscsweblm4r_0.1.2.tgz(r-4.4-any)mscsweblm4r_0.1.2.tgz(r-4.3-any)
mscsweblm4r_0.1.2.tar.gz(r-4.5-noble)mscsweblm4r_0.1.2.tar.gz(r-4.4-noble)
mscsweblm4r_0.1.2.tgz(r-4.4-emscripten)mscsweblm4r_0.1.2.tgz(r-4.3-emscripten)
mscsweblm4r.pdf |mscsweblm4r.html✨
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 8 years agofrom:5b5867dbd4. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win | OK | Nov 12 2024 |
R-4.5-linux | OK | Nov 12 2024 |
R-4.4-win | OK | Nov 12 2024 |
R-4.4-mac | OK | Nov 12 2024 |
R-4.3-win | OK | Nov 12 2024 |
R-4.3-mac | OK | Nov 12 2024 |
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 |