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 possible override of entity values when generating variations #808

Merged
merged 4 commits into from
Jun 12, 2019

Conversation

adrienball
Copy link
Contributor

Description:
When augmenting the dataset, variations of utterance entity values were added without checking possible collisions with other utterance entity values.

Checklist:

  • My PR is ready for code review
  • I have added some tests, if applicable, and run the whole test suite, including linting tests
  • I have updated the documentation, if applicable

@adrienball adrienball requested a review from ClemDoum June 11, 2019 09:51
@adrienball
Copy link
Contributor Author

addresses #807

@codecov-io
Copy link

Codecov Report

Merging #808 into develop will increase coverage by 0.03%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop     #808      +/-   ##
===========================================
+ Coverage    88.38%   88.42%   +0.03%     
===========================================
  Files           76       76              
  Lines         4590     4588       -2     
  Branches       890      889       -1     
===========================================
  Hits          4057     4057              
+ Misses         396      395       -1     
+ Partials       137      136       -1

@Shotgun167
Copy link

I'm having some issues where slots are sometimes filled with the word that has the case changed, ie. password is changed to Password. We are working around the issue by referencing the rawvalue for the slot. I''m wondering if this is a result of the same issue.

@adrienball adrienball merged commit 8fd6210 into develop Jun 12, 2019
@adrienball adrienball deleted the fix/override-entity-variations branch June 12, 2019 08:02
@adrienball
Copy link
Contributor Author

@Shotgun167 This is indeed very likely to be caused by this issue.

@ClemDoum ClemDoum mentioned this pull request Jun 20, 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.

4 participants