Skip to content

Commit 57fbaa2

Browse files
authored
Merge pull request #137 from snipsco/release/0.64.6
Release 0.64.6
2 parents af32574 + d26dd1e commit 57fbaa2

File tree

13 files changed

+608
-100
lines changed

13 files changed

+608
-100
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
language: rust
2-
cache:
3-
- cargo
42

53
env:
64
global:

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.64.6] - 2019-04-08
5+
### Added
6+
- Add converters from C to Rust for ontology objects [#135](https://github.com/snipsco/snips-nlu-ontology/pull/135)
7+
8+
### Fixed
9+
- Update ffi and kotlin bindings [#136](https://github.com/snipsco/snips-nlu-ontology/pull/136)
10+
411
## [0.64.5] - 2019-04-02
512
### Fixed
6-
- Make the json serialization of kotlin object the same as the rust one
13+
- Make the json serialization of kotlin object the same as the rust one [#133](https://github.com/snipsco/snips-nlu-ontology/pull/133)
714

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

174+
[0.64.6]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.5...0.64.6
167175
[0.64.5]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.4...0.64.5
168176
[0.64.4]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.3...0.64.4
169177
[0.64.3]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.2...0.64.3

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-ontology"
3-
version = "0.64.5"
3+
version = "0.64.6"
44
authors = [
55
"Adrien Ball <adrien.ball@snips.ai>",
66
"Thibaut Lorrain <thibaut.lorrain@snips.ai>",

README.rst

+81-67
Original file line numberDiff line numberDiff line change
@@ -39,73 +39,87 @@ Supported languages
3939
Supported builtin entities
4040
--------------------------
4141

42-
+---------------+---------------------+---------------------+---------------------+
43-
| Entity | Identifier | Category | Supported languages |
44-
+===============+=====================+=====================+=====================+
45-
| AmountOfMoney | snips/amountOfMoney | `Grammar Entity`_ | | German |
46-
| | | | | English |
47-
| | | | | Spanish |
48-
| | | | | French |
49-
| | | | | Italian |
50-
| | | | | Japanese |
51-
| | | | | Korean |
52-
+---------------+---------------------+---------------------+---------------------+
53-
| Time | snips/datetime | `Grammar Entity`_ | | German |
54-
| | | | | English |
55-
| | | | | Spanish |
56-
| | | | | French |
57-
| | | | | Italian |
58-
| | | | | Japanese |
59-
| | | | | Korean |
60-
+---------------+---------------------+---------------------+---------------------+
61-
| Duration | snips/duration | `Grammar Entity`_ | | German |
62-
| | | | | English |
63-
| | | | | Spanish |
64-
| | | | | French |
65-
| | | | | Italian |
66-
| | | | | Japanese |
67-
| | | | | Korean |
68-
+---------------+---------------------+---------------------+---------------------+
69-
| MusicAlbum | snips/musicAlbum | `Gazetteer Entity`_ | | English |
70-
| | | | | French |
71-
+---------------+---------------------+---------------------+---------------------+
72-
| MusicArtist | snips/musicArtist | `Gazetteer Entity`_ | | English |
73-
| | | | | French |
74-
+---------------+---------------------+---------------------+---------------------+
75-
| MusicTrack | snips/musicTrack | `Gazetteer Entity`_ | | English |
76-
| | | | | French |
77-
+---------------+---------------------+---------------------+---------------------+
78-
| Number | snips/number | `Grammar Entity`_ | | German |
79-
| | | | | English |
80-
| | | | | Spanish |
81-
| | | | | French |
82-
| | | | | Italian |
83-
| | | | | Japanese |
84-
| | | | | Korean |
85-
+---------------+---------------------+---------------------+---------------------+
86-
| Ordinal | snips/ordinal | `Grammar Entity`_ | | German |
87-
| | | | | English |
88-
| | | | | Spanish |
89-
| | | | | French |
90-
| | | | | Italian |
91-
| | | | | Japanese |
92-
| | | | | Korean |
93-
+---------------+---------------------+---------------------+---------------------+
94-
| Percentage | snips/percentage | `Grammar Entity`_ | | German |
95-
| | | | | English |
96-
| | | | | Spanish |
97-
| | | | | French |
98-
| | | | | Italian |
99-
| | | | | Japanese |
100-
+---------------+---------------------+---------------------+---------------------+
101-
| Temperature | snips/temperature | `Grammar Entity`_ | | German |
102-
| | | | | English |
103-
| | | | | Spanish |
104-
| | | | | French |
105-
| | | | | Italian |
106-
| | | | | Japanese |
107-
| | | | | Korean |
108-
+---------------+---------------------+---------------------+---------------------+
42+
+---------------+---------------------+---------------------+-----------------------+
43+
| Entity | Identifier | Category | Supported languages |
44+
+===============+=====================+=====================+=======================+
45+
| AmountOfMoney | snips/amountOfMoney | `Grammar Entity`_ | | German |
46+
| | | | | English |
47+
| | | | | Spanish |
48+
| | | | | French |
49+
| | | | | Italian |
50+
| | | | | Japanese |
51+
| | | | | Korean |
52+
| | | | | Portuguese - Brazil |
53+
| | | | | Portuguese - Europe |
54+
+---------------+---------------------+---------------------+-----------------------+
55+
| Time | snips/datetime | `Grammar Entity`_ | | German |
56+
| | | | | English |
57+
| | | | | Spanish |
58+
| | | | | French |
59+
| | | | | Italian |
60+
| | | | | Japanese |
61+
| | | | | Korean |
62+
| | | | | Portuguese - Brazil |
63+
| | | | | Portuguese - Europe |
64+
+---------------+---------------------+---------------------+-----------------------+
65+
| Duration | snips/duration | `Grammar Entity`_ | | German |
66+
| | | | | English |
67+
| | | | | Spanish |
68+
| | | | | French |
69+
| | | | | Italian |
70+
| | | | | Japanese |
71+
| | | | | Korean |
72+
| | | | | Portuguese - Brazil |
73+
| | | | | Portuguese - Europe |
74+
+---------------+---------------------+---------------------+-----------------------+
75+
| MusicAlbum | snips/musicAlbum | `Gazetteer Entity`_ | | English |
76+
| | | | | French |
77+
+---------------+---------------------+---------------------+-----------------------+
78+
| MusicArtist | snips/musicArtist | `Gazetteer Entity`_ | | English |
79+
| | | | | French |
80+
+---------------+---------------------+---------------------+-----------------------+
81+
| MusicTrack | snips/musicTrack | `Gazetteer Entity`_ | | English |
82+
| | | | | French |
83+
+---------------+---------------------+---------------------+-----------------------+
84+
| Number | snips/number | `Grammar Entity`_ | | German |
85+
| | | | | English |
86+
| | | | | Spanish |
87+
| | | | | French |
88+
| | | | | Italian |
89+
| | | | | Japanese |
90+
| | | | | Korean |
91+
| | | | | Portuguese - Brazil |
92+
| | | | | Portuguese - Europe |
93+
+---------------+---------------------+---------------------+-----------------------+
94+
| Ordinal | snips/ordinal | `Grammar Entity`_ | | German |
95+
| | | | | English |
96+
| | | | | Spanish |
97+
| | | | | French |
98+
| | | | | Italian |
99+
| | | | | Japanese |
100+
| | | | | Korean |
101+
| | | | | Portuguese - Brazil |
102+
| | | | | Portuguese - Europe |
103+
+---------------+---------------------+---------------------+-----------------------+
104+
| Percentage | snips/percentage | `Grammar Entity`_ | | German |
105+
| | | | | English |
106+
| | | | | Spanish |
107+
| | | | | French |
108+
| | | | | Italian |
109+
| | | | | Japanese |
110+
| | | | | Portuguese - Brazil |
111+
| | | | | Portuguese - Europe |
112+
+---------------+---------------------+---------------------+-----------------------+
113+
| Temperature | snips/temperature | `Grammar Entity`_ | | German |
114+
| | | | | English |
115+
| | | | | Spanish |
116+
| | | | | French |
117+
| | | | | Italian |
118+
| | | | | Japanese |
119+
| | | | | Korean |
120+
| | | | | Portuguese - Brazil |
121+
| | | | | Portuguese - Europe |
122+
+---------------+---------------------+---------------------+-----------------------+
109123

110124
Grammar Entity
111125
--------------

doc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-ontology-doc"
3-
version = "0.64.5"
3+
version = "0.64.6"
44
authors = ["Adrien Ball <adrien.ball@snips.ai>"]
55
edition = "2018"
66

ffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-ontology-ffi"
3-
version = "0.64.5"
3+
version = "0.64.6"
44
authors = ["Kevin Lefevre <kevin.lefevre@snips.ai>"]
55
edition = "2018"
66

ffi/ffi-macros/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[package]
22
name = "snips-nlu-ontology-ffi-macros"
3-
version = "0.64.5"
3+
version = "0.64.6"
44
authors = [
55
"Kevin Lefevre <kevin.lefevre@snips.ai>",
66
"Thibaut Lorrain <thibaut.lorrain@snips.ai>",
77
]
88
edition = "2018"
99

1010
[dependencies]
11+
failure = "0.1"
1112
ffi-utils = { git = "https://github.com/snipsco/snips-utils-rs", rev = "291ce1d" }
1213
lazy_static = "1.0"
1314
libc = "0.2"

0 commit comments

Comments
 (0)