amir-zeldes / xrenner

eXternally configurable REference and Non Named Entity Recognizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRF based entity guesser

amir-zeldes opened this issue · comments

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.

Implemented in V2.1