We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mldl@ub1604:~/ub16_prj/fact-extractor$ make unsupervised-run
mkdir -p ./workspace-it/unsupervised/linked python lib/entity_linking.py --debug -d -c 0.01 twm ./workspace-it/sentences ./workspace-it/unsupervised/linked Traceback (most recent call last): File "lib/entity_linking.py", line 16, in import secrets ImportError: No module named secrets Makefile:190: recipe for target 'unsupervised-run' failed make: *** [unsupervised-run] Error 1 mldl@ub1604:~/ub16_prj/fact-extractor$
The text was updated successfully, but these errors were encountered:
From the README:
lib/secrets.py
# For The Wiki Machine TWM_URL = 'your service URL' TWM_APPID = 'your app ID' TWM_APPKEY = 'your app key' # For Dandelion API NEX_URL = 'https://api.dandelion.eu/datatxt/nex/v1' NEX_APPID = 'your app ID' NEX_APPKEY = 'your app key'
Sorry, something went wrong.
No branches or pull requests
mldl@ub1604:~/ub16_prj/fact-extractor$ make unsupervised-run
you need to run extract-sentences-* before
mkdir -p ./workspace-it/unsupervised/linked
python lib/entity_linking.py --debug -d -c 0.01 twm
./workspace-it/sentences ./workspace-it/unsupervised/linked
Traceback (most recent call last):
File "lib/entity_linking.py", line 16, in
import secrets
ImportError: No module named secrets
Makefile:190: recipe for target 'unsupervised-run' failed
make: *** [unsupervised-run] Error 1
mldl@ub1604:~/ub16_prj/fact-extractor$
The text was updated successfully, but these errors were encountered: