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

In http://yomguithereal.github.io/talisman/stats/ page, there is a link to http://yomguithereal.github.io/talisman/stats/ngrams, which is broken now.

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

Hi @Yomguithereal, I finally got around to implementing FONEM in Abydos. I found the paper a bit lacking in specifics also, especially with respect to the rule ordering. And I...

Hello, How can I make this library work with Hebrew ? (I would like to match a sound from Hebrew alphabet to Russian/French/English alphabet) Thank you

This seems to be an extension over Kölner. https://github.com/jprante/elasticsearch-server/blob/master/elasticsearch-analysis-phonetic/src/main/java/org/elasticsearch/index/analysis/phonetic/HaasePhonetik.java

Possible to know size of the resulting array beforehand.

performance

Would love to do to POS tagging with this lib Maybe integrate with others? https://github.com/FinNLP/en-pos

Would be nice to chain commands like: ``` GivenText.Sentences().Tokens().Tags(); GivenText.Sentences().Ngrams(); ```

The installation instructions just say to execute "npm install talisman" but don't say what is necessary after that. On Node 8.11, "const talisman = require('talisman')" throws "Error: cannot find module...