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 220 - 249 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
220
Many thanks. I am always waiting for some tutorials on coreference function. Bob Carpenter <carp@...> wrote: Alias-i is pleased to announce the...
caven wang
gdcaven
Offline Send Email
Mar 6, 2006
4:18 am
221
Many thanks. I am always waiting for some tutorials on coreference function. Bob Carpenter <carp@...> wrote: Alias-i is pleased to announce the...
caven wang
gdcaven
Offline Send Email
Mar 6, 2006
4:19 am
222
Lingpipe can walk in its own way. Don't stay too close with SUN. SUN is So Unhappy and Neglective about the truth. SUN named JDK1.5 as JDK5, which indicated a...
caven wang
gdcaven
Offline Send Email
Mar 6, 2006
4:31 am
223
Lingpipe can walk in its own way. Don't stay too close with SUN. SUN is So Unhappy and Neglective about the truth. SUN named JDK1.5 as JDK5, which indicated a...
caven wang
gdcaven
Offline Send Email
Mar 6, 2006
4:32 am
224
Lingpipe can walk in its own way. Don't stay too close with SUN. SUN is So Unhappy and Neglective about the truth. SUN named JDK1.5 as JDK5, which indicated a...
caven wang
gdcaven
Offline Send Email
Mar 6, 2006
4:33 am
225
... The issue is compatibility. The 1.5 release is a major change in the underlying language. And while not everyone may be a type-safety freak like me, I'm...
carp@...
colloquialdo...
Offline Send Email
Mar 6, 2006
9:02 pm
226
I'm working on a classifier and I've found that using DynamicLMClassifier, my accuracy seems to consistently go up when both increasing the ngrams and the...
seth_a_farrington
seth_a_farri...
Offline Send Email
Mar 18, 2006
1:29 am
227
Q1: can you train LMs on lots of data? A1: Yes, with pruning. Q2: Will classification accuracy keep going up with more data? A2: Almost always for natural...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 18, 2006
2:32 am
228
Bob, Thanks so much for the very quick response! The pruning does indeed seem to make some difference, at least with the quick tests that I've run using it....
seth_a_farrington
seth_a_farri...
Offline Send Email
Mar 19, 2006
4:35 am
229
... Hmm. With n-grams of length six, the reduction should be over 50% on English news text. If you're only getting a 0.3% reduction in model size,...
carp@...
colloquialdo...
Offline Send Email
Mar 20, 2006
7:26 pm
230
We needed to fix two serious bugs, so we just released 2.2.1. It's otherwise almost identical to 2.2.0. The first of these was so that the new util.FastCache ...
carp@...
colloquialdo...
Offline Send Email
Mar 20, 2006
11:14 pm
231
Hi, I am trying to use LingPipe for some natural language processing applications that I am working on, and it looks excellent! I would like to get it working...
Jason Lustig
stagnification
Offline Send Email
Mar 27, 2006
7:03 pm
232
Jason, Compile the lingPipe either using ant or your custom javac. That helped me get rid of this error. Regards -- Jay ... ...
Sanjay Singh
sspal
Online Now Send Email
Mar 27, 2006
7:08 pm
233
The "Unsupported major.minor version 49.0" bug arises when you try to load classes in a Java 1.4 installation that were compiled under 1.5. There are multiple...
carp@...
colloquialdo...
Offline Send Email
Mar 27, 2006
7:52 pm
234
I rebuilt LingPipe 2.2.1 on the web site so that it would work with Java 1.4. I hope this clears up major/minor version problems. - Bob Carpenter Alias-i...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 28, 2006
5:16 am
235
Hi, I have a question regarding the sentiment api. The LMClassifier does a good job in getting the best catgeory among "pos" and "neg". How can I get a ...
Sanjay Singh
sspal
Online Now Send Email
Mar 29, 2006
9:50 pm
236
... You'll have to get that through the API -- the tutorial doesn't cover it (yet, anyway). The classification API is set up to run through implementations of...
carp@...
colloquialdo...
Offline Send Email
Mar 29, 2006
10:40 pm
237
I'm trying to write a java program that will label named entities of any given string, but I can't quite figure out how to do it using LingPipe. Exactly what...
npeterson808080
Offline Send Email
Apr 1, 2006
3:45 am
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
Messages 220 - 249 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