| Class | Description |
|---|---|
| BordaCount |
This is an implementation of Borda Count algorithm for aggregating multiple rankings into a
single ranking.
|
| BoyerMooreHorspoolMatch<E> |
This is an implementation of the Boyer-Moore-Horspool algorithm for finding the matches of a
pattern sequence within another sequence.
|
| LevensteinDistance |
This class provides implementations of Levenstein distance.
|
| ListMatch<T> | |
| LongestCommonSubsequence<T extends Comparable<T>> |
Identify the longest common substrings between two lists.
|
| Mappers | |
| NaiveListMatcher<T> |
Implements a naive list searcher, only for debugging purposes.
|
| ProducerConsumer<T> | |
| RegexBasedMatch<E> | |
| Sorters | |
| TreeGrep<T> |
Search trees for a fixed pattern.
|
| TreeGrepMatch<T> |
This class holds the result of a single match for
TreeGrep. |
| TreeRule<T> |
Copyright © 2017. All rights reserved.