Skip to content

Releases: snipsco/snips-nlu

0.16.4

17 Sep 08:38
4fa6b93
Compare
Choose a tag to compare

[0.16.4] - 2018-08-30

Fixed

  • Issue with the CrfSlotFiller file names in the ProbabilisticIntentParser serialization

0.16.3

22 Aug 15:32
10db554
Compare
Choose a tag to compare

Fixed

  • Issue with synonyms when multiple synonyms have the same normalization

0.16.2

08 Aug 09:09
ec72eee
Compare
Choose a tag to compare

Added

  • automatically_extensible flag in dataset generation tool
  • System requirements
  • Reference to chatito tool in documentation

Changed

  • Bump snips-nlu-ontology to 0.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

23 Jul 09:59
6a851c7
Compare
Choose a tag to compare

Added

  • Every processing unit can be persisted into (and loaded from) a bytearray

0.16.0

17 Jul 12:12
7e5eb84
Compare
Choose a tag to compare

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 a bytearray

Fixed

  • Issue in the DeterministicIntentParser when the same slot name was used in
    multiple intents while referring to different entities

0.15.1

09 Jul 13:28
18e85ec
Compare
Choose a tag to compare

Changed

  • Bump snips-nlu-ontology to 0.57.1

Fixed

  • Crash when parsing implicit years before 1970

0.15.0

21 Jun 14:51
c39df9f
Compare
Choose a tag to compare

Changed

  • Language resources are now packaged separately from the Snips NLU core
    library, and can be fetched using snips-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

08 Jun 15:06
131b32b
Compare
Choose a tag to compare

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

23 May 16:22
a177d46
Compare
Choose a tag to compare

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

18 May 12:01
e3bac67
Compare
Choose a tag to compare

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