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 set is not found! #55

Open
YukitoshiM opened this issue Jul 1, 2018 · 2 comments
Open

Data set is not found! #55

YukitoshiM opened this issue Jul 1, 2018 · 2 comments

Comments

@YukitoshiM
Copy link

I am interested to run you entity detection, and I am having trouble with data set.
I followed the bellow process, and I got the error "FileNotFoundError: [Errno 2] No such file or directory: '../../data/processed_simplequestions_dataset/train.txt'"!

Processes:

  1. sh setup.sh
  2. python train.py --entity_detection_mode LSTM --fix_embed ← here, I got the error....

How can I get "/processed_simplequestions_dataset/train.txt"?

@Impavidity
Copy link
Member

Hi, @YukitoshiM Thanks for your interests. Did you successfully run the setup.sh ? There might be some errors when you run that setup script. For example, the script fails to import fuzzywuzzy or nltk with its data. That training data is generated from

https://github.com/castorini/BuboQA/blob/master/scripts/fetch_dataset.sh

If you could post the log from setup.sh I might help you to check.

@YukitoshiM
Copy link
Author

Hi, @Impavidity Thank you for the quick response. I checked error message of the shell script as you recommend, and I for got to install NLTK.... I rerun the script, and it correctly created the data. Now, the python script is correctly running.

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