From a12404adc37edbaea002b7f57ea5dbc65ff41eeb Mon Sep 17 00:00:00 2001 From: Sanjaya Kumar Saxena Date: Sat, 1 Aug 2020 22:01:34 +0530 Subject: [PATCH] docs: update model installation method --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ed8e59..4cd3e2c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # wink-eng-lite-model -English lite language model for wink-nlp. +English lite language model for winkNLP. [](http://wink.org.in/) -This is a pre-trained English language model for the winkjs NLP package — [wink-nlp](https://winkjs.org/wink-nlp/). The lite model package has a size of under 800KB, which expands to about 2.4MB after installation. It contains models for the following NLP tasks: +This is a pre-trained English language model for the winkjs NLP package — [Wink NLP](https://winkjs.org/wink-nlp/). The lite model package has a size of under 800KB, which expands to about 2.4MB after installation. It contains models for the following NLP tasks: 1. Tokenization 2. Token's Feature Extraction @@ -25,7 +25,7 @@ The model must be installed along with the [wink-nlp](https://winkjs.org/wink-nl # Install wink-nlp npm install wink-nlp --save # Install wink-eng-lite-model -npm install https://github.com/winkjs/wink-eng-lite-model/releases/download/0.2.0/wink-eng-lite-model-0.2.0.tgz --save +node -e "require( 'wink-nlp/models/install' )" wink-eng-lite-model ``` #### Example