Re: How to add machine learning to Apache lucene

2014-05-26 Thread Priyanka Tufchi
Hi Furkan Actually i have set of CandidateResumes and comments which are related to whether resumes have been selected or rejected now I have to make machine learn itself that if next time such or similar resume comes based on the pre history it should go in which bag selected or rejected . Than

Re: How to add machine learning to Apache lucene

2014-05-26 Thread rulinma
very different one is search , another is ml. But, I want use ml results to improve solr performance, for example, buy more, view more. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-add-machine-learning-to-Apache-lucene-tp4135052p4138216.html Sent from the Lucene

Re: How to add machine learning to Apache lucene

2014-05-20 Thread Diego Fernandez
Great! That's good to know that at least it's being discussed. The jforests package seems really interesting, I'll start looking a bit more into it. Although I'm not a Java programmer per se, I'd be interested in helping out with this effort. If there's anything I can do, let me know! Diego

Re: How to add machine learning to Apache lucene

2014-05-19 Thread Ahmet Arslan
Hi Diego, There is no such thing in lucene ecosystem yet. Although some ideas http://search-lucene.com/m/WwzTb2nt1Tk1  http://search-lucene.com/m/WwzTb2d9o2m float time to time.  I would like to integrate https://code.google.com/p/jforests/ and create a prototype my self in the future. New a

Re: How to add machine learning to Apache lucene

2014-05-16 Thread Diego Fernandez
I've actually been wondering about this as well. More specifically, I've been wondering if there's any kind of framework to integrate some sort of learn to rank approach (http://en.wikipedia.org/wiki/Learning_to_rank) to Lucene/Solr. Although a similar result can be accomplished by using boost

Re: How to add machine learning to Apache lucene

2014-05-16 Thread Koji Sekiguchi
Hi Priyanka, > How can I add Maching Learning Part in Apache Lucene . I think your question is too wide to asnwer because machine learning covers a lot of things... Lucene has already got a text categorization function which is a well known task of NLP and NLP is a part of machine learning. I'v

Re: How to add machine learning to Apache lucene

2014-05-15 Thread Ahmet Arslan
Hi Priyanka, There are existing tools that can feed from lucene index. For example http://mahout.apache.org Why not use them? Ahmet On Wednesday, May 7, 2014 11:05 PM, Priyanka Tufchi wrote: Hello All How can I add Maching Learning Part in Apache Lucene . Thanks Priyanka -

Re: How to add machine learning to Apache lucene

2014-05-15 Thread Furkan KAMACI
Hi; Could you explain what you need a bit more? Thanks; Furkan KAMACI 7 May 2014 23:05 tarihinde "Priyanka Tufchi" yazdı: > Hello All > > How can I add Maching Learning Part in Apache Lucene . > > > Thanks > Priyanka >

Re: How to add machine learning to Apache lucene

2014-05-10 Thread Koji Sekiguchi
Hi Priyanka, > How can I add Maching Learning Part in Apache Lucene . I think your question is too wide to asnwer because machine learning covers a lot of things... Lucene has already got a text categorization function which is a well known task of NLP and NLP is a part of machine learning. I'v

How to add machine learning to Apache lucene

2014-05-07 Thread Priyanka Tufchi
Hello All How can I add Maching Learning Part in Apache Lucene . Thanks Priyanka