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 198 - 233 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
198
I meant to use lingpipe to handle Chinese English Learners Corpus (http://www.clal.org.cn/corpus/EngSearchEngine.aspx). The results were very disappointing....
gdcaven
Offline Send Email
Jan 5, 2006
2:57 am
200
Hello, I used the classification functionality to detect sentiment as described in LingPipe tutorials. I haven't tried this yet, but just like I can train and...
Otis Gospodnetiæ
otis_gospodn...
Offline Send Email
Jan 13, 2006
3:10 am
201
Hi Bob, ... What does n-best mean in this context? Does it simply mean that the library will be able to return N possible entities ordered by their ...
Otis Gospodnetiæ
otis_gospodn...
Offline Send Email
Jan 13, 2006
3:21 am
202
Indeed. You can also do it to spot topics. We're using it to disambiguate genes by looking at the context. I'm going to write a tutorial in the next month for...
Bob Carpenter
colloquialdo...
Offline Send Email
Jan 13, 2006
7:15 pm
203
... I hope this answer isn't more confusing than the first go round. Sorry for any smoke it causes in your brain. That's what I'm calling confidence-based...
Bob Carpenter
colloquialdo...
Offline Send Email
Jan 17, 2006
4:37 pm
204
Can anyone explain to me benefit of using a character-based NGram tokenizer for the DynamicLMClassifier's language model over a word-based one? I notice that...
carl_t_white
Offline Send Email
Jan 30, 2006
5:26 pm
205
... In almost all of our large-scale experiments, character-based models have outperformed token-based classifiers. And they're easier to use, which is why...
carp@...
colloquialdo...
Offline Send Email
Jan 30, 2006
10:33 pm
206
Bob- Thank you for the clear and thoughtful response. I suppose it was just intuitive to me that a word-based language model would be much better at...
carl_t_white
Offline Send Email
Jan 30, 2006
11:16 pm
207
... I spent a few years in the speech recognition world, and the answer is that most large-vocabulary unconstrained dictation systems use word-level language...
carp@...
colloquialdo...
Offline Send Email
Jan 30, 2006
11:59 pm
208
Does any of the classification algorithms implemented in LingPipe allows for multilabel categories (that is allows overlaping categories)? Regards! Eduard ......
eduard barbu
eduard_barbu
Offline Send Email
Jan 31, 2006
2:07 pm
209
... Not directly. The best we can offer out of the box is running a whole bunch of one-vs-all classifiers. This is fine if the classes are independent. If the...
carp@...
colloquialdo...
Offline Send Email
Jan 31, 2006
6:52 pm
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
Offline 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
Messages 198 - 233 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