CRAN

geoparser 0.1.1

Interface to the Geoparser.io API for Identifying and Disambiguating Places Mentioned in Text

Released May 16, 2017 by Maƫlle Salmon

This package is available for Renjin and there are no known compatibility issues.

Dependencies

digest 0.6.12 dplyr 0.5.0 lazyeval 0.2.0 stringr 1.2.0 jsonlite 1.4 purrr 0.2.2.2 tidyr 0.6.3 httr 1.2.1

A wrapper for the Geoparser.io API version 0.4.0 (see ), which is a web service that identifies places mentioned in text, disambiguates those places, and returns detailed data about the places found in the text. Basic, limited API access is free with paid plans to accommodate larger workloads.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>geoparser</artifactId>
    <version>0.1.1-b6</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:geoparser')

Test Results

This package was last tested against Renjin 0.8.2500 on Oct 28, 2017.

Source

R

View GitHub Mirror

Release History