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 665 - 694 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
684
We need to report on LingPipe use in the field of biology as part of our NIH (The USA National Institutes of Health) funding. If you have used...
reckb
Offline Send Email
Apr 28, 2009
3:00 pm
685
... The answer is probably "yes". In fact our evals show what the effect of various thresholds are on the one-versus-all subproblems if you look at the scored...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 29, 2009
7:34 pm
686
An anonymous bug reporter indicated the model: $LINGPIPE/demos/models/langid-leipzig.classifier was missing. I didn't realize it was linked from the tutorial...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 29, 2009
7:46 pm
687
... What I didn't mention was that it's compiled with 5-grams and then pruned to a minimum count per n-gram of 10. That resulted in a 10MB model that's not...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 29, 2009
8:28 pm
688
I'm interested in sentimental analysis and started few tests of detection. Is it possible do sentimental analysis comparatively? For example: "Java is better...
Gustavo Arjones
gustavoarjones
Offline Send Email
May 10, 2009
5:07 am
689
Hello, My question is similar to Gustavo's (and I closely looked at the sentiment detection tutorial a looong time ago). How well does LingPipe detect...
Otis Gospodnetic
otis_gospodn...
Offline Send Email
May 11, 2009
12:25 am
690
... I'm afraid there's nothing built into LingPipe that'll let you do this kind of comparative sentiment extraction out of the box. But there are some...
Bob Carpenter
colloquialdo...
Offline Send Email
May 11, 2009
5:04 pm
691
We just released a patch for LingPipe 3.8. As usual, it's available from the home page: http://alias-i.com/lingpipe There are only two changes: 1. Bug...
Bob Carpenter
colloquialdo...
Offline Send Email
May 12, 2009
5:04 pm
692
We received a bug report that the SVD demo program in $LINGPIPE/demos/tutorial/svd/src/Lsi.java throws a null pointer exception as of LingPipe 3.8. I...
Bob Carpenter
colloquialdo...
Offline Send Email
May 12, 2009
8:45 pm
693
Dear all, could somebody help me with the code below. I want to extract author list from Medline citation. thanks in advance for any suggestions. Cheers,...
andrej.kastrin
Offline Send Email
May 17, 2009
10:18 am
694
Dear All I've just start learning LingPipe for my project. My project focus on Sentiment Analysis. Now I want to try using new set of movie review from...
salinkate
Offline Send Email
May 17, 2009
7:45 pm
Messages 665 - 694 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