Package: text.alignment
Type: Package
Title: Text Alignment with Smith-Waterman
Version: 0.1.4
Authors@R: c(
    person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jwijffels@bnosac.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 <jwijffels@bnosac.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
URL: https://github.com/DIGI-VUB/text.alignment
Encoding: UTF-8
Imports: Rcpp (>= 0.11.5)
LinkingTo: Rcpp
RoxygenNote: 7.1.2
Suggests: knitr, markdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2023-09-14 08:04:13 UTC; jwijf
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: 2023-09-14 11:50:03 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-11 01:31:43 UTC; windows
Archs: x64
