similar to: Xapian 1.4.1 released

Displaying 19 results from an estimated 19 matches similar to: "Xapian 1.4.1 released"

2016 Sep 28
0
Xapian 1.2.24 released
Xapian 1.2.24 can now be downloaded from: https://xapian.org/download This release was actually cut nearly two weeks ago, but as you may have seen we're in the process of migrating Xapian services to a new server, so it seemed prudent to delay pushing this out. Since 1.2.16, release tarballs are compressed with xz instead of gzip, as it provides much better compression, without being too
2006 May 10
1
help with writing output from two different arrays to two columns in an output file
Hi, I am very new to R and I have written the following block of code to generate a gamma distribution for variable x (which is an array) and a function "y" whose array values depend on the individual array values of "x". The code is as follows: n=1000 x=rgamma(n,1.5,2) y=vector("numeric",n) for (i in 1:n){ y[i]=(2937/50000*exp(-1/1000*x[i])/x[i]) } now I want to
2004 Feb 25
4
Computing very large distance matrix
Hello All, I have a 131072x132 matrix for which I need to compute a regular euclidean distance matrix, which I then need to transform and run agnes() on this transformed matrix. I am having trouble computing the distance matrix as it is fairly large and I am sure I have gone over the max. The specific error I am getting is: Error in vector("double", length) : negative length vectors
2004 Feb 04
1
Clustering with 'agnes'
Hello, I had a question regarding clustering using the agnes() function from the 'cluster' package. I was wondering if anyone knew how I can identify cluster points after running the agnes function. For example, I created a dataset with points randomly scattered around (0,0), (0,1) and (1,0). After clustering, the dendrogram shows all the clustered points and I get the ordering and
2016 Mar 04
2
GSOC 2016 project on Ranking
Hello Sir, I am a third-year student at the Department of mathematics at IIT Kharagpur. I have good experience in Information Retrieval and Machine Learning. I have read many chapters of the book Introduction to Information Retrieval. Recently I am doing a project on tagging a question on a Q&A Forum using ranking the tags and probabilistic inference. I also have software development
2016 Dec 06
0
MSYS2 maintainer contacted
I wrote to the MSYS2 package maintainer about the download mingw-w64-i686-xapian-core-1.4.1-1-any.pkg.tar.xz, missing the /mingw32/lib/libxapian.la file. Admittedly, I ran without arguments configure on their copy "xapian-1.4.1-1" of the sources, whereas the maintainer had arguments to configure. So before further attendance to the subject I should check if the xapian-1.4.1 &
2006 Jan 05
1
Memory limitation in GeoR - Windows or R?
Dear Aaron, I am really a tool user and not a tool maker (actually an ecologist doing some biostatistics)... so, I take the liberty of sending a copy of this e-mail to the r-help list where capable computer persons and true statisticians may provide more relevant information and also to Paulo Ribeiro and Peter Diggle, the authors of geoR.. I really feel that your huge matrix cannot be
2001 Oct 31
3
SWAT/md5/shadow/pam
Hi together, i've read a few mails here about the following problem, but the solution comes not clear to me. I'm using SuSE 7.3 (kernel 2.4.10), and samba 2.2.2. Following problem appeared: In the standard settings for pam.d/login,passwd,other and samba SWAT works well. Swat is access able as root and as user. Changing the options in /etc/pam.d to use md5-hashes in shadow, SWAT denies
2016 Sep 09
0
problem with bindings configure script
On 9 Sep 2016, at 19:55, John Bankert <jbankert at gmail.com> wrote: > 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: John ? a couple of things should help get you closer to this. 1.
2016 Sep 12
0
problem with bindings configure script
On Mon, Sep 12, 2016 at 11:07:10AM -0400, John Bankert wrote: > That worked, thanks, but with a caveat. I don't know if this is a > limitation of autoconf/configure, but jni.h wants to include jni_md.h, > which is located in JNI_INCLUDE_DIR/win32, which is not automatically > searched. I was able to work around this by moving jni_md.h from the win32 > sub directory to the same
2016 Sep 22
0
issues compiling omega
On 22 Sep 2016, at 18:35, John Bankert <jbankert at gmail.com> wrote: > /usr/bin/x86_64-w64-mingw32-ld: cannot find -lmagic It's slightly confusing, but this error means it's failing to find a _library_ called magic, which won't be in a file just called "magic". I don't know where libraries live under cygwin, or what they're called, but it'll probably
2016 Sep 22
0
issues compiling omega
On Thu, Sep 22, 2016 at 05:10:32PM -0400, John Bankert wrote: > That was exactly the issue. libmagic.dll.a was in /lib under cygwin. Adding > a -L/lib took care of this. The "share" vs "lib" distinction is that "share" is for files which are architecture independent. So executable machine code will (well, should) never be there, only data files, scripts,
2013 Apr 03
1
Newbie questions about omega
Dear all, I am a newbie to Xapian-Omega. I installed Xapian-Omega (1.2.14) a few days ago on my freebsd NAS server, and intend to use it to search my CIFS/SMB share. So far it works fine (I am able to search my share using the omega web interface), nevertheless I have few newbie questions. Hoping that somebody can answer my (hopefully not to silly) newbie questions. Indexing file names:
2016 Sep 14
1
problem with bindings configure script
Olly, I think the confdefs.h issue was due to the fact that I was using XAPIAN_CONFIG to point to the configure script, rather than the xapian_config executable created when making xapian_core, as pointed out by James. Also, as a general note, when trying to make the bindings, I had a problem when make was trying to compile the java source in org/xapian The following line: $(JAVAC)
2016 Sep 12
2
problem with bindings configure script
James, That worked, thanks, but with a caveat. I don't know if this is a limitation of autoconf/configure, but jni.h wants to include jni_md.h, which is located in JNI_INCLUDE_DIR/win32, which is not automatically searched. I was able to work around this by moving jni_md.h from the win32 sub directory to the same directory as jni.h. No idea who's bug this is, if it is legitimately a bug,
2016 Sep 22
2
issues compiling omega
James, That was exactly the issue. libmagic.dll.a was in /lib under cygwin. Adding a -L/lib took care of this. This was also an issue with -lpcre, which adding -L/lib fixed as well. Of course, I'm now running up against something else. from make libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith -Wca st-qual -Wcast-align -Wno-long-long -Wformat-security
2016 Oct 23
0
[Bug 98398] Vgaswitcharoo fails to turn off GPU properly
https://bugs.freedesktop.org/show_bug.cgi?id=98398 --- Comment #7 from Pablo Cholaky <waltercool at slash.cl> --- Just to add extra info here, this problem also happens with bbswitch https://github.com/Bumblebee-Project/bbswitch/issues/140 Guys, do you know if this is really a bug from Linux or a feature? I meant, if changes to fix this problem would be at kernel side (PM team) or kernel
2016 Oct 23
0
Outliner plugin for editor
On Sat, 2016-10-22 at 21:28 -0400, H wrote: > I am currently running not only Geany (on CentOS and on Windows) but also Gedit on CentOS, much of the use is as markdown-editors being a recent convert to this language. I would, however, also like to be able to essentially use it as an outliner - remember the old DOS outliners that were great for creating document outlines? > > It would
2016 Oct 23
2
keent() from Tika - with doveadm
doveconf -n attached, what else do you need? On Sun, Oct 23, 2016 at 3:19 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > Please see http://dovecot.org/bugreport.html > > Aki > > > On October 23, 2016 at 2:32 AM larryrtx <larryrtx at gmail.com> wrote: > > > > > > Any news Ali? > > > > > > Sent from my Sprint Samsung Galaxy S7.