search for: aylett

Displaying 20 results from an estimated 374 matches for "aylett".

2007 Jul 04
3
Stemming problem
Does anyone know if xapian stemming support suffix -er? I tried -s and -ing both work, but not -er. _________________________________________________________________ ?????????????? MSN Messenger: http://messenger.msn.com/cn
2014 Apr 13
2
Adding an external library to Xapian
Oh. The diff file doesn't seem to include the two new files. We're outside right now. I'll send you the files as soon as we reach in 30-40 minutes. Also, we're moving to git. Thanks On Apr 13, 2014 9:12 PM, "James Aylett" <james-xapian at tartarus.org> wrote: > On 13 Apr 2014, at 16:16, Siddhant Mutha <siddhantmutha at gmail.com> wrote: > > > We are using the --enable-maintainer-mode and will move to git soon. > > The diff file is attached. > > I need api/trie.cc and includ...
2014 Apr 13
2
Adding an external library to Xapian
Oh, no no. It was a typo in the mail. We did the same thing you mentioned. *Siddhant Mutha* Undergraduate Student Department of Computer Science and Engineering IIT Madras Chennai http://www.siddhantmutha.com/ <http:/www.siddhantmutha.com/> On Sun, Apr 13, 2014 at 11:31 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 18:56, Pallavi Gudipati <pallavigudipati at gmail.com> > wrote: > > > Configure command: ./configure --enable-maintainer mode > > ./configure --enable-maintainer-mode > > > I dont get any output wit...
2014 Apr 13
2
Adding an external library to Xapian
Configure command: ./configure --enable-maintainer mode I dont get any output with nm that contains Trie. On Sun, Apr 13, 2014 at 11:20 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 18:39, Pallavi Gudipati <pallavigudipati at gmail.com> > wrote: > > > I am working in Ubuntu 12.04. I have tried re-configuring the source > tree too. Removing the destructor stops the error messages for the &g...
2007 May 30
5
java bindings 1.0.0 - jni.h not found
Hi all, I am new to Xapian and want to use it with Java. In order to do that I tried to compile the Java bindings. I set XAPIAN_CONFIG and invoked "configure". However "./configure --with-java" exits with an error. Point of failure: checking for jni.h... no checking for jni.h in /usr/lib/jvm/java-1.5.0-sun/include... no checking for jni.h in
2014 Apr 13
2
Adding an external library to Xapian
A linker error is encountered even after following the above steps. ERROR: undefined reference to `Xapian::Trie::Trie()' On Sun, Apr 13, 2014 at 8:00 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 15:24, Siddhant Mutha <siddhantmutha at gmail.com> wrote: > > > We are writing a new module which needs to be added to the Xapian > source. For this, what modifications are to be made to the Makefile? > > Th...
2016 Mar 23
2
Xapian's GSoC Student Application
I am very sorry for the inconvenience.I have had my proposal in Google Docs,this is the url, https://docs.google.com/document/d/1_9kalujmuHu_ce3DScn-1E9hM-RGAV46JEIql4h8rks/edit?usp=sharing . Thank you! 2016-03-22 20:57 GMT+08:00 James Aylett <james-xapian at tartarus.org>: > On Tue, Mar 22, 2016 at 03:49:45PM +0800, ?? wrote: > > > Hello! My name is Ou Jiao, and I am a graduate student at Institute > > of Computing Technology, Chinese Academy of Sciences. The file is my GSoC > > student application. Would...
2016 Mar 22
2
A query about clustering Idea
You mean, to take review on proposal I need to create an application? and if it is the case then please tell me how to create application? On Tue, Mar 22, 2016 at 6:24 PM, James Aylett <james-xapian at tartarus.org> wrote: > On Tue, Mar 22, 2016 at 12:49:58PM +0530, MURTUZA BOHRA wrote: > > > I have prepared a draft proposal for clustering problem. If you have > > previous year's accepted proposal please share it, that would be very > > helpful....
2016 Mar 22
2
A query about clustering Idea
Sir, I have prepared a draft proposal for clustering problem. If you have previous year's accepted proposal please share it, that would be very helpful. And also I have attached my proposal, please review it. Thanks On Mon, Mar 21, 2016 at 7:10 PM, James Aylett <james-xapian at tartarus.org> wrote: > On Sun, Mar 20, 2016 at 11:39:37PM +0530, MURTUZA BOHRA wrote: > > > Sir one more query, I am to write a proposal for this project so how > > difficult would it be if I write the code freshly for my algorithm or > will > > it...
2014 Apr 13
2
Adding an external library to Xapian
Here are the files. /include/xapian/trie.h /api/trie.cc *Siddhant Mutha* Undergraduate Student Department of Computer Science and Engineering IIT Madras Chennai http://www.siddhantmutha.com/ <http:/www.siddhantmutha.com/> On Sun, Apr 13, 2014 at 9:33 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 16:59, Siddhant Mutha <siddhantmutha at gmail.com> wrote: > > > Oh. The diff file doesn't seem to include the two new files. We're > outside right now. I'll send you the files as soon as we reach in 30...
2014 Apr 13
2
Adding an external library to Xapian
I am working in Ubuntu 12.04. I have tried re-configuring the source tree too. Removing the destructor stops the error messages for the destructor but the constructor's error persist. ERROR: http://pastebin.com/r0wYNfEs On Sun, Apr 13, 2014 at 10:56 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 17:49, Siddhant Mutha <siddhantmutha at gmail.com> wrote: > > > Here are the files. > > /include/xapian/trie.h > > /api/trie.cc > > Have you tried re-configuring your source tree? Because way before...
2007 Apr 03
4
binding JAVA, rushing!
Hi, I met a problem when I binding JAVA. 1. download xapian-bindings-0.9.10.tar.gz to my local. 2. unzip binding file. 3. input ./configure --with-java in cygwin. 4 give me error: checking for java... /cygdrive/c/Program Files/Java/jdk1.5.0_11/bin/java checking for javac... /cygdrive/c/Program Files/Java/jdk1.5.0_11/bin/javac checking for jar... /cygdrive/c/Program Files/Java/jdk1.5.0_11/bin/jar
2016 Mar 11
2
GSoC 2016 Project: Implement Bindings for R
...quot;Project Details and Project Implementation" sections. It'd be great if you could kindly give me some feedback on it. Also should I send it via this public mailing list or is there any other means of sending it to you? Regards, Amanda Jayanetti On Wed, Mar 9, 2016 at 10:51 PM, James Aylett <james-xapian at tartarus.org> wrote: > On Tue, Mar 08, 2016 at 10:53:04PM +0530, Amanda Jayanetti wrote: > > > I'm very much interested in the project "Implement Bindings for R" > > since it is somewhat similar to one of the tasks that I'm presently >...
2006 Jan 30
1
More than one Index?
Morning All, I use scriptindex to build my database and the PHP bindings to pull it all out. Is it possible to have more than one index but select what the bindings search on? So at the moment I index property addresses, I would also like to index property descriptions for more advanced searching but only as an optional extra...probably in an extra search box. Also I would like to analyse the
2012 Sep 01
1
Xapian Github Organization
Hi, I am suggesting to turn https://github.com/xapian into an organization. -- Best regards, Uvarov Michael
2016 Mar 22
2
Regarding GSoC 2016 project idea
...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: > On Sat, Mar 19, 2016 at 11:49:14AM +0530, Ainish Dave wrote: > > > I am Ainish Dave from Ahmedabad, India. I am currently pursuing my > masters > > level degree with background in computer science. I browsed through the > > l...
2016 Mar 20
2
A query about clustering Idea
...there is no documentation available! Sir one more query, I am to write a proposal for this project so how difficult would it be if I write the code freshly for my algorithm or will it be better to use the previous code and make corrections into it. Thanks On Sun, Mar 20, 2016 at 7:21 PM, James Aylett <james-xapian at tartarus.org> wrote: > On Sun, Mar 20, 2016 at 01:02:03PM +0530, MURTUZA BOHRA wrote: > > > I am interested in clustering of search results idea, I know clustering > > techniques from the perspective of Machine learning! And I am figuring > out > >...
2016 Mar 15
2
GSoC 2016 Project: Implement Bindings for R
...ill upload the proposal as soon as it gets > accepted. That sounds like a good idea -- I'm sure they have a huge number of students to check into the system. Let us know if you run into any problems (likewise anyone else who has difficulties creating applications/proposals). J -- James Aylett, occasional trouble-maker xapian.org
2016 Jul 12
3
Xapian 1.4.0 released
...ertain with Google. > Whooo, that is strong. I don't think Google will ever call you for an > Interview now *LOL* Kevin, I don't think sarcasm was called for here. Let's try to keep our mailing lists and forums welcoming places that everyone can feel comfortable! J -- James Aylett, occasional trouble-maker xapian.org
2014 Apr 13
2
Adding an external library to Xapian
...ile running 'make', we get the following error: http://pastebin.com/VX1HWyJc *Siddhant Mutha* Undergraduate Student Department of Computer Science and Engineering IIT Madras Chennai http://www.siddhantmutha.com/ <http:/www.siddhantmutha.com/> On Mon, Apr 14, 2014 at 12:10 AM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 19:30, Siddhant Mutha <siddhantmutha at gmail.com> wrote: > > > It is there: > https://github.com/sidmutha/xapian/blob/master/xapian-core/api/Makefile.mk#L53 > > Apologies, it's in the commit but the com...