search for: terrier

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

Did you mean: merrier
2011 Mar 28
2
GSoC 2011 Weighting Schemes
...using Data mining and Information retrieve technology to analysis software engineering (SE) data and support SE. I have great interested in "Weight Schemes" project. and in the last few days I have learnt some detail about DFR model family by reading some papers and web page. I find that Terrier Project (http://terrier.org/) has implement most of DFR scheme in Java language, and briefly read related source of Terrier's package( org.terrier.matching.models), I think "weight scheme" can imitate that package, of course in C++. It will be better to implement a generic DFR weig...
2006 Apr 26
3
Test fixture syntax
OK, I know I''m doing something bone-headed, but I can''t for the life of me figure it out. I''ve read the test fixtures Rdoc about eight dozen times, and it says (to me) that if I have a YAML fixture file, dogs.yml that looks like this: fido: id: 1 breed: Terrier fifi: id: 2 breed: Poodle Then I can include fixtures :dogs in my functional test, and I''ll have access to a Hash of the model objects in the instance variable @dogs. And further, that the fixture records are "found" and loaded into instance variables named as the fixtu...
2003 May 20
2
root rq'd to join domain
I believe it was expected that Samba would allow domain joins by people in the "admin group=" parameter -- I seem to remember reading that somewhere... I also seem to remember (and have discovered) that, no, it is in fact "root", or UID 0 only, who can accomplish this task. My question is, what are the ways around this? There are people in my organization who will be joining
2016 Feb 22
2
Re: Cubietruck: QEMU, KVM and Fedora
...ew-pbx-a9 ARM RealView Platform Baseboard Explore for Cortex-A9 > smdkc210 Samsung SMDKC210 board (Exynos4210) > spitz Sharp SL-C3000 (Spitz) PDA (PXA270) > sx1 Siemens SX1 (OMAP310) V2 > sx1-v1 Siemens SX1 (OMAP310) V1 > terrier Sharp SL-C3200 (Terrier) PDA (PXA270) > tosa Sharp SL-6000 (Tosa) PDA (PXA255) > verdex Gumstix Verdex (PXA270) > versatileab ARM Versatile/AB (ARM926EJ-S) > versatilepb ARM Versatile/PB (ARM926EJ-S) > vexpress-a15...
2018 Jan 02
0
sieve - Failed to store into mailbox 'INBOX/${1}': Mailbox doesn't exist: INBOX/${1}
Op 1/1/2018 om 1:04 PM schreef Ludovic Terrier: > Hello, > > First of all, happy new year! > > I?ve recently configured my mail server and was using a simple sieve rule in order to store all my ?user+pattern at example.com? ingoing email to be stored in the INBOX/pattern folder. > This setup worked very well. I restarted my se...
2000 Jul 01
1
Bugfix patch for vorbize, compat patch for grip
Hey. Last night I hacked grip so that it'd allow me to use vorbize and comments with grip. It's very ugly because grip'd need a bit of rearrangement in order to facilitate the way the vorbis comments work (that is, the comments are not added in after the encoded file has been written). Any one who wants to use it should patch grip-2.94 (http://www.nostatic.org/grip), and make sure you
2013 Mar 15
1
DFR framework as a GSOC project
...an focus on implementing the DFR Framework which will allow the user to create any DFR scheme that he wants to and also implement Query Expansion using the DFR Framework .I hope to be able to do the following work by the end of GSOC:- 1.) About 8 named frequently used DFR schemes mentioned on the terrier homepage and those mentioned by Olly on IRC.Each of these will be an independent weighting scheme subclassed from Xapian::Weight . 2.) A DFR framework which allows the creation of any DFR scheme by choosing a probablistic model,a risk gain normalization and a term frequency normalization. 3/) Imple...
2012 Mar 05
1
Interested in IR, Getting started with Xapian
...o this project so I can understand the existing code better, especially related to Xapian::Weight class or anything else that can get me started with Xapian codebase? References - [1] http://dl.acm.org/citation.cfm?id=582416&dl=ACM&coll=DL&CFID=88428217&CFTOKEN=33171494 [2] http://terrier.org/docs/v3.5/dfr_description.html -- Regards, Akshay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20120305/78b8dc87/attachment.html>
2018 Jan 01
2
sieve - Failed to store into mailbox 'INBOX/${1}': Mailbox doesn't exist: INBOX/${1}
Hello, First of all, happy new year! I?ve recently configured my mail server and was using a simple sieve rule in order to store all my ?user+pattern at example.com? ingoing email to be stored in the INBOX/pattern folder. This setup worked very well. I restarted my server this morning (don?t know if it?s related?) and since Dovecot keep storing my emails in INBOX with following errors: root at
2008 Oct 16
2
imap crash (1.1.4)
...n irritating social faux pas. Unless the word absquatulation has been used in its correct context somewhere other than in this warning, it does not have any legal or grammatical use and may be ignored. No animals were harmed in the transmission of this email, although the yorkshire terrier next door is living on borrowed time, let me tell you. Those of you with an overwhelming fear of the unknown will be gratified to learn that there is no hidden message revealed by reading this warning backwards, so just ignore that Alert Notice from Microsoft: However, by pouring a complete...
2012 Oct 15
1
[QEMU PATCH v4] create struct for machine initialization arguments
...ilename = args->kernel_filename; + const char *kernel_cmdline = args->kernel_cmdline; + const char *initrd_filename = args->initrd_filename; spitz_common_init(ram_size, kernel_filename, kernel_cmdline, initrd_filename, cpu_model, akita, 0x2e8); } -static void terrier_init(ram_addr_t ram_size, - const char *boot_device, - const char *kernel_filename, const char *kernel_cmdline, - const char *initrd_filename, const char *cpu_model) +static void terrier_init(QEMUMachineInitArgs *args) { + ram_addr_t ram_size = args-...
2003 May 15
0
Archive attibute bit management question
Hi, I'm trying to use the archive attribute for backup purpose. All is ok with own user management but not for the group. The accounts user1 and backup are in the staffgroup. *The backup account is not in the admin. group*. It seems that the archive bit can't be changed with file write access granted. This bit is mapped to the UNIX owner execute bit. The create mask parameter is set
2003 May 20
0
Samba 2.2x bits attributes mapped on Linux file permissions
Hi, I saw some mail and questions about that without an answer. My personal experiment: The archive, read-only and hidden attributes are mapped to the x bits of file permission. The attributes can't be used on directories because the x bits are used by linux to descend in. The own user can manage those bits without problem only on a file. I can get the attribute management on a other user