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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 182 - 213 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
182
Hi all, I've found recently about LinpPipe. I implemented a naive Bayes classifier that follows the approach from Mitchell (Machine Learning) and try it on the...
Eduard Barbu
eduard_barbu
Offline Send Email
Nov 9, 2005
3:55 pm
183
... Thanks for writing to the list -- this is a great case study. The bottom line answer to question two is that LingPipe's classifier is better because of...
carp@...
colloquialdo...
Offline Send Email
Nov 9, 2005
7:40 pm
184
Hi all, First I want to thank Bob for his detailed and competent answer. It really has been useful. However I want to make some clarifications: 1. I do not...
eduard barbu
eduard_barbu
Offline Send Email
Nov 11, 2005
9:05 pm
185
... That's an unusual approach, but mathematically sound. (In fact, more sound than many attempts to deal with unknown tokens.) ... This can skew the result...
carp@...
colloquialdo...
Offline Send Email
Nov 14, 2005
7:01 pm
186
LingPipe 2.1.1 is out (see the Download Page). This release patches all bugs of which we are aware. Major bug fixes include: (a) some MEDLINE handler...
carp@...
colloquialdo...
Offline Send Email
Nov 18, 2005
11:04 pm
187
... Most of the tools out there, like LingPipe, can be trained on arbitrary data. The reason we don't distribute models is that neither the CoNLL licenses nor...
Bob Carpenter
colloquialdo...
Offline Send Email
Nov 20, 2005
7:43 pm
188
Sorry -- I somehow fat fingered a one-year old draft out of my mailer. I even confused myself with that one. - Bob Carpenter...
Bob Carpenter
colloquialdo...
Offline Send Email
Nov 20, 2005
7:52 pm
189
Hello, My name is Dina Conti and I am student in computer science. We have got as homework to implement a naïve base classifier for text classification. We...
dinaconti1985
Offline Send Email
Nov 24, 2005
6:40 pm
190
Hello everyone! First of all, thank you for making Ling-Pipe available! I have one question related to the coreference module: how difficult would be to...
Nicolae Mihalache
xpromache
Offline Send Email
Dec 13, 2005
8:39 am
191
... Your welcome. It is a pleasure to see it being used. ... That depends on your skills/resources so it is hard to really say. Writing a tutorial for this...
reckb
Offline Send Email
Dec 13, 2005
4:07 pm
192
... That's my fault. I somehow distributed a version without the null constructor. I've attached the latest version as a tarball, because it's only 37KK. You...
carp@...
colloquialdo...
Offline Send Email
Dec 14, 2005
8:20 pm
193
Take 2. This time with the attachment. Sorry about that. - Bob...
carp@...
colloquialdo...
Offline Send Email
Dec 14, 2005
8:26 pm
194
Hello, ... one ... compile it ... call ... I just poked around Brian's code and see what he was talking about. Judging from the Javadocs for 2.1.1, it's still...
Otis Gospodnetiæ
otis_gospodn...
Offline Send Email
Dec 16, 2005
7:10 pm
195
... Just to remind everyone of why this came up without repeating two long messages, the advantage of this generalization is that it allows the background ...
carp@...
colloquialdo...
Offline Send Email
Dec 16, 2005
8:16 pm
196
Does anyone have or know where I can find a demo or turtorial that illustrates the use of LingPipe's Named Entity Extraction?...
todd0053
Offline Send Email
Dec 28, 2005
5:01 pm
197
... There are actually a whole bunch of demos in the distribution and online that make use of the entity extraction API: To train, score and run models from...
Bob Carpenter
colloquialdo...
Offline Send Email
Dec 28, 2005
8:34 pm
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
Messages 182 - 213 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