Package: text.alignment
Type: Package
Title: Text Alignment with Smith-Waterman
Version: 0.1.1
Authors@R: c(
    person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jan.wijffels@vub.be', comment = "Rewrite of functionalities from the textreuse R package"), 
    person('Vrije Universiteit Brussel - DIGI: Brussels Platform for Digital Humanities', role = 'cph'),
    person('Lincoln', 'Mullen', role = c('ctb', 'cph')))
Maintainer: Jan Wijffels <jan.wijffels@vub.be>
Description: Find similarities between texts using the Smith-Waterman algorithm. The algorithm performs local sequence alignment and determines similar regions between two strings.
    The Smith-Waterman algorithm is explained in the paper: "Identification of common molecular subsequences" by T.F.Smith and M.S.Waterman (1981), available at <doi:10.1016/0022-2836(81)90087-5>. 
    This package implements the same logic for sequences of words and letters instead of molecular sequences.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: Rcpp (>= 0.11.5)
LinkingTo: Rcpp
RoxygenNote: 7.1.0
Suggests: knitr
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-04-23 14:42:06 UTC; Jan
Author: Jan Wijffels [aut, cre, cph] (Rewrite of functionalities from the
    textreuse R package),
  Vrije Universiteit Brussel - DIGI: Brussels Platform for Digital
    Humanities [cph],
  Lincoln Mullen [ctb, cph]
Repository: CRAN
Date/Publication: 2020-04-23 15:00:03 UTC
