Releases: snipsco/snips-nlu-ontology
Releases · snipsco/snips-nlu-ontology
0.64.0
Added
- Support for Portuguese (PT-PT and PT-BR)
Changed
- Rename the
probability
output field toconfidence_score
in the intent - When we serialize the slots to JSON the
confidenceScore
field is dropped if null
0.63.2
Changed
- Kotlin wrapper: update kotlin to 1.3.11
0.63.1
Fixed
- Bug in kotlin binding when converting
CSlots
intoList<Slot>
0.63.0
Changed
- The
intent
andslots
attributes ofIntentParserResult
are no longer optional - The
intent_name
attribute ofIntentClassifierResult
is now optional - The
range
attribute ofSlot
is no longer optional - New optional
confidence_score
attribute inSlot
object
Removed
- Entity parser crate has been moved to the
snips-nlu-parsers
repository
0.61.3
Added
- Bump rustling to
0.17.7
: fix resolution of decimal numbers
0.61.2
Added
- Bump rustling to
0.17.6
: better support for Italian and Spanish
0.62.0
Changed
- Update
gazetteer-parser
dependency
0.61.1
Added
- Support for music builtin entities in english
Fixed
- Crash with gazetteer entity parser
0.61.0
Fixed
- Wrong enum values in ffi for
snips/musicArtist
andsnips/musicAlbum
0.60.0
Changed
- Improve error handling in python wrapper
Fixed
- Missing builtin entities in kotlin wrapper