0 tm_0.5-7.1
>> twitteR_0.99.19
>> [13] rjson_0.2.8 RCurl_1.91-1.1bitops_1.0-4.1
>>
>> loaded via a namespace (and not attached):
>> [1] colorspace_1.1-1 dichromat_1.2-4digest_0.5.2 MASS_7.3-17
>>
>> [5] memoise_0.1munsell_0.3proto_
pace_1.1-1 dichromat_1.2-4digest_0.5.2 MASS_7.3-17
>
> [5] memoise_0.1munsell_0.3proto_0.3-9.2
> RColorBrewer_1.0-5
> [9] reshape2_1.2.1 RWeka_0.4-11 RWekajars_3.7.5-1 scales_0.2.0
>
> >
> Hi Triss,
>
> If you n
the Corupus use a[[n]]<-stemDocument
Best,
-Alex
________
From: r-help-bounces@ [r-help-bounces@] on behalf of Triss.Ashton
[triss.ashton@]
Sent: 02 May 2012 21:09
To: r-help@
Subject: Re: [R] Help with stemDocument
I am having a problem with stemDocuments also. I can
Did you ever get this to work? I am also having a problem with stemDocument
and removeWords. I think it is an issue with R 2.15 or the TM package
refresh because I can get everything to run under R2.10.
--
View this message in context:
http://r.789695.n4.nabble.com/Help-with-stemDocument-tp455452
p@r-project.org
Subject: Re: [R] Help with stemDocument
I am having a problem with stemDocuments also. I can make it work by moving
the data into a Corpus by using:
> a <- Corpus(VectorSource(df$text)) # create corpus object
> a <- tm_map(a, stemDocument, language = "english")
I am having a problem with stemDocuments also. I can make it work by moving
the data into a Corpus by using:
> a <- Corpus(VectorSource(df$text)) # create corpus object
> a <- tm_map(a, stemDocument, language = "english")
but it is horrably slow. I want to stem outside the Corpus object like:
] Help with stemDocument
Hi, All:
I am new to R and tm package. I'm trying to do the stemming using tm_map()
and it doesn't seem to work:
*I used:*
> stemDocument(t_cmts[[100]])
*Where t_cmts is the corpus object, the results is:*
bottle loose box abt airpak sections top plastic bo
Hi, All:
I am new to R and tm package. I'm trying to do the stemming using tm_map()
and it doesn't seem to work:
*I used:*
> stemDocument(t_cmts[[100]])
*Where t_cmts is the corpus object, the results is:*
bottle loose box abt airpak sections top plastic bottle squashed nearly
flush neck previo
8 matches
Mail list logo