Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raypereda/multisearch
This is a command-line program for searching text for multiple words (or phrases) in a single pass. The runtime is O(n + m + z), where n is the length of the searched text, m is the total length of all the words we are looking for, and z is the total number of occurrences of words we are looking for.
https://github.com/raypereda/multisearch
aho-corasick-algorithm java search-in-text searching-algorithms
Last synced: 1 day ago
JSON representation
This is a command-line program for searching text for multiple words (or phrases) in a single pass. The runtime is O(n + m + z), where n is the length of the searched text, m is the total length of all the words we are looking for, and z is the total number of occurrences of words we are looking for.
- Host: GitHub
- URL: https://github.com/raypereda/multisearch
- Owner: raypereda
- Created: 2011-10-21T06:01:13.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T07:33:31.000Z (over 7 years ago)
- Last Synced: 2024-04-21T02:09:26.967Z (7 months ago)
- Topics: aho-corasick-algorithm, java, search-in-text, searching-algorithms
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0