Re: [R] Text Mining

2007-07-07 Thread Ista Zahn
You might also be interested in ReadMe by Daniel Hopkins, Gary King, Matthew Knowles, and Steven Melendez . Website at http:// gking.harvard.edu/readme --Ista On Jul 7, 2007, at 6:00 AM, [EMAIL PROTECTED] wrote: > Re: Text Mining > Also see Ingo Feinerer's tm package and his nice vignette.

Re: [R] Text Mining

2007-07-06 Thread Gabor Grothendieck
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 <[EMAIL P

Re: [R] Text Mining

2007-07-06 Thread wssecn
See the tm package. Washington S. Silva > Hi everybody, > I am a new R user. Is there any package devoted to "text mining" analysis in > R ? > Thanks > Gilles > [EMAIL PROTECTED] > > __ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/m

Re: [R] Text Mining

2007-07-06 Thread Jim Porzak
Also see Ingo Feinerer's tm package and his nice vignette. On 7/6/07, LE PAPE Gilles <[EMAIL PROTECTED]> wrote: > > Hi everybody, > I am a new R user. Is there any package devoted to "text mining" analysis > in > R ? > Thanks > Gilles > [EMAIL PROTECTED] > > ___

[R] Text Mining

2007-07-06 Thread LE PAPE Gilles
Hi everybody, I am a new R user. Is there any package devoted to "text mining" analysis in R ? Thanks Gilles [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://

Re: [R] text mining with R

2005-11-03 Thread Andy Bunn
> Just wondering if anyone knows of any text mining projects in > R...I googled > a bit but didn't get anything... RSiteSearch("text mining") turns up 85 hits... __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLE

[R] text mining with R

2005-11-03 Thread Ken Termiso
Hi all, Just wondering if anyone knows of any text mining projects in R...I googled a bit but didn't get anything... TIA, ken __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http:

[R] text mining: ttda

2005-05-18 Thread Weiwei Shi
Hi, I am working on a text mining project and i am interested in ttda package. however, I really cannot find the document for this package in English. Can anyone give me some help? btw, is there any other package in R doing text mining. I googled MedlineR which might help my project. Anyone can gi

Re: [R] Text Mining with R

2004-12-06 Thread Kjetil Brinchmann Halvorsen
Christian Schulz wrote: hi, i'm interested in text-mining, too and so make a trial. In Linux (suse9.2) it works fine, but in windows i can't install the source despite off installed perl, tools ,htmlhelp etc.. regards, christian Just downloaded, and had no problems running Rcmd INSTALL on the so

Re: [R] Text Mining with R

2004-12-06 Thread Christian Schulz
hi, i'm interested in text-mining, too and so make a trial. In Linux (suse9.2) it works fine, but in windows i can't install the source despite off installed perl, tools ,htmlhelp etc.. regards, christian Jean-Pierre Muller wrote: Jose, Le 3 déc. 04, à 21:23, Jose Quesada a écrit : Tobias, I just

Re: [R] Text Mining with R

2004-12-06 Thread Jean-Pierre Muller
Jose, Le 3 déc. 04, à 21:23, Jose Quesada a écrit : Tobias, I just created a zip file from the tar, and used the "install from zip" option of the Rwin console. ttda is shown in the list of installed packages. However, when I try "load packages", or the equivaent "library(ttda)", I get: Error in lib

Re: [R] Text Mining with R

2004-12-03 Thread Paul Roebuck
On Fri, 3 Dec 2004, Jose Quesada wrote: > On Fri, 3 Dec 2004 19:15:57 +, Tobias Verbeke wrote: > > > You may have a look at: > > > > http://wwwpeople.unil.ch/jean-pierre.mueller/ > > I just created a zip file from the tar, and used the "install from > zip" option of the Rwin console. > > ttda

Re: [R] Text Mining with R

2004-12-03 Thread Jose Quesada
Tobias, I just created a zip file from the tar, and used the "install from zip" option of the Rwin console. ttda is shown in the list of installed packages. However, when I try "load packages", or the equivaent "library(ttda)", I get: Error in library(ttda) : 'ttda' is not a valid package -- ins

Re: [R] Text Mining with R

2004-12-03 Thread Tobias Verbeke
On Thu, 2 Dec 2004 18:29:31 +0100 Daniele Medri <[EMAIL PROTECTED]> wrote: > Dears, > > anyone has experiences with text mining and R? > I'll be very greatfull for tutorial or examples. > You may have a look at: http://wwwpeople.unil.ch/jean-pierre.mueller/ HTH, Tobias > -- > Daniele Medri

Re: [R] Text Mining with R

2004-12-03 Thread Christian Schulz
Hi, i didn't know anything and imho R is not the perfect basis for this , which i'm recognize when want doing a lot of text data manipulation. But with the open-sources software weka there exist some possibility's and subprojects related to text-mining. http://www.cs.waikato.ac.nz/ml/weka/ regards,

[R] Text Mining with R

2004-12-02 Thread Daniele Medri
Dears, anyone has experiences with text mining and R? I'll be very greatfull for tutorial or examples. Thanks -- Daniele Medri - http://www.medri.org __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the pos