search for: xapain

Displaying 13 results from an estimated 13 matches for "xapain".

2009 Dec 07
2
xapain install
Hi, I am trying to isntall Xapain. I run $./cofigure optionand then I rune make, but it echos following message in infinite loop. Is there anything wrong? How to correct? --------------------------------- /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpoi...
2012 Oct 04
1
Synonyms of Abbreviations
Hello, I am looking for a documentation or an example to use the synonym function. I tried this db.add_synonym("omega","xapain"); and this works by adding the flag FLAG_AUTO_SYNONYMS. If i try to use the db.add_synonym("omega","xapain is search engine "); it fails why? Can xapian use synonym for Abbreviations like MBA => Master of business administration? --Naveen.A.N -------------- next pa...
2012 Mar 22
1
GSOC : Language Modelling for information retrieval with Diversified Search results
Hello, I am a undergraduate student at DA-IICT,India pursuing Btech in Information and Communication Technology.Major field of my Research is Information Retrieval and Natural Language processing. xapain being an powerful Information retrieval library have attracted me towards implementing stuff learned in class for this project.I have worked on entity search on RDF data,SMS based FAQ retrieval,Question Answering under competitions in evaluation forums like CLEF ,FIRE.I want to grab GSOC opportuni...
2012 May 03
1
Incorrect line nums displayed in full text search
Hi, Could you please clarify a query regarding full text search in Xapain? I have installed LXRng (cross-referencer), which internally uses Xapain for text search. I am using CentOS 6 & have installed the following Xapian packages: $ yum list installed | grep -i xapian perl-Search-Xapian.x86_64 1.2.9.0-1.el6 @rpm-eprints-org-xapian perl-Se...
2013 Sep 22
2
How to filter search result with query with has white space.
...<< " [" << i.get_document().get_data() << "]\n\n"; } } catch (const Xapian::Error &e) { std::cout << e.get_description() << std::endl; exit(1); } } int main(){ document d1,d2; d1.title = "Xapain is good"; d1.content = "Xapian is an open source search engine library, which allows developers to add advanced indexing and search facilities to their own applications."; d1.url = "http://www.xapian.org"; d2.title = "Xapain is awesome"; d2.content...
2013 Sep 22
2
How to filter search result with query with has white space.
...<< " [" << i.get_document().get_data() << "]\n\n"; } } catch (const Xapian::Error &e) { std::cout << e.get_description() << std::endl; exit(1); } } int main(){ document d1,d2; d1.title = "Xapain is good"; d1.content = "Xapian is an open source search engine library, which allows developers to add advanced indexing and search facilities to their own applications."; d1.url = "http://www.xapian.org"; d2.title = "Xapain is awesome"; d2.content...
2016 May 31
1
Need info on chert and flint
Hi, I am new to xapian and read somewhere that xapain was using flint before released version 1.1 now it is using chert. I am looking for differences between both flint vs chert respective to xapian and advantages of chert. thanks Smriti
2014 Mar 10
2
A few more question about LETOR
1.Could you explain why are these libraries included in all the xapian-letor headers? #include<xapian/intrusive_ptr.h> #include<xapian/types.h> #include<xapian/visibility.h> Or just provide me with the documentation of these header. I looked into these header files but couldn't anything substantial. 2.
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 18
4
Replace atoi and atol with strtol strtoul:Need Help
Hello, I came across the file *omega.cc* which is in directory* xapain-application/omega/* In this file , atoi is used in *Percentage Relevance cutoff *(293 line no) as Percentage lies between 0-100 their is no need to modify atoi . But do we need to check for error's ? Second Implementation is in *collapsing* (301) in which we collapse set of document under a...
2011 Oct 13
1
Database `default' couldn't be opened
Hello., I configured Xapain in local machine (ubuntu 11.04). The configurations which i did are as follows Xapian Installation - 1) Xapian-core-1.2.7 - tar xvzf xapian-core-1.2.7.tar.gz - cd xapian-core-1.2.7 - ./configure --prefix=/usr/local - make - make install 2) Xapian-binding-1.2.7 - tar xvzf xapian-binding-1.2.7.tar...
2014 Dec 16
2
Replace atoi and atol with strtol strtoul:Need Help
Hello , I came across this function *HtmlParser::decode_entities(string &s)* in *xapian-application/omega/htmlparse.cc* which basically does is extract hex value if any or extract number.For extracting number atoi is used and value returned by it is stored in variable "val" , I think so replacing atoi with strtoul would be useful here as number can have larger value although the
2014 Dec 04
3
Contributing to Xapian
...of it and get back too? Best Regards Manu Gupta On Wed, Dec 3, 2014 at 5:08 AM, Parth Gupta <pargup8 at gmail.com> wrote: > I have merged Jiarong's branch and xapian/master in my master brach: > https://github.com/parthg/xapian > > It builds (you would have to .nobootstrap xapain-bindings). > > It would be also good to test the feature calculation modules in the new > API framework (the above branch) if you are more interested in the general > framework of the LTR. But if you are more keen on the ML part then > Hanxiao's branch would be a good point to st...