Skip to content

Releases: winkjs/wink-nlp

Squashed a bug

11 Jun 13:15
Compare
Choose a tag to compare

Version 1.14.1 June 11, 2023

🐛 Fixes

Introducing helper for extracting important sentences from a document

20 May 17:30
Compare
Choose a tag to compare

Version 1.14.0 May 20, 2023

✨ Features

  • You can now use its.sentenceWiseImprotance helper to obtain sentence wise importance (on a scale of 0 to 1) of a document, if it is supported by language model. 📚📊🤓
  • Checkout live example How to visualize key sentences in a document? 👀

Operational update

27 Mar 15:15
Compare
Choose a tag to compare

Version 1.13.1 March 27, 2023

⚙️ Updates

  • Some behind the scene model improvements. 😎 🤓
  • Add clarity on typescript configuration in README. ✅

Improving mark's functionality in custom entities

09 Dec 15:42
Compare
Choose a tag to compare

Version 1.13.0 December 09, 2022

✨ Features

  • Mark allows marking w.r.t. the last element of the pattern. For example if a pattern matches a fluffy cat then mark: [-2, -1] will extract fluffy cat — especially useful when the match length is unknown. 💃
  • Improved error handling while processing mark's arguments. 🙌

Operational update

18 Nov 05:11
Compare
Choose a tag to compare

Version 1.12.3 November 18, 2022

⚙️ Updates

  • README is now more informative and links to examples and benchmarks 👍
  • Benchmarked on latest machine, browser versions 🖥

Ready for Node.js version 18

13 Oct 14:50
Compare
Choose a tag to compare

Version 1.12.2 October 13, 2022

🐛 Fixes

  • Fixed incorrect install command in README ✅

⚙️ Updates

  • We have tested winkNLP on Node.js version 18 including its models. 🙌 🎉

Ready for Node.js version 18

13 Oct 13:49
Compare
Choose a tag to compare

Version 1.12.1 October 13, 2022

⚙️ Updates

  • Ready for future — we have tested winkNLP on Node.js version 18 including its models. 🙌 🎉

Some enhancements plus earned OpenSSF best practices passing badge

13 May 15:05
Compare
Choose a tag to compare

Version 1.12.0 May 13, 2022

✨ Features

Enhancing custom entities & BM25Vectorizer

30 Jan 15:14
Compare
Choose a tag to compare

Version 1.11.0 January 30, 2022

✨ Features

  • Obtain bag-of-words for a tokenized text from BM25Vectorizer using .bowOf() api — useful for bow based similarity computation. 👍
  • learnCustomEntities() displays a console warning, if a complex short hand pattern is likely to cause learning/execution slow down.🤞❗️

Enabling loading of BM25Vectorizer model

18 Nov 09:12
Compare
Choose a tag to compare

Version 1.10.0 November 18, 2021

✨ Features

  • Easily load BM25Vectorizer's model using newly introduced .loadModel() api. 🎉