R Client for the Microsoft Cognitive Services Web Language Model REST API
Initializes the mscsweblm4r
package.
R Client for the Microsoft Cognitive Services Web Language Model REST ...
The weblm
object
Breaks a string of concatenated words into individual words
Calculates the conditional probability that a word follows a sequence ...
Calculates the joint probability that a sequence of words will appear ...
Returns the words most likely to follow a sequence of words.
Retrieves the list of web language models available.
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.
Useful links