You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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
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.
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'
The text was updated successfully, but these errors were encountered: