diff --git a/README.md b/README.md index c2d920e..fa708b7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ Perform part-of-speech tagging of english sentences using **`wink-pos-tagger`**. Optimized for performance, it _pos-tags_ and _lemmatizes_ over **525,000 tokens per second** with an accuracy of **93.2%** on the standard WSJ22-24 test set. This was [benchmarked](https://github.com/bestiejs/benchmark.js) on 2.2 GHz Intel Core i7 machine with 16GB RAM using its `tagRawTokens()` API. +
+

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-pos-tagger) to install: