talisman icon indicating copy to clipboard operation
talisman copied to clipboard

Straightforward fuzzy matching, information retrieval and NLP building blocks for JavaScript.

Results 87 talisman issues
Sort by recently updated
recently updated
newest added

Is this what you mean?

Hello @harold. Can you tell me a bit more about the strings you are matching in your use-cases? Length? Language etc.

question

Seems to compute pairs of comparisons several times while this is not needed.

performance

The issue is brought up by this project from the ruby project the stemmer was ported from: https://github.com/ealdent/uea-stemmer/issues/3 Has there been a decision on how to resolve the issue? The...