-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Feature Request] Code to use trained model for Entity Linking #4
Comments
Currently I'm developing more user-friendly linking tool but yes PRs are welcome! |
I just built a simple Flask server around a slightly modified version of this repository. You can take a look at my fork ( specially the I won't submit a PR as it looks like a hack, but maybe it can give you some ideas. |
Maybe the source data was changed. I run your code and your code had a error that "FileNotFoundError: [Errno 2] No such file or directory: './data/documents/wikipedia.json'" when I run the preprocess.py |
@JLUGQQ You're right, somebody deleted the wikipedia.json from the file, maybe because it was eating up too much space on their Drive. Anyway, I have a backup of the original source data, you can download it here: zeshel.tar.bz2 |
Hi @izuna385,
Great work! I want to use your codebase for a downstream task. I find it a bit hard to modify the code to run prediction on given sentences. Can you please help?
Best!
The text was updated successfully, but these errors were encountered: