Solr sentiment analysis

2011-07-08 Thread Zheng Qin
Hi, We are starting a project on Twitter data sentiment analysis. We have installed LucidWorks, which also has a Solr admin page. By reading the posts, it seems that sentiment analysis can be done by using OpenNLP or machine learning (Mahout or Weka). Can you share with us which tool is good at cl

Re: Solr sentiment analysis

2011-07-08 Thread Zheng Qin
> Sent from my iPhone > > On 8 Jul 2011, at 18:20, Bruno Adam Osiek wrote: > > > Try Lingpipe. They use Language Models as their engine for sentiment > analysis. At (http://alias-i.com/lingpipe/) you will find a step-by-step > tutorial on how to implement it. > > > >

Re: Solr sentiment analysis

2011-07-10 Thread Zheng Qin
s done outside. > > The Weka toolkit has more features than Lingpipe, OpenNLP, UIMA etc. I > would start with that. And learn how to program with R. > > Lance > > On Fri, Jul 8, 2011 at 8:13 PM, Zheng Qin wrote: > > Thanks, Bruno and Matthew. I saw that tutorial before an