Yomguithereal / talisman

Straightforward fuzzy matching, information retrieval and NLP building blocks for JavaScript.
https://yomguithereal.github.io/talisman/
MIT License
704 stars 47 forks source link

Where to find info on how to use Talisman for record linkage? #156

Open 0xgeert opened 5 years ago

0xgeert commented 5 years ago

Browsing through documentation (clustering, etc) but can't seem to find anything on Record Linkage. Is there any documentation on this somewhere?

Yomguithereal commented 5 years ago

Unfortunately I have not yet documented those. You can find some examples of use (along with a client UI) in the takoyaki project.

I also develop a python lib called fog which does similar things but which is not documented either. I would love to document those but I direly lack of time. The function are well commented though.

If you have a precise use case, however, I can point you towards the most useful bits.