similar to: Facing problem while compiling on os x 10.10

Displaying 20 results from an estimated 3000 matches similar to: "Facing problem while compiling on os x 10.10"

2017 Mar 05
3
GSoc 2017 Introduction(Weighting Schemes)
Hello Everyone, I am a second year graduate student at IIIT-Bangalore and my interest is in the field of Information Retrieval. I have successfully compiled Xapian from source and have implemented some examples. While going through the project list Weighting Schemes project is the one I was looking to contribute to. So i went through the xapian-core/weight where most of the schemes are already
2018 Jun 20
2
Welcome to the "Xapian-discuss" mailing list
Hi, I'm new to Xapian and wanted to know if it has a specific feature. I want to be able to check the relation between two terms on a page based on how close they are together on the page. I want to use a combination of n-gram based labeling and the "slop" feature found in Elasticsearch. Does Xapian have this/a similar feature? I haven't been able to find any programs that have
2017 Apr 08
2
Search Algorithm Used for Keyword Search
Dear Sir, I'm doing a literature survey on search engines. As Xapian is open source, I think I can get the information required by me.  I assume that your system builds a list of keywords and tags to every keyword the documents where it can be found. My questions are as follows: 1. What is the search algorithm used for searching the list of keywords that your search engine has?. Is it the
2017 Apr 23
2
Question about the ticket #743 omindex: delay libmagic checks
> > I'd suggest to start with you just look at moving the libmagic check after > the filesize checks, so you don't need to get into whether libmagic or > the database check is cheaper on average. hi, Olly, I have moved the libmagic check after the filesize check directly, https://github.com/caiyulun/xapian/commit/3a97d9ee5397fa900a473aa9b3d8eeb720177a4e can you provide
2017 Mar 23
2
GSoC 2017: Letor Click Data Mining
> You could do that by identifying the search session instead of the user, > which makes it closer to what we need than to something that might trip you > into privacy concerns. Okay, that would be much better. :) > Third records some information about what sort of query it is — add, > morelike or a plain query. Last provides the estimated match size and then > the HTTP
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.
2016 Sep 22
2
issues compiling omega
All, I'm having some issues compiling omega. Here are the particulars I'm on win7, using cygwin 4.9.2 64 bit. Here's the relevant output from make: libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith -Wca st-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1
2016 Sep 09
3
problem with bindings configure script
All, I'm trying to compile xapian core and bindings under cygwin. I have no issues running the configure script and then compiling core, but bindings is giving me some issues. I'm running the configure script for bindings as follows: in xapian-bindings-1.4.0 directory. ./configure XAPIAN_CONFIG=/home/John/xapian-core-1.4.0 --with-java and had two issues. The first I solved by doing
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
2016 Aug 29
1
Forming a "Project Leadership Committee"
Xapian is in the process of joining the Software Freedom Conservancy (https://sfconservancy.org/), but one thing we need to sort out before we can finalise this is some sort of more formal project leadership structure. James Aylett and I have discussed this with Bradley Kuhn from Conservancy, and we think the most appropriate model currently would be a small group of at least 3 (to avoid deadlock
2019 Jul 02
1
Xapian user search query syntax
I am using Xapian as the search engine in Hyperkitty for GNU Mailman 3. Is there a page of instructions for end users on the search syntax, such as wildcards and boolean searches? My end users would appreciate such a thing. I am unable to find anything like this. Andrew Bernard
2017 Apr 08
2
Omega: Missing support for newer weighting schemes
Hi, In my explorations of Omega codebase, I have found that Omega is currently missing support for newer weighting schemes added in 1.4.1 (BM25+, PL2+, Dir+). I'd submit a PR addressing that but as I think I might be missing something so just wanted to check if there's a particular reason for that? P.S. Finally back after a long week. Been eagerly waiting for a weekend since the
2017 Jul 16
2
Click Model Implementation
> So I think you should go ahead with SDBN, and not worry about the class > hierarchy. Okay, I'll start with the implementation of SDBN class. > What sort of performance constraints are there on the implementation? > Which language are you proposing building this in? Only major performance constraint would be on the training step in the implementation. Although, SDBN has a
2017 Apr 08
2
Omega: Missing support for newer weighting schemes
> It may be worth splitting that part of the $set documentation out into its > own section somehow, because it's getting a bit long - Undoubtedly; $set command has the longest section on the documentation page :) But it would be hard splitting that up because the documentation is organised in a way that each command is really contained in its own specific section. > and the details
2016 Aug 19
2
KMeans - Evaluation Results
On 18 Aug 2016, at 23:59, Richhiey Thomas <richhiey.thomas at gmail.com> wrote: > I've currently added a few classes which don't really belong to the public API (currently) into private headers and used PIMPL with the Cluster class. I'm having difficulty reading your changes, because you aren't keeping to one complete change per commit. So for instance you've added a
2019 Mar 03
2
A Greeting for Xapian community
On Sun, Mar 03, 2019 at 04:20:21PM +0000, James Aylett wrote: > On the documentation build, I'm not sure what's going on. I'm on > Debian stable here, and I don't have texinfo installed. ./bootstrap > completes successfully for me. My understanding of makeinfo is that > it's not actually needed for Xapian, and the build system shouldn't > complain about its
2018 Apr 19
1
Xapian posting lists in memory mode
Dear Members of Xapian Project, Sorry for troubling you this time. This is Miao LIU, a postgraduate student working on information retrieval system related areas. I have been using Xapian (https://xapian.org) for quite a few months as the database and the searching engine in my IR system. I am currently facing a tough problem that I'd like to put all my posting lists in memory of my
2018 Sep 29
2
xapian parser bug?
Today we noticed that keywords can't be searched as prefixed terms. Or that's what it looks like anyway. I tested and, or, and not. ╰─% NOTMUCH_DEBUG_QUERY=y notmuch search 'subject:"and"' Query string is: subject:"and" notmuch search: A Xapian exception occurred A Xapian exception occurred parsing query: Syntax: <expression> AND <expression> Query
2017 Jul 11
2
Click Model Implementation
Hi, Now that the clickstream logging PR (#161) is close to getting merged I'm starting to move onto the next step i.e. the implementation of DBN click model for which I think it'd be best to discuss the approach that I intend to take and the classes required. I'm thinking of starting with the implementation of a base class Model to enable the implementation of DBN click model as its
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