Skip to content

trinker/coreNLPsetup

Repository files navigation

coreNLPsetup Follow

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. Build Status Coverage Status Version

coreNLPsetup is a set of tools to ensure proper setup of Stanford's CoreNLP.

Table of Contents

Tools

Function Task Description
check_setup checking Check that Java and CoreNLP are setup
check_java checking Check that Java is setup
check_stanford checking Check that CoreNLP is setup
coreNLP_version constant The current version of corNLP
jave_version constant The current version of Java
coreNLP_loc config Configure a CoreNLP location path
coreNLP_url config Configure the CoreNLP url

Installation

To download the development version of coreNLPsetup:

Download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the pacman package to install the development version:

if (!require("pacman")) install.packages("pacman")
pacman::p_load_current_gh("trinker/coreNLPsetup")

Contact

You are welcome to:

Releases

No releases published

Packages

No packages published

Languages