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...
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...
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 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...
... 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...
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...
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...
... 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...
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...
... 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...
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...
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...
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,...
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...
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...
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...
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...
... 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...
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@...
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 2.3.1. This is a ...
... 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...
... 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...
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....
... 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,...
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: 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...
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,...
... 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...