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 462 - 491 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
481
Thank you, Bob. It was my mistake. I was trying to extract information from a binary image file that was in my corpus :$...
Guido García Bern...
palmerabollo
Offline Send Email
Oct 31, 2007
11:07 am
482
Hi all - I am pretty new to the search space, so I apologize if my question is at a very basic level. I have a huge collection of data/articles from many...
subub_98
Offline Send Email
Nov 2, 2007
10:33 pm
483
... Lucene's a search engine and LingPipe's a suite of natural language processing tools. The functionality they offer is largely complementary, but as both ...
Bob Carpenter
colloquialdo...
Offline Send Email
Nov 3, 2007
3:03 pm
484
Bob, Thanks for the response. My dilemma is in the order of processing - lingpipe first and then lucene? Or lucene first and then lingpipe? Does it matter? ...
Subu and Abitha
subub_98
Offline Send Email
Nov 5, 2007
10:05 pm
485
I'm performing multi-category classification by creating a BinaryLMClassifier for each class, which should return true or false for each input string. For a...
cacois
Offline Send Email
Nov 6, 2007
2:41 pm
486
Hi Abby, Without going into too much how and why detail, I'd stick with a single Lucene index that includes data obtained via LingPipe. e.g. type=movie...
Otis Gospodnetic
otis_gospodn...
Offline Send Email
Nov 6, 2007
5:01 pm
487
... The advantage of doing LingPipe classification and then indexing everything in Lucene is that you can use the fielded Lucene index to search combinations...
Bob Carpenter
colloquialdo...
Offline Send Email
Nov 6, 2007
5:38 pm
488
... That's exactly right. ... You can also use a two-class classifier with an explicit positive and negative model. The negative models are sometimes called...
Bob Carpenter
colloquialdo...
Offline Send Email
Nov 6, 2007
6:04 pm
489
... True...I'll probably stick with just the accept model. ... Ya. I meant to say it made cross-entropy scores "worse" rather than "dropping" them. ... I'll...
cacois
Offline Send Email
Nov 7, 2007
2:19 pm
490
Quick question on the usage of KnnClassifier. My implementation ... public static int K = 5; public static boolean WEIGHT_BY_PROXIMITY = true; private...
cacois
Offline Send Email
Nov 7, 2007
3:33 pm
491
... In general, you can find use cases in the corresponding unit tests. Unfortunately, these don't always anticipate user's needs well enough, so you wind up...
Bob Carpenter
colloquialdo...
Offline Send Email
Nov 7, 2007
7:57 pm
Messages 462 - 491 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