similar to: (no subject)

Displaying 20 results from an estimated 6000 matches similar to: "(no subject)"

2017 Jan 17
2
Regarding GSoC 2017
Hello, My name is Prakhar Pratyush. I am a 4th year Electronics & Communication engineering undergraduate student at Indian Institute of Technology (IIT) Roorkee. My primary areas of Interest are machine learning, and Information Security and I am proficient in C++/Python/JavaScript programming languages as well. I was looking into the past gsoc organizations, and I came across Xapian. I
2013 Mar 04
2
Need Beginner Guide for Matcher Optimisations Project
Hi, While searching for a project which matches my interest andskill level, I found this project named Matcher Optimization. This project is really challenging and excting from my view point and I would like to be a part of this project. Optimization techniques metioned in the reference links provided will take some time for me to have a good understanding about them. But I am trying to get my
2015 Mar 09
2
[LLVMdev] GVN PRE algorithms in LLVM
Hello everyone I am Rakshit Singla, a third year undergrad at IIT Hyderabad, India. I finished a basic compilers course last semester and am currently doing a compiler optimizations course. I have been exploring LLVM for the past few months (wrote a front-end for the Classroom Object Oriented Language and have been studying pieces of code.) I would like to work with LLVM and contribute to the
2013 Mar 21
3
Gsoc help.
My name is Udit and I?m a 3rd year undergrad at BITS,Pilani, India. I have experience in programming (C/C++, python, Java) and web development(PHP, HTML5, CSS). I went through the project ideas mentioned on your GSOC project ideas page and found "Improving Python's Bindings " quite interesting. Could I have more information about this project? Can this project pan out the entire
2013 Feb 28
1
GSoC 2013 and cotnributing to xapian
Hi, I am Tejas Nikumbh, an undergrad at Indian Institute of Technology Bombay. I will be participating in GSoC this year. [GSoC 2013]. In order to imporve my chances for getting selected this year, I would like to start contributing early on to Open Source development via xapian. Here's a little background info : *Languages proficient in : *Java, Python, Javascript [+jQuery] , HTML[+HTML5
2015 Mar 10
2
[LLVMdev] GVN PRE algorithms in LLVM
The GVN algorithm used in LLVM currently (I'm rewriting it) is the basic hash based RPO algorithm. The new one i'm writing is based on http://dl.acm.org/citation.cfm?id=512536 (see https://github.com/dberlin/llvm-gvn-rewrite) LLVM has different algorithms for both scalar PRE and load PRE. They are basically variants of standard PRE algorithms transformed into SSA, but with some
2008 Dec 29
2
Array Making
Dear R Users Suppose I've certain values of A[1], A[2], A[3] ,A[4].....B[1],B[2],B[3]..C[1],C[2],C[3].....so on..All A,B,Cs are some numeric constant. I want to make an array which will look like [A[1], B[1], C[1], A[2], B[2], C[2], A[3], B[3] ,C[3]............ Please suggest me any way to do it.I would be deeply grateful. Ankit Kumar Gupta B.Tech. 3rd Yr IIT Roorkee India -- View this
2013 Jan 13
1
Project wanted
Hi I am quite well versed in R. I can code in C++ and am currently pursuing biotechnology from Indian Institute of Technology, Rookee. I am looking for a project that I can immediately start working on and which is the need of the hour for R as well, so I can carry it to GSoC. Can anyone please help me as to how I should proceed about this? I don't know whether I should have posted this in
2012 Dec 30
4
Starting with R
I have installed R on my machine. Can anyone now suggest to me the best book/e-book from where I can learn the R language most efficiently? Thanks in advance -- Siddhant Gupta III Year Department of Biotechnology IIT Roorkee India [[alternative HTML version deleted]]
2011 Mar 19
1
Weighting Schemes
Hi! I am Praveen Kumar, an Applied Mathematics student and I am interested in developing other weighting schemes for Xapian through GSOC. I did not have any formal course in Information Retrieval in our institute. The theory that I presently know is from the Xapian documentations and other references and resources mentioned on the website which I read to design our own Probabilistic Information
2006 Feb 15
2
[LLVMdev] question-TUD, germany
hi everyone, here i have a question: is there any chance in llvm intermediate representation to compare whether a operand (ie a value) is used as a user without iterating over all the instructions in a basic block. i will explain this with an example: i=p+4; j=i+p; in the above example i mean p,4,i,p which are on the RHS are operands and the terms i,j which are on the LHS are users. so what i
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
2015 Jan 03
3
Xapian-discuss Digest, Vol 127, Issue 1
Hey Richhiey, Most probably Xapian is used with CYGWIN in Windows and Windows Specific Code in Xapian is based on CYGWIN, However we would be able to help you out with this issue, if you could pastebin whole 'gnu-make' generated report. Regards, Abhishek On Sat, Jan 3, 2015 at 5:30 PM, <xapian-discuss-request at lists.xapian.org> wrote: > Send Xapian-discuss mailing list
2019 Mar 27
2
Student Introduction
Greetings, I am Hemant Kumar Singh, a computer science undergrad studying in NIT Warangal, India. I am interested to work on the project "Weighting Schemes" under the guidance of Olly Bets and Gaurav Arora; this project requires basic(or better) C++ knowledge and I've done 2 years of basic C++ in my high school. Moreover, this is my 2nd semester pursuing a computer science major in
2014 Mar 16
2
Contribute in the Xapian project throgh GSoC.
Hi everyone, My name is Shreedhar Pawar. I am a Software Engineering MS student from San Jose State University. I have an immense interest in Information Retrieval and Machine Learning and look forward to contribute Xapian in its "Ranking project". My previous work includes a research paper(attached below), though not related to this topic represents my experience in Programming and
2006 Mar 03
1
[LLVMdev] printing constants
Sir, Given code like: > > X = add int Y, 1 > Z = mul int X, 17 while I iterate over the operands of the first instruction i want to print the variable x ,as well as the constant 1 and while i iterate over the second instruction i want to print variable x and constant 17. what should I do? thanking you, yours sincerely, anubham suresh TU-Darmstadt --- llvmdev-request at
2014 Nov 29
4
Adding Support for Krovetz Stemmer Algo in Xapian
Hello, As mentioned on the project ideas page, Adding more support for stemmer algorithm, i found an implementation of Krovetz Stemmer Algo in C++ but before working on it to merge it into xapian, i needed help in recognizing the license information associated with the source code. To avoid further licensing issues kindly someone check the link
2019 Apr 08
2
Student Introduction
This might be a little late but I was engaged in my university examinations. Moreover, I have an exam even today so apologies for the delay. Also, I had to change my project from weighting schemes to improve to improve estimated total number of results as weighting schemes was demanding a lot of time going through it. I would really appreciate if you could review my proposal asap.
2012 Dec 16
1
[Developing and Starting with Xapian]
Hi, My interest lies in primarily in Natural Language Processing and Information Retrieval and I would like to know how can I contribute to the organization and how should I begin. Regards Abhishek Shah -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20121216/2c1109bf/attachment-0001.html>
2014 Dec 01
2
Adding Support for Krovetz Stemmer Algo in Xapian
> On 30 Nov 2014, at 17:51, Abhishek Singh Kushwah <abhishek18kushwah at gmail.com> wrote: > > > Two of the implementation of algorithms has already been rejected > > previously due to licenses both being the implementation of porter > > but our xapian use implementation in snowball which i assume is > > under GPL. The only cases I can think you might be