Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 843 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 843 Bytes

Lingcorpora

lingcorpora package provides R with API from different linguistic corpora. This package includes APIs for:

Instalation

You can install the development version from Github:

install.packages("devtools")
devtools::install_github("agricolamz/lingcorpora.R", dependencies = TRUE)

Load a library:

library(lingcorpora)

In addition to the usual R package documentation, we also have a website with examples.

Python version of this package by Alexey Koshevoy is located here