# -------------------------------------------- # 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 Aho-Corasick' version: 0.1.0 abstract: Provides fast multi-pattern string matching for R via the Aho-Corasick algorithm, powered by the Rust 'aho-corasick' crate. Build reusable automatons, detect matches, count matches, locate character or byte offsets, extract matched text, and replace matches in character vectors. 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: a60d89f29df1fe906b37b801be87a2675c7cd7aa url: https://yousa-mirage.github.io/r-ahocorasick/ date-released: '2026-05-24' contact: - family-names: Cheng given-names: Hao email: Yousa-Mirage@foxmail.com