Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix caching issue in CustomEntityParser #138

Merged
merged 1 commit into from Apr 26, 2019

Conversation

adrienball
Copy link
Collaborator

Description
The way we compute the caching key when calling the extract_entities API of the CustomEntityParser object was wrong. Indeed, using a None scope was treated equally than using an empty (vec![]) scope.

@adrienball adrienball merged commit e02656a into develop Apr 26, 2019
@adrienball adrienball deleted the fix/custom-parser-caching branch April 26, 2019 14:57
@adrienball adrienball mentioned this pull request Apr 29, 2019
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.

None yet

2 participants