CRAN
vwr 0.3.0
Useful functions for visual word recognition research
Released Aug 19, 2013 by Emmanuel Keuleers
Dependencies
lattice 0.20-35 latticeExtra 0.6-28 stringdist 0.9.4.7
Functions and data for use in visual word recognition research: Computation of neighbors (Hamming and Levenshtein distances), average distances to neighbors (e.g., OLD20), and Coltheart's N. Also includes the LD1NN algorithm to detect bias in the composition of a lexical decision task. Most of the functions support parallel execution. Supplies wordlists for several languages. Uses the string distance functions from the stringdist package by Mark van der Loo.
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>vwr</artifactId> <version>0.3.0-b37</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:vwr')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- ald-examples
- basque.words-examples
- coltheart.N-examples
- dutch.words-examples
- english.words-examples
- french.words-examples
- german.words-examples
- hamming.distance-examples
- hamming.neighbors-examples
- ldknn-examples
- levenshtein.damerau.distance-examples
- levenshtein.damerau.neighbors-examples
- levenshtein.distance-examples
- levenshtein.neighbors-examples
- serbian_cyrillic.words-examples
- serbian_latin.words-examples
- spanish.words-examples
- vietnamese.words-examples