Releases: winkjs/wink-nlp
Releases · winkjs/wink-nlp
Introducing support for browser ready language model
Version 1.2.0 December 24, 2020
✨ Features
- We have added support for browser ready language model. 🤩 🎉
- Now easily vectorize text using bm25-based vectroizer. 🤓 👏
⚙️ Updates
- Examples in README now runs on RunKit using web model! ✅
Enabling add-ons to support new language model
Version 1.1.0 September 18, 2020
✨ Features
- 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. 👏
Operational update
Version 1.0.1 August 24, 2020
⚙️ Updates
- Benchmarked on Node.js v12 & v14 also and updated the speed to minimum observed. 🏃♀️
Announcing the stable version 1.0.0
Version 1.0.0 August 21, 2020
⚙️ Updates
- Happy to release version 1.0.0 for you! 💫👏
- You can optionally include custom entity detection while running speed benchmark. 😇
Operational update
Version 0.4.0 August 9, 2020
⚙️ Updates
- Getting ready to move to version 1.0.0 — almost there! 💫
Operational updates
Version 0.3.1 August 3, 2020
⚙️ Updates
- Some behind the scene updates to test cases. 😎
- Updated the version of English light language model to the latest — 0.3.0. 🙌
Simplified language model installation
Version 0.3.0 July 29, 2020
✨ Features
- No need to remember or copy/paste long Github url for language model installation. The new script installs the latest version for you automatically. 🎉
Improved custom entities
Version 0.2.0 July 21, 2020
✨ Features
- We have added
.parentCustomEntity()
API to.tokens()
API. 👏
🐛 Fixes
- 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! ✅
Improved interface with language model
Version 0.1.0 June 24, 2020
✨ Features
- We have improved interface with the language model — now supports the new format. 👍