search for: jayanetti

Displaying 20 results from an estimated 23 matches for "jayanetti".

2016 Mar 20
2
GSoC 2016 Project: Implement Bindings for R
Hi James, Based on your suggestions, I improved the 'project details' and 'project timeline' sections of my proposal. Could you kindly review it and let me know if it requires further improvements. Regards, Amanda On Thu, Mar 17, 2016 at 2:06 PM, Amanda Jayanetti <amandajayanetti at gmail.com > wrote: > Thanks for the information Olly! I uploaded the same proposal that was > previously shared here. Will replace it with an improved version as soon as > possible. > > Regards, > Amanda > > On Thu, Mar 17, 2016 at 12:49 AM, Olly B...
2016 Mar 16
2
GSoC 2016 Project: Implement Bindings for R
On Wed, Mar 16, 2016 at 12:09:01AM +0530, Amanda Jayanetti wrote: > Seems like it takes a lot of time for 'proof of enrollment' document to get > processed. Will upload the proposal as soon as it gets accepted. You should be able to upload a proposal while the proof of enrollment is still awaiting review. Cheers, Olly
2016 Mar 11
2
GSoC 2016 Project: Implement Bindings for R
...project proposal and have currently completed the "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...
2016 Mar 08
2
GSoC 2016 Project: Implement Bindings for R
...articular interface in company?s development framework. As suggested in your guide, I have already started building the code and familiarizing myself with Xapian API. Your guidance on further proceedings would be much appreciated. Eagerly looking forward to working with Xapian! Regards, Amanda Jayanetti -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20160308/c2cf643a/attachment.html>
2016 Mar 15
2
GSoC 2016 Project: Implement Bindings for R
On Wed, Mar 16, 2016 at 12:09:01AM +0530, Amanda Jayanetti wrote: > Seems like it takes a lot of time for 'proof of enrollment' document > to get processed. Will 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...
2016 Mar 25
2
GSoC 2016 Project: Implement Bindings for R
On Fri, Mar 25, 2016 at 07:17:28AM +0530, Amanda Jayanetti wrote: > Could you kindly tell me if my design for the R API needs further > improvements? Amanda -- I wouldn't worry too much about getting the final details of the suggested API 'right' at the proposal stage. API design is a subtle and often hard job, so if your project is acc...
2016 Mar 15
3
GSoC 2016 Project: Implement Bindings for R
...s. Will work on the suggested improvements and upload a better version soon. For now, I'll upload the same proposal in GSoC website. Regards, Amanda On Tue, Mar 15, 2016 at 3:47 PM, James Aylett <james-xapian at tartarus.org> wrote: > On Tue, Mar 15, 2016 at 11:47:29AM +0530, Amanda Jayanetti wrote: > > > Here's a link to my project proposal, > > > > https://drive.google.com/file/d/0BwR_mIaYtm8TT1U1S2dLbFlDUzQ/view?usp=sharing > > Hi, Amanda. The GSoC website is now open for applications, so it would > be good if you could add this to there. (We don'...
2016 Jun 19
2
R bindings for Xapian - Project progress
On Sat, Jun 18, 2016 at 07:10:43PM +0530, Amanda Jayanetti wrote: > > If you've installed xapian-core then the macro should just be > > found automatically. > > When I replace the code block with the macro, it doesn't get automatically > detected. Could you kindly tell me what could be causing this? You probably need to spec...
2016 Mar 15
2
GSoC 2016 Project: Implement Bindings for R
...month, I hope that will strengthen my proposal. (My internship terminates on 18th April, so it'll have no influence on GSoC project) Regards, Amanda On Fri, Mar 11, 2016 at 6:48 PM, James Aylett <james-xapian at tartarus.org> wrote: > On Fri, Mar 11, 2016 at 05:47:57PM +0530, Amanda Jayanetti wrote: > > > As you suggested I started developing a project proposal and have > currently > > completed the "Project Details and Project Implementation" sections. It'd > > be great if you could kindly give me some feedback on it. Also should I > > send i...
2016 Aug 03
3
Problem with configuring Xapian
Hi all, > It would be better to use the XO_LIB_XAPIAN macro provided by > xapian-core instead of writing your own code to probe for > xapian-config. > > Everything from line 3 to line 18 of your current configure.ac could be > replaced with just: > > XO_LIB_XAPIAN > > If you've installed xapian-core then the macro should just be > found automatically. I
2018 Apr 27
3
GSOC 2018: Diversification of Search Results
We are equally excited about working with you over summer. I think you missed reply by Olly on IRC, you can find it in logs here: https://botbot.me/freenode/xapian/2018-04-24/?msg=99336093&page=1 - olly icebyte[m]: i think that probably needs to go through SFC ( https://sfconservancy.org/) as the "legal entity" - 2:05 am
2016 May 04
2
Fwd: R bindings for Xapian: API modifications
On Wed, May 04, 2016 at 01:56:39PM +0530, Amanda Jayanetti wrote: > I shared a link to a google doc in my wiki project page. Great, thanks -- I'll make comments & suggestions there, and others can jump in as they see fit. J -- James Aylett, occasional trouble-maker xapian.org
2016 Jun 05
2
R bindings for Xapian - Project progress
On Sun, Jun 05, 2016 at 04:09:34PM +0530, Amanda Jayanetti wrote: > Using git rebase-i only the commits that were pushed via a local repository > can be squashed. Could you kindly tell me if there's a way to squash > commits that were made directly via the git hub web interface? The best way of thinking of this is that changes via the github...
2016 May 30
5
R bindings for Xapian - Project progress
Hi all, I developed the basic structure of xapian_index() function which enables the content of a data frame to be indexed with Xapian search engine library. I pushed it to a git repository at https://github.com/amandaJayanetti/RXapian. It'd be a great favour if Mr. Dirk Eddelbuettel as well as other interested developers could kindly review the function and give me some feedback on it. Thanks in advance, Amanda -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.or...
2016 May 03
2
Fwd: R bindings for Xapian: API modifications
I believe there are few misunderstandings and I apologize for the lack of clarity in my explanations. I will share a draft with detailed explanations on the way I'm planning to map R parameters into Xapian in a google doc. It will be much convenient to discuss and clarify R API related issues in that way. Best regards, Amanda > -------------- next part -------------- An HTML attachment
2016 Sep 28
0
Xapian 1.2.24 released
...ize of the xz source code download, so installing it doesn't seem an onerous requirement. The wiki has a summary of the most notable changes: https://trac.xapian.org/wiki/ReleaseOverview/1.2.24 A big thanks to the following people for helping to make this release a reality: Eric Wong, Amanda Jayanetti, Tejas Jogi, Vivek Pal, John Bankert, Nick Morrott. If I've missed anyone out, you can claim an extra big thankyou. As always, if you encounter problems, please report them here, or to the bug-tracker: https://xapian.org/bugs Since 1.2.17, I'm providing detached GPG signatures for each o...
2016 Oct 23
0
Xapian 1.4.1 released
...n.org/download The wiki has a summary of the most notable changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.1 A big thanks to the following people for helping to make this release a reality: Till Schäfer, Daniel Vrátil, Vivek Pal, Aarsh Shah, Arnav Jain, Aaron Li, German M. Bravo, Amanda Jayanetti, James Aylett, John Bankert, Nick Morrott, Stuart Prescott, Sean Robinson, Julien Pfefferkorn, Gaurav Arora. If I've missed anyone out, you can claim an extra big thankyou. As always, if you encounter problems, please report them here, or to the bug-tracker: https://xapian.org/bugs You can f...
2016 Jun 14
2
R bindings for Xapian - Project progress
> > >> I did ask you a while ago to start using pull requests into your own > >> repo, so it's easier for mentors to work with you on the work you're > >> doing. Will do so from now onwards. >> all the files in man/ that you've added don't need to be > >> in the repo, because they're automatically generated from other source >
2016 Jun 12
2
R bindings for Xapian - Project progress
Hi all, I completely facilitated simple indexing with xapian_index function, and also developed a DatabaseWrapper. Only a few more modifications are remaining to completely facilitate simple search with xapian_search function. Best regards, Amanda -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 May 02
2
Fwd: R bindings for Xapian: API modifications
> > >Is there a reason you're using a stored CSV rather than doing it from > >a data frame directly? That would avoid having to read from a foreign > >format, write to CSV and then read again in order to index it. No. The input data structure to xapian_index() will indeed be a data frame. Even a stored CSV can be conveniently converted to a data frame. There are few