Releases: winkjs/wink-nlp
Releases · winkjs/wink-nlp
Enhancing Typescript support
Version 1.9.0 November 06, 2021
✨ Features
- We have enhanced typescript support to allow easy addition of new typescript enabled language models. 👏
⚙️ Updates
- Added naive wikification showcase in README. 😎
Operational update
Version 1.8.1 September 22, 2021
⚙️ Updates
- Included NLP Pipe details in the README file. 🤓
Introducing Typescript support
Version 1.8.0 July 31, 2021
✨ Features
- We have added support for Typescript. 🙌🎉
Operational update
Version 1.7.2 July 15, 2021
⚙️ Updates
- Some behind the scene updates & fixes. 😎🤓
Operational update
Version 1.7.1 July 09, 2021
⚙️ Updates
- Improved documentation. 📚🤓
Adding more similarity methods & "as" helper
Version 1.7.0 July 01, 2021
✨ Features
- Now supported similarity methods are cosine for bag of words, tversky & Otsuka-Ochiai (oo) for set. 🙌
- Obtain JS set via
as.set
helper. 😇
Enabling configurable annotation pipeline
Version 1.6.0 June 27, 2021
✨ Features
- No need to run the entire annotation pipeline, now you can select whatever you want or just even run tokenization by specifying an empty pipe. 🤩🎉
Operational update
Version 1.5.0 June 22, 2021
⚙️ Updates
- Exposed
its
andas
helpers via the instance of winkNLP as well. 🤓
Introducing cosine similarity & readability stats helper
Version 1.4.0 June 15, 2021
✨ Features
- Cosine similarity is available on Bag of Words. 🛍🔡🎉
- You can now use
its.readabilityStats
helper to obtain document's readability statistics, if it is supported by language model. 📚📊🤓
Adding long pending lemmatizer support
Version 1.3.0 May 22, 2021
✨ Features
- Now use
its.lemma
helper to obtain lemma of words. 👏 🎉