From 2cec4ec64614de89ca2eba51b74f6246dfeec89a Mon Sep 17 00:00:00 2001 From: Sanjaya Kumar Saxena Date: Fri, 18 Sep 2020 20:32:57 +0530 Subject: [PATCH] docs(README): add stemming in intro --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e5e1c1..3f41bd6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ It contains models for the following NLP tasks: 7. Named Entity Recognition 8. Sentiment Analysis 9. Custom Entities Definition -10. *Lemmatization (upcoming)* +10. Stemming using Porter Stemmer Algorithm V2 +11. *Lemmatization (upcoming)*