From ae512dcde136fa2739596bf8cde45ef6e4839871 Mon Sep 17 00:00:00 2001 From: Daniel <daniel.chaves@corp.globo.com> Date: Tue, 29 Aug 2017 09:37:33 -0300 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be0c632..fb0a32b 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/` -- GitLab