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 238 - 271 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
238
... That's about what our demo does. But we don't have dates turned on in the demo models, and if we get this case right, "McDonald's" will be of type...
carp@...
colloquialdo...
Offline Send Email
Apr 3, 2006
5:32 pm
239
I want to train the Named Entity Detector to extract entities that I specify. In the command demo it says this can be done using WordFreak. If I did the...
todd0053
Offline Send Email
Apr 4, 2006
3:46 am
240
Hi. Yes, I looked through the demo and saw that method, but what I get confused by is that in that method I need an already defined NEChunker. But how do I...
npeterson808080
Offline Send Email
Apr 4, 2006
9:58 pm
241
... We ship a couple of them. One's trained on English news and the other on genomics data from MEDLINE. For instance, here's the code to create one in the...
carp@...
colloquialdo...
Offline Send Email
Apr 5, 2006
5:08 pm
242
... Do you have WordFreak working from the included command? ... Have the annotated files in a directory and run the training commmand as illustrated in the...
reckb
Offline Send Email
Apr 5, 2006
10:55 pm
243
Hi, I have used EN_GENOMICS.model to identify biomedical terms in some medline abstracs. I need the term class information in the tagged abstracts for our...
jude.yang
Offline Send Email
Apr 10, 2006
11:22 am
244
... Training data is GENIA 3.02 (the most recent release as of today). ... Yes. The types are defined on their ontology page: ...
carp@...
colloquialdo...
Offline Send Email
Apr 10, 2006
6:32 pm
245
Hi. In one of the recent updates of LingPipe (starting with 2.2.0, I think), has there been a change in how LingPipe marks sentence boundaries when there is an...
npeterson808080
Offline Send Email
Apr 10, 2006
7:53 pm
246
... Yes. But it's easy to recreate the old behavior. ... But it's possible to change this based on the parameters in the models. The long answer is the...
carp@...
colloquialdo...
Offline Send Email
Apr 10, 2006
8:31 pm
247
Bob- ... I think that I might be accidentally training with the same data multiple times. Can you explain a little more about how to use the "cross-entropy...
seth_a_farrington
seth_a_farri...
Offline Send Email
Apr 11, 2006
6:51 pm
248
... The number is a log (base 2) probability. Probabilities are numbers between 0 and 1. For instance log2(1) = 0 log2(1/2) = -1 log2(1/4) = -2 log2(1/8) = -3...
carp@...
colloquialdo...
Offline Send Email
Apr 11, 2006
7:06 pm
249
I tried to parse medline with lingpipe 2.2.1. When I used MedlineCitation.keywordLists, it always returned a list with 0 length. Anyone can help? Thanks...
zhblu
Offline Send Email
Apr 11, 2006
9:24 pm
250
... Are you sure you're looking at citations that have keyword lists? Most of them don't seem to have keywords. If you know you have keyword lists that...
carp@...
colloquialdo...
Offline Send Email
Apr 11, 2006
9:48 pm
251
I tried using the code below (trained on the EN_NEWS model) to do some named entity annotation, and I got a few errors I was wondering how to fix. Namely, in...
maikuraki_standup
maikuraki_st...
Offline Send Email
Apr 13, 2006
8:09 pm
252
... I wish fixing this was so easy. The models are statistical and reflect the distributional aspects of their training data perhaps a bit too closely. The...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 13, 2006
10:01 pm
257
Apologies for the new spate of spam. New memberships now require approval and posts are moderated as well. Once the banned member info gets propogated across...
reckb
Offline Send Email
Apr 18, 2006
6:01 pm
258
Hi I'm trying to use the class com.aliasi.dict.ApproxDictionaryChunker to do some fuzzy matching. I created a trie-dictionary with all my dictionary terms and...
Ravikumar.Kondadadi@...
kondadadi
Offline Send Email
Apr 18, 2006
7:01 pm
259
... Your mother board is facing south--it will never work that way because of some bad experiences I had as a youth.... But on a more serious note, you just...
reckb
Offline Send Email
Apr 18, 2006
7:36 pm
260
I'm still struggling with working with large language models. My DynamicLMClassifier trained with an ngram of 8 over 100,000 documents of about 1K each results...
seth_a_farrington
seth_a_farri...
Offline Send Email
Apr 22, 2006
9:40 pm
261
... Pruning should make a very big difference in size, even pruning to min count of 2. If that isn't making your models much smaller, could you send the code...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 23, 2006
4:26 pm
262
hi! i am working in my thesis resolving anaphoras related to geo-references in spanish texts. I would like to know if it's possible to use Lingpipe to find...
julioxgodoy
Offline Send Email
Apr 23, 2006
4:28 pm
263
Bob- ... My pruning code is pretty simple: private static void prune (DynamicLMClassifier classifier, int threshold, long trainedBytes) { if (threshold < 2) ...
seth_a_farrington
seth_a_farri...
Offline Send Email
Apr 23, 2006
8:43 pm
264
... I assume that you are going to be developing your own anaphora resolution algorithms--the one in LingPipe is based on my thesis, heuristic and going to be...
reckb
Offline Send Email
Apr 25, 2006
12:14 am
265
... The algorithm's javadoc-ed, but it assumes first-best named-entity input and only performs coreference within a single document -- not across documents. ...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 25, 2006
3:30 pm
266
... The FixedWeightEditDistance() no-arg constructor sets match weight to zero (0), and all other weights to infinity. I'm guessing you don't have upper-case...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 25, 2006
3:30 pm
267
Hi, I'm comparing the performance of various coreference resolvers on the MUC6/7 corpuses. At the moment I'm looking at OpenNLP, JavaRAP, and LingPipe. So far...
Anton Jones
gyrocyclist69
Offline Send Email
Apr 25, 2006
6:32 pm
268
... I assume these are recall then precision numbers. Those numbers are pretty bad for all the systems-- <flashback> My first "big" NLP project was assembling...
reckb
Offline Send Email
Apr 25, 2006
7:21 pm
269
Hi, I working an application in which I should to train a classifier in different moments, thus the proper class that can help me is DynamicLMClassifier, since...
osedcawi
Offline Send Email
Apr 26, 2006
7:04 pm
270
... To catch people up, David sent me some data and I have had a chance to look at it. LingPipe output is poo-poo-ca-ca (that is a technical term in comp ling)...
reckb
Offline Send Email
Apr 26, 2006
8:20 pm
271
Breck, Hopefully I'm not sticking my foot in my mouth here, but could you take another look? I'm aware of the offset errors -- but, as I believe I noted in...
Anton Jones
gyrocyclist69
Offline Send Email
Apr 27, 2006
4:54 pm
Messages 238 - 271 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