Closed adrienball closed 5 years ago
addresses #807
Merging #808 into develop will increase coverage by
0.03%
. The diff coverage is100%
.
@@ 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
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.
@Shotgun167 This is indeed very likely to be caused by this issue.
Description: When augmenting the dataset, variations of utterance entity values were added without checking possible collisions with other utterance entity values.
Checklist: