Skip to content
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

binary files in resources/propbank #2

Closed
bheinzerling opened this issue Dec 5, 2016 · 1 comment
Closed

binary files in resources/propbank #2

bheinzerling opened this issue Dec 5, 2016 · 1 comment

Comments

@bheinzerling
Copy link

After running getres.sh, there are binary files in the resources/propbank folders with names like "._bore.xml". On Linux, these will cause the PropBankReader to crash, since it attempts to parse all files in the directory.

The ._*.xml files appear to be OSX metadata. Maybe there's a difference in the way Files.walk(...) and/or Files.isRegularFile(...) treat them, e.g. ignore on OSX, while they're just normal files on Linux?

Anyway, a simple workaround is to do rm resources/propbank/._*.xml after running getres.sh

@yoavartzi
Copy link
Member

yoavartzi commented Dec 5, 2016 via email

@yoavartzi yoavartzi mentioned this issue Dec 5, 2016
Closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants