Skip to content

Releases: snipsco/snips-nlu-ontology

0.64.0

02 Apr 12:31
dd7867d
Compare
Choose a tag to compare

Added

  • Support for Portuguese (PT-PT and PT-BR)

Changed

  • Rename the probability output field to confidence_score in the intent
  • When we serialize the slots to JSON the confidenceScore field is dropped if null

0.63.2

06 Feb 15:32
0c3aa23
Compare
Choose a tag to compare

Changed

  • Kotlin wrapper: update kotlin to 1.3.11

0.63.1

29 Jan 15:00
42811e2
Compare
Choose a tag to compare

Fixed

  • Bug in kotlin binding when converting CSlots into List<Slot>

0.63.0

28 Jan 09:52
bbd34a0
Compare
Choose a tag to compare

Changed

  • The intent and slots attributes of IntentParserResult are no longer optional
  • The intent_name attribute of IntentClassifierResult is now optional
  • The range attribute of Slot is no longer optional
  • New optional confidence_score attribute in Slot object

Removed

  • Entity parser crate has been moved to the snips-nlu-parsers repository

0.61.3

17 Jan 14:49
Compare
Choose a tag to compare

Added

  • Bump rustling to 0.17.7: fix resolution of decimal numbers

0.61.2

14 Dec 10:16
Compare
Choose a tag to compare

Added

  • Bump rustling to 0.17.6: better support for Italian and Spanish

0.62.0

19 Nov 08:38
bf929e6
Compare
Choose a tag to compare

Changed

  • Update gazetteer-parser dependency

0.61.1

16 Oct 08:19
246819a
Compare
Choose a tag to compare

Added

  • Support for music builtin entities in english

Fixed

  • Crash with gazetteer entity parser

0.61.0

11 Oct 14:46
b980285
Compare
Choose a tag to compare

Fixed

  • Wrong enum values in ffi for snips/musicArtist and snips/musicAlbum

0.60.0

08 Oct 16:30
3db0346
Compare
Choose a tag to compare

Changed

  • Improve error handling in python wrapper

Fixed

  • Missing builtin entities in kotlin wrapper