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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 654 - 683 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
654
A user reported a problem with HMM decoding on a specific hardware/software configuration: Athlon64/Ubuntu 8.1 64-bit/JDK 1.6 An exception is thrown in the...
Bob Carpenter
colloquialdo...
Offline Send Email
Feb 6, 2009
7:38 pm
655
Bob - I recently got burned by http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6196102 going from Java 1.5 to Java 1.6 (1.6.0_11-b03, 32-bit, Linux on Intel...
Luke Nezda
nezda
Offline Send Email
Feb 6, 2009
8:36 pm
656
... Thanks for the tip. I should've tried forcing interpreted mode to help debug. My 64-bit java doesn't have a client JVM, only a server one. I ran into some...
Bob Carpenter
colloquialdo...
Offline Send Email
Feb 6, 2009
8:51 pm
657
Out of curiosity, what happens when you hit this bug? Does the JVM just die (HotSpot error), or? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr -...
Otis Gospodnetic
otis_gospodn...
Offline Send Email
Feb 6, 2009
8:54 pm
658
Yea, I guess they consider {@code <= Integer.MAX_VALUE} a rare case or something and its been fixed and regressed according to our cross JVM build experience....
Luke Nezda
nezda
Offline Send Email
Feb 6, 2009
9:16 pm
659
... The problem was that a variable that's mathematically bounded to be between 0 and 1 with infinite precision wanders outside of that range with (some)...
Bob Carpenter
colloquialdo...
Offline Send Email
Feb 6, 2009
9:18 pm
660
Hi: I am a newbie of lingpipe. I read some tutorial on the langpipe website but many NLP terms frightened me. The classification samples included in the...
yanky_young
Offline Send Email
Feb 26, 2009
5:52 am
661
... There are also classifiers used in the language ID, word sense disambiguation, sentiment, and logistic regression tutorials. The word sense disambiguation...
Bob Carpenter
colloquialdo...
Offline Send Email
Feb 26, 2009
5:47 pm
662
... I am planning to crawl universities, research labs and job websites to get many researchers' profile information and then provide a search interface for...
yanky_young
Offline Send Email
Feb 26, 2009
6:53 pm
663
... There's been some serious work on more or less exactly this problem of classifying university web pages into types. Mark Craven created a data set back in...
Bob Carpenter
colloquialdo...
Offline Send Email
Feb 26, 2009
7:09 pm
664
Hi: Many thanks for your help. Web-KB is a great corpus for me. As us said, logistic regression classifier is much harder to train. Maybe I have to dig into...
yanky_young
Offline Send Email
Feb 27, 2009
3:17 am
665
Hello I am trying out the Sentiment Analysis tutorial (PolarityHierarchical.java). I want to dump the classifier as a file, so that I donot have to run through...
biswaroop_p
Offline Send Email
Mar 4, 2009
6:47 pm
666
... The answer is that the result is an LMClassifier, not a DynamicLMClassifier; the result of compilation is a more compact and efficient implementation, but...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 4, 2009
6:58 pm
667
Thanks Bob It works for me now. Best regards Biswaroop...
biswaroop_p
Offline Send Email
Mar 6, 2009
9:19 am
668
Hi, bob: I am trying to use NaiveBayesClassifier to classify text documents. Here is my code: String regex = "[a-zA-Z]+"; RegExTokenizerFactory tf = new...
yanky_young
Offline Send Email
Mar 9, 2009
4:41 pm
669
Thanks for the great bug report. Your diagnosis is sport on. Our RegExTokenizerFactory's serialization is broken, because I forgot the write-replace. I just...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 9, 2009
9:04 pm
670
Hi, bob: I have add the fix as u said, but it doesn't work for me now. And the same exception occurs. I have no idea about that. I dig into the code and find...
yanky young
yanky_young
Offline Send Email
Mar 10, 2009
5:13 am
671
I'm afraid to say that you're absolutely right again. I fixed the serialization problem for RegExTokenizerFactory, but that wasn't at the root of the problem...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 10, 2009
4:40 pm
672
Hi,when I run the demo of Chinese words segmentation with Peking University corpus,OutOfMemoryError happened as follows: run-pk: [java] CHINESE TOKENS [java]...
junshao@...
junshao...
Offline Send Email
Mar 14, 2009
3:20 am
673
Hi, I was using a custom LineParser to parse a file, when I ran into the following problem: ## Exception in thread "main" java.lang.NullPointerException at...
joao.psilva@...
joao.psilva...
Offline Send Email
Mar 15, 2009
10:05 pm
674
... I'm afraid that'll depend on the JVM. Using the 64-bit 1.6 JVM on Windows, it runs in 512M but runs out of memory with only 256M. It'll require less on...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 16, 2009
6:33 pm
675
Thanks so much for the detailed bug report and diagnosis (which I don't repeat here). You're absolutely right on both counts. 1. Here's what I found in the...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 16, 2009
8:27 pm
676
In the part of speech tagging tutorial, the command line should apparently be java -cp build/classes/:../../../lingpipe-3.7.0.jar RunMedPost...
Chris Brew
cbrew_cl
Offline Send Email
Apr 1, 2009
1:19 pm
677
Thanks for the note and the patch. We really want the tutorials to work as written, so any suggestions for patches are greatly appreciated. I'm in the final...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 1, 2009
9:58 pm
678
LingPipe 3.8.0 is now available from the site: http://alias-i.com/lingpipe This is a big release — the details are available on the home page linked above. ...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 17, 2009
4:12 am
679
I accidentally left an old description in the documentation on the LingPipe home page. We have not in fact deprecated util.FeatureExtractor as we said on the...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 21, 2009
7:45 pm
680
Hi, I am writing the specifications for my final assignment, that will use LinpPipe classification tools. Going through the tutorials I could find...
Rafael Cotta
rafaelcotta
Offline Send Email
Apr 22, 2009
2:30 pm
681
... Why do you want to do that? ... You can actually put the stemming inline using our tokenizers. Or you can preconvert it using whatever tool you want and...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 22, 2009
5:02 pm
682
Hi, Bob I was going to reply to your email on this morning with more questions, but luckily I could get back from work, study a little more about this subject...
Rafael Cotta
rafaelcotta
Offline Send Email
Apr 24, 2009
1:32 am
683
Re-reading my emails I noticed that I didn't tell you all what exactly my final assignment is. I'll write a service to classify texts into predefined ...
Rafael Cotta
rafaelcotta
Offline Send Email
Apr 24, 2009
10:02 am
Messages 654 - 683 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