Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.