Learn R Programming

⚠️There's a newer version (0.1.4) of this package.Take me there.

text.alignment

This repository contains an R package for aligning texts using the Smith-Waterman algorithm. This is especially usefull if you want to

  • Find names in documents even if they are not correctly spelled
  • Match 2 texts
  • Find relevant sequences of texts in other texts

Installation

  • For regular users, install the package from your local CRAN mirror install.packages("text.alignment")
  • For installing the development version of this package: remotes::install_github("DIGIT-VUB/text.alignment", build_vignettes = TRUE)

Look to the vignette and the documentation of the functions

vignette("textalignment", package = "text.alignment")
help(package = "text.alignment")

DIGI

By DIGI: Brussels Platform for Digital Humanities: https://digi.research.vub.be

Copy Link

Version

Install

install.packages('text.alignment')

Monthly Downloads

321

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Jan Wijffels

Last Published

March 30th, 2020

Functions in text.alignment (0.1.0)

smith_waterman

Align text using Smith-Waterman
tokenize_letters

Tokenise text into a sequence of characters
tokenize_spaces_punct

Tokenise text into a sequence of words