Skip to content

Releases: snipsco/snips-nlu-rs

0.65.6

28 Jan 16:20
Compare
Choose a tag to compare

Changed

  • Bumped crfsuite to 0.3.3 #158

0.65.5

27 Jan 10:16
6d0fcab
Compare
Choose a tag to compare

Changed

  • Bumped snips-nlu-parsers to 0.4.3 #157

0.65.4

15 Jan 17:15
Compare
Choose a tag to compare

Changed

  • Bump crfsuite to 0.3.2 #155

0.65.3

12 Sep 15:29
a45064d
Compare
Choose a tag to compare

Fixed

  • Optimize memory footprint of resources #151

Added

  • Add support for datetime subtypes in French #152

0.65.2

06 Sep 13:33
bf16a8a
Compare
Choose a tag to compare

Fixed

  • Freeze chrono to 0.4.8 to fix issue with rustling-ontology #149

0.65.1

04 Sep 15:17
5266f81
Compare
Choose a tag to compare

Added

  • Add new parse_with_alternatives API to SnipsNluEngine to get alternative intents and slot values #148

0.65.0

12 Jul 15:47
Compare
Choose a tag to compare

Changed

  • Bumped ontology to 0.65.0 #143
  • Bumped parsers to 0.3.0 #143

Added

  • Added a lookup intent parser #121
  • Introduce new builtin entities:
    • snips/time
    • snips/timePeriod
    • snips/date
    • snips/datePeriod
    • snips/city
    • snips/country
    • snips/region

0.64.4

20 Jun 12:31
Compare
Choose a tag to compare

Changed

  • Accept ambiguous results from DeterministicIntentParser when confidence score is above 0.5 #141
  • Bumped ontology to 0.64.7 #142
  • Bumped parsers to 0.2.2 #142

0.64.3

29 Apr 14:46
206436e
Compare
Choose a tag to compare

Fixed

  • Make the WrongModelVersion error message intelligible #133
  • Fix error handling in Python wrapper #134
  • Return an error when using unknown intents in whitelist or blacklist #136
  • Fix issue with stop words in DeterministicIntentParser #137
  • Fix caching issue in CustomEntityParser #138

0.64.2

09 Apr 14:16
b9d4698
Compare
Choose a tag to compare

Fixed

  • Fix handling of ambiguous utterances in DeterministicIntentParser #129
  • Stop normalizing confidence scores when there is an intents filter #130

Added

  • Add new APIs in ffi and bindings (python, kotlin, swift) #131

Changed

  • Leverage entity scopes of each intent in deterministic intent parser #126