Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merlinz01/go_phrase_scanner
A Go implementation of the Aho-Corasick string-searching algorithm
https://github.com/merlinz01/go_phrase_scanner
go golang phrase-extraction phrase-extractor phrases string-matching string-matching-algorithms strings
Last synced: about 1 month ago
JSON representation
A Go implementation of the Aho-Corasick string-searching algorithm
- Host: GitHub
- URL: https://github.com/merlinz01/go_phrase_scanner
- Owner: merlinz01
- License: mit
- Created: 2024-02-29T17:56:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T16:47:14.000Z (9 months ago)
- Last Synced: 2024-06-21T14:25:34.284Z (6 months ago)
- Topics: go, golang, phrase-extraction, phrase-extractor, phrases, string-matching, string-matching-algorithms, strings
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# go_phrase_scanner
This module provides an implementation of the [Aho-Corasick algorithm](http://en.wikipedia.org/wiki/Aho-Corasick%20algorithm) for searching strings.