Displaying 20 results from an estimated 20000 matches similar to: "Word combinations"
2011 Apr 11
1
GSoC - Improving Spelling Correction
Hi Everyone,
I?m a student in Peking University, China, my name is Xiaobing Liu, I?m
interest in Spelling correction project.
I think Xapian?s Spelling correction is based on edit distance with trusted
dictionary. I have some questions about the spelling correction algorithm.
1. The Spelling correction algorithm depends on which dictionary, the
dictionary in inverted index or other
2013 Mar 05
1
Remote database & local database, and adding new weight found vtable error
Hello, guys.
Q1.
now I have load all the docid and its document data into a dictionary for
faster loading data instead of calling
Xapian::MSetIterator i;
i.get_document().get_data();
but I was happened to discover that the dictionaries got by such two method
were different:
both methods use DB1, DB2
method 1:
Xapian::Database db = Xapian::Database(the path of DB1);
Xapian::Database db2 =
2015 Feb 15
3
Bitsize project: Krovetz Stemmer
Hello xapian devs,
I had shown interest in writing a krovetz stemmer for xapian and spoke to
James Aylett about it. Since it was hard to code the stemmer in snowball, I
came up with a C++ implementation of the stemmer.
But since it is a dictionary based stemmer, im having problems on deciding
how to create the dictionary.
I did check out some of the implementations of the Krovetz stemmer online
2011 Apr 07
1
GSOC 2011- CJK Support
Hello, erver one, I am Yongzhi Zhang, a chinese student.
I'm interested in CJK Support(also known as Chinese, Japanese, and Korean
Support),
I have 6 years experience in software development (c/C++ and java) .
I want to work on this project "CJK Support", I come from Beijing of china.
Chinese is my native language. This is my advantage for ?CJK Support? .
I have fixed a bug for
2011 Sep 23
2
understanding stemming and synonyms
I am working with version 1.2.7 and want to use stemming and synonyms.
I use the perl-bindings and get some problems.
First of all: the perl-bindings dont allow the QueryParser a third
argument when calling parse_query! So i cannot set a default prefix
(which perhaps is the solution to my problem, but later more)
i have a simple testcase:
3 documents, every document only has one word:
2010 Sep 01
2
* and mj
Hello all,
Has anyone have magicjack working with their asterisk? I had patched
chan_sip.c with some code that allows asterisk to do the md5 hash that mjmd5
proxy does. * shows that it is registered with magicjack, but incoming calls
are not even hitting my * box and outgoing calls get congestion. Here is my
relevant configs. I did do a ton of google searching, but it all points to
it should
2011 Sep 19
2
New scws patch for xapian-core based on svn trunk
Hi, I have already re-make the patch file, based on the trunk codes in SVN respo.
But I can not build the xapian, because there are many errors when building 'languages/' for stemmer. Therefore, I could not test the new patching code.
Patching code can be accessed from:
http://www.xunsearch.com/download/xapian-scws-1.3.x-trunk.patch
Need to install SCWS first as below steps:
1.
2009 Mar 26
1
Is there a public blacklist of hackers' IPaddresses?
> SIP was written in such a way that the hashes it sends for passwords
> could, with only a trivial rewrite of the server code, be SHA1 instead
> of MD5 -- which would increase security to the level that, currently, it
> would be far more trouble than it's worth to even bother to attempt to
> crack.
I strongly doubt that the known weaknesses in the MD5 hash are
the "weak
2007 Mar 29
1
stemtest failing with romanian
On Tuesday, I replaced the romanian1 and romanian2 stemmers in
Xapian-core with Martin's new romanian stemmer. At the time, I also
updated the stemming test data (by re-generating the output file using
snowball's "stemwords" utility), and I clearly remember re-running the
testsuite at the time and checking that all tests passed.
Now, when I run make check, stemtest fails
2017 Dec 07
0
xapian 1.4 performance issue
On Thu, Dec 07, 2017 at 10:29:09AM +0100, Jean-Francois Dockes wrote:
> Recoll builds snippets by partially reconstructing documents out of index
> contents.
>
[...]
>
> The specific operation which has become slow is opening many term position
> lists, each quite short.
The difference will actually be chert vs glass, rather than 1.2 vs 1.4
as such (glass is the new backend in
2010 Nov 02
1
How to make QueryParser select entire word like "H.O.T"
Hi,
I'm using xapian to build my search engine, but met with a problem.
The code snippet is like:
----------------------Code begin-------------------------------------------------------------
Xapian::QueryParser qp;
qp.add_prefix("Singer", "S");
Xapian::Query query = qp.parse_query("Singer:s.h.e",
2010 Jan 01
1
Multiple spelling suggestions
Is there a way to get a list of spelling suggestions from Xapian?
Database::get_spelling_suggestion (obviously) returns just a single
suggestion.
Garrett
2017 Dec 08
2
xapian 1.4 performance issue
Olly Betts writes:
> On Thu, Dec 07, 2017 at 10:29:09AM +0100, Jean-Francois Dockes wrote:
> > Recoll builds snippets by partially reconstructing documents out of index
> > contents.
> >
> [...]
> >
> > The specific operation which has become slow is opening many term position
> > lists, each quite short.
>
> The difference will actually
2012 Nov 26
1
Word missing after stemmed with Norwegian in Search::Xapian::TermGenerator
Hi all Xapian-devel,
Gist: https://gist.github.com/10d2222d8bffe8d7631d
I'm using Xapian-TermGenerator to extract Norwegian sentences to vsm
(vector space model) using TermGenerator. But when I test generating vsm
from 'Truet med ? stevne misforn?yd PC-kunde - PC-leverand?ren Asus likte
sv?rt d?rlig kundens misforn?yde leserbrev.' It doen't return 'asus' result
in vsm.
2013 Jul 03
2
Potential memory leak when assigning MSetItem values
I've traced a memory leak to a statement which assigns the values from an
MSetItem to a dictionary which is then appended to a list in python. We're
running python 2.7.3, xapian-core 1.2.15 and xapian-bindings 1.2.15. I've
provided an example which reproduces the behavior below. The example prints
the PID and has a few statements waiting for input to make observing the
behavior easier.
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
2008 Aug 30
1
Heist of MagicJack SIP credentials?
While I myself am not a MagicJack user, I'm curious as to whether anyone
here has managed to heist their MagicJack account's sip credentials, and
use them to terminate calls using asterisk. Apparently it's as simple
as sniffing the SIP credentials. If so, said person would enjoy
unlimited termination for $20 year while retaining the flexibility of
setting their CallerID to a
2011 Apr 18
0
Who can help me?I got a problem when I make ”Xapian-bindings“
Hi?
I am a beginer. And I want to try this searcher.
When I configure and building Xapian-bingdings,
I met this problem.
I type "make"
then got
some error info:
That appear like this:
jack at jack-desktop:~/SE/xapian-bindings-1.2.5$ make
make all-recursive
make[1]: ?????? `/home/jack/SE/xapian-bindings-1.2.5'
Making all in python
make[2]: ??????
2002 May 02
2
[Bug 233] could we please learn how to spell the word license
http://bugzilla.mindrot.org/show_bug.cgi?id=233
------- Additional Comments From dtucker at zip.com.au 2002-05-02 19:44 -------
dictionary.com lists "licence" as a variant of "license" according to The
American Heritage Dictionary (go check, we'll wait). It's listed as chiefly
British but both variants are commonly used in Australia (and, I suspect,
Canada).
2009 Aug 14
1
Meaning of " requested special control 20, passing it to SIP"
Received this on the console
-- IAX2/76.21.238.129:4569-4986 requested special control 20, passing it
to SIP/magicjack-08225a58
Did a Google search, but reached a dead end
Can anyone explain?
Something need to be changed in my configuration?
The call completed satisfactorily.
Inbound IAX trunk - outbound to SIP provider magicjack ( no dongle )
Asterisk 1.4.26
TIA
John Novack
--
Dog is my