Skip to content

Releases: snipsco/snips-nlu

0.13.3

24 Apr 09:21
9da130c
Compare
Choose a tag to compare

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

11 Apr 13:25
625ef59
Compare
Choose a tag to compare
Merge pull request #559 from snipsco/release/0.13.2

Release 0.13.2

0.13.1

11 Apr 11:51
26b7c9b
Compare
Choose a tag to compare

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

06 Apr 12:29
cd32ae6
Compare
Choose a tag to compare

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

12 Oct 13:35
Compare
Choose a tag to compare

Added

  • support for sublinear TfIdfVectorizer

Changed

  • Distinguish between IntentClassifierDataAugmentationConfig and IntentClassifierDataAugmentationConfig

Fixed

  • Fixed config from_dict method

0.8.16

17 Aug 16:39
Compare
Choose a tag to compare

Updated

  • better handle scope when parsing builtin entities
  • bump rustling ontology version

Added

  • debug capabilities

0.8.15

09 Aug 09:04
Compare
Choose a tag to compare

Updated

  • bump model version to 0.9.0

0.8.14

25 Jul 12:34
Compare
Choose a tag to compare

Changed

  • Replace python utils with Rust nlu utils wrapper to improve cross platform consistency
  • Improve string normalization by handling diacritics properly

0.8.13

17 Jul 08:17
Compare
Choose a tag to compare

Fixed

  • normalization of synonyms in order to be case insensitive
  • regexes (RegexParser) are now properly deduplicated

Added

  • features export

0.8.12

10 Jul 13:34
Compare
Choose a tag to compare

Changed

  • added several gazetteers in the resources for an improved German and French support
  • added corresponding feature functions for FR and DE