All notable changes to this project will be documented in this file.
0.67.2 - 2019-09-06
- Update kotlin ontology to make parceler happy #156
0.67.1 - 2019-09-02
- Add default deserialization for alternative intents and slot values when missing #155
0.67.0 - 2019-08-28
- Add an
alternatives
attribute, containing less likely alternatives, to (#153):IntentParserResult
Slot
BuiltinEntity
- Update kotlin wrapper from 4.1 to 5.1
0.66.0 - 2019-07-17
- Remove references to entity parsing #151
- Remove support for music entities in korean #148
- Remove snips-nlu-ontology-export kotlin package #149
0.65.0 - 2019-07-11
- Add datetime subtypes #144
- Add geographical entities #145
- Support Music entities in all languages #147
0.64.8 - 2019-07-10
- Fix issue with libc and
Send
trait
0.64.7 - 2019-06-18
- Portuguese builtin entity examples
0.64.6 - 2019-04-08
- Add converters from C to Rust for ontology objects #135
- Update ffi and kotlin bindings #136
0.64.5 - 2019-04-02
- Make the json serialization of kotlin object the same as the rust one #133
0.64.4 - 2019-02-28
- Portuguese builtin entity examples
0.64.3 - 2019-02-27
- Portuguese builtin entity examples
0.64.2 - 2019-02-27
- Portuguese builtin entities support
0.64.1 - 2019-02-27
- Portuguese builtin entity examples
0.64.0 - 2019-02-27
- Support for Portuguese (PT-PT and PT-BR)
- Rename the
probability
output field toconfidence_score
in the intent - When we serialize the slots to JSON the
confidenceScore
field is dropped if null
0.63.2 - 2019-02-06
- Kotlin wrapper: update kotlin to 1.3.11
0.63.1 - 2019-01-29
- Bug in kotlin binding when converting
CSlots
intoList<Slot>
0.63.0 - 2019-01-28
- The
intent
andslots
attributes ofIntentParserResult
are no longer optional - The
intent_name
attribute ofIntentClassifierResult
is now optional - The
range
attribute ofSlot
is no longer optional - New optional
confidence_score
attribute inSlot
object
- Entity parser crate has been moved to the
snips-nlu-parsers
repository
0.62.0 - 2018-11-16
- Update
gazetteer-parser
dependency
0.61.3 - 2019-01-17
- Bump rustling to
0.17.7
: fix resolution of decimal numbers
0.61.2 - 2018-12-14
- Bump rustling to
0.17.6
: better support for Italian and Spanish
0.61.1 - 2018-10-15
- Support music builtin entities in english
- Crash with gazetteer entity parser
0.61.0 - 2018-10-11
- Wrong enum values in ffi for
snips/musicArtist
andsnips/musicAlbum
0.60.0 - 2018-10-08
- Improve error handling in python wrapper
- Missing builtin entities in kotlin wrapper
0.59.0 - 2018-10-02
- Support for 3 new builtin entities:
snips/musicAlbum
,snips/musicArtist
andsnips/musicTrack
- Introduction of a
GazetterParser
, which allows to parse gazetteer entities - API to persist and load a
BuiltinEntityParser
- The
BuiltinEntityParser
parsing API now returns aResult
- The
BuiltinEntityParser
object is now built with aBuiltinEntityParserLoader
0.58.0 - 2018-09-27
- Limited support of Italian for: AmountOfMoney, Duration, Number, Ordinal, Temperature, Time, Percentage
- Documentation for C types
0.57.3 - 2018-08-07
- Bump
rustling-ontology
to0.17.4
0.57.2 - 2018-07-13
- Kotlin ffi
0.57.1 - 2018-07-05
- Destructor of BuiltinEntityParser python wrapper
- jna string encodings
- Crash when parsing dates with years overflowing 32 bits
- Bump
rustling-ontology
to0.17.2
0.57.0 - 2018-06-07
- Caching of
BuiltinEntityParser
objects
0.56.1 - 2018-06-05
- Builtin entity ontology export API
- Bump
snips-nlu-utils
to0.6.1
- Builtin entity caching
0.56.0 - 2018-05-09
- Fixed the null values in the Kotlin binding
0.55.0 - 2018-05-02
- Updated ffi signatures
0.54.3 - 2018-04-20
- Updated Rustling ontology to
0.17.0
0.54.2 - 2018-04-10
- Examples for builtin entities in all languages
- Japanese support for all builtin entities
- Issue with the entity kinds order used in BuiltinEntityParser
0.54.1 - 2018-04-03
- Script to update version automatically
- Fixed the parsing of entities for languages where tokens are not space separated
- Japanese language label
- Updated Rustling ontology to
0.16.4