Skip to content

Text Mining

3 messages · LE PAPE Gilles, Gabor Grothendieck, Jim Porzak

#
Hi everybody,
I am a new R user. Is there any package devoted to "text mining" analysis in 
R ?
Thanks
Gilles
lepape.gilles at neuf.fr
#
The gsubfn package has been used for linguistic analysis.  See the following
demo:

library(gsubfn)
demo("gsubfn-gries")

The gsubfn home page is at:

   http://code.google.com/p/gsubfn/

That will point you to more info including a vignette (i.e. pdf document).
On 7/6/07, LE PAPE Gilles <lepape.gilles at neuf.fr> wrote: