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 396 - 425 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
396
Hello all, I'm currently using ne-en-news-muc6.AbstractCharLmRescoringChunker on some test corpi. I've noticed that when I'm passing various news articles,...
hueykwik
Offline Send Email
Dec 5, 2006
11:27 pm
397
... Actually, it doesn't respect them at all. Named entity recognition is solely done on a token-by-token level. ... The right way to do what you want to do...
Bob Carpenter
colloquialdo...
Offline Send Email
Dec 7, 2006
4:32 pm
398
Bob, It'd actually be good to get that regex, if only for sanity checking. Thanks! Huey ... characters?...
hueykwik
Offline Send Email
Dec 11, 2006
7:17 pm
399
Over the weekends, we began having DNS problems with alias-i.com. We haven't gotten any alias-i.com email, and the LingPipe site is temporarily down. Our...
Bob Carpenter
colloquialdo...
Offline Send Email
Dec 11, 2006
9:31 pm
400
DNS problems are resolved and the site's back up. - Bob Carpenter Alias-i...
Bob Carpenter
colloquialdo...
Offline Send Email
Dec 12, 2006
5:06 pm
401
hi! i am trying to do coreference resolution in spanish texts with lingpipe. I have a small training corpus with PERSON/LOCATION/PRONOUN annotated data. I...
Julio Godoy
julioxgodoy
Offline Send Email
Dec 12, 2006
7:16 pm
402
... Here is a snippet that chunks text based on paragraph features which then has to be inverted to find valid text for sentence detection. This is fairly...
reckb
Offline Send Email
Dec 12, 2006
7:37 pm
403
Hi, I've been searching through Google, the LingPipe API, and the LingPipe Yahoo group archives to no avail. I'm trying to create a TokenizedLM trained not on...
Christine
mit06blondie
Offline Send Email
Jan 6, 2007
9:07 pm
404
... I'm afraid you're right -- it requires some delving. I've just made the changes for 2.3.2, which we're releasing later next week. I have the Google disks...
Bob Carpenter
colloquialdo...
Offline Send Email
Jan 8, 2007
5:41 pm
405
I just put LingPipe 2.4.0 up on our web servers. It's a fairly minor change in terms of code, but the upgrades are not 100% backward compatible. I ran tests...
Bob Carpenter
colloquialdo...
Offline Send Email
Jan 18, 2007
5:06 am
406
Hi all, this is my first post, I'm a new LingPipe user, but very impressed so far. Kudos on an excellent piece of software! As an early exercise, I'm trying to...
David Wroblewski
dawroblewski
Offline Send Email
Feb 6, 2007
4:00 pm
407
... May I ask what the basis for the classification is? ... OK -- you've got the right intuition here. At a high level, our text classifiers (and everyone ...
Bob Carpenter
colloquialdo...
Offline Send Email
Feb 7, 2007
2:46 am
408
Hi Bob, ... Yup: legit blog urls vs. spam-blog urls. I ran across a paper describing classification by training exclusively on tokenized versions of the URLs. ...
David Wroblewski
dawroblewski
Offline Send Email
Feb 8, 2007
4:55 pm
409
... I'm guessing you're talking about Salvetti and Nicolov's paper (you gave me enough clues to search): ...
Bob Carpenter
colloquialdo...
Offline Send Email
Feb 9, 2007
6:07 pm
410
David, Do you have a link to the paper you are referring to? I could use this to enhance spammer detection in Simpy (see sig). Thanks, Otis -- Simpy --...
Otis Gospodnetic
otis_gospodn...
Offline Send Email
Feb 9, 2007
6:07 pm
411
... Exactly right. My bad for not having the reference available. I wasn't trying to be mysterious, I didn't understand it would be of general interest here....
David Wroblewski
dawroblewski
Offline Send Email
Feb 11, 2007
10:59 pm
412
Probably Weblog Classification for Fast Splog Filtering: A URL Language Model Segmentation Approach <http://acl.ldc.upenn.edu/N/N06/N06-2035.pdf> ...
Luke Nezda
nezda
Offline Send Email
Feb 11, 2007
10:59 pm
413
... Exactly. You'd have: ClassifierEvaluator evaluator = ... ScoredPrecisionRecallEvaluation eval = evaluator.scoredOneVersusAll(); double[][] prCurve =...
Bob Carpenter
colloquialdo...
Offline Send Email
Feb 12, 2007
9:10 pm
414
Bob, as a followup to your comments below, I've been looking at the javadoc for ScoredPrecisionRecallEvaluation. I see that it provides "an evaluation of...
David Wroblewski
dawroblewski
Offline Send Email
Feb 19, 2007
8:52 pm
415
... Nope -- that's the right definition. The "operating characteristic" is implicit -- it's just a ranked evaluation. It basically tells you what the...
Bob Carpenter
colloquialdo...
Offline Send Email
Feb 20, 2007
7:28 pm
416
LingPipe 2.4.1 Released ======================= This is a patch release replacing LingPipe 2.4.0. It patches all bugs that have been reported to us; thanks to...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 31, 2007
7:56 pm
417
Hi! I'm working on a system to try to automate the analysis of customer satisfaction based on a database of their e-mail correspondences. So far we've had good...
seth_a_farrington
seth_a_farri...
Offline Send Email
Mar 31, 2007
7:57 pm
418
... We've had requests to do other scalar classifiers, like reading level classification (on a grade-in-school scale). This is a general problem in statistical...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 2, 2007
7:35 pm
419
Hi All, I am new in on Dynamic Model Language Classification. In fact, my knowledge are very limited on how to user LingPipe for classification, so I am trying...
youcef bey
y_bey
Offline Send Email
Apr 3, 2007
1:02 am
420
Hi, I am a new user of Lingpipe and want to use this tool for my research as a part of thesis work. I am having little trouble understanding of...
chaoskim1
Offline Send Email
Apr 5, 2007
10:45 pm
421
... Let me reformulate your question to see if I understand it. You have a set S1 of docs in language L1 and a set S2 of docs in language L2. Now you want to...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 5, 2007
10:46 pm
422
... It sounds like you're using the chunker: $LINGPIPE/demos/models/ne-en-bio-genia.TokenShapeChunker That is, indeed, a TokenShapeChunker. I'd suggest not...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 8, 2007
8:58 pm
423
We're happy to announce the availability of LingPipe 3.0. You can read about and download the latest version from the home page: ...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 26, 2007
10:02 pm
424
Hi Bob, I think I clicked wrong button when I asked some question about training chunkers earilier. I have created two chunker model files called...
chaoskim1
Offline Send Email
May 1, 2007
8:39 pm
425
Hi bob, Thank you for the big tip earlier. I have some more questions about training Chunkers (LmRescoringChunker, TokenShapeChunker). I made a set of tagged ...
chaoskim1
Offline Send Email
May 1, 2007
8:40 pm
Messages 396 - 425 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