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
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
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:
3 matches
Mail list logo