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-ontology
to 0.64.4 - Bumped
crf-suite
to 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_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 theget_intents
API instead ofparse
get_slots
API: extract slots by providing a text along with its corresponding intent- Added a an optional
CooccurrenceVectorizer
to theFeaturizer
that extracts co-occurrence features
Changed
- A probability is now returned when no intent is found
- The
parse
API now takes a new optional parameterintents_blacklist
which allows to filter out specific intents Slot
object now contains an optionalconfidence_score
attributeintent
value ofIntentParserResult
is no longer optional: the optionality is moved tointent_name
in theIntentClassificationResult
objectslots
value ofIntentParserResult
is no longer optional (None
is replaced by emptyVec
)- Update to Rust 2018
- Refactored the
Featurizer
and moved its attributes to an underlyingTfidfVectorizer
0.61.2
Changed
- Bump
snips-nlu-ontology
to0.61.3
0.61.1
Changed
- Bump
snips-nlu-ontology
to0.61.2
Fixed
- Issue when resolving custom entities
0.62.0
Changed
- Bumped
snips-nlu-ontology
to0.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
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
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
Added
- Support for 3 new builtin entities in French:
snips/musicAlbum
,snips/musicArtist
andsnips/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