项目作者: Ironholds

项目描述 :
Connector to the Wordnik API
高级语言: R
项目地址: git://github.com/Ironholds/birdnik.git
创建时间: 2016-08-13T11:56:14Z
项目社区:https://github.com/Ironholds/birdnik

开源协议:Other

下载


birdnik

An R connector to the Wordnik API

Author: Os Keyes

License: MIT

Status: Stable

Travis-CI Build Status downloads

Description

Wordnik is a service that provides English-language words, their definitions, pronounciations, and a whole host of other nifty data like frequency of use in literature and parts-of-speech data. birdnik is a connector to that service.

Please note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms.

Why birdnik?

Because as every millenial knows, the bird and word are interchangeable.

Installation

The stable, CRAN-ready version can be retrieved with:

  1. install.packages("birdnik")

The latest version can be obtained via:

  1. devtools::install_github("ironholds/birdnik")

Dependencies

  • R
  • httr