Package: text.alignment 0.1.5

Jan Wijffels

text.alignment: Text Alignment with Smith-Waterman

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.

Authors:Jan Wijffels [aut, cre, cph], Vrije Universiteit Brussel - DIGI: Brussels Platform for Digital Humanities [cph], Lincoln Mullen [ctb, cph]

text.alignment_0.1.5.tar.gz
text.alignment_0.1.5.zip(r-4.7)text.alignment_0.1.5.zip(r-4.6)text.alignment_0.1.5.zip(r-4.5)
text.alignment_0.1.5.tgz(r-4.6-x86_64)text.alignment_0.1.5.tgz(r-4.6-arm64)text.alignment_0.1.5.tgz(r-4.5-x86_64)text.alignment_0.1.5.tgz(r-4.5-arm64)
text.alignment_0.1.5.tar.gz(r-4.7-arm64)text.alignment_0.1.5.tar.gz(r-4.7-x86_64)text.alignment_0.1.5.tar.gz(r-4.6-arm64)text.alignment_0.1.5.tar.gz(r-4.6-x86_64)
text.alignment_0.1.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
text.alignment/json (API)
NEWS

# Install 'text.alignment' in R:
install.packages('text.alignment', repos = c('https://digi-vub.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/digi-vub/text.alignment/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

4.89 score 11 stars 14 scripts 188 downloads 5 exports 1 dependencies

Last updated from:5fff084d6a. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK118
linux-devel-x86_64OK141
source / vignettesOK176
linux-release-arm64OK111
linux-release-x86_64OK110
macos-release-arm64OK113
macos-release-x86_64OK206
macos-oldrel-arm64OK83
macos-oldrel-x86_64OK250
windows-develOK90
windows-releaseOK97
windows-oldrelOK96
wasm-releaseOK100

Exports:smith_watermansmith_waterman_misalignedsmith_waterman_pairwisetokenize_letterstokenize_spaces_punct

Dependencies:Rcpp

Text Alignment

Rendered fromtextalignment.Rmdusingknitr::rmarkdownon May 27 2026.

Last update: 2020-05-06
Started: 2020-03-25