Package: rflashtext
Title: FlashText Algorithm for Finding and Replacing Words
Version: 0.1.0
Authors@R: 
    person(given = "Abraham",
           family = "Jaimes",
           role = c("aut", "cre"),
           email = "ajaimes@occ.com.mx")
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.1.1
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/AbrJA/rflashtext
BugReports: https://github.com/AbrJA/rflashtext/issues
Imports: R6
NeedsCompilation: no
Packaged: 2022-06-28 21:50:03 UTC; ajaimes
Author: Abraham Jaimes [aut, cre]
Maintainer: Abraham Jaimes <ajaimes@occ.com.mx>
Repository: CRAN
Date/Publication: 2022-06-30 11:40:02 UTC
