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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 211 - 244 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
211
I have just come across lingpipe and still understanding it's great potential. It would be extremely useful for one of the projects I am working on. I wanted...
icekle
Offline Send Email
Feb 8, 2006
5:59 pm
212
We don't have any models for French in particular, but there should be no character set issues if you want to process French. If you want to detect named...
Breck Baldwin
reckb
Offline Send Email
Feb 8, 2006
6:22 pm
213
Please let us know what you think about assuming JDK 1.5 for LingPipe 3.0 and beyond. Here's a quick roadmap: Sun JDK 1.6 In ... Sun just released the 1.6 JDK...
carp@...
colloquialdo...
Offline Send Email
Feb 15, 2006
11:00 pm
214
Hi all, I think it is a good idea to migrate to J.D.K 1.5 [you will have some work to do with generics but I think it is worth the effort!] As a feature, I...
eduard barbu
eduard_barbu
Offline Send Email
Feb 16, 2006
11:01 am
216
Alias-i is pleased to announce the availability of LingPipe 2.2.0. Check it out at: http://www.alias-i.com/lingpipe Cribbing from the new home page: NEW...
Bob Carpenter
colloquialdo...
Offline Send Email
Feb 22, 2006
12:29 am
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
Messages 211 - 244 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