Displaying 20 results from an estimated 5000 matches similar to: "Document clustering module?"
2007 Jul 09
7
Xapian pubmeet
Hi all,
A few of us have been discussing whether we should have a Xapian social
gathering of some kind. The current idea is meeting up in a pub in
London some time in autumn for drinks and food. However all of this
really depends on who might be able to come! It would be a chance to
meet other Xapian enthusiasts in an informal social setting and talk
about all things search-related (and
2007 Jun 05
7
Chinese, Japanese, Korean Tokenizer.
Hi,
I am looking for Chinese Japanese and Korean tokenizer that could can
be use to tokenize terms for CJK languages. I am not very familiar
with these languages however I think that these languages contains one
or more words in one symbol which it make more difficult to tokenize
into searchable terms.
Lucene has CJK Tokenizer ... and I am looking around if there is some
open source that we
2011 Apr 21
2
Chinese segmentation
hello, I have finished reading the papers, and i think it is time to design
my project.
First step will be determine the input characters are Chinese. i see the
past post that cjk-tokenizer is just dealing with UTF-8 and unicode, but i
see some other code system such as gbk and big5. i am wondering that should
i just deal with UTF-8 and unicode?
2014 Sep 27
3
[LLVMdev] Proposal to add Bitcode version field to bitcode file wrapper
Sorry if I was unclear. There are currently no “known incompatibilities” that I am aware of, although I fully admit to not being an expert on the topic. The idea is that we add versioning information to the bitcode so that if an issue were discovered, it could be easily detected and dealt with.
Douglas Yung
From: Bob Wilson [mailto:bob.wilson at apple.com]
Sent: Friday, September 26, 2014 16:39
2014 Oct 06
3
[LLVMdev] [cfe-dev] Proposal to add Bitcode version field to bitcode file wrapper
On Sun, Oct 5, 2014 at 8:10 PM, Yung, Douglas <
douglas_yung at playstation.sony.com> wrote:
> Hi –
>
>
>
> I realize the thread has drifted a little, but I wanted to get back to my
> original proposal. I would like to make a change to the bitcode file
> wrapper to include the version of llvm that produced the bitcode. I would
> like to write this version into the
2014 Sep 28
2
[LLVMdev] [cfe-dev] Proposal to add Bitcode version field to bitcode file wrapper
On Sat, Sep 27, 2014 at 11:35 PM, Alex Rosenberg <alexr at leftfield.org>
wrote:
> How is this use case different from the LTO-supported toolchains shipped
> by other vendors such as Apple? Do they have this theoretical problem too?
>
> If the issue is solely constrained to debug info metadata, then why not
> use metadata to describe the format/version of the debug info?
>
2016 Mar 15
2
LLVM.org/viewvc down?
Is there any eta for when viewvc will be back? I prefer to use viewvc because all of the commit emails have the SVN commit number, but not the corresponding git hashes, so it makes it easier to look it up. Or is there some easy way to map an svn commit number to the corresponding git hash?
Douglas Yung
From: Johan Engelen [mailto:jbc.engelen at gmail.com]
Sent: Saturday, March 12, 2016 5:03 AM
2007 Mar 25
3
MMX patch to speed up Theora decoding
Hi,
Attached is a patch against 1.0alpha7 to speed up Theora decoding. It
is about 15~20% faster in my test. It consists of following things:
* MMX loop filter based on Rudolf Marek's patch in
http://lists.xiph.org/pipermail/theora-dev/2005-August/002838.html
* MMX IDCT based on Rudolf Marek's patch in
http://lists.xiph.org/pipermail/theora-dev/2005-July/002816.html
and the code in
2002 Dec 03
1
Plotting Speed: R vs Octave
Thank you. Guess it's a plausible explanation.
> -----Original Message-----
> From: Liaw, Andy [mailto:andy_liaw at merck.com]
> Sent: Tuesday, December 03, 2002 08:05 AM
> To: 'Chunlou Yung'
> Subject: RE: [R] Plotting Speed: R vs Octave
>
>
> If I'm not mistaken, Octave does not have its own graphics system, but
> rather rely on gnuplot, which is
2014 Sep 27
5
[LLVMdev] [cfe-dev] Proposal to add Bitcode version field to bitcode file wrapper
As I understand it, the bitcode compatibility promise doesn't extend as far
as debug info metadata (happy to be wrong here!). I think we have a
usecase where need to guarantee that debug information from any two
arbitrary bitcode files going into an LTO link will result in the
expected/correct debug information going into the resulting ELF file;
unless we can be sure that this will always
2016 Feb 27
3
LLVM.org/viewvc down?
Hi,
I've noticed since about Thursday that llvm.org/viewvc seems to be only returning 404 error when trying to access it. Is this service going away?
Douglas Yung
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160227/7fb2d558/attachment.html>
2016 Feb 27
2
LLVM.org/viewvc down?
It's currently disabled until the issues with llvm.org load would be
resolved. Use klaus instead.
On Sat, Feb 27, 2016 at 6:53 AM, Yung, Douglas via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Hi,
>
>
>
> I’ve noticed since about Thursday that llvm.org/viewvc seems to be only
> returning 404 error when trying to access it. Is this service going away?
>
>
>
2005 Jan 06
2
Segmentation fault while using Mclust function of mclust library in R-2.0.1
Hi, all;
I got an unusual error while using mclust library 2.1-7 on R 2.0.1.
When I tried to run Mclust(rnorm(100)), I got segmentation fault error.
Does anyone know what causes this problem?
I came across the same problem even when I tried to run the example shown in
Mclust help using iris data.
Thanks in advance,
Tae-Hoon Chung
--------------------------------------------------
Tae-Hoon Chung
2007 May 02
3
Dumping Xen dom0 kernel output to serial console
Hi-
I am having a weird problem with setting dom0 kernel output to the
serial console with Xen 3.0.4-1, below is my grub setting. With this setting
if I don''t enter the grub menu and have the default boot to the first image,
everything works fine and I can get output/input to the serial console. The
problem is when I enter the grub menu and select the image to boot from, if
I
2004 Jul 13
2
e1071 question: what's the definition of performance in t une.* functions?
Basically, the `Detail' section of ?tune says it all:
Details:
As performance measure, the classification error is used for
classification, and the mean squared error for regression. ...
Andy
> From: Tae-Hoon Chung
>
> Hi, all;
>
> Basically, the subject contains the all information I need to know.
> In e1071 library, there are functions to tune parameters.
2014 Sep 26
2
[LLVMdev] Proposal to add Bitcode version field to bitcode file wrapper
Hi,
We would like to add a version number to the bitcode wrapper. This feature would allow easier identification of what compiler produced the bitcode so that known incompatibilities with LTO compilation could be detected. Roughly speaking, this version number would consist of the major, minor and optionally the patch version of the compiler used to produce the bitcode. The version information
2014 Nov 01
4
[LLVMdev] Using the unused "version" field in the bitcode wrapper (redux)
Hi Sean,
> Rafael gave me some of the backstory on this. Basically it is to work around some buggy behavior in the Darwin ar. Adding that on the front of the bitcode file just to get a version doesn't seem
> like a very clean thing to do.
>
> Doug, what other alternatives did you guys consider before settling on this?
>
> As for #2 above, the non-universality of the wrapper
2006 Apr 26
3
The beautiful math plot
Dear R-help,
How can I replicate the beautiful math plot found in the right-hand side of http://www.r-project.org/screenshots/desktop.jpg? I tried the following code but didn't obtain something as beautiful.
r <- seq(-10, 10, len=100)
y <- cos(r^2)*exp(-r/6)
par(pty="s")
plot(r,y,type="l")
Thanks in advance!
Yung-jui Yang
[[alternative HTML version deleted]]
2014 Nov 03
5
[LLVMdev] Using the unused "version" field in the bitcode wrapper (redux)
Hi,
The conversation has drifted slightly, so I wanted to bring it back to the version field in the bitcode wrapper.
Currently in the toolchain which we ship and support, we use a proprietary linker. That linker is unable to read bitcode files and we do not have any plans to enable it to as far as I’m aware. Because of this, we need a way of identifying the version of a bitcode file without
2006 Apr 26
2
About regression and plot
Dear R-help,
This is my first R day. I want to ask some more beginner's questions.
Q1. How can I obtain the covariance matrix for parameter estimates of a multiple regression? I checked ?lm but didn't get the information.
Q2. How can I see the old graphs in the graph window?
Q3. Can R plot animated graph? For example, I want to see the dynamic change of a 2D graph during a time