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

Improve deterministic intent parser #126

Merged
merged 1 commit into from Mar 6, 2019

Conversation

adrienball
Copy link
Collaborator

This reflects changes that were made here: snipsco/snips-nlu#767

Description:
This PR improves the inference part of the deterministic parser, by generating better variations of the input. More specifically, each intent is associated to an entity scope (corresponding to all the entities present in the intent), and for each of these scopes a variation of the input is created by replacing the potential entities found by their placeholders.
This makes the deterministic parser more likely to match inputs.

@adrienball adrienball requested a review from ClemDoum March 6, 2019 15:46
@adrienball adrienball merged commit 0d29e67 into develop Mar 6, 2019
@adrienball adrienball deleted the task/improve-deterministic-parser branch March 6, 2019 16:11
@adrienball adrienball mentioned this pull request Apr 9, 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