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 744 - 777 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
744
Dear Bob, thank you for your quick response. I think that LingPipe is an amazing tool for NLP tasks. The issue unfortunately does persist when I am using a ...
gpalt
Offline Send Email
Sep 3, 2009
8:11 am
745
Aha. The change in order is at the boundary. The tokenized LMs automatically insert a start/end boundary symbol (same for both -- I should've used different...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 3, 2009
5:12 pm
746
Thank you very much for all your help, Bob. It's been invaluable in understanding the API better. Best regards, George...
gpalt
Offline Send Email
Sep 4, 2009
10:00 am
747
I really try to figure out a solution by myself, with no luck. So, nothing last but asking the experts... I have a class that holds references to...
rafaelcotta
Offline Send Email
Sep 6, 2009
5:11 pm
748
I'm afraid com.aliasi.classify.NaiveBayesClassifier is not serializable. It does implement com.aliasi.util.Compilable, so you can save the compiled (but not...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 8, 2009
3:54 pm
749
Hi, Bob. Thanks for your reply. Over the weekend I've been developing a solution to retrain it from scratch, as I was afraid I wasn't going to succeed on...
Rafael Cotta
rafaelcotta
Offline Send Email
Sep 8, 2009
4:00 pm
750
Hey guys, I am working on a Natural Language parser which examines a sentence in english and extracts some information like name, date etc. On of the problem i...
pranav8494
Offline Send Email
Sep 11, 2009
2:10 pm
751
No, we don't have anything in LingPipe for normalizing dates. We participated in the TERN evaluation where we trained named-entity recognizers for English and...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 11, 2009
5:32 pm
754
Spammer has been deleted from membership. thanks Breck...
reckb
Offline Send Email
Sep 21, 2009
3:46 pm
755
Is there a utility class to generate a random matrix ( given dimensions m,n ) in lingpipe ? -Thanks, Prasen...
prasenjit mukherjee
prasen_bea
Offline Send Email
Oct 13, 2009
12:56 pm
756
... No, but it's really easy. If you want to populate an M x N matrix with a random double between 0 and 1: int M = 5; // rows int N = 7; // columns Random...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 13, 2009
5:47 pm
757
I have a relatively sparse matrix with integer values ( and hence they are not properly normalized ). I am getting NaN for almost everything ( singluarValues,...
prasenjit mukherjee
prasen_bea
Offline Send Email
Oct 16, 2009
4:11 pm
758
The SVD algorithm should work for any matrix. There are two variants -- sparse and partial. If your matrix has specified values, and the others are zeroes, use...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 16, 2009
9:28 pm
759
Hi all, i am working on WSD and I want to use Wikipedia as dictionary. It is possible to replace the dictionary on senseval? How can I transforme the wikitext...
BA YORO
yo_ba
Offline Send Email
Oct 16, 2009
9:40 pm
760
... I'm not sure what exactly you're proposing. As is, the word sense disambiguation (WSD) demo: ...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 16, 2009
10:44 pm
761
BA YORO I can probably help with the Wikipedia processing, as I have custom and existing perl modules for that. I have converted wikipedia to dictd format...
Chou Enlai
adougher9
Online Now Send Email
Oct 17, 2009
4:10 am
762
Thank you Bob, http://en.wikipedia .org/wiki/ NLP I know I need the disambiguation page of the words I want to disambiguate, my problem is how to get this...
BA YORO
yo_ba
Offline Send Email
Oct 17, 2009
11:15 am
763
Had sent you the data ( its quite huge ) and the parameters to carp@.... Would really appreciate of you could take a look. -Thanks, Prasen ... ...
prasenjit mukherjee
prasen_bea
Offline Send Email
Oct 18, 2009
6:39 am
764
I am trying to evaluate partialSvd() on a smaller matrix and this is what my findings are. Below is my input matrix, assuming 4 terms and 3 docs. doc0 =>...
prasenjit mukherjee
prasen_bea
Offline Send Email
Oct 18, 2009
4:55 pm
766
thanks for the quick response. your results make much more sense. May be I am doing something wrong with the lingpipe package and thats why found it difficult...
prasenjit mukherjee
prasen_bea
Offline Send Email
Oct 19, 2009
4:33 am
768
The main problem you have is the example, which is numerically unstable for the approximation method we're using for many learning rates. That's because ...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 19, 2009
5:11 pm
769
Hi Breck: I was wondering how that one got through! Best Regards, Fred Parnon...
Fred Parnon
fparnon
Offline Send Email
Oct 19, 2009
9:45 pm
770
"Sans la liberté de blamer, il n'est point d'éloge flatteur" ... De: Bob Carpenter <carp@...> Objet: Re: [LingPipe] word sense over Wikipedia À:...
BA YORO
yo_ba
Offline Send Email
Oct 20, 2009
3:42 pm
771
I'm afraid LingPipe just isn't set up to be a standalone command-line tool. It's a Java API that requires Java programs to access it. The tutorials are meant...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 20, 2009
5:29 pm
772
Hi all, I have two requirements. ... I have installed (unzipped) Lingpipe on my windows XP machine, and I can run demo files without any problem(.bat files).....
fayas
fayas_h
Offline Send Email
Oct 27, 2009
4:13 pm
773
Thanks for your reply. Seems that the solution (SvdDemo) slightly varies with each run. One of the runs gave me the following result : Singular Values [java]...
prasenjit mukherjee
prasen_bea
Offline Send Email
Oct 27, 2009
4:13 pm
774
I'm afraid to say there is no "running LingPipe". LingPipe is just a set of Java APIs. That means you need to write Java code to access LingPipe's ...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 27, 2009
4:58 pm
775
If it converges, you should get the same solution up to sign variation. To monitor convergence, look at the error term and try different learning rates and...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 27, 2009
5:02 pm
776
Hi, Thanks for your detailed information. I got it working with my project. Sample codes in tutorial folder helped me alot in solving the issue. Basically its...
fayas
fayas_h
Offline Send Email
Oct 29, 2009
5:43 pm
777
Glad you got it working. Using LingPipe's like using any other library. You just need to make the jar accessible to the web app. While you can install the...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 29, 2009
6:59 pm
Messages 744 - 777 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