Re: [R] how to export output

2012-06-14 Thread raishilpa
thanks a alot !!! I got it :) On Thu, Jun 14, 2012 at 8:07 PM, Rui Barradas [via R] < ml-node+s789695n463338...@n4.nabble.com> wrote: > Hello, > > Try > > sink("sentiment.txt") > classify_polarity(...etc...) > sink() > > > If this doesn't do it see > > ?capture.output > > Hope this helps, > > Rui

Re: [R] how to export output

2012-06-14 Thread Rui Barradas
Hello, Try sink("sentiment.txt") classify_polarity(...etc...) sink() If this doesn't do it see ?capture.output Hope this helps, Rui Barradas Em 14-06-2012 09:13, raishilpa escreveu: hello, I am using following command classify_polarity(documents,algorithm="bayes",verbose=TRUE) output i

[R] how to export output

2012-06-14 Thread raishilpa
hello, I am using following command classify_polarity(documents,algorithm="bayes",verbose=TRUE) output is: [1] "DOCUMENT 1" [1] "WORD: excited CAT: positive POL: strongsubj SCORE: 8.44419229853175" [1] "WORD: happy CAT: positive POL: strongsubj SCORE: 8.44419229853175" [1] "WORD: optimistic CAT: