Skip to content

Commit

Permalink
docs: update lemmatization
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayaksaxena authored May 22, 2021
1 parent 2cec4ec commit bb940df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
**English lite language model for winkNLP**

[<img align="right" src="https://decisively.github.io/wink-logos/logo-title.png" width="100px" >](https://winkjs.org/)
This is a pre-trained English language model for the winkjs NLP package — [winkNLP](https://winkjs.org/wink-nlp/). The lite model package has a size of under 825KB, which expands to about 2.4MB after installation. It is an open-source language model, released under the MIT license.
This is a pre-trained English language model for the winkjs NLP package — [winkNLP](https://winkjs.org/wink-nlp/). The lite model package has a size of ~890KB, which expands to about 2.4MB after installation. It is an open-source language model, released under the MIT license.

It contains models for the following NLP tasks:

Expand All @@ -16,7 +16,7 @@ It contains models for the following NLP tasks:
8. Sentiment Analysis
9. Custom Entities Definition
10. Stemming using Porter Stemmer Algorithm V2
11. *Lemmatization (upcoming)*
11. Lemmatization



Expand Down Expand Up @@ -85,7 +85,7 @@ If you spot a bug and the same has not yet been reported, raise a new [issue](ht


## Copyright & License
The **wink-eng-lite-model** is copyright 2020 of [GRAYPE Systems Private Limited](https://graype.in/).
The **wink-eng-lite-model** is copyright 2020-21 of [GRAYPE Systems Private Limited](https://graype.in/).

It is licensed under the terms of the MIT License.

0 comments on commit bb940df

Please sign in to comment.