textreuse: Detect Text Reuse and Document Similarity

Tools for measuring similarity among documents and detecting passages which have been reused. Implements shingled n-gram, skip n-gram, and other tokenizers; similarity/dissimilarity functions; pairwise comparisons; minhash and locality sensitive hashing algorithms; and a version of the Smith-Waterman local alignment algorithm suitable for natural language.

Version: 0.1.2
Depends: R (≥ 3.1.1)
Imports: assertthat (≥ 0.1), digest (≥ 0.6.8), dplyr (≥ 0.4.3), NLP (≥ 0.1.8), Rcpp (≥ 0.12.0), RcppProgress (≥ 0.1), stringr (≥ 1.0.0), tidyr (≥ 0.3.1)
LinkingTo: BH, Rcpp, RcppProgress
Suggests: testthat (≥ 0.11.0), knitr (≥ 1.11), rmarkdown (≥ 0.8)
Published: 2015-11-06
Author: Lincoln Mullen [aut, cre]
Maintainer: Lincoln Mullen <lincoln at lincolnmullen.com>
BugReports: https://github.com/ropensci/textreuse/issues
License: MIT + file LICENSE
URL: https://github.com/ropensci/textreuse
NeedsCompilation: yes
Materials: README NEWS
In views: NaturalLanguageProcessing
CRAN checks: textreuse results

Downloads:

Reference manual: textreuse.pdf
Vignettes: Text alignment
Introduction to the textreuse packages
Minhash and locality-sensitive hashing
Pairwise comparisons for document similarity
Package source: textreuse_0.1.2.tar.gz
Windows binaries: r-devel: textreuse_0.1.2.zip, r-release: textreuse_0.1.2.zip, r-oldrel: textreuse_0.1.2.zip
OS X Snow Leopard binaries: r-release: textreuse_0.1.2.tgz, r-oldrel: not available
OS X Mavericks binaries: r-release: textreuse_0.1.2.tgz
Old sources: textreuse archive