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 543 - 573 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
543
Hi, I recently started evaluating the LingPipe SDK and I have a few problems and questions I build a big corpus, with around 50 text categories that represent ...
Nadav
nadavh080675
Offline Send Email
Mar 5, 2008
8:41 pm
545
... What exactly do you mean by text styles? As in writing styles like letter, e-mail, technical article, etc.? Are those styles mutually exclusive? If not,...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 5, 2008
9:12 pm
546
i will try to clarify my issue in regards to your questions. i have around 60 text categories, for each category i have between 200 - 1000 text files that...
Nadav Hashimshony
nadavh080675
Offline Send Email
Mar 6, 2008
7:04 am
547
... Never miss a thing. Make Yahoo your homepage. [Non-text portions of this message have been removed]...
Jemmy Lidger
jemmy.lidger
Offline Send Email
Mar 6, 2008
12:14 pm
548
... It's the amount of text, not number of files that determines sizing. ... OK -- that's fairly small. ... You probably want an NGramProcess classifier unless...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 6, 2008
5:31 pm
549
Hi bob, I used your advise and pruned the small ngrams, I use 3 as a counter and it solved the java heap problem. You wrote: You need to train the individual...
Nadav
nadavh080675
Offline Send Email
Mar 6, 2008
8:26 pm
550
Overall, you might want to rethink your classifier. Are the categories mutually exclusive and do they collectively cover all input types? Is there any ...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 6, 2008
9:17 pm
551
Hi Bob First I would like to put in a good word. I have worked with open source project in the past but never did I get such response to technical questions, ...
Nadav
nadavh080675
Offline Send Email
Mar 7, 2008
5:33 pm
552
... I get error "The method compileTo(Compilable, File) in the type AbstractExternalizable is not applicable for the arguments (NGramProcessLM, String)" Nadav....
Nadav
nadavh080675
Offline Send Email
Mar 7, 2008
6:01 pm
553
... Sorry for the half-baked code sketch. You need to send the compilation methods files, not strings. So that's: AbstractExternalizable.compileTo(lm,new...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 7, 2008
7:49 pm
554
After a built 60 lm's and combined them to one classifier , its size on the disk is around 900 mb, is this normal? When I will use it will load itself to the...
Nadav
nadavh080675
Offline Send Email
Mar 8, 2008
10:21 am
555
Hi Bob another small question, after i combine all the lm to one classifier i want to save it ti the disk, i cant use AbstractExternalizable.compileTo because...
Nadav Hashimshony
nadavh080675
Offline Send Email
Mar 9, 2008
8:27 am
556
Hi When a try to classiy text using my classifer i get the following error "Ratios must sum to number greater than zero. Found sum=0.0" any idea what it...
Nadav Hashimshony
nadavh080675
Offline Send Email
Mar 10, 2008
8:30 am
557
After further investigation i see the following nehavier i use the function to create the classifier: LMClassifier classifier = new...
Nadav Hashimshony
nadavh080675
Offline Send Email
Mar 10, 2008
2:47 pm
558
Nadav: Let's take this discussion off line after this reply. If you have more questions, just send them to lingpipe@... and I'll answer them directly....
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 10, 2008
9:06 pm
559
Hi, I'm working on an IE project for my final year project at the University. I'm using LingPipe to annotate sentences for name entity recongonition. A GUI...
nutsdriver
Offline Send Email
Mar 13, 2008
4:26 pm
560
... Thanks. Let us know if you have suggestions. We're probably going to drop it into the main LingPipe distro after I unplug all the 1.6-dependent Swing ...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 13, 2008
5:25 pm
561
... I think the majority of the MUC6 systems are designed for specifc usage. A user without programmer language cannot design what information to extract...
nutsdriver
Offline Send Email
Mar 15, 2008
11:39 am
562
... I'm not sure what you mean. Most of the MUC6 systems were designed for MUC6! DARPA was having all of its contractees compete. ... I'm still not sure what...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 17, 2008
4:23 pm
563
I have attached a minimal input file which demonstrates the problem. The first entry with PMID=12264172 gets it's abstract registered while the second with...
Andreas Sæbjø...
saebjornsen
Offline Send Email
Mar 21, 2008
4:12 am
564
I have attached a minimal input file which demonstrates the problem. The first entry with PMID=12264172 gets it's abstract registered while the second with...
Andreas Sæbjø...
saebjornsen
Offline Send Email
Mar 21, 2008
4:15 am
565
... I'm afraid the newsgroup discards attachments. Could you please mail the attachment to me directly at carp@.... I'll post back to the newsgroup...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 21, 2008
5:31 pm
566
... Aha. The OtherAbstracts are available, just in a different place in both the XML and in our domain object model representation (which follows the DTD...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 21, 2008
7:56 pm
567
So it is actually not required for an article to have an abstract according to the requirements in MedlineCitationSet. That is good to know. It is surprising...
Andreas Sæbjørn...
saebjornsen
Offline Send Email
Mar 21, 2008
8:49 pm
568
Dear all, with the help of knowledge posted previously on this mailing list I compiled the program to extract PMIDs and MesH descriptors from MEDLINE citation:...
andrej.kastrin
Offline Send Email
Mar 29, 2008
10:32 am
569
I found the solution myself: modify line ... to System.out.println(citation.pmid() + "|" + lists[i].descriptor().topic()); And the result looks like requested...
andrej.kastrin
Offline Send Email
Mar 29, 2008
3:36 pm
570
Hi, The testing I did on spellcheck part gives around 110 ms for each spellcheck. The training set is pretty small, and contains around 200 characters. Is it...
gray_song
Offline Send Email
Apr 3, 2008
10:39 pm
571
... We've trained spell checkers on dozens of GBs of data with a large lexicon and gotten run times of 100 queries/sec (10ms/query) for queries with averages...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 4, 2008
6:51 pm
572
Thank you very much for your reply. The data I used for the testing is as following: " for (int i = 0; i < 100; ++i) { // trainer.train("abracadabra "); ...
gray_song
Offline Send Email
Apr 7, 2008
5:43 pm
573
... I'm not sure how eclipse is going to run the JUnit code. If it forks a new JVM for each test, I'd think it'd be even slower than you report. The test does...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 7, 2008
8:58 pm
Messages 543 - 573 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