CRAN
ngramrr 0.2.0
A Simple General Purpose N-Gram Tokenizer
Released Mar 10, 2016 by Chung-hong Chan
This package can be loaded by Renjin but 2 out 3 tests failed.
Dependencies
A simple n-gram (contiguous sequences of n items from a given sequence of text) tokenizer to be used with the 'tm' package with no 'rJava'/'RWeka' dependency.
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>ngramrr</artifactId> <version>0.2.0-b22</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:ngramrr')
Test Results
This package was last tested against Renjin 0.8.2523 on Nov 12, 2017.