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
NEEvaluateCommand   Message List  
Reply | Forward Message #65 of 796 |
RE: [LingPipe] NEEvaluateCommand

I saw from your next message you found what you
were looking for, but just to clarify for everyone
else:

> I wonder if I can find some examples that illustrate how to
> use NEEvaluateCommand.

We can't distribute examples because we don't
own any of the annotated data. My suggestion
is to use the CoNLL data if you want something
simple or the GENIA data if you want something
more complex XML data oriented. Both are free.

> I'm also interested in using it for 10-fold cross validation...

The current evaluation command does not do
10-fold x-validation. It does an evaluation
of the last n% after training on the first
(100-n)%.

There are two options for x-validation:

1. Hack the current command by rearranging
the corpus cyclicly. Down side is that you
have to combine the results yourself somehow.

2. Rewrite your own command that does it right.
There just needs to be a loop on top of what
there's now and some way to combine the results.

- Bob




Tue Mar 8, 2005 7:31 pm

colloquialdo...
Offline Offline
Send Email Send Email

Forward
Message #65 of 796 |
Expand Messages Author Sort by Date

Hi, I wonder if I can find some examples that illustrate how to use NEEvaluateCommand. I'm also interested in using it for 10-fold cross validation... Please...
saelim
Offline Send Email
Mar 8, 2005
12:54 am

... Found it. Thanks....
saelim
Offline Send Email
Mar 8, 2005
5:58 pm

I saw from your next message you found what you were looking for, but just to clarify for everyone ... We can't distribute examples because we don't own any of...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 8, 2005
7:32 pm

Thanks Bob. I have got NEEvaluateCommand to work with -dictionary=DictionaryFilePath (the code of NEEvaluateCommand needs to be modified first). I wonder...
B. Saelim
saelim
Offline Send Email
Mar 9, 2005
6:01 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help