Package: ahocorasick 0.1.0
ahocorasick: Fast Multi-Pattern String Matching with Aho-Corasick
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:
ahocorasick_0.1.0.tar.gz
ahocorasick_0.1.0.zip(r-4.7)ahocorasick_0.1.0.zip(r-4.6)ahocorasick_0.1.0.zip(r-4.5)
ahocorasick_0.1.0.tgz(r-4.6-x86_64)ahocorasick_0.1.0.tgz(r-4.6-arm64)ahocorasick_0.1.0.tgz(r-4.5-x86_64)ahocorasick_0.1.0.tgz(r-4.5-arm64)
ahocorasick_0.1.0.tar.gz(r-4.7-arm64)ahocorasick_0.1.0.tar.gz(r-4.7-x86_64)ahocorasick_0.1.0.tar.gz(r-4.6-arm64)ahocorasick_0.1.0.tar.gz(r-4.6-x86_64)
ahocorasick_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
ahocorasick/json (API)
NEWS
| # Install 'ahocorasick' in R: |
| install.packages('ahocorasick', repos = c('https://community.r-multiverse.org', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/yousa-mirage/r-ahocorasick/issues
Pkgdown/docs site:https://yousa-mirage.github.io
Last updated from:a60d89f29d (on v0.1.0). Checks:13 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 150 | ||
| linux-devel-x86_64 | OK | 151 | ||
| source / vignettes | OK | 189 | ||
| linux-release-arm64 | OK | 146 | ||
| linux-release-x86_64 | OK | 150 | ||
| macos-release-arm64 | OK | 88 | ||
| macos-release-x86_64 | OK | 229 | ||
| macos-oldrel-arm64 | OK | 97 | ||
| macos-oldrel-x86_64 | OK | 270 | ||
| windows-devel | OK | 126 | ||
| windows-release | OK | 146 | ||
| windows-oldrel | OK | 118 | ||
| wasm-release | OK | 159 |
Exports:ac_buildac_countac_detectac_extractac_extract_dfac_infoac_locateac_locate_bytesac_locate_dfac_patternsac_replace
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Build an Aho-Corasick automaton | ac_build |
| Count pattern matches in documents | ac_count |
| Detect pattern matches in documents | ac_detect |
| Extract pattern matches from documents | ac_extract |
| Extract pattern matches as a data frame | ac_extract_df |
| Return automaton metadata | ac_info |
| Locate pattern matches in strings | ac_locate |
| Locate pattern matches with byte offsets | ac_locate_bytes |
| Locate pattern matches as a data frame | ac_locate_df |
| Return patterns stored in an automaton | ac_patterns |
| Replace pattern matches in documents | ac_replace |
