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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 292 - 321 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
292
I will be at HLT/NAACL and will plan to stop by, but I don't have a laptop. If I bring some text files on a flash drive, would that work? -- Mary D. Taffet ...
Mary D. Taffet
mdtaffet@...
Send Email
Jun 3, 2006
5:53 pm
293
... The most important thing to have (for ANYONE planning on having us help you get started) is data that you plan to process plus some idea of what you would...
reckb
Offline Send Email
Jun 3, 2006
6:04 pm
294
I'm getting ready to upload medline baseline citations and annotations into a mysql database as suggested in the tutorial. I am using JDBC to implement a...
Chris Topinka
topinska
Offline Send Email
Jun 11, 2006
2:34 pm
295
... Bob just re-ran results so I'll let him chime in with the numbers if he has them for bio entity recognition. ... Medline has lots of abstracts about things...
Breck Baldwin
reckb
Offline Send Email
Jun 11, 2006
6:12 pm
296
Here's the output from running the MEDLINE download script (as reported by an anonymous user): [java] Logged in to FTP Server. [java] Checking/Downloading...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 12, 2006
7:12 pm
297
Sorry this mail's getting so long, but it's a complex topic! ... Timing will vary based on the models you're using and how you configure the decoders. With...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 12, 2006
7:46 pm
298
I just got my lease and the directory name is: ftp.nlm.nih.gov/nlmdata/.medleasebaseline/gz Maybe they changed it recently? I can download from an ftp client...
Chris Topinka
topinska
Offline Send Email
Jun 14, 2006
6:15 am
299
I've finally tracked down my problem. We're not plugged in. Our IP address changed, so NLM would let us log in, but not see anything. That should be fixed...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 14, 2006
6:15 am
300
I'm working on training the NE chunker to extract medical terms like diseases. The train method in the NETrain class takes an array of tokens and the...
Ravikumar.Kondadadi@...
kondadadi
Offline Send Email
Jun 19, 2006
3:29 pm
301
... LingPipe expects the tags in BIO encoding (begin entity tag, continuing in-tag, and not in entity). It won't be able to do anything with DISEASE and...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 19, 2006
5:29 pm
302
Thanks Bob. So what should I specify as tags for each of the tokens in my example? Can you send me a sample training file? Thanks, -Ravi ... From: Bob...
Ravikumar.Kondadadi@...
kondadadi
Offline Send Email
Jun 19, 2006
5:46 pm
303
Sorry -- I must not have been clear enough about versioning in the answer. The problem that we're about to fix with the 2.3 release is that there are two...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 19, 2006
7:31 pm
304
Bob, I used B-DISEASE, I-DISEASE and O as tags as specified in the ChunkerHandlerAdapter class. Still it is not working. -Ravi ________________________________...
Ravikumar.Kondadadi@...
kondadadi
Offline Send Email
Jun 19, 2006
7:32 pm
305
Thanks Bob. I'm using 2.2.1. I'll switch to CharLmHmm chunker. When are you expecting to release 2.3? -Ravi ... From: Bob Carpenter [mailto:carp@...] ...
Ravikumar.Kondadadi@...
kondadadi
Offline Send Email
Jun 19, 2006
7:34 pm
306
Dear Bob and Breck, We are using LingPipe for our project on news video indexing (http://satoh-lab.ex.nii.ac.jp/users/ledduy/Demo/). In this project, we have a...
Le Dinh Duy
ledduy
Offline Send Email
Jun 22, 2006
1:18 pm
307
We're happy to announce the release of LingPipe 2.3. As usual, it's available from the web site: http://www.alias-i.com/lingpipe This is a big release in...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 22, 2006
1:30 pm
308
I used the TrainGeneTag.java to train on a sample of medline abstracts. Instead of GeneTagParser I used the Muc6ChunkParser as my data is in that format. It...
Ravikumar.Kondadadi@...
kondadadi
Offline Send Email
Jun 22, 2006
11:02 pm
309
I'll respond inline. ... That's certainly one way to go. The other approach to try would be to train a spelling corrector on properly cased data and then...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 23, 2006
12:21 am
310
... First of all, the above line won't compile, because readObject returns an Object. You should be casting to Chunker, NBestChunker, or ConfidenceChunker,...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 23, 2006
12:21 am
311
I apologize for not using the exact line from my class. I was type casting it to Chunker. I also printed the object I was getting back. It was...
Ravikumar.Kondadadi@...
kondadadi
Offline Send Email
Jun 23, 2006
2:10 pm
312
... Could you send an exact copy of what you're trying to do? From the above description, I have a feeling you're probably compiling the CompiledHmmCharLm ...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 23, 2006
6:08 pm
313
Never mind about the ant stuff. I see now. Thanks again. ... -- Christopher M. Topinka NLM-BHIRT Predoctoral Fellow in Computer Science University of Missouri...
Chris Topinka
topinska
Offline Send Email
Jun 23, 2006
6:21 pm
314
Hello: I am just starting on a new project that needs to classify auction results from the auction title and am looking for a little direction. My initial...
maholt7730
Offline Send Email
Jun 26, 2006
5:47 pm
315
What is the practical limitations of categories? I have a project coming up that will need to filter items into millions of categories. The 'classify' example...
maholt7730
Offline Send Email
Jun 26, 2006
6:24 pm
316
... This is a very hard text classification problem. Unless the terms are highly discriminative, there won't be enough data to sway the balance one way or...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 26, 2006
7:55 pm
317
... That depends on your memory, the size of the models, number of models and required latency. :-) ... More seriously, though, you can expect about 1-2M...
Bob Carpenter
colloquialdo...
Offline Send Email
Jun 26, 2006
8:07 pm
318
... Thanks for pointing this out. I've patched Strings.decimalFormat(...) to return a sequence of "?"s instead of throwing an error in the case of overflow. ...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 10, 2006
7:14 pm
319
In our quest to get people comfortable working with LingPipe we are having our first Hobby Night in our Williamsburg Brooklyn office--the space is a very nice...
reckb
Offline Send Email
Jul 12, 2006
6:46 pm
320
After creating a TrieDictionary instance... I've tried to use compileTo() method... but got the following exception messages: ...
slipa1978
Offline Send Email
Jul 17, 2006
4:02 pm
321
I've not yet implemented anything to save a trie dictionary. It "implements" the method in the Java API sense, so your code compiles. But as documented in ...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 17, 2006
6:35 pm
Messages 292 - 321 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