Skip to content

Releases: winkjs/wink-nlp

Introducing support for browser ready language model

24 Dec 13:55
Compare
Choose a tag to compare

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

18 Sep 17:43
Compare
Choose a tag to compare

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

24 Aug 04:05
Compare
Choose a tag to compare

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

21 Aug 11:08
Compare
Choose a tag to compare

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

09 Aug 13:35
Compare
Choose a tag to compare
Operational update Pre-release
Pre-release

Version 0.4.0 August 9, 2020

⚙️ Updates

  • Getting ready to move to version 1.0.0 — almost there! 💫

Operational updates

03 Aug 17:07
Compare
Choose a tag to compare
Operational updates Pre-release
Pre-release

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

29 Jul 12:59
Compare
Choose a tag to compare
Pre-release

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

21 Jul 16:26
Compare
Choose a tag to compare
Pre-release

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

24 Jun 16:23
Compare
Choose a tag to compare
Pre-release

Version 0.1.0 June 24, 2020

✨ Features

  • We have improved interface with the language model — now supports the new format. 👍