[R] find similar words in text

Boris Steipe boris.steipe at utoronto.ca
Mon Jul 31 23:37:21 CEST 2017


You need a stemming algorithm. See here:
  https://cran.r-project.org/web/views/NaturalLanguageProcessing.html

Myself, I've had good experience with Rstem.

B.





> On Jul 31, 2017, at 4:47 PM, Riaan Van Der Walt <Riaan.VanDerWalt at nwu.ac.za> wrote:
> 
> I am new to R.
> Busy with Text Analysis.
> 
> Need a script to find e.g 
> 
> whale, whales, whale's, whaler, whalers, whaling,... in Moby Dick
> 
> Riaan
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list