Package: text.alignment Type: Package Title: Text Alignment with Smith-Waterman Version: 0.1.5 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 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 . 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.3.2 Suggests: knitr, markdown, rmarkdown VignetteBuilder: knitr Repository: https://digi-vub.r-universe.dev Date/Publication: 2025-11-26 23:26:35 UTC RemoteUrl: https://github.com/digi-vub/text.alignment RemoteRef: HEAD RemoteSha: 5fff084d6aa64ef626358ee97ea196d5caa855e8 NeedsCompilation: yes Packaged: 2026-07-05 01:59:21 UTC; root 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]