CRAN

ANLP 1.3

Build Text Prediction Model

Released Jul 11, 2016 by Achal Shah

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

Dependencies

tm 0.7-3 RWeka 0.4-37 qdap 2.2.9 dplyr 0.7.4

Library to sample and clean text data, build N-gram model, Backoff algorithm etc.

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>ANLP</artifactId>
    <version>1.3-b20</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:ANLP')

Test Results

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

Source

R

View GitHub Mirror

Release History