From 26ec932f7db45f7f68f95a1942fce353e14036dd Mon Sep 17 00:00:00 2001 From: Sanjaya Kumar Saxena Date: Sun, 3 Mar 2024 13:02:27 +0530 Subject: [PATCH] docs(README): channge wink-nlp text formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96f6cc3..7c84a3e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ NLP Functions for amplifying negations, managing elisions, creating ngrams, stem Prepare raw text for Natural Language Processing (NLP) using **`wink-nlp-utils`**. It offers a set of [APIs](http://wink.org.in/wink-nlp-utils/) to work on [strings](http://wink.org.in/wink-nlp-utils/#string) such as names, sentences, paragraphs and [tokens](http://wink.org.in/wink-nlp-utils/#tokens) represented as an array of strings/words. They perform the required pre-processing for many ML tasks such as [semantic search](https://www.npmjs.com/package/wink-bm25-text-search), and [classification](https://www.npmjs.com/package/wink-naive-bayes-text-classifier).

👉🏽

- We recommend using winkNLP for core natural language processing tasks. It performs tokenization, sentence boundary detection, and named entity recognition at a blazing fast speeds. It supports all your text processing needs starting from sentiment analysis, POS tagging, lemmatization, stemming, stop word removal, negation handling, bigrams to frequency table creation and more. WinkNLP features user-friendly declarative APIs for iteration, filtering, and text visualization, and runs on web browsers. + We recommend using winkNLP for core natural language processing tasks.

It performs Tokenization, Sentence Boundary Detection, and Named Entity Recognition at a blazing fast speeds. It supports all your text processing needs starting from Sentiment Analysis, POS Tagging, Lemmatization, Stemming, Stop Word Removal, Negation Handling, Bigrams to Frequency Table Creation and more.

WinkNLP features user-friendly declarative APIs for Iteration, Filtering, and Text Visualization, and runs on web browsers.
### Installation