Displaying 20 results from an estimated 50 matches for "lexicon's".
Did you mean:
lexicon
2010 Nov 06
1
Hashing and environments
Hi,
I'm trying to write a general-purpose "lexicon" class and associated methods for storing and accessing information about large numbers of specific words (e.g., their frequencies in different genres). Crucial to making such a class practically useful is to get hashing working correctly so that information about specific words can be access...
2010 May 12
6
dynamic searchable fields, best practice?
I have a Lexicon model, and I want user to be able to create dynamic
feature to every lexicon.
And I have a complicate search interface that let user search on every
single feature (including the dynamic ones) belonged to Lexicon model.
I could have used a serialized text field to save all the dynamic
information...
2006 Nov 03
1
term duplication among index tables
Greetings all,
I have been looking into using Xapian to provide search for email. I
have to be very careful about indexing overhead, and I notice that
several of the tables use term strings as part of the key or data. I
was wondering if there is a performance or complexity reason for not
having a separate table mapping term strings to unique numbers, which
could then be used in the
2013 Aug 13
2
[LLVMdev] Are integer types primitive?
...to reflect this.
>
Right.
>
> But that doesn't make *any sense*. The documentation for primitive types also is still written in a way that would include integers.
What purpose does the notion of "primitive" types serve anymore? Why don't we just abolish that from the lexicon and from the code?
-Chris
2013 Dec 07
2
[LLVMdev] Are integer types primitive?
On Dec 6, 2013, at 6:37 PM, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
>> What purpose does the notion of "primitive" types serve anymore? Why don't we just abolish that from the lexicon and from the code?
>
> Hi Chris,
>
> The attached patch removes it from Type.h and updates the last users.
> Is that what you were looking for?
Yep, LGTM. It would also be nice to remove the mention from LangRef.
-Chris
2005 Oct 08
1
*wildcard* support?
Hello,
First I wanted to say thanks for a great piece of software, thanks
Olly and others who've contributed!
I know that Xapian supports right-truncating, if that's the proper
name for wildcard support, as in a search for "xapia*".
I don't believe Xapian supports wildcards on both sides of a term, correct?
Is this something that is technically unfeasable, unpalatable
2009 Sep 04
0
passing character vectors to FORTRAN
...then
goto 10
end if
end do
10 continue
return
end
####### end of fortran code
####### start of R code
strings <- c("donald duck",
"When trying to express oneself, it's frankly quite absurd,
To leaf through lengthy lexicons to find the perfect word.
A little spontaniaty keeps conversation keen,
You need to find a way to say, precisely what you mean...
Supercalifragilisticexpialidocious!
Even though the sound of it is something quite atrosicous!
If you say it loud enough, you'll always sound precocious",...
2008 Nov 06
4
[LLVMdev] Available code-generation parallelism
...locate the bookkeeping storage for identifying
duplicate Constants and Types and then release it so long as none of the
optimization and analysis passes 1) Emit new Types or 2) are broken by
duplicate Constants.
-Jonathan
PS: What is RAUW? I'll volunteer the clerical work of adding it to the
Lexicon if you'd be kind enough to hand me a small dose of clue :)
> -Chris
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2015 Feb 02
2
[LLVMdev] LLVM Weekly - #57, Feb 2nd 2015
...adding and ISD node for fused multiply
add
operations](http://article.gmane.org/gmane.comp.compilers.llvm.devel/81443).
* A question about the [meaning of
RAUW](http://article.gmane.org/gmane.comp.compilers.llvm.devel/81323) is a
good opportunity to highlight the existence of the very handy [LLVM
lexicon](http://llvm.org/docs/Lexicon.html).
## LLVM commits
* A simple in-process fuzzer was added to LLVM.
[r227252](http://reviews.llvm.org/rL227252).
* The programmer's manual gained a section about type hierarchies,
polymorphism, and virtual dispatch.
[r227292](http://reviews.llvm.org/rL227292...
2013 Dec 07
0
[LLVMdev] Are integer types primitive?
> What purpose does the notion of "primitive" types serve anymore? Why don't we just abolish that from the lexicon and from the code?
Hi Chris,
The attached patch removes it from Type.h and updates the last users.
Is that what you were looking for?
Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 6755 bytes
Desc: n...
2013 Dec 07
0
[LLVMdev] Are integer types primitive?
...013 12:55, Chris Lattner <clattner at apple.com> wrote:
>
> On Dec 6, 2013, at 6:37 PM, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
>
>>> What purpose does the notion of "primitive" types serve anymore? Why don't we just abolish that from the lexicon and from the code?
>>
>> Hi Chris,
>>
>> The attached patch removes it from Type.h and updates the last users.
>> Is that what you were looking for?
>
> Yep, LGTM. It would also be nice to remove the mention from LangRef.
I updated the LangRef and committed as...
2002 Nov 01
3
Line plot with date-time on X-axis
...is values are non-numeric.
'bwplot()' sorts the date
values and thereby changes the order of the dates and of Y. The date/time
values have to be
shown on the X-axis as tick values rotated by 90 deg. as there more than 100
points.
I appreciate your suggestions and hints.
Thanks
sukhaswami
Lexicon Genetics
***************************************************************************
The contents of this communication are intended only for the addressee and
may contain confidential and/or privileged material. If you are not the
intended recipient, please do not read, copy, use or disclose t...
2005 May 13
6
[LLVMdev] LLVM 1.5 Release Plan
...is to make sure that the
documents accurately describe LLVM 1.5. Here's my list of suggestions
about how to divy up the reviewing:
Myself:
LLVM Reference Manual
How to Build the C/C++ Frontend
LLVM Test Suite Manual
Chris:
LLVM Command Guide (note changes to llc command line options)
LLVM Lexicon
Misha:
Release Notes
Writing an LLVM Backend
Reid:
Bytecode Format Guide
Compiler Driver (llvmc) Guide
LLVM Makefile Guide
Rob:
LLVM Getting Started Guide
FAQ
Dinakar:
Writing an LLVM Pass
Jeff Cohen:
Getting Started Guide for MS Visual Studio
If you can volunteer to review the docs listed un...
2005 Aug 22
7
Drag-N-Drop Event Sinking With Remote Call
...n addressed. My question pertains to performing image drag-n-drop event sinkings that fire off remote asynchronous server calls. Has anyone gotten this to work? If so, can you point me in a direction to obtain some sample code/on-line resources. Much Thanks
Chris Alexander
Senior Software Engineer
Lexicon Pharmaceuticals, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050822/207b5390/attachment.html
2013 Dec 31
2
[LLVMdev] Random question about the x86 backend (and backends in general I suppose)
----- Original Message -----
> From: "Craig Topper" <craig.topper at gmail.com>
> To: "Chandler Carruth" <chandlerc at google.com>
> Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> Sent: Monday, December 30, 2013 2:29:50 PM
> Subject: Re: [LLVMdev] Random question about the x86 backend (and backends in general I suppose)
2004 Oct 11
0
LLVM October Status Update
.../mail.cs.uiuc.edu/pipermail/llvmdev/2004-September/001926.html
11. Interprocedural LLVM passes should now derive from ModulePass:
http://mail.cs.uiuc.edu/pipermail/llvmdev/2004-September/002142.html
New Documentation (contributions and suggestions welcome!):
12. Reid started the "LLVM Lexicon", a document meant to explain any and
all confusing terminology we use in and around LLVM.
http://llvm.cs.uiuc.edu/docs/Lexicon.html
13. Misha started the "How to write an LLVM Backend" document, located
here: http://llvm.cs.uiuc.edu/docs/WritingAnLLVMBackend.htm...
2015 Nov 01
2
Google Summer of Code 2016 | LLVM
Hi,
I am a graduate student in computer science.I have taken a programming
languages course this semester and I am having great fun building
interpreters.I am planning to build toy compilers in the winter.I would
love to participate in GSOC 2016 contributing to LLVM.Could anyone let me
know desirable skills should be developed to contribute to LLVM ? Also I
would like to know the open projects
2006 Jan 01
20
A comment about R:
Readers of this list might be interested in the following commenta about R.
In a recent report, by Michael N. Mitchell
http://www.ats.ucla.edu/stat/technicalreports/
says about R:
"Perhaps the most notable exception to this discussion is R, a language for
statistical computing and graphics.
R is free to download under the terms of the GNU General Public License (see
http://www.r-project.
2011 Jan 15
2
[LLVMdev] Spell Correction Efficiency
...es at all. Just replace the existing StringRef::edit_distance and we're
> done.
>
> Anyway I've been exploring a few options regarding typo correction these
> past weeks and I now have a little ecosystem of various solutions, however I
> currently lack 3 things:
> - a real lexicon (mine is about ~18k words) --> I would appreciate if
> someone pointed me to a more representative lexicon, otherwise I may try and
> index a subset of the boost library and see what I can come up with
>
>
> I tend to use Cocoa.h on Mac OS, which is great for Objective-C. Boost is...
2013 Aug 12
0
[LLVMdev] Are integer types primitive?
Originally, the distinguishing feature of "primitive" types was that they
were enumerable and not parameterized on anything.
Then we moved to arbitrary bit-width integers types to generalize things
significantly (the right move IMO).
Thus, integers were no longer technically primitive types, and their
categorization in code has changed to reflect this.
But that doesn't make *any