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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 368 - 397 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
368
Hi Bob, Ant, eh? Hmm, I'll download the files from Apache and take a look. Thanks! My first guess to below was that is was a classpath error as well, but I'm...
betterthanjimbo
Offline Send Email
Oct 2, 2006
1:33 pm
369
What is the best way to optimize the CorefDemo? I ran it through a open source profiler (http://jrat.sourceforge.net/) while running it on a sample document...
slo_java
Offline Send Email
Oct 2, 2006
1:33 pm
370
Looks to me like the method parseString is a little misleading. The method signature is calling for a character array in the first argument. If you put...
slo_java
Offline Send Email
Oct 2, 2006
9:23 pm
371
slo_java wrote: Now why'd you go and choose a login name like that? ... 1/4 * 100 years * 365 days/year * 24 hours/day * 60 minutes/hr * 1 doc/2.5 minutes = 5M...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 2, 2006
10:55 pm
372
... Well, so much for first our first guesses. I looked at your code more closely against our API and the problem's that you're sending in a String rather than...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 2, 2006
11:14 pm
373
Thanks everyone for the help. I did indeed get it working, and thought I'd post this additional little thought for the archives. I was fooling around and...
betterthanjimbo
Offline Send Email
Oct 4, 2006
9:54 pm
374
Hello, I've been exploring the contents of the uploaded data in the 'mention' table of the old Medline-Genia db tutorial. There seems to be a lot of: **" limb...
Chris Topinka
topinska
Offline Send Email
Oct 7, 2006
8:47 pm
375
... First, the reason you're seeing this is that the models are very weak and local and don't do a good job of dealing with things even slightly different than...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 9, 2006
6:36 pm
376
Funny, my login is actually related to where I live, San Luis Obispo, nothing to do with performance. Thanks for the insights, much of the data is redundant...
slo_java
Offline Send Email
Oct 15, 2006
4:22 pm
377
... OK -- so that's probably only 5-10GB or so. A lot of data, but not insurmountable. I ran confidence entity extraction for one category on about that much...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 17, 2006
8:06 pm
378
Dear all, Recently I started to explore LingPipe for my Msc Thesis and I am writing a simple program to text NE. I am using HmmCharLmEstimator to train...
seg83225
Offline Send Email
Oct 19, 2006
12:49 pm
379
This one's definitely my fault. The decoder should not crash anywhere with index out of bounds exceptions. I'm guessing the root cause is related to a...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 19, 2006
11:48 pm
380
First, thanks for Bob's help. Now I've added some codes for debug above and within the for loop as follow: /** Added to debug **/ ...
seg83225
Offline Send Email
Oct 20, 2006
2:08 pm
381
Here's the fix. Short story is that the problem is an out-of-date file lingering in our demo data release that shouldn't be used for training. (In general,...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 23, 2006
9:17 pm
382
I'll be speaking in the comp ling seminar at Columbia on Thursday. The public's invited. This is a technical talk -- not an API talk like the ones we've been...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 23, 2006
9:19 pm
383
Hi, It's been a while since I played with Interesting Phrases, so I no longer remember how fast that stuff works. What I am wondering is how suitable this code...
Otis Gospodnetic
otis_gospodn...
Offline Send Email
Oct 27, 2006
7:00 pm
384
Thank you very much for your help. However, I can't find the reference.muc6 file. The hyperlink to that file in Lingpipe website is also dead. May you kindly...
seg83225
Offline Send Email
Oct 27, 2006
7:05 pm
385
Hi, While washing dishes I realized I wasn't clear in this email. I'm asking about word collocations functionality, not the bg LM/ fg LM -> SIPs. Thanks, Otis...
Otis Gospodnetic
otis_gospodn...
Offline Send Email
Oct 27, 2006
10:42 pm
386
... OK. I need to get a release out that cleans all this up. ... I can't actually send attachments through our Yahoo group, so I'll just cut and paste them...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 30, 2006
9:48 pm
387
... Sure -- it's stateless (modulo caching) and easily scaled with more iron :-) [Serious answer below.] ... 100 docs * 1 paragraph/doc * 100 words/paragraph...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 30, 2006
9:50 pm
388
Hello Bob, sorry I didn't answer for a long time. Now I've read your blog entry on UIMA wrappers I thought I'd share my (simple) modification of your demo...
Florian Laws
florian@...
Send Email
Oct 31, 2006
2:23 pm
389
Here's the detail, from the home page announcing the new release: Maintenance Release The latest release of LingPipe is LingPipe&nbsp;2.3.1. This is a ...
Bob Carpenter
colloquialdo...
Offline Send Email
Nov 3, 2006
3:30 pm
390
... Great mail! This is what makes having your source out there so much fun (not to mention so useful). I'm cross-posting this back to our mailing list. I...
Bob Carpenter
colloquialdo...
Offline Send Email
Nov 3, 2006
3:31 pm
391
... Spot on. It was a very tough call, but our main problem in apps tends to be space, not speed. Each double is 8 bytes, and there are two per internal node...
Bob Carpenter
colloquialdo...
Offline Send Email
Nov 3, 2006
3:38 pm
392
I'm using LingPipe in my research and would like to cite it in a peer-reviewed poster I am presenting. How can I do this? Thanks, Chris -- Christopher M....
Chris Topinka
topinska
Offline Send Email
Nov 6, 2006
3:28 am
393
... A quick look at the Chicago Manual of Style http://www.libs.uga.edu/ref/chicago.html reveals the following strange exemplary form: University of Georgia,...
Bob Carpenter
colloquialdo...
Offline Send Email
Nov 7, 2006
5:16 am
394
Hi, I'm just starting out with LingPipe and NLP. I'm hoping that someone can point me in a general direction on how to extend LingPipe's Named Entity...
dan_on_vacation
Offline Send Email
Nov 18, 2006
7:21 pm
395
... Dan: Your first guess was on target. Given that we didn't have any tutorial material on our regular expression named entity chunker, I took this...
Bob Carpenter
colloquialdo...
Offline Send Email
Nov 27, 2006
7:26 pm
396
Hello all, I'm currently using ne-en-news-muc6.AbstractCharLmRescoringChunker on some test corpi. I've noticed that when I'm passing various news articles,...
hueykwik
Offline Send Email
Dec 5, 2006
11:27 pm
397
... Actually, it doesn't respect them at all. Named entity recognition is solely done on a token-by-token level. ... The right way to do what you want to do...
Bob Carpenter
colloquialdo...
Offline Send Email
Dec 7, 2006
4:32 pm
Messages 368 - 397 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