Package: mscsweblm4r
Type: Package
Title: R Client for the Microsoft Cognitive Services Web Language Model
        REST API
Version: 0.1.0
Author: 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
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-05-18 05:43:44 UTC; Phil
Repository: CRAN
Date/Publication: 2016-05-18 11:50:34
