wink-nlp

Developer friendly Natural Language Processing โœจ

MIT License

Downloads
123K
Stars
1.2K
Committers
7

Bot releases are hidden (Show)

wink-nlp - Introducing Typescript support

Published by sanjayaksaxena about 3 years ago

Version 1.8.0 July 31, 2021

โœจ Features

  • We have added support for Typescript. ๐Ÿ™Œ๐ŸŽ‰
wink-nlp - Operational update

Published by sanjayaksaxena over 3 years ago

Version 1.7.2 July 15, 2021

โš™๏ธ Updates

  • Some behind the scene updates & fixes. ๐Ÿ˜Ž๐Ÿค“
wink-nlp - Operational update

Published by sanjayaksaxena over 3 years ago

Version 1.7.1 July 09, 2021

โš™๏ธ Updates

  • Improved documentation. ๐Ÿ“š๐Ÿค“
wink-nlp - Adding more similarity methods & "as" helper

Published by sanjayaksaxena over 3 years ago

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. ๐Ÿ˜‡
wink-nlp - Enabling configurable annotation pipeline

Published by sanjayaksaxena over 3 years ago

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. ๐Ÿคฉ๐ŸŽ‰
wink-nlp - Operational update

Published by sanjayaksaxena over 3 years ago

Version 1.5.0 June 22, 2021

โš™๏ธ Updates

  • Exposed its and as helpers via the instance of winkNLP as well. ๐Ÿค“
wink-nlp - Introducing cosine similarity & readability stats helper

Published by sanjayaksaxena over 3 years ago

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. ๐Ÿ“š๐Ÿ“Š๐Ÿค“
wink-nlp - Adding long pending lemmatizer support

Published by sanjayaksaxena over 3 years ago

Version 1.3.0 May 22, 2021

โœจ Features

  • Now use its.lemma helper to obtain lemma of words. ๐Ÿ‘ ๐ŸŽ‰
wink-nlp - Introducing support for browser ready language model

Published by sanjayaksaxena almost 4 years ago

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! โœ…
wink-nlp - Enabling add-ons to support new language model

Published by sanjayaksaxena about 4 years ago

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. ๐Ÿ‘
wink-nlp - Operational update

Published by sanjayaksaxena about 4 years ago

Version 1.0.1 August 24, 2020

โš™๏ธ Updates

  • Benchmarked on Node.js v12 & v14 also and updated the speed to minimum observed. ๐Ÿƒโ€โ™€๏ธ
wink-nlp - Announcing the stable version 1.0.0

Published by sanjayaksaxena about 4 years ago

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. ๐Ÿ˜‡
wink-nlp - Operational update

Published by sanjayaksaxena about 4 years ago

Version 0.4.0 August 9, 2020

โš™๏ธ Updates

  • Getting ready to move to version 1.0.0 โ€” almost there! ๐Ÿ’ซ
wink-nlp - Operational updates

Published by sanjayaksaxena about 4 years ago

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. ๐Ÿ™Œ
wink-nlp - Simplified language model installation

Published by sanjayaksaxena about 4 years ago

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. ๐ŸŽ‰
wink-nlp - Improved custom entities

Published by sanjayaksaxena about 4 years ago

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! โœ…
wink-nlp - Improved interface with language model

Published by sanjayaksaxena over 4 years ago

Version 0.1.0 June 24, 2020

โœจ Features

  • We have improved interface with the language model โ€” now supports the new format. ๐Ÿ‘