From f22a5ba423716c22e96c0ec2e9301a5273426b16 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Wed, 11 Aug 2021 17:15:01 +0530 Subject: [PATCH] docs(README): add wink-nlp text and links --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d4333c0..de293fa 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ Multi-class averaged perceptron Wink Perceptron is a fast and effective way to learn linearly separable patterns from either dense or sparse data. Its averaging function results in better generalization compared to the vanilla implementation of perceptron. +
+

Use wink-nlp if your are looking for an integrated NLP package✨

+ WinkNLP is a developer friendly JavaScript library for Natural Language Processing. Designed specifically to make development of NLP solutions easier and faster, winkNLP is optimized for the right balance of performance and accuracy. The package can handle large amount of raw text at speeds over 525,000 tokens/second for the entire NLP pipeline. +
+ ### Installation Use [npm](https://www.npmjs.com/package/wink-perceptron) to install: