<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Fast Multi-Pattern String Matching with the 'Aho-Corasick'
Algorithm</dc:title>
  <dc:title>R package ahocorasick version 0.2.0</dc:title>
  <dc:description>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) &lt;doi:10.1145/360825.360855&gt;.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 4.2)</dc:relation>
  <dc:relation>Imports: checkmate, cli, fs, rlang</dc:relation>
  <dc:relation>Suggests: dplyr, knitr, pkgdown, rmarkdown, tibble, tidyr, testthat (&gt;=
3.0.0)</dc:relation>
  <dc:creator>Hao Cheng &lt;Yousa-Mirage@foxmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Hao Cheng [aut, cre, cph]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=ahocorasick/LICENSE)</dc:rights>
  <dc:date>2026-06-02</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=ahocorasick</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.ahocorasick</dc:identifier>
  <dc:language>en-US</dc:language>
</oai_dc:dc>
