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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 346 - 375 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
346
Hi, Having returned from vacation and almost dug my way out of my mail box, here are a couple of answers to your gracious ... The stats were computed using the...
Dave
gyrocyclist69
Offline Send Email
Sep 6, 2006
3:49 am
347
... It is a kind of weighted average. We have a description in our API's implementation of clustering scoring: ...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 8, 2006
1:31 pm
348
Can these classes use getters and setters? I'm trying to script these into an output, but it doesn't work because it doesn't follow the JavaBean notation. ...
Noah Campbell
noahsingleton
Online Now Send Email
Sep 8, 2006
2:49 pm
349
We have decided to add a new page to the web site listing LingPipe users. See http://alias-i.com/lingpipe/web/customers.html We cover commercial/paid...
reckb
Offline Send Email
Sep 8, 2006
3:02 pm
350
Mention and MentionChain ... What exactly do you need in the way of get/set functionality? Our mention implementations are immutable, so there can't be...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 8, 2006
7:26 pm
351
I have a classification task where a body of text needs to be trained either as "favorable" or "not favorable". The vast majority (around 85%) of texts will...
seth_a_farrington
seth_a_farri...
Offline Send Email
Sep 9, 2006
7:21 pm
352
... If you have a lot of data, you can reduce training load one of two ways. First, you can sample from the data (better than just taking the first 10%). If...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 10, 2006
4:49 am
353
The Named Entity Tutorial has an example program "TrainConll2002.java" where the class "Conll2002ChunkTagParser" is used. I did not see the APIs of the class...
Ashish Sureka
mannu_sureka
Offline Send Email
Sep 12, 2006
4:27 am
354
I am new to LingPipe and trying to understand the various classes in " com.aliasi.corpus.parsers" package. I am developing an application that requires...
Ashish Sureka
mannu_sureka
Offline Send Email
Sep 12, 2006
4:54 am
355
... I like MUC-style XML-formatted data because you don't lose the information about whitespaces. Whitespace information is only used in the rescoring...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 12, 2006
6:21 pm
356
... Assuming this is the right reference: http://wiki.apache.org/jakarta-lucene/SpellChecker then there are substantial differences between what we're doing...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 12, 2006
7:21 pm
357
Hi Bob, Just tiny addition, n-grams in Lucene SpellC are used to restrict search, but not as a Boolen filters, rather as "words" in standard lucene TF/IDF...
eks dev
eksdev
Offline Send Email
Sep 12, 2006
9:47 pm
358
... Right. This is the same thing that I did in our case study in the "Lucene in Action" book to find transliteration variants from Arabic in English (e.g. Al...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 13, 2006
1:17 am
359
Thanks Bob, allready deep in Gusfield's book (your tip a few weeks, months ago), really good one! Anyhow, back to "spell checking". This fuzzy phrase...
eks dev
eksdev
Offline Send Email
Sep 13, 2006
8:16 pm
360
... I'm afraid I lost the thread here. I'm not sure where the SpanQuery comes in. For fuzzy matching, they pull out an OR (disjunctive) query over terms...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 14, 2006
2:45 pm
361
Hello, I've noticed that the MentionAnnotator.java in demos/tutorial/uima/src/com/aliasi/uima for UIMA integration seemed at little outdated and had some...
Florian Laws
florian@...
Send Email
Sep 14, 2006
4:49 pm
362
Hi Bob, ... Sorry for being confused here. I went really fast forward on this one: if you search for "Fordo Baggins" you get "Frodo Baggins" correction, as it...
eks dev
eksdev
Offline Send Email
Sep 14, 2006
5:31 pm
363
... Right. Basically, it's too many dependencies (quadratic) to model explicitly. With n tokens, you get n squared (n^2) dependencies without order, but only...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 15, 2006
9:19 pm
364
... Thanks so much. I forgot we even released the old UIMA code, but now we're just dumping our whole CVS snapshot into the release. I'll try to get a proper...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 15, 2006
9:25 pm
365
thanks, I guess, now I have much better feeling now what is LingPipe SCheck doing. I skipped briefly through SpellChecking classes in LP, not too easy to...
eks dev
eksdev
Offline Send Email
Sep 16, 2006
3:31 pm
366
Hi all, Please tell me if I'm missing something terribly obvious here, I'm hoping I am. Can the lingpipe.jar file be used (in my case for parts-of-speech...
betterthanjimbo
Offline Send Email
Sep 29, 2006
1:59 am
367
... Yes, I think you're missing the lingpipe.jar and your classpath. ... Try: javac -classpath lingpipe-2.3.0.jar *.java assuming you have the lingpipe jar in...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 29, 2006
8:28 pm
368
Hi Bob, Ant, eh? Hmm, I'll download the files from Apache and take a look. Thanks! My first guess to below was that is was a classpath error as well, but I'm...
betterthanjimbo
Offline Send Email
Oct 2, 2006
1:33 pm
369
What is the best way to optimize the CorefDemo? I ran it through a open source profiler (http://jrat.sourceforge.net/) while running it on a sample document...
slo_java
Offline Send Email
Oct 2, 2006
1:33 pm
370
Looks to me like the method parseString is a little misleading. The method signature is calling for a character array in the first argument. If you put...
slo_java
Offline Send Email
Oct 2, 2006
9:23 pm
371
slo_java wrote: Now why'd you go and choose a login name like that? ... 1/4 * 100 years * 365 days/year * 24 hours/day * 60 minutes/hr * 1 doc/2.5 minutes = 5M...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 2, 2006
10:55 pm
372
... Well, so much for first our first guesses. I looked at your code more closely against our API and the problem's that you're sending in a String rather than...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 2, 2006
11:14 pm
373
Thanks everyone for the help. I did indeed get it working, and thought I'd post this additional little thought for the archives. I was fooling around and...
betterthanjimbo
Offline Send Email
Oct 4, 2006
9:54 pm
374
Hello, I've been exploring the contents of the uploaded data in the 'mention' table of the old Medline-Genia db tutorial. There seems to be a lot of: **" limb...
Chris Topinka
topinska
Offline Send Email
Oct 7, 2006
8:47 pm
375
... First, the reason you're seeing this is that the models are very weak and local and don't do a good job of dealing with things even slightly different than...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 9, 2006
6:36 pm
Messages 346 - 375 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