Package: mscsweblm4r
Type: Package
Title: R Client for the Microsoft Cognitive Services Web Language Model
        REST API
Version: 0.1.2
Authors@R: person("Phil", "Ferriere", email="pferriere@hotmail.com",
    role = c("aut", "cre"))
Maintainer: Phil Ferriere <pferriere@hotmail.com>
Description: 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.
License: MIT + file LICENSE
URL: https://github.com/philferriere/mscsweblm4r
BugReports: http://www.github.com/philferriere/mscsweblm4r/issues
VignetteBuilder: knitr
Imports: methods, httr, jsonlite, pander
Suggests: knitr, rmarkdown, testthat, mscstexta4r
SystemRequirements: A valid account MUST be registered with Microsoft's
        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.
NeedsCompilation: no
RoxygenNote: 5.0.1
Packaged: 2016-06-15 16:20:27 UTC; Phil
Author: Phil Ferriere [aut, cre]
Repository: CRAN
Date/Publication: 2016-06-15 22:02:43
Built: R 4.6.0; ; 2025-08-18 08:54:55 UTC; unix
