Releases: winkjs/wink-eng-lite-model
Releases · winkjs/wink-eng-lite-model
Squashed a bug
Version 1.3.1 July 15, 2021
🐛 Fixes
- Rectified a buggy regex, which failed to parse relatively long numerals. 👏
Adding Readability Stats
Version 1.3.0 June 15, 2021
✨ Features
- Determine the document's Flesch Reading Ease Score (FRES), Reading Time, Complex words, Sentiment Score and more with
its.readabilityStats
helper. 📚📊👏
Adding lemmatizer support
Version 1.2.0 May 22, 2021
✨ Features
- Now use
its.lemma
helper to obtain lemma of words. 👏 🎉
⚙️ Updates
- We have made some behind the scene updates to lexicon & pos model. 📔
Stemming is now part of the model
Version 1.1.0 September 18, 2020
✨ Features
- You can now use
its.stem
helper to obtain stems of the words using Porter Stemmer Algorithm V2. 👏
Announcing the stable version 1.0.0
Version 1.0.0 August 21, 2020
✨ Features
- Named Entity Recognition has become more accurate. 🎯
- Now maps British spellings to American automatically for you. 📝😎
⚙️ Updates
- We have made some behind the scene updates to lexicon. 📔
Better sentence boundary & named entity detetction
Version 0.3.0 August 3, 2020
✨ Features
- Sentence ✍️ boundary detection has become more accurate.
- DATE 📅 detection is also shade better now. 😎
⚙️ Updates
- We have made some behind the scene updates to lexicon. 📔
More accurate sentiment analysis
Version 0.2.0 July 9, 2020
✨ Features
- We have worked on making 🎭 sentiment analysis more accurate for you. 🙌
Improves POS Tagging, Tokenization
Version 0.1.0 June 24, 2020
✨ Features
- We have improved pos tagging model to deliver better accuracy. 👏
🐛 Fixes
- In some cases apostrophe wasn't getting tokenized correctly so we fixed it for you. ✅
0.0.0
Initial commit