# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "ahocorasick" in publications use:' type: software license: MIT title: 'ahocorasick: Fast Multi-Pattern String Matching with the ''Aho-Corasick'' Algorithm' version: 0.2.0 doi: 10.32614/CRAN.package.ahocorasick abstract: Provide fast multi-pattern string matching for 'R' using the 'Aho-Corasick' algorithm, powered by the 'Rust' 'aho-corasick' crate. It builds reusable automatons for detecting matches, counting matches, locating character, extracting matched text, and replacing matches in character vectors. For more details on the 'Aho-Corasick' algorithm, please see Aho and Corasick (1975) . authors: - family-names: Cheng given-names: Hao email: Yousa-Mirage@foxmail.com repository: https://r-multiverse.r-universe.dev repository-code: https://github.com/Yousa-Mirage/r-ahocorasick commit: 439ab7172c40b946b6811ffa7327ada58ab46d19 url: https://yousa-mirage.github.io/r-ahocorasick/ date-released: '2026-05-29' contact: - family-names: Cheng given-names: Hao email: Yousa-Mirage@foxmail.com