Skip to content

Commit

Permalink
Final adjustments on Naive Stemmer and pep for GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
swelcker committed Oct 21, 2019
1 parent 5505ac7 commit f97eef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[![GitHub version](https://badge.fury.io/gh/swelcker%2Fcmd.csp.stemmer.svg)](https://github.com/swelcker/cmd.csp.stemmer)

Simple implementation of Snowball Stemmer (http://snowballstem.org/) in Java with Stemmers for 20+ languages.
Helpfull to reduce tokens to their core syntax esp. when processing them in Machine Learning Models (ML).
Used in the Cognitive Service Platform cmd.csp.
Helpful to reduce tokens to their core syntax esp. when processing them in Machine Learning Models (ML).
Used in the Cognitive Service Platform cmd.csp as part of the NLP (Natural Language Processing) features.


### Prerequisites
Expand Down

0 comments on commit f97eef1

Please sign in to comment.