Skip to content

Releases: snipsco/snips-nlu-rs

0.64.1

01 Mar 12:57
c8025bc
Compare
Choose a tag to compare

Fixed

  • Fix bug with regex patterns containing duplicated slot names

0.64.0

01 Mar 13:00
3f5a57a
Compare
Choose a tag to compare

Changed

  • Bumped snips-nlu-ontology to 0.64.4
  • Bumped crf-suite to 0.3.1

0.63.1

11 Feb 17:22
25e1bd0
Compare
Choose a tag to compare

Fixed

  • Fix an issue regarding the way builtin entities were handled by the CRFSlotFiller

0.63.0

04 Feb 14:21
12fd27e
Compare
Choose a tag to compare

Added

  • get_intents API: get the probabilities of all intents (including the null intent) with respect to an input text
  • Pass --top_intents to the parsing CLI to use the get_intents API instead of parse
  • get_slots API: extract slots by providing a text along with its corresponding intent
  • Added a an optional CooccurrenceVectorizer to the Featurizer that extracts co-occurrence features

Changed

  • A probability is now returned when no intent is found
  • The parse API now takes a new optional parameter intents_blacklist which allows to filter out specific intents
  • Slot object now contains an optional confidence_score attribute
  • intent value of IntentParserResult is no longer optional: the optionality is moved to intent_name in the IntentClassificationResult object
  • slots value of IntentParserResult is no longer optional (None is replaced by empty Vec)
  • Update to Rust 2018
  • Refactored the Featurizer and moved its attributes to an underlying TfidfVectorizer

0.61.2

17 Jan 16:45
Compare
Choose a tag to compare

Changed

  • Bump snips-nlu-ontology to 0.61.3

0.61.1

14 Dec 16:31
Compare
Choose a tag to compare

Changed

  • Bump snips-nlu-ontology to 0.61.2

Fixed

  • Issue when resolving custom entities

0.62.0

26 Nov 17:49
1edd181
Compare
Choose a tag to compare

Changed

  • Bumped snips-nlu-ontology to 0.62.0

Fixed

  • Made CI faster by running the full test suite only when merging on master

Added

  • Added a script to update snips-nlu-ontology everywhere in the codebase
  • Added SNIPS_NLU_VERSION in libsnips_nlu.h and a cbindgen.toml to help us generating libsnips_nlu.h automatically
  • Added logs in the build script

0.61.0

16 Oct 13:47
d92c2ff
Compare
Choose a tag to compare

Changed

  • Entity injection API is now handled by an NLUInjector object

Added

  • Support for builtin music entities in english

Fixed

  • Handle stemming properly in entity injection

0.60.1

09 Oct 14:15
5672ae6
Compare
Choose a tag to compare

Added

  • Entity injection API for both custom entities and builtin gazetteer entities

Fixed

  • Swift wrapper
  • DeterministicIntentParser now relies on the custom entity parser

0.60.0

05 Oct 09:28
49402d8
Compare
Choose a tag to compare

Added

  • Support for 3 new builtin entities in French: snips/musicAlbum, snips/musicArtist and snips/musicTrack

Changed

  • model version 0.16.0 => 0.17.0
  • Replace snips-nlu-cli crate with Rust example

Fixed

  • Bug with entity feature name in intent classification