Skip to content
Snippets Groups Projects
Commit f07248c4 authored by Diego Dorgam's avatar Diego Dorgam Committed by GitHub
Browse files

Merge pull request #8 from danielbchaves/master

Typo
parents 03e69886 ae512dcd
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 ...@@ -86,7 +86,7 @@ The NaturalNode library comes with two kinds of classifiers, the naive classifie
#### PorterStemmer #### 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/` 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