# -------------------------------------------- # 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 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://cran.r-universe.dev repository-code: https://github.com/Yousa-Mirage/r-ahocorasick commit: 13543615314307642713c118b2a8780a3f7b9114 url: https://yousa-mirage.github.io/r-ahocorasick/ date-released: '2026-06-02' contact: - family-names: Cheng given-names: Hao email: Yousa-Mirage@foxmail.com