Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The EntityLinking Engine currently processes the text based on Sections (typically Sentences - if present). However in cases where multiple NLP framework do process the parsed text it might happen that Sentence annotations are overlapping. In such cases the EntityLinkingEngine would first process the Sentence with the earlier start and/or later end position. But it would also process the other sentence that is (partially) covered by the other one. Because of that Tokens and Chunks contained in two (or more) overlapping Sentence annotations will be processed twice.
To avoid this the EntityLinking Engine should keep track of Tokens that where already processed and just ignore already processed parts of overlapping sentences.
NOTE: This will not have any affects on the Entity Linking Results. However it will prevent unnecessary processing steps in cases as described above.
Attachments
Issue Links
- breaks
-
STANBOL-1070 Entity Co-Mention Engine
- Resolved