Learn R Programming

vwr (version 0.3.0)

Useful functions for visual word recognition research

Description

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.

Copy Link

Version

Install

install.packages('vwr')

Monthly Downloads

20

Version

0.3.0

License

GPL (>= 3)

Last Published

August 19th, 2013

Functions in vwr (0.3.0)

hamming.distance

Compute Hamming distances
basque.words

A list of Basque Words
spanish.words

A list of Spanish Words
levenshtein.neighbors

Compute Levenshtein neighbors
levenshtein.damerau.neighbors

Compute Levenshtein-Damerau neighbors
print.ldknn.run

Print the results of an ldknn run
french.words

A list of French Words
levenshtein.distance

Compute Levenshtein distances
vietnamese.words

A list of Vietnamese Words
coltheart.N

Compute Coltheart's N
plot.ldknn.run

Plot the results of an ldknn run
vwr-package

Useful functions for visual word recognition research
ldknn

Run the ldknn algorithm
serbian_cyrillic.words

A list of Serbian Words in Cyrillic alphabet
ldknn.odds

Compute the odds of correctly predicting a response
dutch.words

A list of Dutch Words
hamming.neighbors

Compute Hamming neighbors
german.words

A list of German Words
serbian_latin.words

A list of Serbian Words in Latin alphabet
english.words

A list of English Words
old20

Average Levenshtein distance of the 20 nearest neighbors
levenshtein.damerau.distance

Compute Levenshtein-Damerau distances
ald

Compute average Levenshtein distances