amir-zeldes / xrenner

eXternally configurable REference and Non Named Entity Recognizer
Other
17 stars 11 forks source link

CRF based entity guesser #90

Closed amir-zeldes closed 4 years ago

amir-zeldes commented 6 years ago

For unknown entity resolution in xrenner_marker, also use predictions from CRF run on whole document before sentence processing. Requires #88 to be able to read whole document before processing sentences.

amir-zeldes commented 4 years ago

Implemented in V2.1