Displaying 20 results from an estimated 20000 matches similar to: "Sent vs Sent Items"
2006 Aug 22
3
synonyms
Hi,
Using ferret and acts_as_ferret.
Great work.
Is there a way to define some synonyms (searchable words that would not
appear in the texts ?
Like stop words, but instead of being removed from query and index,
they would be added ;-)
Can some synonyms be regexp ? I''d like for instance to have ? (oelig)
be equivalent to oe in French.
Or maybe an utf8 normalization could achieve
2007 Oct 18
8
centos 5 vs OpenSuse 10.3
Apart from religious grounds (!), is there any pros or cons why I should
choose one over the other for a new install of asterisk ?
Julian
2024 Aug 02
1
grep
?s 02:10 de 02/08/2024, Steven Yen escreveu:
> Good Morning. Below I like statement like
>
> j<-grep(".r\\b",colnames(mydata),value=TRUE); j
>
> with the \\b option which I read long time ago which Ive found useful.
>
> Are there more or these options, other than ? grep? Thanks.
>
> dstat is just my own descriptive routine.
>
> > x
> ?[1]
2024 Aug 02
2
grep
Good Morning. Below I like statement like
j<-grep(".r\\b",colnames(mydata),value=TRUE); j
with the \\b option which I read long time ago which Ive found useful.
Are there more or these options, other than ? grep? Thanks.
dstat is just my own descriptive routine.
> x
?[1] "age"????????? "sleep"??????? "primary"????? "middle"
?[5]
2012 Jan 05
1
Enhance synonyms feature of the query parser (patch included)
Very few people seem to be using synonym in Xapian, I recently found some problems in the use of synonyms.
Normally, I think we should not contain any prefix info in synonym table except that 'Z'.
For example, I have the following synonyms and prefix info:
db.add_synonym("search", "find");
db.add_synonym("Zsearch", "Zfind");
2016 Jan 05
2
synonym expansion for boolean prefixes.
Olly Betts <olly at survex.com> writes:
> A better option for this is probably a FieldProcessor - you set one for
> a prefix and the it gets passed the value and returns a Query object
> for it. E.g. in lua (where you can just pass an anon function for the
> FieldProcessor - we ought to support C++11 lambdas for such things):
[snip]
> To achieve this with synonyms in a
2011 Jul 28
1
Xapian and Synonyms
Hi guys
I've just had a thought about something we do with our search on
ReportBuyer.com: we cater for both American and British English in our
searches and we have had plans for a while now to implement something
that allows users to find 'colour' and 'color', 'tap' and 'faucet' by
doing some clever programming.
Looking at the Xapian docs, though, it appears
2014 Mar 24
5
IAXModem or T38Modem?
Hi all,
I'm installing Hylafax on my Asterisk system. From what I've read, I can
either use IAXModem or T38Modem to provide the virtual fax device. So at
the risk of starting a religious war, which one should I use?
I don't mind running IAX if I have to. I want as much flexibility and
stability as I can get.
So, what are your recommendations?
Mike.
-------------- next part
2009 Aug 15
1
extracting text from wordnet using synonym()
Dear group,
There are postings on extracting partial string using sub()/gsub()/gsubfn()
but I still couldn't figure this one out. Supposed I am pulling the
synonyms of "help" using synonyms("help") from wordnet and get the
followings:
> synonyms("help")
[1] "c(\"aid\", \"assist\", \"assistance\", \"help\")"
2009 Jan 28
2
For Whom the Gaza Bell Tolls -- Part 1 and 2 -- Obamas Mideast Jewish Wet Dream Team
For Whom the Gaza Bell Tolls -- Part 1
By Edmund Connelly for The Occidental Observer
January 16, 2008
?The Israelis can kill whomever they want whenever they want.?
--Paul Craig Roberts
I sometimes think that it?s pointless for Americans to talk much about recent events in Gaza because we know how it will play out ? America will do absolutely nothing to interfere with the
ongoing massacre.
2007 Jul 07
2
Extending/Modifying QueryParser
Hi,
I''ve implemented synonym searching in my rails application but have
an idea I''d like to implement but can''t figure out how to do. The
idea is that I''d like to give the end user the choice on whether to
search for the synonym of a word or not. Preferably by extending the
query language to parse a construct similar to ''%word1'' and
2009 Jan 28
2
For Whom the Gaza Bell Tolls -- Part 1 and 2 -- Obamas Mideast Jewish Wet Dream Team
For Whom the Gaza Bell Tolls -- Part 1
By Edmund Connelly for The Occidental Observer
January 16, 2008
?The Israelis can kill whomever they want whenever they want.?
--Paul Craig Roberts
I sometimes think that it?s pointless for Americans to talk much about recent events in Gaza because we know how it will play out ? America will do absolutely nothing to interfere with the
ongoing massacre.
2002 Jul 02
4
XEmacs vs. GNU Emacs?
As a user of only R, I don't use much of the potential of ESS and Emacs.
Without entering a religious feud, is there any reason I should use XEmacs
rather than my current GNU Emacs?
(I looked on the XEmacs site, but I didn't understand the programming
issues they were talking about (over my head).)
Martin Henry H. Stevens, Assistant Professor
338 Pearson Hall
Botany Department
Miami
2008 Apr 24
3
how to delete all document from the DB (without deleting the DB itself)
Hello,
I'm still testing PHP5 bindings and I could'nt find a way to delete
all documents from a DB without deleting other informations stored in
the DB such as synonyms.
Since the process of adding synonyms is time consuming, I would like
to use the same DB but restart my test without any document in the DB,
is this possibile?
I could'nt find a delete_all or a method like that, nor
2005 May 20
1
Re: Hi, Bryan; was: Re: pronunciation? <snip> -- don't shoot the messenger ...
From: Johnny Hughes <mailing-lists at hughesjr.com>
> IBM has since totally changed their thoughts with regards to GNU/Linux.
Actually, their cut-off of Monterey had everything to do with their current
change in strategy on Linux back in 2000+. Monterey was established
before IBM's interest in GNU/Linux. After IBM realized that it could use
an economical complement in Linux, it saw
2015 Dec 28
3
synonym expansion for boolean prefixes.
I have an application for synonyms for tags in in notmuch, which means
synonym expansion for a particular boolean prefix. I have a vague memory
of Olly telling me this doesn't work, but I'm not sure about the
details.
My higher level goal is to support a kind of indirection with tags,
where query tag:foo can really generate tag:bar or tag:fub, depending on
some kind of configuration.
2004 Mar 27
2
cbind question
hi, all:
Just wonder if there is any suggestions in how to get around this cbind error. I created two character lists with identical length. First tried combine the lists together with cbind, then convert the lists to matrix, and tried again. Both faied. Any fix to merge the two lists/matrices?
ll<- multiget(ftID, hgu95av2LOCUSID)
> class(ll)
[1] "list"
> sym <-
2005 May 22
2
Re: Hi, Bryan; was: Re: pronunciation? <snip> -- don't shoot the messenger ...
From: Collins Richey
> Sounds pretty religious-based to me.
> IBM=bad
> HP,Sun, RedHat, SCO=good.
> OTOH, from some of your comments, Novell=better.
Are you really that shallow?
IBM is our partner, not our friend.
Sun has its interests too, and has 5 different entities of focus, which vary.
Red Hat is a tale of two companies, cut-throat business combined with GPL-analness
(like
2018 Mar 04
4
Deprecations for schema.xml and newest Solr version (7.2.x)
Hi,
the schema.xml example provided for dovecot in
/usr/share/doc/dovecot-<verison> does not work anymore with the newest
Solr Version (as I know of 7.2.x) because some field classes and filter
classes are deprecated in this version.
The changes (according to the Solr documentation) would have to be :
In the index analyzer :
<fieldType name="long"
2017 Sep 19
1
symbolic computing example with Ryacas
Thanks for the response. Yes, I did study the vignette but did not
understand it fully. Anyway, I have tried once again now. I am happy to say
that I have got what I wanted.
library(Ryacas)
x <- Sym("x");U <- Sym("U");x0 <- Sym("x0");C <- Sym("C")
my_func <- function(x,U,x0,C) {
return (U/(1+exp(-(x-x0)/C)))}
FirstDeriv <-