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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 451 - 480 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
451
... Sorry, the title should read "word counting"....
ytnchau
Offline Send Email
Jul 2, 2007
2:28 pm
452
... I'll repeat my ongoing suggestion to try two classifiers: positive vs. neutral and negative vs. neutral. LingPipe assumes the categories are exhaustive...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 2, 2007
7:39 pm
453
I missed responding to Lena Tenenboim's question on the group a while back, so here goes. ... What to do is going to depend heavily on whether the categories...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 6, 2007
8:38 pm
454
Thanks Bob, for the very detailed explaination. I will give it a try following your advice. I do have another question. I know Lingpipe can do Chinese word...
ytnchau
Offline Send Email
Jul 10, 2007
2:38 pm
455
... The short answer is "yes" -- classifiers will work in multiple languages. The simplest and most portable approach is to use language model classifiers...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 10, 2007
5:13 pm
456
We're soft-releasing our new GUI tool for annotating corpora with named entities or other chunks. It's set up a little differently than other such tools with ...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 18, 2007
10:04 pm
457
Hi, I'm very new to data mining and am trying to use the clustering capabilities of lingpipe. I have read through the tutorial many times, but I'm still...
Andrew Serff
andrewserff
Online Now Send Email
Jul 19, 2007
5:35 pm
458
Hi, I am working on a web project, which allows user to do classifier training in the browser. Basically, users can train a classifier by entering text and...
ytnchau
Offline Send Email
Jul 19, 2007
9:05 pm
459
... That's a great project. We've been looking for an application for this for awhile, so I'd be curious what context you're applying it in. If you have a...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 20, 2007
6:06 pm
460
Hi, Is it possible to find and sort collocations not based on...... "Collocations are phrases which are seen together more than you would expect given an...
Otis Gospodneti&#263;
otis_gospodn...
Offline Send Email
Jul 25, 2007
11:53 pm
461
... Yes. lm.TokenizedLM.frequentTerms(int,int). Here's the online javadoc: ...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 27, 2007
5:21 pm
462
Hello, I was wondering if someone in the group would have suggestions on an optimized (in terms of speed) language classification software. I have come across...
Arpith Jacob
arpith
Offline Send Email
Aug 17, 2007
6:16 pm
463
... Are you writing this to our mailing list because you're finding LingPipe too slow for some task? If so, could you let us know how you have LingPipe ...
Bob Carpenter
colloquialdo...
Offline Send Email
Aug 21, 2007
3:08 pm
464
The issue of on-disk vs. in-memory size for spelling needs to be clarified, as we've been getting lots of questions about it. The discrepancy in size arises...
Bob Carpenter
colloquialdo...
Offline Send Email
Aug 21, 2007
3:58 pm
465
Hi, where can I find out about licensing restrictions for specific LingPipe Models? The LingPipe website says: "Note that the models themselves are often...
_alfaris_
Offline Send Email
Aug 26, 2007
3:07 pm
466
There are really two questions here, one about the commercial use of the Brown corpus, and one about commercial use of LingPipe itself: 1. Commercial Use of...
Bob Carpenter
colloquialdo...
Offline Send Email
Aug 27, 2007
9:13 pm
467
Hi, I am working on a project whose aim is to recognize postal addresses in spanish text documents. Addresses could be in different formats, for example: *...
Guido García Berna...
palmerabollo
Offline Send Email
Sep 4, 2007
7:11 am
468
... The good news is that you can use LingPipe to do this. The bad news is that you'll need training data. The good news is that we just built an interface to ...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 4, 2007
4:32 pm
469
LingPipe 3.1.2 is now out. It's a minor revision of 3.1.1. Here's the change list: Medline Citation Parser Properly handle reprinted-in elements. TF/IDF...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 11, 2007
11:51 pm
470
This somehow slipped through and I just found it in my unanswered mail bin. Sorry for taking so long to respond. (Please re-mail questions or mail me directly...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 27, 2007
10:40 pm
471
Dear Sirs, I have 2 sentences : S1 = W1 W2 W3 W4 ... Wn and S2 = Y1 Y2 Y3 Y4 ... Yn. I want to compare if the sentences S1 and the S2 is equal (with fuzzy-like...
youcef bey
y_bey
Offline Send Email
Oct 9, 2007
2:08 pm
472
... I've been meaning to write a tutorial on string comparison, as it's now relevant for all of our feature-based classifiers. So expect that at some future...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 9, 2007
9:30 pm
473
Hi all. I've been working with Lingpipe classifiers a bit, and have previously sued a NaiveBayesClassifier with an IndoEuropeanTokenizerFactory, created as: ...
cacois
Offline Send Email
Oct 10, 2007
3:08 pm
474
Hi, A recent email talked about using Lingpipe to measure sentence simiarity... is there a feature in Lingpipe also to measure word-similarity? Would someone...
Milind Joshi
milwiz
Offline Send Email
Oct 10, 2007
3:42 pm
475
... This is the right way to do this. ... My guess is that one of the character language model classifiers would work better. Just use: classifier =...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 10, 2007
5:35 pm
476
... This depends on your notion of similarity. If it's textual similarity, then yes. There are a bunch of similarity measures built into LingPipe, including...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 10, 2007
5:44 pm
477
Hello, I am getting the following exception when trying to extract information from a text. What does that "boundary char" mean? Is there any way to escape...
Guido García Berna...
palmerabollo
Offline Send Email
Oct 15, 2007
8:38 am
478
Hi I am librarian working in a biomedical research institute in Africa.I am interested in getting MEDLINE data from mySQL database,using the PMID.I have...
Alex Maina
a.maina
Offline Send Email
Oct 15, 2007
2:18 pm
479
... There's a detailed explanation in the JavaDoc for the class that threw the exception, lm.NGramBoundaryLM: ...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 15, 2007
5:36 pm
480
... I can't help you getting info from a MySQL DB out of a DB. You'd need JDBC for that, not LingPipe. If you want to get MEDLINE data out of MEDLINE's XML...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 15, 2007
5:39 pm
Messages 451 - 480 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