Skip to content

Releases: winkjs/wink-eng-lite-model

Squashed a bug

15 Jul 15:41
8eb13fb
Compare
Choose a tag to compare

Version 1.3.1 July 15, 2021

🐛 Fixes

  • Rectified a buggy regex, which failed to parse relatively long numerals. 👏

Adding Readability Stats

15 Jun 13:15
8eb13fb
Compare
Choose a tag to compare

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

22 May 14:46
bb940df
Compare
Choose a tag to compare

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

18 Sep 15:04
2cec4ec
Compare
Choose a tag to compare

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

21 Aug 05:42
e1bfb03
Compare
Choose a tag to compare

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

03 Aug 15:12
fb6a188
Compare
Choose a tag to compare

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

09 Jul 16:10
439b4f1
Compare
Choose a tag to compare
Pre-release

Version 0.2.0 July 9, 2020

✨ Features

  • We have worked on making 🎭 sentiment analysis more accurate for you. 🙌

Improves POS Tagging, Tokenization

24 Jun 15:52
32a973b
Compare
Choose a tag to compare
Pre-release

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

18 May 07:29
32a973b
Compare
Choose a tag to compare
0.0.0 Pre-release
Pre-release
Initial commit