- We have added support for browser ready language model. 🤩 🎉
- Now easily vectorize text using bm25-based vectroizer. 🤓 👏
- Examples in README now runs on RunKit using web model! ✅
- We have enabled add-ons to support enhanced language models, paving way for new
its
helpers. 🎉 - Now use
its.stem
helper to obtain stems of the words using Porter Stemmer Algorithm V2. 👏
- Benchmarked on Node.js v12 & v14 also and updated the speed to minimum observed. 🏃♀️
- Happy to release version 1.0.0 for you! 💫👏
- You can optionally include custom entity detection while running speed benchmark. 😇
- Getting ready to move to version 1.0.0 — almost there! 💫
- Some behind the scene updates to test cases. 😎
- Updated the version of English light language model to the latest — 0.3.0. 🙌
- No need to remember or copy/paste long Github url for language model installation. The new script installs the latest version for you automatically. 🎉
- We have added
.parentCustomEntity()
API to.tokens()
API. 👏
- Accessing custom entities was failing whenever there were no custom entities. Now things are as they should be — it tells you that there are none! ✅
- We have improved interface with the language model — now supports the new format. 👍