Releases: snipsco/snips-nlu-rs
Releases · snipsco/snips-nlu-rs
0.64.1
Fixed
- Fix bug with regex patterns containing duplicated slot names
0.64.0
Changed
- Bumped
snips-nlu-ontologyto 0.64.4 - Bumped
crf-suiteto 0.3.1
0.63.1
Fixed
- Fix an issue regarding the way builtin entities were handled by the
CRFSlotFiller
0.63.0
Added
get_intentsAPI: get the probabilities of all intents (including the null intent) with respect to an input text- Pass
--top_intentsto the parsing CLI to use theget_intentsAPI instead ofparse get_slotsAPI: extract slots by providing a text along with its corresponding intent- Added a an optional
CooccurrenceVectorizerto theFeaturizerthat extracts co-occurrence features
Changed
- A probability is now returned when no intent is found
- The
parseAPI now takes a new optional parameterintents_blacklistwhich allows to filter out specific intents Slotobject now contains an optionalconfidence_scoreattributeintentvalue ofIntentParserResultis no longer optional: the optionality is moved tointent_namein theIntentClassificationResultobjectslotsvalue ofIntentParserResultis no longer optional (Noneis replaced by emptyVec)- Update to Rust 2018
- Refactored the
Featurizerand moved its attributes to an underlyingTfidfVectorizer
0.61.2
Changed
- Bump
snips-nlu-ontologyto0.61.3
0.61.1
Changed
- Bump
snips-nlu-ontologyto0.61.2
Fixed
- Issue when resolving custom entities
0.62.0
Changed
- Bumped
snips-nlu-ontologyto0.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-ontologyeverywhere 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
Changed
- Entity injection API is now handled by an
NLUInjectorobject
Added
- Support for builtin music entities in english
Fixed
- Handle stemming properly in entity injection
0.60.1
Added
- Entity injection API for both custom entities and builtin gazetteer entities
Fixed
- Swift wrapper
DeterministicIntentParsernow relies on the custom entity parser
0.60.0
Added
- Support for 3 new builtin entities in French:
snips/musicAlbum,snips/musicArtistandsnips/musicTrack
Changed
- model version
0.16.0=>0.17.0 - Replace
snips-nlu-clicrate with Rust example
Fixed
- Bug with entity feature name in intent classification