Package: rflashtext
Title: FlashText Algorithm for Finding and Replacing Words
Version: 1.0.0
Authors@R: 
    person(given = "Abraham",
           family = "Jaimes",
           role = c("aut", "cre"),
           email = "abraham.jaimes.mx@gmail.com")
Description: Implementation of the FlashText algorithm, by Singh (2017) <arXiv:1711.00046>. It can be used to find and replace words in a given text with only one pass over the document.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/AbrJA/rflashtext
BugReports: https://github.com/AbrJA/rflashtext/issues
Imports: R6, Rcpp
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2023-06-29 01:19:14 UTC; ajaimes
Author: Abraham Jaimes [aut, cre]
Maintainer: Abraham Jaimes <abraham.jaimes.mx@gmail.com>
Repository: CRAN
Date/Publication: 2023-06-30 00:20:03 UTC
