Releases: snipsco/snips-nlu-rs
Releases · snipsco/snips-nlu-rs
0.59.0
Added
- Limited support for Italian by bumping the
snips-nlu-ontology
to0.58.0
andsnips-nlu-utils
to0.7.0
0.58.3
Fixed
- Fix mapping issue when multiple synonyms have same normalization
0.58.2
Changed
- Bump
snips-nlu-ontology
to0.57.3
0.58.1
Fixed
- Error when loading a
SnipsNluEngine
from zip data
0.58.0
Added
- Interactive parsing CLI
Changed
- The
SnipsNluEngine
object is now loaded from a directory instead of a single json file
(see https://github.com/snipsco/snips-nlu/releases/tag/0.16.0). - Language resources are now loaded dynamically from the trained engine directory instead of
being statically hardcoded, reducing the binary size by 31Mb.
Removed
snips-nlu-resources
andsnips-nlu-resources-packed
crates no longer exists.FileBasedConfiguration
,ZipBasedConfiguration
and `NluEngineConfigurationConvertible- Rust examples (replaced by interactive CLI).
0.57.2
Fixed
- Conflict with bindgen dependency
0.57.1
Changed
- Bump
snips-nlu-ontology
to0.57.1
Fixed
- Crash when parsing implicit years before 1970
0.57.0
Changed
- Improve matching of synonyms
- Improve caching strategy for builtin entity parsing
- Improve intent classification
- Bump model version to
0.15.0
- Bump
snips-nlu-ontology
to0.57.0
0.56.1
Changed
- Improve calibration of intent classification probabilities
- Update the
IntentParser
API and keep onlyparse
method, while removingget_intent
andget_slots
- DeterministicIntentParser: Replace tokenized out characters with whitespaces to improve matching
Fixed
- DeterministicIntentParser: Fix issue with ranges of custom slots appearing after builtin slots