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

moving ngrams doc page under tokenizers to reflect move in version 0.15.0 #138

Closed boblannon closed 6 years ago

boblannon commented 6 years ago

Just noticed that the docs don't reflect the change in https://github.com/Yomguithereal/talisman/commit/63b0dd02ddd54507f6a4e390f019a01f2cc21fcb

Yomguithereal commented 6 years ago

Thanks @boblannon. I haven't found time yet to update the docs to reflect the latest changes of the library. I noticed however that you forgot to update the import statements in the code examples :). Can you update them too so I can merge your PR please?

boblannon commented 6 years ago

updated!

Yomguithereal commented 6 years ago

Thanks @boblannon. Merging right now.