From ed46c28fd387b6907aaff655bbdcfc7cb88e8c79 Mon Sep 17 00:00:00 2001 From: Sanjaya Kumar Saxena Date: Sun, 24 Mar 2024 20:12:12 +0530 Subject: [PATCH] =?UTF-8?q?chore(*):=20chore:=20bump=20npm=20version=20?= =?UTF-8?q?=E2=80=94=20minor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b8b3eb..03e0ed6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ WinkNLP is a JavaScript library for Natural Language Processing (NLP). Designed specifically to make development of NLP applications **easier** and **faster**, winkNLP is optimized for the right balance of performance and accuracy. -Its word embedding support unlocks deeper text analysis. Represent words and text as numerical vectors with ease, bringing higher accuracy in tasks like semantic similarity, text classification, and beyond – even within a browser. +Its [word embedding](https://github.com/winkjs/wink-embeddings-sg-100d?tab=readme-ov-file#wink-embeddings-sg-100d) support unlocks deeper text analysis. Represent words and text as numerical vectors with ease, bringing higher accuracy in tasks like semantic similarity, text classification, and beyond – even within a browser. It is built ground up with [no external dependency](https://snyk.io/test/github/winkjs/wink-nlp?tab=dependencies) and has a [lean code base of ~10Kb minified & gzipped](https://bundlephobia.com/package/wink-nlp). A test coverage of [~100%](https://coveralls.io/github/winkjs/wink-nlp?branch=master) and compliance with the [Open Source Security Foundation best practices](https://bestpractices.coreinfrastructure.org/en/projects/6035) make winkNLP the ideal tool for building production grade systems with confidence. diff --git a/package-lock.json b/package-lock.json index 5f80f23..688e3b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wink-nlp", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wink-nlp", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "devDependencies": { "benchmark": "^2.1.4", diff --git a/package.json b/package.json index dcf3d58..b1dd103 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wink-nlp", - "version": "2.0.0", + "version": "2.1.0", "description": "Developer friendly Natural Language Processing ✨", "keywords": [ "NLP",