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

Cannot Execute Binary File #3

Open
yongzx opened this issue Jul 18, 2020 · 0 comments
Open

Cannot Execute Binary File #3

yongzx opened this issue Jul 18, 2020 · 0 comments

Comments

@yongzx
Copy link

yongzx commented Jul 18, 2020

I downloaded both LX Tokenizer and Stanford Parser, but when I want to run the first step (tokenization), I run into the following problem: /Users/zhengxinyong/Desktop/data/Tokenizer/Tokenizer/tokenizer: cannot execute binary file

My folder is structured as follows:

data/
    Tokenizer/
    input/
        try.txt
    tokenized/
    stanford-parser-4.0.0/

I have run the command chmod +x Tokenizer/Tokenizer/run-Tokenizer.sh as well, but when I run the following code on my terminal (cat input/try.txt | Tokenizer/Tokenizer/run-Tokenizer.sh > tokenized/try.txt;), I run into the error of not able to execute the binary file.

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

1 participant