Displaying 20 results from an estimated 6000 matches similar to: "Contributing to Xapian"
2014 Nov 30
3
Contributing to Xapian
Hi Olly
I will try to work on :
http://trac.xapian.org/wiki/GSoCProjectIdeas#Project:LearningtoRank
I will be taking a Machine Learning class the next semester and I hope that
this project will help me supplement my learning in Machine Learning and
also gain a bit of knowledge in IR.
If you can give me ideas on how to get around with the code for LTR
project, it will be awesome. I can look at
2014 Dec 01
2
Contributing to Xapian
I'd suggest that a good thing to look at would be functional tests of the metrics and algorithms in Hanxiao Sun's work from this summer. You'll generally need to go either to the original paper, or find an alternative implementation, to build up a series of tests that demonstrate that the implementation is doing what it is supposed to.
Xapian-core contains a test framework which it
2014 Dec 04
3
Contributing to Xapian
Hi
Maybe I can start off with Hanxiao's branch but I can see there are two
repos.
https://github.com/v-hasu/xapian/tree/gsoc2014-evaluation
https://github.com/v-hasu/xapian/tree/gsoc2014
which one should I pick?
I have already successfully built xapian from the git repository (
https://github.com/xapian/xapian)
Since I am new to ML (well I dont know anything about it?), should I read
the
2015 Jun 27
1
Student looking to contribute toward Xapian
Hello everyone,
I have recently completed my engineering in Computer Science. I came across
Xapian while looking for GSoC organisations. I was browsing through the
ideas page and it was written that you would be willing to mentor anyone
interested in working on those projects. I am interested in this:
http://trac.xapian.org/wiki/GSoCProjectIdeas#Project:LearningtoRank and
this:
2014 Dec 05
3
Contributing to Xapian
On Thu, Dec 04, 2014 at 08:28:32PM -0500, Manu Gupta wrote:
> I was trying to build Han's code and was stuck here. It seems to me that
> his code is trying to generate pdf for them.
>
> Is it possible to modify the make files to stop building the documentation.
You can run the top-level configure with --disable-documentation.
Cheers,
Olly
2014 Dec 15
2
Help with xapian
Hi,
Sorry for the long hiatus. I was caught with some other deadlines.
Could some one tell me some specific expectations from Letor for GSOC
2015? I am currently trying out some learning algorithm
implementations but need some help with it. Can Parth, James and
others related to LETOR please tell me the IRC availability for the
next few days.
Regards
Karthik
On Wed, Oct 22, 2014 at 3:39 AM,
2013 Sep 23
2
Is the project learning to rank need to be improved?
Hi, guys:
I found this project idea
http://trac.xapian.org/wiki/GSoCProjectIdeas#Project:LearningtoRank
If it is need to be improved, I will try to handle it
thanks
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130923/d0ced0d6/attachment-0002.html>
2014 Dec 06
2
Contributing to Xapian
Hi~ Manu
I was glad to see you were interested in Xapian, especially the learning to
rank project. There are two branch in my repo. The one named gsoc2014
is followed the thought of Parth's work in which we not assign the test set
for each ranking and in another one gsoc2014-evaluation we assign the
training set and test set explicitly so that we can get the evaluation
score of each ranking
2015 Jan 25
2
Regarding the Learning to Rank project
Hi,
My name is Abraham and I am a 2nd year college student from
Bangalore(India). I was going through your list of project ideas, and the
Learning to Rank project really interested me . Unfortunately I don't
really have any real experience with "Information Retrieval" and only know
the basics of "Machine Learning". I was hoping that somebody could maybe
point me in the
2014 Dec 08
2
Contributing to Xapian
Hi
I am on Debian verson 7.7, GCC 4.7.2 and make 3.8.1.
I cloned the code :
git clone https://github.com/v-hasu/xapian
git checkout gsoc2014-evaluation
rm xapian-letor/nobootstrap
./bootstrap
./configure --no-documentation
make CXXFLAGS='-w'
and I get a different set of errors
---
ranker.cc: In member function 'std::string Xapian::Ranker::get_cwd()':
ranker.cc:80:36: error:
2016 Oct 01
2
New to Xapian project
Hi,
I am currently pursuing my computing science bachelors degree at
university of Alberta, Canada. My speciality lie in Information
retrieval, machine learning and data mining. In order to get hands on
experience with real world information retrieval systems, I would like
to contribute to the Xapian project. I have been going through some of
the project ideas in
2014 Mar 05
2
Question regarding LETOR
Hi Parth,
I have a few questions-
1. Could you please provide me with the link for query-file, qrel-file for
the dataset available at
http://www.mpi-inf.mpg.de/departments/d5/software/inex/ .
2. I wanted to know how automated testing would be implemented. Will there
be test cases like a test query must match this particular N results and
this particular ranking. Or will it be in terms of
2014 Dec 07
2
Contributing to Xapian
I use Ubuntu12.04, GNU Make 3.81 and I am not sure if I use some special
configure options. The commands I use after clone the repo are as follows:
cd xapian
./bootstarp
./configure
make
cd xapian-letor
aclocal -I ../xapian-core/m4
libtoolize --force
autoconf
autoheader
automake --add-missing
./configure
make
Is this normal?
2014-12-07 22:37 GMT+08:00 James Aylett <james-xapian at
2014 Dec 04
2
Contributing to Xapian
On 5/12/2014 12:04 AM, "James Aylett" <james-xapian at tartarus.org> wrote:
> As Parth mentioned, you need to remove xapian-bindings/.nobootstrap in
order to have that built from git.
ITYM xapian-letor/.nobootstrap here.
Cheers,
Olly
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Oct 22
2
GSOC 2015
Greetings!!
I am a final year student studying Bachelor of Technology.I heard about Google Summer of Code recently.I have been practicing C# for a while now and want to hone my skills.Your organization is a reputed one and just the idea of working with the brightest and the most talented people is very intriguing.I would request you to aware me with the details of your upcoming projects and those
2012 Feb 15
2
Starting to work for xapian
Hello Everyone,
I want to do some work for the xapian project, for starting I am
thinking of working on small project like replacing getopt(), and then
later something big. I also want to apply for this years GSoC, so can
someone please guide me about the details.
Thanks,
Rajan
2014 Sep 20
2
Help with xapian
Hi,
I am interested in doing some developement work for xapian. I have
built the xapian core library on my system and also tried my hands on
a few features of xapian. For the past few days I have been going
through the code base of xapian. I am trying to understand how the
features are implemented ( i tried looking into the codes of porter
stemming and list encoding) but I've not had any
2012 Dec 08
2
Want to contribute code to the Xapian project
Hey guys,I am a 3rd year Computer Science undergrad student.I a extremely
interested in contributing code to the XAPIAN project. The work you people
do sounds extremely fascinating and interesting.Can someone just give me a
brief overview of how to proceed ?. I Can code in C,C++ and Python and
have experience in Natural Lanuage Processing.Am also quite comfortable
with NLTK and using Wordnet.Am
2014 Sep 29
2
Help with xapian
Hi,
I have started getting a hang of the xapian codebase. I think I would like
to try my hands on the letor module of xapian. Could you please suggest
some free data set for the training and testing of letor features. I am not
able to get the INEX data set from anywhere (the one mentioned by parth
gupta in his GSOC 2011 projecct.
Regards
Karthik
On Mon, Sep 22, 2014 at 4:23 PM, Olly Betts
2014 Nov 09
2
Willing to Join Xapian.
I am willing to work for Xapian . I'm a fourth year undergraduate Student ,
I have done my elimentary course on machine learning algorithm .
I am also familiar with C/C++ and basis Python,HTML,CSS,Javascript .
Please suggest what all do I need to learn or read so as to start
contributing to the open source community of Xapian . As an amateur and as
per your free slots what project form the