Search the web
Sign In
New User? Sign Up
LingPipe
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 590 - 619 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
590
We received a question by mail from someone who didn't mind us cross-posting the answer to the ... That's unrelated. The scalability issue there is large...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 13, 2008
3:40 pm
591
... You're right -- the current tutorial is wrong and I'll fix it for the next release. ... You're right. ... Ironically, I was just up at Columbia Wednesday...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 13, 2008
6:04 pm
592
I fixed the errors reported for the logistic regression tutorial and uploaded the patched version to the LingPipe site: ...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 13, 2008
7:03 pm
593
Hello, I am trying to extract news content from htmls. Which turned out to be a diffucult task. Each news html has other content then news, such as related...
cambazz
Offline Send Email
Jun 18, 2008
2:42 pm
594
Hi, I'm new to LingPipe. I tried TestCluster.java with 4news-test and 4news-train data and it ran fine. However, when I use my own data, I get this error...
Jack L
jlist9
Offline Send Email
Jun 18, 2008
4:52 pm
595
What's happening is that a pairwise proximity is winding up undefined rather than non-negative. If you're following our demos, the problems most likely from a...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 18, 2008
6:05 pm
596
Hello Bob, Thanks for the prompt reply! You are right. One of the files I use is an empty file. After removing it, the demo program ran fine. TestCluster.java...
Jack L
jlist9
Offline Send Email
Jun 18, 2008
6:20 pm
597
Removing boilerplate is an interesting but challenging problem. And it's not one we've thought about deeply. Boilerplate detection is a confounding factor for...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 18, 2008
6:25 pm
598
... We may have had that in an older release, but it's not in our 3.5.0 release. If you're interested in clustering, there's been a lot added to the clustering...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 18, 2008
7:45 pm
599
I'm trying to understand the clustering results, and learning text processing/IR on the way. So my questions are likely ignorant. I tried the demo...
Jack L
jlist9
Offline Send Email
Jun 18, 2008
9:58 pm
600
Bob, ... Hmm ... odd. It's actually in my 3.5.0 download. This is the full path: C:\java\Clustering\lingpipe-3.5.0\demos\tutorial\cluster\src ... I will...
Jack L
jlist9
Offline Send Email
Jun 18, 2008
9:58 pm
601
Just some feedback - I briefly tried name entity recognition and Chinese word segmentation demos. Name entity recognition worked very well in my very brief...
Jack L
jlist9
Offline Send Email
Jun 19, 2008
5:15 am
602
Could anyone shed some light on my questions? And point it out if I'm missing something obvious, even briefly? Thanks! ===8<==============Original message...
Jack L
jlist9
Offline Send Email
Jun 21, 2008
12:17 am
603
... There is no TestCluster.java program in the 3.5.0 release. There's no reference to it in the clustering tutorial. There's not a version in our CVS...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 21, 2008
3:36 am
604
Hello Bob, I just downloaded 3.5.0 again. You are right. It is not there. I might have created it or copied it from somewhere else. I'll email it to you...
Jack L
jlist9
Offline Send Email
Jun 21, 2008
6:21 pm
605
We're happy to announce the availability of LingPipe 3.5.1. This is primarily a bug fix release and it is fully backward compatible with 3.5.0. The details of...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 23, 2008
5:59 pm
606
Hello Bob, I used Lingpipe 2.4.1 to executive NER task. I found something must be wrong with it. In my code, I used ExactDictionaryChunker class and set the...
iwantnb
Offline Send Email
Jun 26, 2008
5:12 am
607
... This has been fixed for a while now. You will have to upgrade to 3.5. best Breck...
reckb
Offline Send Email
Jun 26, 2008
5:13 am
608
... something must ... class and ... case ... second ... 3.5. ... recognize ... ignored? ... Thanks for Breck's help. I must use Lingpipe 2.4.1 for some...
iwantnb
Offline Send Email
Jun 26, 2008
9:51 am
609
... I can guess that'd be because in 3.0 we introduced generics and thus required the 1.5 JDK to compile. ... Sure -- just use the class from 3.5. You'll have...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 26, 2008
2:45 pm
610
Hi, I asked a similar question before, at which time the error was "Found cost=NaN" but this time it's a negative number. I double-checked and the files are...
Jack L
jlist9
Offline Send Email
Jul 2, 2008
9:32 pm
611
... It's an arithmetic precision issue in computing distances. I won't be able to tell you exactly what's going on until I get more info about what you're...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 2, 2008
11:39 pm
612
Jack sent me his TestCluster.java, and the problem's in that class's definition of COSINE_DISTANCE. It turns out that TestCluster.java was just a working copy...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 3, 2008
12:10 am
613
Hello Bob, Thank you for the quick response. This fixed the problem. -- Best regards, Jack...
Jack L
jlist9
Offline Send Email
Jul 3, 2008
6:36 am
614
All, We are going to start hobby nights at Alias-i again. The goals are: 1) Provide help on how to best encode linguistic problems into NLP (Natural Language...
reckb
Offline Send Email
Jul 11, 2008
4:58 pm
615
Any idea on how to compute word-vector matrix ( for a given large document ) using lingpipe. I checkedout the package : com.aliasi.spell and realized that I...
prasen_bea
Offline Send Email
Jul 12, 2008
4:39 pm
616
The simplest implementation, which is actually implicit (doesn't create a Matrix or even Vector objects of the features), is in: ...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 14, 2008
4:10 pm
617
Hi Bob, First of all Thanks a bunch for your detailed response. Really helped a lot. I really dont need to compute the dot-product ( which is why I think the...
prasenjit mukherjee
prasen_bea
Offline Send Email
Jul 15, 2008
12:49 pm
618
... You pretty much need sparse vectors for bags of words if you want to scale at all. For info on how to feed LDA, check out the last section of our...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 15, 2008
2:59 pm
619
It seems that we can evaluta the probability to a new document? I would like to know how I can implement that using the class of LatentDirichletAllocation.java...
yezh0716
Offline Send Email
Jul 20, 2008
5:27 pm
Messages 590 - 619 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help