CRAN

tm.plugin.europresse 1.4

Import Articles from 'Europresse' Using the 'tm' Text Mining Framework

Released Aug 23, 2016 by Milan Bouchet-Valat

This package can be loaded by Renjin but all tests failed.

Dependencies

tm 0.7-3 NLP 0.1-11 XML 3.98-1.10

Provides a 'tm' Source to create corpora from articles exported from the 'Europresse' content provider as HTML files. It is able to read both text content and meta-data information (including source, date, title, author and pages).

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>tm.plugin.europresse</artifactId>
    <version>1.4-b19</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:tm.plugin.europresse')

Test Results

This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.

Source

R

View GitHub Mirror

Release History