rflashtext: FlashText Algorithm for Finding and Replacing Words

Implementation of the FlashText algorithm, by Singh (2017) <doi:10.48550/arXiv.1711.00046>. It can be used to find and replace words in a given text with only one pass over the document.

Version: 1.0.0
Imports: R6, Rcpp
LinkingTo: Rcpp
Suggests: testthat (≥ 3.0.0)
Published: 2023-06-30
Author: Abraham Jaimes [aut, cre]
Maintainer: Abraham Jaimes <abraham.jaimes.mx at gmail.com>
BugReports: https://github.com/AbrJA/rflashtext/issues
License: MIT + file LICENSE
URL: https://github.com/AbrJA/rflashtext
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: rflashtext results

Documentation:

Reference manual: rflashtext.pdf

Downloads:

Package source: rflashtext_1.0.0.tar.gz
Windows binaries: r-prerel: rflashtext_1.0.0.zip, r-release: rflashtext_1.0.0.zip, r-oldrel: rflashtext_1.0.0.zip
macOS binaries: r-prerel (arm64): rflashtext_1.0.0.tgz, r-release (arm64): rflashtext_1.0.0.tgz, r-oldrel (arm64): rflashtext_1.0.0.tgz, r-prerel (x86_64): rflashtext_1.0.0.tgz, r-release (x86_64): rflashtext_1.0.0.tgz
Old sources: rflashtext archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rflashtext to link to this page.