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 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:
sh setup.sh
python train.py --entity_detection_mode LSTM --fix_embed ← here, I got the error....
How can I get "/processed_simplequestions_dataset/train.txt"?
The text was updated successfully, but these errors were encountered:
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
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.
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:
How can I get "/processed_simplequestions_dataset/train.txt"?
The text was updated successfully, but these errors were encountered: