https://github.com/almondtools/stringsearchalgorithms
String matching algorithms for searching a single or multiple strings in large texts
https://github.com/almondtools/stringsearchalgorithms
algorithms string string-search
Last synced: 4 months ago
JSON representation
String matching algorithms for searching a single or multiple strings in large texts
- Host: GitHub
- URL: https://github.com/almondtools/stringsearchalgorithms
- Owner: almondtools
- License: lgpl-3.0
- Created: 2015-11-12T20:28:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T10:59:16.000Z (about 2 years ago)
- Last Synced: 2026-01-14T04:49:44.648Z (5 months ago)
- Topics: algorithms, string, string-search
- Language: Java
- Homepage: http://stringsearchalgorithms.amygdalum.net/
- Size: 622 KB
- Stars: 48
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[StringSearchAlgorithms](http://stringsearchalgorithms.amygdalum.net/)
===============
[](https://codecov.io/gh/almondtools/stringsearchalgorithms)
[](https://app.codacy.com/gh/almondtools/stringsearchalgorithms/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
StringSearchAlgorithms (formerly StringAndChars) is a library for exact string matching algorithms (or string search algorithms). All algorithms are tested on the same corpus and return the same results.
This Readme contains technical information on the project (e.g. Problems, Roadmap or the State of Work).
Information on Usage and Download can be found on [StringSearchAlgorithms](http://stringsearchalgorithms.amygdalum.net/).
Roadmap
-------
- Optimizations
- Regex Matching
- Tolerant Matching
Bugs and Issues
---------------
There may be unknown issues with correctness, performance or convenience left . Please report them as [issue](https://github.com/almondtools/stringsearchalgorithms/issues). Correctness and performance issues are easier to discuss if a reproducing test (input and expected output is sufficient) is provided.
Maven Dependency
================
```xml
net.amygdalum
stringsearchalgorithms
0.4.3
```