Releases: snipsco/snips-nlu
Releases · snipsco/snips-nlu
0.13.3
Added
- Add config parameter to augment data with builtin entity examples
Changed
- Bump snips-nlu-ontology to 0.54.3
- Use language specific configs by default
- Add right space to chunks in data augmentation
- Update JA config
Fixed
- Fix inconsistency bug with shape ngram CRF feature
- Fix bug when initializing
CRFSlotFiller
with config dict - Fix bug with gazetteer in ngram feature
- Fix bug with length CRF feature
0.13.2
Merge pull request #559 from snipsco/release/0.13.2 Release 0.13.2
0.13.1
Changed
- Bump model version from 0.13.0 to 0.13.1
- Bump ontology version from 0.54.1 to 0.54.2
Fixed
- Fix CRF parsing of builtin entities by adding builtin entities examples of different lengths
- Fix CLI scripts importing metrics package which might not be installed
0.13.0
Added
- Add contributing guidelines, code of conduct, authors and contributors
- Add integration test
- Add CHANGELOG
Changed
- Bump model version from 0.13.0 to 0.14
- Improve intent classification by leveraging builtin entities
- Improve loading of language specific resources
- Improve support of japanese
Removed
- Remove
exhaustive_permutations_threshold
parameter in config
Fixed
- Fix compiling issue with
bindgen
dependency when installing from source - Fix issue in
CRFSlotFiller
when handling builtin entities
0.9.1
0.8.16
Updated
- better handle scope when parsing builtin entities
- bump rustling ontology version
Added
- debug capabilities
0.8.15
Updated
- bump model version to 0.9.0
0.8.14
Changed
- Replace python utils with Rust nlu utils wrapper to improve cross platform consistency
- Improve string normalization by handling diacritics properly
0.8.13
Fixed
- normalization of synonyms in order to be case insensitive
- regexes (RegexParser) are now properly deduplicated
Added
- features export