Skip to content

Commit

Permalink
Merge pull request #137 from snipsco/release/0.64.6
Browse files Browse the repository at this point in the history
Release 0.64.6
  • Loading branch information
adrienball authored Apr 8, 2019
2 parents af32574 + d26dd1e commit 57fbaa2
Show file tree
Hide file tree
Showing 13 changed files with 608 additions and 100 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language: rust
cache:
- cargo

env:
global:
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.64.6] - 2019-04-08
### Added
- Add converters from C to Rust for ontology objects [#135](https://github.com/snipsco/snips-nlu-ontology/pull/135)

### Fixed
- Update ffi and kotlin bindings [#136](https://github.com/snipsco/snips-nlu-ontology/pull/136)

## [0.64.5] - 2019-04-02
### Fixed
- Make the json serialization of kotlin object the same as the rust one
- Make the json serialization of kotlin object the same as the rust one [#133](https://github.com/snipsco/snips-nlu-ontology/pull/133)

## [0.64.4] - 2019-02-28
### Fixed
Expand Down Expand Up @@ -164,6 +171,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Updated Rustling ontology to `0.16.4`

[0.64.6]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.5...0.64.6
[0.64.5]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.4...0.64.5
[0.64.4]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.3...0.64.4
[0.64.3]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.2...0.64.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology"
version = "0.64.5"
version = "0.64.6"
authors = [
"Adrien Ball <adrien.ball@snips.ai>",
"Thibaut Lorrain <thibaut.lorrain@snips.ai>",
Expand Down
148 changes: 81 additions & 67 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,73 +39,87 @@ Supported languages
Supported builtin entities
--------------------------

+---------------+---------------------+---------------------+---------------------+
| Entity | Identifier | Category | Supported languages |
+===============+=====================+=====================+=====================+
| AmountOfMoney | snips/amountOfMoney | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
| | | | | Korean |
+---------------+---------------------+---------------------+---------------------+
| Time | snips/datetime | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
| | | | | Korean |
+---------------+---------------------+---------------------+---------------------+
| Duration | snips/duration | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
| | | | | Korean |
+---------------+---------------------+---------------------+---------------------+
| MusicAlbum | snips/musicAlbum | `Gazetteer Entity`_ | | English |
| | | | | French |
+---------------+---------------------+---------------------+---------------------+
| MusicArtist | snips/musicArtist | `Gazetteer Entity`_ | | English |
| | | | | French |
+---------------+---------------------+---------------------+---------------------+
| MusicTrack | snips/musicTrack | `Gazetteer Entity`_ | | English |
| | | | | French |
+---------------+---------------------+---------------------+---------------------+
| Number | snips/number | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
| | | | | Korean |
+---------------+---------------------+---------------------+---------------------+
| Ordinal | snips/ordinal | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
| | | | | Korean |
+---------------+---------------------+---------------------+---------------------+
| Percentage | snips/percentage | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
+---------------+---------------------+---------------------+---------------------+
| Temperature | snips/temperature | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
| | | | | Korean |
+---------------+---------------------+---------------------+---------------------+
+---------------+---------------------+---------------------+-----------------------+
| Entity | Identifier | Category | Supported languages |
+===============+=====================+=====================+=======================+
| AmountOfMoney | snips/amountOfMoney | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
| | | | | Korean |
| | | | | Portuguese - Brazil |
| | | | | Portuguese - Europe |
+---------------+---------------------+---------------------+-----------------------+
| Time | snips/datetime | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
| | | | | Korean |
| | | | | Portuguese - Brazil |
| | | | | Portuguese - Europe |
+---------------+---------------------+---------------------+-----------------------+
| Duration | snips/duration | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
| | | | | Korean |
| | | | | Portuguese - Brazil |
| | | | | Portuguese - Europe |
+---------------+---------------------+---------------------+-----------------------+
| MusicAlbum | snips/musicAlbum | `Gazetteer Entity`_ | | English |
| | | | | French |
+---------------+---------------------+---------------------+-----------------------+
| MusicArtist | snips/musicArtist | `Gazetteer Entity`_ | | English |
| | | | | French |
+---------------+---------------------+---------------------+-----------------------+
| MusicTrack | snips/musicTrack | `Gazetteer Entity`_ | | English |
| | | | | French |
+---------------+---------------------+---------------------+-----------------------+
| Number | snips/number | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
| | | | | Korean |
| | | | | Portuguese - Brazil |
| | | | | Portuguese - Europe |
+---------------+---------------------+---------------------+-----------------------+
| Ordinal | snips/ordinal | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
| | | | | Korean |
| | | | | Portuguese - Brazil |
| | | | | Portuguese - Europe |
+---------------+---------------------+---------------------+-----------------------+
| Percentage | snips/percentage | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
| | | | | Portuguese - Brazil |
| | | | | Portuguese - Europe |
+---------------+---------------------+---------------------+-----------------------+
| Temperature | snips/temperature | `Grammar Entity`_ | | German |
| | | | | English |
| | | | | Spanish |
| | | | | French |
| | | | | Italian |
| | | | | Japanese |
| | | | | Korean |
| | | | | Portuguese - Brazil |
| | | | | Portuguese - Europe |
+---------------+---------------------+---------------------+-----------------------+

Grammar Entity
--------------
Expand Down
2 changes: 1 addition & 1 deletion doc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology-doc"
version = "0.64.5"
version = "0.64.6"
authors = ["Adrien Ball <adrien.ball@snips.ai>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology-ffi"
version = "0.64.5"
version = "0.64.6"
authors = ["Kevin Lefevre <kevin.lefevre@snips.ai>"]
edition = "2018"

Expand Down
3 changes: 2 additions & 1 deletion ffi/ffi-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "snips-nlu-ontology-ffi-macros"
version = "0.64.5"
version = "0.64.6"
authors = [
"Kevin Lefevre <kevin.lefevre@snips.ai>",
"Thibaut Lorrain <thibaut.lorrain@snips.ai>",
]
edition = "2018"

[dependencies]
failure = "0.1"
ffi-utils = { git = "https://github.com/snipsco/snips-utils-rs", rev = "291ce1d" }
lazy_static = "1.0"
libc = "0.2"
Expand Down
Loading

0 comments on commit 57fbaa2

Please sign in to comment.