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

Data reading is denied #21

Open
erathorn opened this issue May 9, 2017 · 3 comments
Open

Data reading is denied #21

erathorn opened this issue May 9, 2017 · 3 comments
Labels

Comments

@erathorn
Copy link
Collaborator

erathorn commented May 9, 2017

The command python online_pmi.py data data/IELex-2016.tsv.asjp gives the following error:
online_pmi.py: error: argument data: can't open 'data': [Errno 13] Permission denied: 'data'

@erathorn erathorn added the bug label May 9, 2017
@Anaphory
Copy link
Collaborator

Anaphory commented May 9, 2017

The arguments starting without dashes are positional arguments filled with the file names. So you would want python online_pmi.py data/IELex-2016.tsv.asjp

@Anaphory
Copy link
Collaborator

Anaphory commented May 9, 2017

(I hope I didn't break too many other things, but I may have.)

@PhyloStar
Copy link
Owner

I think it is better to have some tests with the standard datasets such as Japanese, IELex, Tujia, ObUgrian, Chinese to see that we achieve the accuracies in the same ballpark as in the arXiv paper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants