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

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

Awesome Lists containing this project

README

          

[StringSearchAlgorithms](http://stringsearchalgorithms.amygdalum.net/)
===============
[![codecov](https://codecov.io/gh/almondtools/stringsearchalgorithms/branch/master/graph/badge.svg)](https://codecov.io/gh/almondtools/stringsearchalgorithms)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/f95ab1df5ced4bffa229ec656f9e6358)](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

```