[ 
https://issues.apache.org/jira/browse/SPARK-9578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14653360#comment-14653360
 ] 

yuhao yang edited comment on SPARK-9578 at 8/6/15 6:53 AM:
-----------------------------------------------------------

Share a great link [http://stackoverflow.com/a/11210358 ] for comparisons of 
different algorithms. 
Snowball seems to be a good choice, yet I'm afraid the code will be quite 
complicated as implemented in 
http://www.nltk.org/_modules/nltk/stem/snowball.html#EnglishStemmer 


was (Author: yuhaoyan):
Share a great link [http://stackoverflow.com/a/11210358 ] for comparisons of 
different algorithms. 


> Stemmer feature transformer
> ---------------------------
>
>                 Key: SPARK-9578
>                 URL: https://issues.apache.org/jira/browse/SPARK-9578
>             Project: Spark
>          Issue Type: New Feature
>          Components: ML
>            Reporter: Joseph K. Bradley
>            Priority: Minor
>
> Transformer mentioned first in [SPARK-5571] based on suggestion from 
> [~aloknsingh].  Very standard NLP preprocessing task.
> From [~aloknsingh]:
> {quote}
> We have one scala stemmer in scalanlp%chalk 
> https://github.com/scalanlp/chalk/tree/master/src/main/scala/chalk/text/analyze
>   which can easily copied (as it is apache project) and is in scala too.
> I think this will be better alternative than lucene englishAnalyzer or 
> opennlp.
> Note: we already use the scalanlp%breeze via the maven dependency so I think 
> adding scalanlp%chalk dependency is also the options. But as you had said we 
> can copy the code as it is small.
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to