From 6231c4bf390bead6fbaa2bb85361e86f3fb7c541 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Wed, 11 Aug 2021 17:13:54 +0530 Subject: [PATCH] docs(README): update wink-nlp text and links --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0284d06..f997318 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,10 @@ Compute distances or similarities needed for NLP, de-duplication and clustering 1. Jaro, Jaro-Winkler, and Levenshtien for string, 1. Chebyshev and Taxicab for vectors. - +
+

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