Releases: snipsco/snips-nlu
Releases · snipsco/snips-nlu
0.16.4
0.16.3
Fixed
- Issue with synonyms when multiple synonyms have the same normalization
0.16.2
Added
automatically_extensible
flag in dataset generation tool- System requirements
- Reference to chatito tool in documentation
Changed
- Bump
snips-nlu-ontology
to0.57.3
- versions of dependencies are now defined more loosely
Fixed
- Issue with synonyms mapping
- Issue with
snips-nlu download-all-languages
CLI command
0.16.1
Added
- Every processing unit can be persisted into (and loaded from) a
bytearray
0.16.0
Changed
- The
SnipsNLUEngine
object is now persisted to (and loaded from) a
directory, instead of a single json file. - The language resources are now persisted along with the
SnipsNLUEngine
,
removing the need to download and load the resources when loading a trained engine. - The format of language resources has been optimized.
Added
- Stemmed gazetteers, computed beforehand. It removes the need to stem
gazetteers on the fly. - API to persist (and load) a
SnipsNLUEngine
object as abytearray
Fixed
- Issue in the
DeterministicIntentParser
when the same slot name was used in
multiple intents while referring to different entities
0.15.1
Changed
- Bump
snips-nlu-ontology
to0.57.1
Fixed
- Crash when parsing implicit years before 1970
0.15.0
Changed
- Language resources are now packaged separately from the Snips NLU core
library, and can be fetched usingsnips-nlu download <language>
. - The CLI tool now consists in a single entry point,
snips-nlu
, which exposes
several commands.
Added
- CLI command to parse a query
0.14.0
Fixed
- Issue due to caching of builtin entities at inference time
Changed
- Improve builtin entities handling during intent classification
- Improve builtin entities handling in
DeterministicIntentParser
- Reduce size of regex patterns in trained model file
- Update model version to
0.15.0
0.13.5
Fixed
- Fixed synonyms matching by using the normalized version of the tagged value
- Fixed dataset augmentation by keep stripped values of entities
- Fixed the string variations functions not to generate too many variations
0.13.4
Added
- Documentation for the
None
intent
Changed
- Improve calibration of intent classification probabilities
- Update snips-nlu-ontology version to 0.55.0
Fixed
- DeterministicIntentParser: Fix bug when deduplicating regexes
- DeterministicIntentParser: Fix issue with incorrect ranges when parsing sentences with both builtin and custom slots
- DeterministicIntentParser: Fix issue with builtin entities placeholders causing mismatches
- Fix issue with engine-inference CLI script not loading resources correctly