similar to: [GSoC 2014] About "Clustering of Search Results"

Displaying 20 results from an estimated 10000 matches similar to: "[GSoC 2014] About "Clustering of Search Results""

2014 Mar 11
2
[GSoC 2014] About "Clustering of Search Results"
2014-03-11 8:47 GMT+08:00 Olly Betts <olly at survex.com> wrote: > Most applications of Xapian are interactive, so to actually be > practically useful clustering needs to complete in a reasonable amount > of time (a fraction of a second ideally). I think that needs to be a key > aim of the project. > If by "find new approaches" you mean different approach to that
2014 Mar 16
3
[GSoC 2014] About "Clustering of Search Results"
Hello, I have submitted my proposal on GSoC. But I have little idea about the timeline. Many things are difficult to be determined. Cheers, Liu Chi 2014-03-11 21:33 GMT+08:00 Olly Betts <olly at survex.com>: > On Tue, Mar 11, 2014 at 10:11:31AM +0800, Chi Liu wrote: > > Thank you for your patient explanation about the project. My > > understanding about the project
2014 Apr 04
2
[GSoC 2014] About "Clustering of Search Results"
Hi, samuelharden has left some comment for my proposal. And I have left some comment to improve my proposal. Kindly review it and let me know of any changes are to be made to my proposal or if more research needs to be done now. Thanks a lot. -- Chi Liu +86-15210624786 Undergraduate Student Team of Search Engine and Web Mining School of Electronic Engineering and Computer Science Peking
2014 Mar 27
2
[GSoC 2014] About "Clustering of Search Results"
On Mon, Mar 24, 2014 at 01:57:09PM +0800, Chi Liu wrote: > I have generated the patch by git diff and upload here > https://github.com/incredibleliuchi/xapian_patch_earlyenglishstemmer > > And I have also open a "pull request" on github. Thanks, looks good. Now merged. Cheers, Olly
2016 Mar 19
2
Regarding GSoC 2016 project idea
Hello, I am Ainish Dave from Ahmedabad, India. I am currently pursuing my masters level degree with background in computer science. I browsed through the list of organizations on the GSoC program page and Xapian was the one which closely matched with my interest and background. I had some queries: 1) I am interested in the project 'Clustering of Search Results'. I have followed the
2012 Mar 03
1
GSoC 2012: Backend for Lucene format indexes
Hi All, I'm Billy, a senior undergraduate student in Peking University. I'm working in the area of Information Retrieval and Web Mining. When going through the idea list, I felt quite interested in the "Backend for Lucene format indexes" project. I have been using java-lucene for about one year, but my subsequent work prefers C++ codes. This project is very meaningful to smooth
2011 Apr 11
1
GSoC - Improving Spelling Correction
Hi Everyone, I?m a student in Peking University, China, my name is Xiaobing Liu, I?m interest in Spelling correction project. I think Xapian?s Spelling correction is based on edit distance with trusted dictionary. I have some questions about the spelling correction algorithm. 1. The Spelling correction algorithm depends on which dictionary, the dictionary in inverted index or other
2014 Mar 09
2
[GSoC 2014] clustering of search results
Hello guys, I was looking forward to participate in GSoc14. I have a decent knowledge about c++ and parsers. I was looking at the idea pages where I found many interesting projects, in which "clustering of search results" interests me the most. I want someone to take me to the right track in understanding the project so that I can think about its implementation. According to me, in this
2014 Mar 10
2
[GSoC 2014] clustering of search results
On Mon, Mar 10, 2014 at 3:59 PM, Olly Betts <olly at survex.com> wrote: > Exactly what approach the project takes isn't nailed down - it just > seemed something which would be interesting for a student to work on, > and would be useful to Xapian users. > > My understanding of the current clustering branch (which may not be > completely accurate) is that it clusters
2015 May 07
0
Welcome GSoC students, getting started
Thanks Karsten and nice to meet you :) I am looking forward to working with Kunal, Karsten and the community to build a new, easy-to-use docs toolchain for CentOS! I am Lei Yang from China, now studying at School of EECS, Peking University, China. In my original proposal, I think we may build an ?infrastructure?, moving docs between CentOS git repo and github. Then we build useful tools on that
2016 Mar 22
2
Regarding GSoC 2016 project idea
Hi, If I take up the task of 'clustering the search results' and I am opting for the new method to cluster the results, then what will be the approximate amount of data that will be clustered? So appropriate clustering mechanism can be thought of according to that. Thanks & regards, Ainish On Sat, Mar 19, 2016 at 5:37 PM, James Aylett <james-xapian at tartarus.org> wrote:
2016 Mar 05
2
GSOC-2016 Project : Clustering of search results
Hello devs, I am Richhiey Thomas, pursuing my third year of undergraduate studies in Computer Science from Mumbai University. I had gone through the project list for this year and the project idea based on clustering caught my attention. I spoke to Assem Chelli on IRC who guided me to the code and got me started. I started going through the code and have successfully built Xapian on my machine.
2016 Oct 28
3
What was the IR made for precisely?
> On Oct 28, 2016, at 1:59 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: > > On 28 Oct 2016, at 09:46, Mehdi Amini <mehdi.amini at apple.com> wrote: >> >>> On Oct 28, 2016, at 1:21 AM, David Chisnall via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>> >>> On 28 Oct 2016, at 02:43, ジョウェットジェームス <b3i4zz1gu1 at
2013 Apr 05
0
Question about Project: Posting list encoding improvements
Dear all: My name is Xudong Zhang, from Peking University. I'm very interested in the Project: Posting list encoding improvements, and I have had some experience on encoding, and so I want to be involved in the project. About the project?I have a question to consult: What's the main goal of the improvement of the speed for the encoding and decoding of posting lists? Is it OK to increase
2016 Oct 28
2
What was the IR made for precisely?
> On Oct 28, 2016, at 1:21 AM, David Chisnall via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 28 Oct 2016, at 02:43, ジョウェットジェームス <b3i4zz1gu1 at docomo.ne.jp> wrote: >> >> I would need to sum up all the rules and ABIs and sizes for all the targets I need and generate different IR for each, am I correct? > > This is a long-known limitation of LLVM IR
2016 Mar 06
3
GSOC-2016 Project : Clustering of search results
On Sun, Mar 6, 2016 at 7:17 AM, James Aylett <james-xapian at tartarus.org> wrote: > On Sat, Mar 05, 2016 at 10:58:43PM +0530, Richhiey Thomas wrote: > > K-Means or something related certainly seems like a viable approach, > so what you'll need to do is to come up with a proposal of how you'd > implement this in Xapian (either with reference to the previous work, >
2016 Oct 28
0
What was the IR made for precisely?
On 28 Oct 2016, at 10:10, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Oct 28, 2016, at 1:59 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: >> >> On 28 Oct 2016, at 09:46, Mehdi Amini <mehdi.amini at apple.com> wrote: >>> >>>> On Oct 28, 2016, at 1:21 AM, David Chisnall via llvm-dev <llvm-dev at
2018 Feb 25
3
GSOC 2018: Diversification of Search Results
Hello, I am Uppinder Chugh (irc nick: icebyte), a senior year undergraduate student majoring in Computer Science and Engineering at Indian Institute of Technology, Guwahati. I'm interested to work on the idea of adding the functionality of search result diversification to Xapian. After having brief conversations with mentors on IRC, I would like to compile the discussions and further discuss
2013 Apr 01
1
Doubt about GSOC proposal
Hello guys.I have begun work on writing my proposal as discussed on IRC and will submit a draft in a couple of days so that I can make it detailed and refine it after getting feedback. I wanted to know about the number of weeks a proposal should cover and also,is it okay if I set aside a buffer week somewhere in the middle of the summer for something like cleaning the code,working on the
2016 Oct 28
0
What was the IR made for precisely?
On 28 Oct 2016, at 09:46, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> On Oct 28, 2016, at 1:21 AM, David Chisnall via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> On 28 Oct 2016, at 02:43, ジョウェットジェームス <b3i4zz1gu1 at docomo.ne.jp> wrote: >>> >>> I would need to sum up all the rules and ABIs and sizes for all the targets I need