Closed ghost closed 4 years ago
Hi! We try to keep this issue tracker focused specifically on bug reports and feature requests, so I suggest to follow up on the Stackoverflow issue you posted instead.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sample of trainning data(input.json), the full json has only 100 resumes.
Code that transformes this json data to spacy format
Code for training the spacy model
Code for testing the model, I test with a text from the training, so normally it should give my the 2 entities present in it(diplomes, adresse)
The test give me an empty array, my goal is to extract addresses(adresse) and academic degrees(diplomes) from a resume.