DFKI-NLP / sherlock

State-of-the-art Information Extraction
3 stars 1 forks source link

Changed Predictor to Annotator #34

Closed GabrielKP closed 2 years ago

GabrielKP commented 2 years ago

Renamed Predictor to Annotator. Changed internal function variable names too. I am not sure how to coverage test the code.

closes #5

Fixed a bug along the way which caused a crash when creating the Features for models which did not have the field "token_identity_ids". Related to #29 (should have done in a different branch, sorry)