Skip to content
Snippets Groups Projects
Commit ae512dcd authored by Daniel's avatar Daniel
Browse files

Typo

parent b799d9a2
No related branches found
No related tags found
No related merge requests found
......@@ -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/`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment