-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where do test dirs props, null, and ne come from? #9
Comments
Those dirs should be under the `train` directory in the conll05 data.
…On Fri, Jul 9, 2021 at 6:49 PM Adam ***@***.***> wrote:
Hi!
I noticed in make-wsj-test.sh and make-brown-test.sh that we try to zcat
a props, null, and ne file from test.wsj. However, in the
extract_test_from_ptb.sh and extract_test_from_brown.sh scripts, none of
these dirs/files are generated. Where are these supposed to come from?
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAY5TNYMBDKIEH4SM47TE6TTW54HZANCNFSM5ADRYS7A>
.
|
Thanks for the response! I am probably missing something, but I thought the |
Hello, I have the same problem with you. |
It sounds like you're describing the ptb training data, not the conll data - the directory I'm referring to is the |
Yeah I guess so. I am asking about the test data in particular. Which appears to be section 23 of PTB. So running However, But for the test data, where do these dirs come from? In zcat < $CONLL05/$FILE/words/$FILE.words.gz > /tmp/$$.words
zcat < $CONLL05/$FILE/props/$FILE.props.gz > /tmp/$$.props
zcat < $CONLL05/$FILE/synt/$FILE.$s.synt.gz > /tmp/$$.synt
# no senses, set to null
zcat < $CONLL05/$FILE/null/$FILE.null.gz > /tmp/$$.senses
zcat < $CONLL05/$FILE/ne/$FILE.ne.gz > /tmp/$$.ne cannot find the props, sense, or ne file, and then writes an empty archive. |
Oh, that's so strange! I guess the senses/ne lines (and corresponding entries in the |
Hi!
I noticed in
make-wsj-test.sh
andmake-brown-test.sh
that we try to zcat aprops
,null
, andne
file fromtest.wsj
. However, in theextract_test_from_ptb.sh
andextract_test_from_brown.sh
scripts, none of these dirs/files are generated. Where are these supposed to come from?Thanks!
The text was updated successfully, but these errors were encountered: