Releases: snipsco/snips-nlu-rs
Releases · snipsco/snips-nlu-rs
0.65.6
Changed
- Bumped crfsuite to 0.3.3 #158
0.65.5
Changed
- Bumped
snips-nlu-parsers
to 0.4.3
#157
0.65.4
Changed
- Bump crfsuite to
0.3.2
#155
0.65.3
Fixed
- Optimize memory footprint of resources #151
Added
- Add support for datetime subtypes in French #152
0.65.2
Fixed
- Freeze chrono to 0.4.8 to fix issue with rustling-ontology #149
0.65.1
Added
- Add new
parse_with_alternatives
API to SnipsNluEngine
to get alternative intents and slot values #148
0.65.0
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
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
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
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