Skip to content

Commit

Permalink
Intents and slots alternatives (#153)
Browse files Browse the repository at this point in the history
* Add alternative intents

* Use IntentParserAlternative instead of IntentParserResult

* Update gradle wrapper to 5.1

* Fix kotlin ontology wrapper

* Add alternative slot values

* Add roundtrip tests

* Add alternatives attribute to BuiltinEntity

* Update Changelog

* Use drop_raw_pointer instead of from_raw_pointer

* Update Changelog
  • Loading branch information
adrienball authored Aug 28, 2019
1 parent fc0d375 commit 1e6655f
Show file tree
Hide file tree
Showing 7 changed files with 407 additions and 23 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.66.0]
## [Unreleased]
### Added
- Add an `alternatives` attribute, containing less likely alternatives, to ([#153](https://github.com/snipsco/snips-nlu-ontology/pull/153)):
- `IntentParserResult`
- `Slot`
- `BuiltinEntity`

### Fixed
- Update kotlin wrapper from 4.1 to 5.1

## [0.66.0] - 2019-07-17
### Changed
- Remove references to entity parsing [#151](https://github.com/snipsco/snips-nlu-ontology/pull/151)
- Remove support for music entities in korean [#148](https://github.com/snipsco/snips-nlu-ontology/pull/148)
- Remove snips-nlu-ontology-export kotlin package [#149](https://github.com/snipsco/snips-nlu-ontology/pull/149)

## [0.65.0]
## [0.65.0] - 2019-07-11
### Added
- Add datetime subtypes [#144](https://github.com/snipsco/snips-nlu-ontology/pull/144)
- Add geographical entities [#145](https://github.com/snipsco/snips-nlu-ontology/pull/145)
Expand Down Expand Up @@ -191,6 +201,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Updated Rustling ontology to `0.16.4`

[Unreleased]: https://github.com/snipsco/snips-nlu-ontology/compare/0.66.0...HEAD
[0.66.0]: https://github.com/snipsco/snips-nlu-ontology/compare/0.65.0...0.66.0
[0.65.0]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.8...0.65.0
[0.64.8]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.7...0.64.8
Expand Down
Loading

0 comments on commit 1e6655f

Please # to comment.