Skip to content

Conversation

@fanavarro
Copy link

Fix for the bug [UIMA-5964]. Matched text field of concept mapper was always null when OrderIndependentLookup is false. With this fix, matched text is initialized independently of OrderIndependentLookup.

Copy link

@tanenblatt tanenblatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After going through the code manually, it does appear that the proposed change should do the right thing. I’ve been trying to figure out why that was never a reported problem, but I guess it was because when not using sorting, the array of matched tokens can be consulted to compute the matched string. Making this change would therefore be a reasonable convenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants