diff --git a/README.md b/README.md index be0c63294a6e1e4fd96e3b8edb39a25899c30fb4..fb0a32b48699b079c2cc92edd4ea388ca590eb28 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ The NaturalNode library comes with two kinds of classifiers, the naive classifie #### PorterStemmer -There is also more than one kind of stemmer. You should set the stemmer to define your language. By default we use the PorterStemmerPt for portuguese, but you can find english, russian, italian, french, spanish and other stemmers in NaturalNode libs, or even right your own based on those. +There is also more than one kind of stemmer. You should set the stemmer to define your language. By default we use the PorterStemmerPt for portuguese, but you can find english, russian, italian, french, spanish and other stemmers in NaturalNode libs, or even write your own based on those. Just check inside `node_modules/natural/lib/natural/stemmers/`