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
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
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: