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

broken link #158

Open dongyuwei opened 5 years ago

dongyuwei commented 5 years ago

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

dongyuwei commented 5 years ago

And http://yomguithereal.github.io/talisman/structures on page of http://yomguithereal.github.io/talisman/ is also broken.

Yomguithereal commented 5 years ago

Hello @dongyuwei. For structure this is normal because they moved to mnemonist. Stats were moved to simple-statistics. And finally ngrams were moved to talisman/tokenizers/ngrams. But you have a point, I need to fix my docs :). I'll try to find some time next week to do so.