talisman
talisman copied to clipboard
Straightforward fuzzy matching, information retrieval and NLP building blocks for JavaScript.
Hi! Found this library from the docs of the excellent `clj-fuzzy`, which we have used to great success. This lib looks great. Can you advise on the best way to...
Hi, Rule V-10 seams to be incorrect. The paper say : "Replace Y by I except if Y is between two vowels". TYOU and YOU should give TIOU and IOU...
Thanks for nice library. I'm trying to add TypeScript type definitions for talisman. It is **still work in progress**, so when it is done I'll remove draft from this pull...
raw from the PDF * step 3 was completed * tweaks were automatically removed Maybe another way to add them in a non-confusing way could be found? (custom "talisman" step?)
I'm working on a [Luminus](https://luminusweb.com/) app and trying to use talisman. These are the steps I've taken: 1. Use [lein-npm ](https://github.com/RyanMcG/lein-npm)to install the library and deps 2. Add a script...
To build individual modules as standalone file that can be loaded through scripts.
I see that `bees` doesn't stem to `bee` and `tomatoes` doesn't stem to `tomato`. Is this misinterpreting the logic in the original paper? I ask because I work on elasticsearch...