projects
projects copied to clipboard
NEL tutorial - v2 config
Description
Update config to use spacy.EntityLinker.v2 and spacy.HashEmbedCNN.v2.
Oddly enough, this new v2 config doesn't manage to get beyond 33% F-score for the EL, while the previous v1 version easily obtained 83% (looks like a large diff, but the dataset is super small, so it's not that significant.).
Types of change
enhancement
Checklist
- [x] I confirm that I have the right to submit this contribution under the project's MIT license.
- [x] I ran the tests, and all new and existing tests passed.
- [x] I ran the
updatescripts in the.githubfolder, and all the configs and docs are up-to-date.